summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-201-3/+3
* Update the comment about what NO_SWAPPING does.das2004-11-201-1/+1
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-203-6/+9
* We don't do U area swapping anymore, so update some comments. Also,das2004-11-201-5/+5
* Remove UAREA_PAGES and USPACE definitions. The definitions ofdas2004-11-201-9/+1
* Remove some references to U area here while trying not to breakdas2004-11-201-4/+3
* Remove references to U area and garbage collect includes.das2004-11-204-13/+4
* Remove UAREA_PAGES.das2004-11-206-6/+0
* 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
OpenPOWER on IntegriCloud