aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gcore(1) apparently still cares about a.out core dumps, so it stillDavid Schultz2004-11-201-0/+2
* Remove UAREA_PAGES.David Schultz2004-11-206-6/+0
* U areas are going away, so don't allocate them. It's worrisome thatDavid Schultz2004-11-202-6/+2
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-2011-53/+6
* Disable U area swapping and remove the routines that create, destroy,David Schultz2004-11-204-206/+0
* Malloc p_stats instead of putting it in the U area. We should considerDavid Schultz2004-11-203-12/+49
* In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz2004-11-201-1/+1
* user.h is included only to get pcb.h, so use the latter directly instead.David Schultz2004-11-203-3/+2
* Bring signal(9) in sync with -current.Joseph Koshy2004-11-202-40/+56
* Increase cnt.v_syscall and cnt.v_trap when needed.Olivier Houchard2004-11-201-0/+3
* Do not emit a spurious warning when "directory" argumentRuslan Ermilov2004-11-201-1/+3
* Fixed "rmdir -p" that got broken by rev. 1.15.Ruslan Ermilov2004-11-201-6/+5
* Remove unused macro.Gleb Smirnoff2004-11-191-3/+0
* Document NO_NIS variable.Bjoern A. Zeeb2004-11-191-1/+6
* Cancel pending timeout before scheduling a new one. This fixesGleb Smirnoff2004-11-191-0/+1
* Correct typo. Return ENXIO instead of EIO.Maksim Yevmenkin2004-11-191-1/+1
* Man page for the HighPoint RocketRAID 182x driver.David E. O'Brien2004-11-192-0/+83
* Revert part of rev 1.57. The tag boundary is honored by splitting theScott Long2004-11-191-9/+5
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,Scott Long2004-11-191-9/+5
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-193-4/+4
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-191-1/+1
* Use statfs instead of getmntinfo(). This will make the procfs checksChristian S.J. Peron2004-11-191-9/+6
* - Fix typo in portaudit reference.Simon L. B. Nielsen2004-11-191-2/+2
* Install the header for libmagic.David E. O'Brien2004-11-192-1/+2
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-193-13/+13
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-194-26/+26
* Make logic more readable.David E. O'Brien2004-11-192-6/+6
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-197-21/+23
* Add the the Allied Telesyn AT-2700 familly.David E. O'Brien2004-11-191-0/+1
* Place function comment above the right function.Mark Santcroos2004-11-191-7/+7
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-182-54/+1
* Rebuild from compat/freebsd32/syscalls.master:1.43Mark Santcroos2004-11-182-2/+2
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179Mark Santcroos2004-11-181-1/+1
* Rebuild from syscalls.master:1.179Mark Santcroos2004-11-185-2/+8
* Add ntp_gettime(2) system call.Mark Santcroos2004-11-181-1/+1
* Add system call implementation of ntp_gettime(2).Mark Santcroos2004-11-181-18/+43
* Add a couple of summary paragraphs at the head of mbuf_tags(9) toRobert Watson2004-11-181-2/+29
* Add some useful target mode diagnostics for incoming commandsJustin T. Gibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchJustin T. Gibbs2004-11-184-16/+26
* - Document the DISABLE_VULNERABILITIES knob.Simon L. B. Nielsen2004-11-181-4/+6
* Check in updated bthidd(8). This is still work in progress.Maksim Yevmenkin2004-11-189-48/+874
* Add dropped implementation of ioctl for fifos.Poul-Henning Kamp2004-11-181-1/+20
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)Poul-Henning Kamp2004-11-181-0/+3
* -Add a note that currently two syntax styles for label element declarationChristian S.J. Peron2004-11-181-3/+16
* Pass path to filesystem when mounting rootPoul-Henning Kamp2004-11-181-1/+1
* Make chrootdir global and use it in log messagesYaroslav Tykhiy2004-11-181-9/+4
* Nitpicking on style(9) and whitespace.Yaroslav Tykhiy2004-11-181-13/+13
* - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flagGleb Smirnoff2004-11-181-33/+0
* Use __FBSDID.Yaroslav Tykhiy2004-11-184-8/+12
* s/priveleged/privileged/Gleb Smirnoff2004-11-181-1/+1