summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A slightly different version of the vlrureclaim fix.dillon2001-12-141-3/+1
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-1414-82/+15
* Add disk I/O scheduling for positively niced processes.mckusick2001-12-141-0/+25
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixdg2001-12-141-1/+2
* Too many people are compiling kernels with maxusers set to 0 without the newdillon2001-12-141-1/+1
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-146-11/+128
* Add maxusers auto-sizing description to NOTES file for -currentdillon2001-12-142-2/+6
* o Wording fix in comment.rwatson2001-12-141-1/+1
* Minimize the time necessary to suspend operations on a filesystemmckusick2001-12-144-96/+209
* Convert C++ style comments to proper C ones.obrien2001-12-1316-72/+87
* If we were called to allocate a vnode that is not associated with apeter2001-12-131-0/+2
* Remove stale prototype for sonewconn3().green2001-12-131-2/+0
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andrwatson2001-12-133-29/+3
* Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10silby2001-12-131-2/+2
* Use C comments instead of C++ comments.jhb2001-12-133-24/+24
* Tone down and remove some obnoxious warnings that are slightly overkill.jlemon2001-12-131-10/+1
* Add module dependency on libmchain.sheldonh2001-12-131-0/+2
* Use ANSI C string contatenation instead of a multi-line string literal.jhb2001-12-131-4/+4
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-132-5/+5
* Use a per-thread variable for keeping state when a thread is processingjhb2001-12-132-10/+9
* When a file is partially truncated, we first check to see if themckusick2001-12-131-0/+12
* Undo one of my last minute changes; move sc_iss up earlier so itjlemon2001-12-131-1/+1
* Fix up tabs from cut&n&paste.jlemon2001-12-131-8/+8
* Fix up tabs in comments.jlemon2001-12-132-8/+8
* Minor style fixes.jlemon2001-12-131-2/+2
* Minor style fix.jlemon2001-12-131-2/+2
* Roll firmware to latest offerings... Fixes a number of f/w relatedmjacob2001-12-132-9047/+12601
* Sync to pccarddevs 1.25imp2001-12-121-2/+8
* Move LINKSYS2 to its correct numerical location.imp2001-12-121-1/+5
* Add DIVA USB mp3 player.sobomax2001-12-123-0/+8
* MFi386: revision 1.35 (Add support for writing to BIOS disks)nyan2001-12-121-4/+221
* MFi386: revision 1.485 (the previous commit is not completely)nyan2001-12-122-22/+26
* Connect libiconv to the build.sheldonh2001-12-121-0/+1
* Fix select on named pipes without a reader.alfred2001-12-121-1/+0
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-126-6/+0
* - Move _jail sysctl node underneath _kern_security in order to standardizearr2001-12-121-4/+5
* Overhaul the per-CPU support a bit:jhb2001-12-11107-1596/+850
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-112-4/+59
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-112-0/+55
* Remove an obsolete prototype for procfs_kmemaccess().des2001-12-111-3/+0
* Correct a comment that should have been updated in rev 1.43, whensheldonh2001-12-111-2/+2
* Fix boot -p for DDBless kernelsguido2001-12-111-0/+6
* Wrap Dangerously Dedicated printf under if (bootverbose)peter2001-12-111-2/+4
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.luigi2001-12-114-4/+14
* Delete some leftover code from a bygone age. We dont have an array ofpeter2001-12-112-22/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-118-27/+96
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-119-579/+1500
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Missed an assignment of arg6 in previous commit.obrien2001-12-101-0/+1
OpenPOWER on IntegriCloud