plan9fox/sys/src/9/port
2016-12-10 16:12:18 +01:00
..
alarm.c kernel: make sure procalarm() remaining time doesnt become negative 2016-09-08 01:28:34 +02:00
alloc.c libc: move calloc() into its own compilation unit 2016-11-05 18:00:10 +01:00
allocb.c kernel: fix missing ; in panic() call 2016-11-05 20:08:20 +01:00
aoe.h aoe: updating aoe driver from erik quanstros 9atom 2013-05-01 18:50:07 +02:00
audioif.h audiohda: first attempt on audio recording support for intel hda audio, distinguish mode in audio code 2013-01-19 01:12:39 +01:00
auth.c kernel: make fversion()/mntversion() types consistent 2016-03-10 03:02:28 +01:00
cache.c kernel: pipelined read ahead for the mount cache 2015-07-26 05:43:26 +02:00
chan.c kernel: always clunk closed fids asynchronously, regardless of caching 2016-04-01 14:12:50 +02:00
cis.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dev.c panic: trailing newlines 2012-03-28 18:13:45 +02:00
devaoe.c format pointer subtraction results with %zd instead of %ld (for long -> intptr on amd64) 2016-01-07 04:44:13 +01:00
devaudio.c audiohda: allow manual pin routing, more verbose audiostat, initial mute of al widgets 2013-09-29 15:44:26 +02:00
devbridge.c devbridge: simplify etherwrite() as we dont deal with block lists 2016-11-08 21:06:06 +01:00
devcap.c devcap: timeout capabilities after a minute, fix memory leak, paranoia 2016-09-07 21:14:23 +02:00
devcons.c devcons: simplify putstrn0() 2016-11-08 00:34:59 +01:00
devdraw.c devdraw: remove unused Edepth[] 2016-02-28 03:06:42 +01:00
devdup.c kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/ns 2014-12-21 04:46:22 +01:00
devenv.c devenv: fix ORCLOSE handling 2015-11-22 02:39:57 +01:00
devflash.c add Etoolong error string, cleanup genbuf truncation fix 2012-02-08 02:32:03 +01:00
devfs.c fix bugs and cleanup cryptsetup code 2016-10-24 20:56:11 +02:00
devkprof.c kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
devloopback.c devloopback: simplify loopoput() 2016-11-07 22:08:21 +01:00
devmnt.c kernel/qio: big cleanup of qio functions 2016-11-07 22:20:10 +01:00
devmouse.c devmouse: change msec argument of *mousetrack() to ulong 2016-12-10 16:12:18 +01:00
devpipe.c devpipe: fix channel and queue leaks (from erik quanstroms 9atom) 2013-05-01 19:03:56 +02:00
devpnp.c kernel: fix more malloc/smalloc errors 2011-12-12 19:17:58 +01:00
devproc.c kernel: use tk2ms() instead of TK2MS macro for process time conversion 2016-09-07 23:39:10 +02:00
devroot.c provide /n and /mnt early in bootrc to allow consistent use in /lib/namespace 2016-02-14 01:42:32 +01:00
devsd.c devsd: handle SYNCHRONIZE CACHE scsi commands as nops in sdfakescsi() 2015-09-20 14:54:49 +02:00
devsdp.c kernel: replace various custom random iv buffer filling functions with calls to prng() 2016-09-11 01:54:06 +02:00
devsegment.c kernel: fix cb->f[0] nil dereferences due to short control request 2016-05-05 18:54:58 +02:00
devshr.c kernel: pgrpcpy(), simplify Mount structure 2015-08-09 21:16:10 +02:00
devsrv.c devsrv, devshr: wstat permissions 2013-06-18 22:09:40 +02:00
devssl.c kernel: replace various custom random iv buffer filling functions with calls to prng() 2016-09-11 01:54:06 +02:00
devtls.c devtls: remove unused get32() function 2016-11-17 18:14:06 +01:00
devuart.c devuart: export uartenable() 2013-01-26 17:26:28 +01:00
devusb.c kernel: fix cb->f[0] nil dereferences due to short control request 2016-05-05 18:54:58 +02:00
devwd.c kernel: fix more malloc/smalloc errors 2011-12-12 19:17:58 +01:00
ecc.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
edf.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
edf.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
error.h kernel: make noswap flag exclude processes from killbig() if not eve, reset noswap flag on exec 2014-08-17 00:50:20 +02:00
fault.c zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not ready 2016-03-27 20:57:01 +02:00
flashif.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
initcode.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
led.c kernel: fix cb->f[0] nil dereferences due to short control request 2016-05-05 18:54:58 +02:00
led.h merge sd changes from 9atom 2011-07-10 14:14:23 +02:00
lib.h kernel: xoroshiro128+ generator for rand()/nrand() 2016-09-11 02:10:25 +02:00
log.c kernel: fix more malloc/smalloc errors 2011-12-12 19:17:58 +01:00
master.local Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkbootrules Some more permissions for kernel compile 2011-03-31 09:06:36 +00:00
mkdevc kernel: generate dummy bootscreeninit() function when building without vga device 2014-12-13 05:29:51 +01:00
mkdevlist add experimental pc64 kernel 2014-02-01 10:25:10 +01:00
mkerrstr perms 2011-04-11 15:38:29 +00:00
mkextract perms 2011-04-11 15:38:29 +00:00
mkfile perms 2011-04-11 15:38:29 +00:00
mkfilelist Some more permissions for kernel compile 2011-03-31 09:06:36 +00:00
mkroot perms 2011-04-11 15:38:29 +00:00
mkrootall Some more permissions for kernel compile 2011-03-31 09:06:36 +00:00
mkrootc Some more permissions for kernel compile 2011-03-31 09:06:36 +00:00
mksystab kernel: apply uintptr for ulong when a pointer is stored 2014-01-20 00:47:55 +01:00
mul64fract.c kernel: more (arm) compiler friendly mul64fract() 2016-06-26 15:13:10 +02:00
nandecc.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
netif.c kernel: dont rely on atoi() parsing hex for netif/devbridge 2015-08-03 16:24:14 +02:00
netif.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
page.c kernel: various cleanups of imagereclaim(), pagereclaim(), freepages(), putimage() 2015-07-09 00:01:50 +02:00
parse.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
pgrp.c kernel: pgrpcpy(), simplify Mount structure 2015-08-09 21:16:10 +02:00
portclock.c kernel: change active.machs from bitmap to char array to support up to 64 cpus on pc64 2016-01-05 05:32:40 +01:00
portdat.h kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h 2016-03-31 04:23:27 +02:00
portfns.h kernel/qio: make readblist() offset of type ulong as the rest 2016-11-12 17:41:58 +01:00
portmkfile wifi: adjust transmit rate on error (for etheriwl), small mkfile changes 2015-07-10 09:04:05 +02:00
portusbehci.h omap: update omap kernel (from sources) 2013-01-26 17:32:08 +01:00
print.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
proc.c kernel: fix type for utime/stime in pexit(), fix debug format strings 2016-09-08 01:49:25 +02:00
qio.c kernel/qio: make readblist() offset of type ulong as the rest 2016-11-12 17:41:58 +01:00
qlock.c kernel: cleanup qlock.c to use nil instead of 0 for pointers 2015-08-02 05:36:35 +02:00
random.c kernel: rekey chacha state on each randomread() invocation 2016-09-11 19:07:17 +02:00
rdb.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
rebootcmd.c kernel: cleanup exit()/shutdown()/reboot() code 2015-11-30 14:56:00 +01:00
sd.h devsd: remove unused timeout field from SDreq 2015-09-20 14:27:41 +02:00
sdaoe.c devaoe: more nil vs. 0 2015-07-23 22:05:46 +02:00
sdloop.c sdloop: hardcode Enotup[] string to avoid devaoe dependency 2014-12-19 02:38:36 +01:00
sdmmc.c sdmmc: handle fakescsi emulation 2015-09-20 14:53:44 +02:00
sdscsi.c devsd: don't raise Enomem error if sdmalloc() fails, instead wait for the memory to become available 2013-05-19 20:59:55 +02:00
segment.c correct check for segment overlap (rmiller) 2016-05-16 21:10:08 +02:00
semaphore.p Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
swap.c kernel: try freebroken() *before* killbig() (thanks aiju) 2015-08-14 14:45:19 +02:00
swcursor.c dont flush screen when hiding software cursor 2014-11-08 11:48:38 +01:00
syscallfmt.c fix fuckup 2015-08-25 09:35:10 +00:00
sysfile.c avoid updating offset in pread; avoid diagnostic about vlong mask (charles forsyth) 2016-05-16 21:11:54 +02:00
sysproc.c kernel: tsemacquire() use MACHP(0)->ticks for time delta 2016-09-07 23:36:04 +02:00
taslock.c zynq: fix barriers 2015-06-18 04:35:46 +02:00
thwack.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
thwack.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
tod.c kernel: remove todfix overflow iprint() spam 2016-01-07 19:37:05 +01:00
ucalloc.c kernel: add portable uncached memory allocator (ucalloc) (from sources) 2013-01-26 17:25:23 +01:00
ucallocb.c kernel: cleanup exit()/shutdown()/reboot() code 2015-11-30 14:56:00 +01:00
unthwack.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
usb.h nusb: resolve endpoint id conflict with different input and output types 2014-04-23 20:03:01 +02:00
usbehci.c usbehci: clean cache unconditionally before handing a buffer to the hardware 2015-09-05 10:14:19 +02:00
xalloc.c kernel: ignore last page at the top of virtual kernel address space for xalloc() 2015-06-19 02:45:58 +02:00