summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-248-8/+14
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-2415-19/+29
* - Call VFS_ROOT() with LK_EXCLUSIVE.jeff2005-03-241-1/+1
* - Update the ufs_root() prototype.jeff2005-03-241-2/+3
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. Forjeff2005-03-246-10/+12
* - Fixup the default vfs_root function to match the new prototype.jeff2005-03-241-1/+2
* - Add a 'flags' parameter to VFS_ROOT(). This is intended to allowjeff2005-03-241-2/+4
* - Grab the lock type that the caller requests in vfs_hash_insert().jeff2005-03-241-1/+1
* - If vput() is called with a shared lock it must upgrade to an exclusivejeff2005-03-242-3/+13
* - Remove some long dead LOOKUP_SHARED code that tracked the lock state.jeff2005-03-241-14/+0
* - Remove the #ifdef LOOKUP_SHARED from some calls to NDINIT. Thejeff2005-03-242-14/+2
* - Clear LOCKSHARED if LOOKUP_SHARED is not enabled. This is not strictlyjeff2005-03-241-0/+3
* - All of the bugs which lead to the complication of the LOOKUP_SHAREDjeff2005-03-241-52/+10
* Add manual page for snd_via8233(4) and add it to the build.jcamou2005-03-242-0/+73
* - Break after nested switch.mdodd2005-03-241-0/+2
* Offer unhandled IOCTLS to fddi_ioctl().mdodd2005-03-241-8/+1
* POWERSTATECHANGE was misspelled.mdodd2005-03-241-1/+1
* - The NFS client was incorrectly masking SIGSTOP (which isps2005-03-231-19/+6
* relocate the power state transition statements to thejmg2005-03-231-15/+5
* MFC: BIND 9.3.1.hrs2005-03-232-2/+2
* fix kldloading of pci driver modules after boot on sparc64... sincejmg2005-03-231-1/+1
* Unbreak buildworld on i386 when MODULES_WITH_WORLD is defined.cognet2005-03-231-0/+4
* Restore queue depth settings across tag disable events. The system oftengibbs2005-03-231-2/+13
* Style: de-lispify by removing extra parantheses in conditional expressions.harti2005-03-231-19/+18
* Document SEPARATE_LIVEFS (forgot this in previous commit).jhb2005-03-231-0/+3
* Style: make indentation 8 characters.harti2005-03-231-1600/+1679
* - Document the top-level package-split target.jhb2005-03-231-31/+36
* Belatedly remove the drivers.conf(5) man page. The actual files andjhb2005-03-232-151/+0
* What should be the last major changes to the ISO layout:jhb2005-03-231-23/+34
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-2310-293/+273
* - Reword HOOKS paragraph also mentioning how data received on out* hooksglebius2005-03-231-1/+7
* Describe usage of newly implemented out* hooks.glebius2005-03-231-12/+20
* Implement "verbose" optional keyword for "show" command. This is analogglebius2005-03-232-6/+67
* o Document net.inet.ip.portrange.random* sysctls.maxim2005-03-232-8/+26
* Document support for the ITE IT8212F.brueffer2005-03-231-1/+3
* Bounds check the user-supplied length used in a copyout() indas2005-03-231-0/+2
* Bounds check the length parameter to i386_set_ldt() before passing itdas2005-03-231-0/+2
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsdas2005-03-231-2/+3
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-232-4/+4
* 1. Annotate the rc.conf reference with a hint to the "cloned_interfaces"rse2005-03-231-11/+5
* Add verbiage to the description of the noexec mount option clarifyingcperciva2005-03-231-0/+5
* The live CD itself no longer has /stand since a long time ago; however,avatar2005-03-231-0/+1
* Fix use of uninitialized buf[0].pjd2005-03-221-2/+2
* Add support for bus_delete_resource() and make acpi_bus_alloc_gas() donjl2005-03-221-0/+18
* MFen: 1.27 -> 1.30delphij2005-03-221-16/+15
* MFen: 1.13 -> 1.14delphij2005-03-221-5/+5
* MFen: 1.227.2.14 -> 1.276delphij2005-03-221-235/+47
* Add mt locale directory, since more and more ports create and use it.krion2005-03-222-0/+8
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEsobomax2005-03-221-1/+2
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-222-5/+50
OpenPOWER on IntegriCloud