summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* U areas are going away, so don't allocate them. It's worrisome thatdas2004-11-202-6/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-2011-53/+6
* Disable U area swapping and remove the routines that create, destroy,das2004-11-204-206/+0
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-203-12/+49
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-203-3/+2
* Increase cnt.v_syscall and cnt.v_trap when needed.cognet2004-11-201-0/+3
* Remove unused macro.glebius2004-11-191-3/+0
* Cancel pending timeout before scheduling a new one. This fixesglebius2004-11-191-0/+1
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Revert part of rev 1.57. The tag boundary is honored by splitting thescottl2004-11-191-9/+5
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,scottl2004-11-191-9/+5
* Place function comment above the right function.marks2004-11-191-7/+7
* Rebuild from compat/freebsd32/syscalls.master:1.43marks2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179marks2004-11-181-1/+1
* Rebuild from syscalls.master:1.179marks2004-11-185-2/+8
* Add ntp_gettime(2) system call.marks2004-11-181-1/+1
* Add system call implementation of ntp_gettime(2).marks2004-11-181-18/+43
* Add some useful target mode diagnostics for incoming commandsgibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-184-16/+26
* Add dropped implementation of ioctl for fifos.phk2004-11-181-1/+20
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)phk2004-11-181-0/+3
* Pass path to filesystem when mounting rootphk2004-11-181-1/+1
* - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flagglebius2004-11-181-33/+0
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-184-40/+72
* Make more sense out of vop_stdcreatevobject()phk2004-11-181-21/+21
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
* this should have been deleted a while agoimp2004-11-181-9/+0
* Correct an off-by-one in the calculation of the inquiry buffer lengthgibbs2004-11-181-1/+11
* Move KERNPHYSADDR and KERNVIRTADDR from std.i80321 to std.iq31244.cognet2004-11-182-2/+2
* Correct URL of the programming manual.brueffer2004-11-172-2/+2
* Add missing /* DEVICE_POLLING */brueffer2004-11-172-2/+2
* Fix host route addition for more than one address to a loopback interfacemlaier2004-11-171-1/+1
* only clear the IFF_OACTIVE flag when we have a chance of being able tojmg2004-11-172-8/+8
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-178-39/+0
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when thejmg2004-11-171-1/+1
* Hook up mac_sysv_{msg,sem,shm}.c to the build when compiling with MACrwatson2004-11-171-0/+3
* Add a front-end for the `rtc' device which is a MC146818 compatiblemarius2004-11-174-0/+187
* Add a driver back end for MC146818 and compatible clocks based on themarius2004-11-174-47/+341
* o sparc64/isa/isa.c:marius2004-11-173-159/+188
* Don't bother exiting storming mode once a second to see if it has gonejhb2004-11-171-12/+6
* Implement MAC entry points relating to System V IPC, calling into therwatson2004-11-173-0/+592
* In the kernel-only portionss of System V IPC objects (messages,rwatson2004-11-173-0/+4
* Define new MAC framework and policy entry points for System V IPCrwatson2004-11-174-2/+258
* Shorten the description of the mk48txx driver to just say that it supportsmarius2004-11-172-2/+2
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesmarius2004-11-177-118/+183
* Catch up with version 600000 of config(8), quotes around device namesmarius2004-11-172-17/+17
* Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that arescottl2004-11-171-3/+3
* Push Giant down through ioctl.phk2004-11-174-71/+27
* Push Giant down through select and poll.phk2004-11-173-13/+5
* Split the FILEDESC_LOCK in two variants.phk2004-11-171-8/+57
OpenPOWER on IntegriCloud