summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed path to /boot/device.hints.ru2002-07-121-1/+1
* Back out the previous change, since it looks like locking udbinfo providestruckman2002-07-121-8/+1
* Be specific about which reason caused vm86_addpages to panicpeter2002-07-121-4/+6
* Lock inp while we're accessing it.truckman2002-07-121-1/+8
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-1234-1013/+2426
* Complain if more than one file argument is given to unlink(1) like we didtjr2002-07-121-1/+1
* regen for freebsd4_sendfile(2) compat.alfred2002-07-125-21/+46
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-122-5/+41
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-125-18/+70
* Unexpand a couple of 8-space indents that I added in rev 1.285.peter2002-07-122-4/+4
* Avoid a vm_page_lookup() - that uses a spinlock protected hash. We canpeter2002-07-121-2/+5
* o Lock some (unfortunately, not yet all) accesses to the page queues.alc2002-07-121-2/+2
* o Lock accesses to the page queues.alc2002-07-121-2/+3
* Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETSken2002-07-121-16/+11
* Don't duplicate the description of the sticky bit that is alreadykeramida2002-07-121-7/+4
* Call routine to free everything obtained when filling in 'struct printer'.gad2002-07-121-0/+1
* Fix set_qstate() so it correctly checks for any error from chmod().gad2002-07-121-1/+1
* Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'.gad2002-07-122-1/+11
* Various typo fixes.keramida2002-07-121-2/+2
* Add two variables to struct jobqueue, and change the way that getq()gad2002-07-122-3/+10
* Yep, revision 1.3 was 1/2assed.obrien2002-07-121-10/+2
* Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h,gad2002-07-122-2/+2
* Defer calling SYSCTL_OUT() until after the locks have been released.truckman2002-07-113-5/+10
* Reduce the nesting level of a code block that doesn't need to be intruckman2002-07-112-26/+20
* A simple implementation of statvfs(3) (one step above the trivial one).wollman2002-07-111-0/+160
* WARNS=2, de-__P()alfred2002-07-112-7/+6
* Remove debugging code that I originally only wanted to be there for a couple ...julian2002-07-111-23/+2
* WARNS=4, de-__P()alfred2002-07-112-5/+3
* Update manpages to reference 'timed' rpc functionsalfred2002-07-111-0/+8
* Fix indentation broken in previous __P removal.alfred2002-07-112-15/+15
* thread_exit() requires PROC_LOCK to be held, so lock it.jhb2002-07-111-1/+2
* WARNS=4, de-__P()alfred2002-07-114-37/+39
* Add a missing newline during panic printf's for SMP systems that don'tjhb2002-07-111-0/+2
* Remove unused variables due to libufs(3) commit. Clean up extraneous use ofjmallett2002-07-111-4/+3
* Convert dumpfs(8) to libufs(3), rather than rolling local functions for ajmallett2002-07-112-39/+14
* WARNS=4, de-__P()alfred2002-07-112-27/+28
* de-__P()alfred2002-07-111-3/+2
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumjmallett2002-07-112-2/+4
* WARNS=4, de-__P()alfred2002-07-116-33/+30
* Complete rewrite, once again.joerg2002-07-115-339/+720
* WARNS=4alfred2002-07-112-4/+2
* WARNS=4 cleanup, de-__P()alfred2002-07-112-12/+14
* de-__P()alfred2002-07-111-1/+1
* Add a bit of information on FFS snapshots to the mount(8) manual page.trhodes2002-07-111-0/+67
* WARNS?=4 cleanup.alfred2002-07-113-17/+34
* Add note about the info documentation of diff(1).keramida2002-07-111-0/+4
* de-__P()alfred2002-07-111-3/+3
* Fixed misspelling of "hint." as "hints." in rp's hints.bde2002-07-111-6/+6
* Fixed misspelling of "hint." as "hints." in the description of the "hint."bde2002-07-111-15/+15
* RELENG_4_6 PL 1 libc bits with non-vulnerable resolver.obrien2002-07-114-12161/+9126
OpenPOWER on IntegriCloud