summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,des2002-02-221-0/+8
* - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
* - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-2217-46/+34
* Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
* Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughphk2002-02-221-0/+18
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-225-12/+4
* GC: BIO_ORDERED going away.phk2002-02-225-30/+4
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-224-16/+8
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-223-20/+3
* GC: bufqueues are not used under -current, we use bioqueues.phk2002-02-221-47/+0
* Use make -V VARIABLE | xargs ... to pass argument lists to programluigi2002-02-221-5/+8
* - Massive style fixup.arr2002-02-221-1268/+1292
* recovery from new binutils part II: fix the alpha kernel so thatgallatin2002-02-211-1/+1
* Reorder some of the ioctls and add a few new ones.mjacob2002-02-212-17/+37
* Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
* Remove redundant checks for iovcnt > 1. This should be handled properlybp2002-02-211-7/+7
* Add unicode related definition for future use. Descibe Samba bug.bp2002-02-212-1/+10
* Add subfunction definition for future use.bp2002-02-211-0/+1
* - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-212-1/+21
* Reserved one of the spare fields in struct gmon to record the historybde2002-02-211-2/+3
* Document the hw.physmem kernel environment variable.davidc2002-02-212-0/+8
* Fixed some style bugs. Added a comment about a bug in PT_SSTEP.bde2002-02-211-25/+21
* Recover bits that were lost in transition in rev.1.76:bde2002-02-211-16/+77
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDmjacob2002-02-211-8/+38
* Commit some infrastructure for turning on -Werror for kernel compiles.peter2002-02-207-10/+16
* Oops, used wrong error value for unimplemented syscalls.julian2002-02-201-6/+6
* Pass me the pointy hat please. Be sure to return a value in a non-voidpeter2002-02-202-2/+2
* Tidy up some unused variablespeter2002-02-202-10/+0
* Prefix structure members to protect them against clashes with eg.alfred2002-02-206-125/+125
* Cleanup of nmdm devicejulian2002-02-201-61/+100
* Add missing m_free() so we actually drain the send buffer in monitor mode.brooks2002-02-201-0/+2
* BUGFIX: make use of the pointer to the target of skipto rules,luigi2002-02-201-2/+4
* fix file descriptor leak.alfred2002-02-201-1/+2
* When expanding a syncache entry into a socket, inherit the socket optionsjlemon2002-02-201-1/+1
* Check the status of the card bridge first thing, rather than last inimp2002-02-201-10/+16
* - Fix style further by adding parentheses around return values so thatarr2002-02-201-14/+14
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.brian2002-02-202-2/+25
* o Minor style fix on #endif, missing '_' in comment.rwatson2002-02-201-1/+1
* Add a module of xe driver.shiba2002-02-202-1/+11
* Add some code which is compatible for NEWCARD. It makes manufacturershiba2002-02-204-0/+18
* NEWCARD support for xe.shiba2002-02-201-1/+3
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-203-0/+15
* - Style.9 formatting fix; this commit is mostly white space related witharr2002-02-201-209/+209
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-203-310/+365
* Fix typos in some comments.cjc2002-02-202-4/+4
* MFi386: revision 1.497nyan2002-02-202-2/+4
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-204-46/+50
* More cleanups relating to vm object allocation failure: make sure werwatson2002-02-201-1/+5
* Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero holdtegge2002-02-193-4/+11
OpenPOWER on IntegriCloud