summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ICH6 support.ps2004-09-281-2/+8
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Deny invalid I/O requests which comes from userland here, because laterpjd2004-09-271-0/+6
* Desupport device nodes on EXT2 filesystems.phk2004-09-276-238/+24
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-272-7/+37
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-272-82/+14
* Add sc_iostart to softc and unbreak the build.gallatin2004-09-271-0/+1
* style consistency.phk2004-09-271-1/+1
* Minor, but very important condition fix. The current one can never be true.pjd2004-09-271-1/+1
* Give cluster_write() an explicit vnode argument.phk2004-09-275-10/+5
* Attempting to unset an undefined variable or function should not bedes2004-09-272-2/+2
* Some minor print/panic message cleanups.kensmith2004-09-271-3/+3
* Decrease kern.geom.mirror.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Initialize the count of saved register windows to 0 in the pcb createdkensmith2004-09-271-0/+1
* Stop on write error.phk2004-09-271-2/+5
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-277-4/+61
* Remove the directories that are now only installed when the userdougb2004-09-271-14/+0
* Hook the BIND.* files up to the build.dougb2004-09-271-1/+10
* Seperate out the optional parts of the include tree that aredougb2004-09-271-0/+22
* Add a file spec to create a chroot directory structure fordougb2004-09-271-0/+32
* This file is about to get some optional bits, so line up the parts ofdougb2004-09-271-2/+8
* Used cached cdevsw pointer.phk2004-09-271-2/+4
* Add cdevsw->d_purge() support.phk2004-09-272-11/+21
* Don't use an uninitialised variable when reading from a ktr alq file.julian2004-09-271-1/+1
* Add cross references to vm_map_entry_resize_free.9.alc2004-09-272-0/+2
* Document the O(log n) algorithm for finding free space.alc2004-09-272-0/+234
* Document the flags field.alc2004-09-271-2/+8
* Previously I thought I was seeing a failure to install the .5 man pagesdougb2004-09-272-4/+2
* Document the upgrade procedure.des2004-09-271-12/+94
* Forgot to commit addition of ds_resync field.pjd2004-09-261-0/+1
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-261-8/+31
* ...And fix WITNESS builds: declare syscallnames.marcel2004-09-261-0/+4
* Simplify code a bit.pjd2004-09-261-18/+9
* - Auto generate device listings for the following drivers: urio, ulpt,simon2004-09-262-62/+12
* Add ulpt(4) and urio(4).simon2004-09-261-0/+2
* Don't put devel/gdb6 on disc1 for non-i386 platforms. We have gdb6 inmarcel2004-09-261-3/+0
* - Add a HARDWARE section which lists supported devices based on thesimon2004-09-261-5/+18
* Embellish the man page after trying to migrate to gstripe from ccd(4).obrien2004-09-261-4/+27
* Don't allow to specify wrong stripe size.pjd2004-09-261-1/+11
* PFIL_HOOKS is no longer an optional item.mlaier2004-09-261-2/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-261-9/+9
* Add a HARDWARE section which lists supported devices based on thesimon2004-09-261-1/+25
* Invalidate dcons buffer address if the magic is wrong.simokawa2004-09-261-1/+5
* Backout manual page updates.pjd2004-09-261-19/+27
* Remove the old ATA_*LOCK_CH macros that used atomic ops and usesos2004-09-265-215/+258
* Rearrange the order of I/O's in dma-start/stop, some chipsets are verysos2004-09-261-2/+2
* Forced commit to note that the previous commit added /etc/namedb/sdes2004-09-260-0/+0
* Per style.Makefile(5), don't define MAN if the only page installeddougb2004-09-263-6/+0
* Get rid of obsolete MAN[0-9] syntax.ru2004-09-263-3/+3
* style: Move the { back to the else line to match the }.johan2004-09-261-2/+2
OpenPOWER on IntegriCloud