summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a comment which explain why we need to use special function instead ofpjd2005-01-301-0/+2
* Update the list of VLAN-aware interface types.yar2005-01-301-1/+3
* Bring the prototype for alq_open() in line with the code.jkoshy2005-01-301-2/+18
* Start gettys on ttyu0 and ttyu1 instead of ttya and ttyz0 now thatmarcel2005-01-301-4/+4
* o Enable puc(4) and uart(4).marcel2005-01-301-5/+5
* o Fix the various interrupt related problems caused by reversemarcel2005-01-301-31/+69
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-306-28/+63
* Add text about jail root directory as well.phk2005-01-301-5/+6
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-303-28/+25
* Fix build on AMD64 (and probably other arches where size_t != int).sobomax2005-01-301-1/+2
* Fix spelling of integer in a comment.rwatson2005-01-301-1/+1
* Grrr, this committer needs to have a sleep. Remove lines from the previoussobomax2005-01-291-3/+0
* Fix small non-conformance introduced in the previous commit: execve() issobomax2005-01-291-4/+4
* Remove local hack which cowardly slipped into previous commit.sobomax2005-01-291-2/+0
* Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242.rwatson2005-01-291-8/+9
* Disable ethernet flow control in if_fxp by default, in order to preventrwatson2005-01-291-1/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-2922-241/+287
* Correct a minr whitespace inconsistency introduced in revision 1.159:rwatson2005-01-291-1/+1
* Hopefully unbreak modules build.ru2005-01-292-2/+2
* Start sentences from a capital letter.ru2005-01-291-3/+3
* Fix typo.njl2005-01-291-2/+1
* Cleanup debugging code and put it under bootverbosebz2005-01-292-70/+72
* Use MAXMINORphk2005-01-292-6/+6
* When dumping to a unpartitioned disk, make sure to chop thephk2005-01-291-0/+2
* Describe 'u' and 'U' in sequence mode.phk2005-01-291-0/+6
* Better locking.phk2005-01-291-54/+83
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-296-3/+60
* Typo.phk2005-01-291-1/+1
* Add MAXMINOR #define, we should have had this long time ago.phk2005-01-292-3/+12
* Tell vnode_create_vobject() how big an object to create, ratherpeadar2005-01-292-6/+5
* In 1.276 of kern/subr_trap.c I introduced a mechanism for delayingphk2005-01-291-0/+7
* Because the argument to strvalid() is a size_t, use a size_t to iteraterwatson2005-01-291-1/+1
* Per permission from McAfee, remove clause 3 of the BSD license onrwatson2005-01-291-3/+0
* Report jail directory if set.phk2005-01-291-0/+15
* The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previouslyimp2005-01-291-1/+1
* Roll firmware to the latest version. There are a bunch of featuresmjacob2005-01-291-5722/+5937
* Fixed whitespace at EOL and double word.ru2005-01-281-5/+5
* Typo.ru2005-01-281-1/+1
* Properly terminate sentence.ru2005-01-281-2/+2
* use strdup().ume2005-01-281-2/+1
* - Don't drop the wref on the bufobj until after bufdone() has completed.jeff2005-01-281-7/+10
* Clean up after utilizing FILES.ru2005-01-281-6/+3
* Clean up makefile.ru2005-01-281-7/+2
* Utilize bsd.files.mk.ru2005-01-281-8/+4
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-2829-33/+0
* - If mpsafevfs is off, acquire giant around all calls to bufdone().jeff2005-01-281-0/+4
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-2817-0/+17
* Remove unused argument to vrecycle()phk2005-01-2811-18/+11
* Integrate vclean() into vgonel().phk2005-01-281-68/+51
* Remove register keywordphk2005-01-281-5/+5
OpenPOWER on IntegriCloud