summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the keyboard system device before we probe for the keyboard.marcel2005-01-311-2/+13
* Revert rev. 1.5.marcel2005-01-311-1/+1
* Update an additional reference to the rate of ISN tick callouts that wasrwatson2005-01-312-2/+2
* Remove a dead vtophys() reference.scottl2005-01-311-6/+0
* Change the state allocator from using regular malloc to usingcsjp2005-01-311-2/+7
* Have tcp_isn_tick() fire 100 times a second, rather than HZ times arwatson2005-01-302-2/+2
* Fix a logic bug that caused DSR to never be deasserted.marcel2005-01-301-2/+2
* Update the text of an assertion to reflect changes made in revision 1.148.alc2005-01-301-5/+1
* Build "digi" on i386, pc98, and amd64 only.ru2005-01-301-1/+3
* Prefer (NULL) spelling of (0) for pointers.rwatson2005-01-301-9/+9
* Remove clause three from tcp_syncache.c license per permission ofrwatson2005-01-301-6/+3
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-304-15/+176
* o Fix a typo.maxim2005-01-301-1/+1
* Insert an explicit McAfee license, as we use a stock two-clause BSDrwatson2005-01-301-5/+26
* Move sb_state to the beginning of structure, above sb_startzero member.glebius2005-01-301-1/+1
* Log changes of link state.glebius2005-01-301-0/+3
* Update copyright for NETA->McAfee.rwatson2005-01-301-5/+5
* 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
* 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
* 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
* 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
* 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
* - Don't drop the wref on the bufobj until after bufdone() has completed.jeff2005-01-281-7/+10
* - 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
OpenPOWER on IntegriCloud