summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* english(4) police.schweikh2002-12-27126-359/+359
* Use three UMA zones for FFS/UFS inodes instead of malloc space.phk2002-12-271-11/+20
* Move the allocation of the inode contents into ffs_vfsops.c rather thanphk2002-12-273-12/+10
* POLA dictates that in the file designated with the -f optionru2002-12-272-2/+12
* Make ffs_mountfs() static.phk2002-12-274-17/+24
* Silence casting away constness warnings.alfred2002-12-271-5/+12
* Lock filedesc while performing a range check on the file descriptor.alfred2002-12-271-0/+4
* Fix a small typo.tjr2002-12-271-1/+1
* Slight tuning if teh KSE man page to indicate some functionality isjulian2002-12-271-29/+33
* Remove the "ascii" attribute from the sysctls so that "sysctl -a" willphk2002-12-271-3/+3
* Hold the page queues lock when calling vm_page_flag_clear().alc2002-12-271-0/+6
* Increase the scope of the page queues lock in phys_pager_getpages().alc2002-12-271-4/+7
* mount_msdos(8) > mount_msdosfs(8) as they have different names in 4.X/5.X.trhodes2002-12-271-6/+3
* Whitespace created in Makefile from previous commit.trhodes2002-12-271-1/+2
* Add a manual page for msdosfs (msdos.5) and connect it to the build.trhodes2002-12-272-1/+83
* Implement uma_small_alloc and uma_small_free. Not yet used.jake2002-12-271-0/+52
* - Use direct mapped addresses for the message buffer, for the crash dumpjake2002-12-273-62/+12
* Teach libkvm to deal with direct mapped addresses.jake2002-12-271-9/+14
* Be more consistent with "static".tjr2002-12-271-1/+1
* Long chain of calls starting with bridge_on(), going through IPv6, andhsu2002-12-271-1/+2
* white-space changesphk2002-12-261-2/+4
* Use a mutex assert to document our locking circumstances.phk2002-12-261-0/+3
* We should not need to hold Giant for sbuf operations any more.phk2002-12-261-4/+0
* Add an XXX comment to explain the predicament.phk2002-12-261-1/+7
* s/pseudo-device/device/ru2002-12-261-1/+1
* Return an error if the size of the sector is zero. This is for removablenyan2002-12-261-0/+6
* Unbreak for the !__XSI_VISIBLE case when another header that definestjr2002-12-261-5/+5
* Add "restrict" qualifiers to the prototype for wordexp().tjr2002-12-261-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-263-2/+518
* Add the POSIX <wordexp.h> header file.tjr2002-12-262-1/+77
* Add the "wordexp" shell built-in command which will be used to implementtjr2002-12-263-0/+24
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
* MFS: Split export list.ru2002-12-261-6/+27
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-266-10/+10
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.simokawa2002-12-261-1/+1
* Disable radix node locking for sysctl until we fix the sysctl infrastructurehsu2002-12-261-5/+5
* firewire.csimokawa2002-12-265-36/+36
* Clarify the distinction between the Proclamation of the Province ofgrog2002-12-252-1/+2
* Typo in function name.ru2002-12-251-4/+4
* I'm not sure what was the problem at the time of revision 1.37ru2002-12-251-11/+0
* Range-check the address family parameter passed in to the sysctl handler.hsu2002-12-251-0/+2
* Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.ru2002-12-251-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-254-39/+10
* A month after pst@ has committed his revision 1.8, it wasru2002-12-251-3/+6
* Ensure that the made-up inode number for a Unix domain socket is persistent.hsu2002-12-251-1/+1
* Validate inp to prevent an use after free.hsu2002-12-243-2/+29
* Flush vop_refreshlabel() definition, since it is no longer used.rwatson2002-12-241-9/+0
* - Hold the page queues lock around calls to vm_page_flag_clear().alc2002-12-242-0/+4
* Spelling: s/then/than/ where appropriate.ru2002-12-249-16/+16
OpenPOWER on IntegriCloud