plan9fox/sys/src/9/port
2017-06-20 21:53:45 +02: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
audioif.h
auth.c kernel: make fversion()/mntversion() types consistent 2016-03-10 03:02:28 +01:00
cache.c kernel: make the mntcache robust against fileserver like fossil that do not change the qid.vers on wstat 2017-01-12 20:13:20 +01:00
chan.c kernel: fix namelenerror(), avoid memrchr() and make it static 2017-05-07 18:13:37 +02:00
cis.c
dev.c kernel: avoid waserror() botch in devwalk (from drawterm, thanks aiju) 2017-04-05 00:34:07 +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
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 kernel: get rid of active.Lock and active.thunderbirdsargo 2017-03-11 16:30:51 +01:00
devdraw.c devdraw: ignore drawdebug command 2017-04-29 21:09:11 +02:00
devdup.c
devenv.c devenv: fix ORCLOSE handling 2015-11-22 02:39:57 +01:00
devflash.c
devfs.c fix bugs and cleanup cryptsetup code 2016-10-24 20:56:11 +02:00
devkprof.c
devloopback.c devloopback: simplify loopoput() 2016-11-07 22:08:21 +01:00
devmnt.c kernel: make the mntcache robust against fileserver like fossil that do not change the qid.vers on wstat 2017-01-12 20:13:20 +01:00
devmouse.c devmouse: refactor screen blanking logic 2017-03-18 16:58:27 +01:00
devpipe.c
devpnp.c
devproc.c kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +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 case where theres no ifc->enable() function 2017-03-26 16:53:19 +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: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +02:00
devshr.c kernel: pgrpcpy(), simplify Mount structure 2015-08-09 21:16:10 +02:00
devsrv.c
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
devusb.c kernel: fix cb->f[0] nil dereferences due to short control request 2016-05-05 18:54:58 +02:00
devwd.c
ecc.c
edf.c kernel: fix twakeup()/timerdel() race condition 2017-03-29 00:30:53 +02:00
edf.h
error.h
fault.c kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +02:00
flashif.h
initcode.c
led.c kernel: fix cb->f[0] nil dereferences due to short control request 2016-05-05 18:54:58 +02:00
led.h
lib.h kernel: xoroshiro128+ generator for rand()/nrand() 2016-09-11 02:10:25 +02:00
log.c
master.local
mkbootrules
mkdevc
mkdevlist
mkerrstr
mkextract
mkfile
mkfilelist
mkroot
mkrootall
mkrootc
mksystab
mul64fract.c kernel: more (arm) compiler friendly mul64fract() 2016-06-26 15:13:10 +02:00
nandecc.h
netif.c kernel: dont rely on atoi() parsing hex for netif/devbridge 2015-08-03 16:24:14 +02:00
netif.h
page.c kernel: fix memory leak in checkpagerefs() debug function (thanks aiju) 2017-04-04 20:13:31 +02:00
parse.c
pgrp.c kernel: pgrpcpy(), simplify Mount structure 2015-08-09 21:16:10 +02:00
portclock.c kernel: fix twakeup()/timerdel() race condition 2017-03-29 00:30:53 +02:00
portdat.h kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +02:00
portfns.h kernel: add support for hardware watchpoints 2017-06-12 19:03:07 +00:00
portmkfile wifi: adjust transmit rate on error (for etheriwl), small mkfile changes 2015-07-10 09:04:05 +02:00
portusbehci.h
print.c
proc.c kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +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
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
sdmmc.c sdmmc: handle fakescsi emulation 2015-09-20 14:53:44 +02:00
sdscsi.c
segment.c kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +02:00
semaphore.p
swap.c kernel: try freebroken() *before* killbig() (thanks aiju) 2015-08-14 14:45:19 +02:00
swcursor.c
syscallfmt.c fix fuckup 2015-08-25 09:35:10 +00:00
sysfile.c kernel: fix rewinding in directories with pread() offset 2017-04-30 01:51:07 +02:00
sysproc.c kernel: add support for sticky segments (cached, preallocated, never paged) 2017-06-20 21:53:45 +02:00
taslock.c zynq: fix barriers 2015-06-18 04:35:46 +02:00
thwack.c
thwack.h
tod.c kernel: remove todfix overflow iprint() spam 2016-01-07 19:37:05 +01:00
ucalloc.c
ucallocb.c kernel: cleanup exit()/shutdown()/reboot() code 2015-11-30 14:56:00 +01:00
unthwack.c
usb.h
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