summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add hptmv(4)brueffer2004-11-201-0/+1
* Small correction in the HISTORY section:brueffer2004-11-201-1/+1
* Remove the declaration of uarea_pages.das2004-11-201-1/+0
* Remove the p_uarea and p_upages_obj fields from struct proc.das2004-11-201-2/+3
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-203-9/+9
* 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
* gcore(1) apparently still cares about a.out core dumps, so it stilldas2004-11-201-0/+2
* 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
* In preparation to remove U areas, don't refer to p_uarea in libkvm.das2004-11-201-1/+1
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-203-3/+2
* Bring signal(9) in sync with -current.jkoshy2004-11-202-40/+56
* Increase cnt.v_syscall and cnt.v_trap when needed.cognet2004-11-201-0/+3
* Do not emit a spurious warning when "directory" argumentru2004-11-201-1/+3
* Fixed "rmdir -p" that got broken by rev. 1.15.ru2004-11-201-6/+5
* Remove unused macro.glebius2004-11-191-3/+0
* Document NO_NIS variable.bz2004-11-191-1/+6
* 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
* Man page for the HighPoint RocketRAID 182x driver.obrien2004-11-192-0/+83
* 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
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-193-4/+4
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-1/+1
* Use statfs instead of getmntinfo(). This will make the procfs checkscsjp2004-11-191-9/+6
* - Fix typo in portaudit reference.simon2004-11-191-2/+2
* Install the header for libmagic.obrien2004-11-192-1/+2
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-193-13/+13
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-194-26/+26
* Make logic more readable.obrien2004-11-192-6/+6
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-197-21/+23
* Add the the Allied Telesyn AT-2700 familly.obrien2004-11-191-0/+1
* Place function comment above the right function.marks2004-11-191-7/+7
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-182-54/+1
* 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 a couple of summary paragraphs at the head of mbuf_tags(9) torwatson2004-11-181-2/+29
* 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
OpenPOWER on IntegriCloud