summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-074-14/+104
* Back out my "joy" change. It was really the for some uncommitted ataimp2001-12-071-1/+1
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)arr2001-12-071-4/+1
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+3
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-072-4/+4
* Part 2 of previous commit. Add joy_isa.c and joy_pccard.c.peter2001-12-061-0/+2
* o A few more minor whitespace and other style fixes.rwatson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-062-2/+0
* Add multiple inclusion protection.jhb2001-12-062-0/+10
* Somebody moved joy.c from isa/ to dev/joy/ without updating conf/files.peter2001-12-061-1/+1
* Compile all kernels with "-ffreestanding":obrien2001-12-061-1/+1
* Fixed two problems:pdeuskar2001-12-062-9/+5
* The pccard/cardbus power interface should depend on having pccard orimp2001-12-061-1/+1
* o Make kern.security.bsd.suser_enabled TUNABLE.rwatson2001-12-051-0/+1
* Fixed remotely exploitable DoS in arpresolve().ru2001-12-051-1/+3
* o Whitespace sync to GENERICrwatson2001-12-051-1/+1
* Fix initialisation of struct nat entry, to solve a panic that occursguido2001-12-051-0/+1
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Add suspend/resume hooks to this driver; necessary to overcomeguido2001-12-051-0/+38
* Add VLAN support.jhay2001-12-051-0/+11
* Moved to dev/joyimp2001-12-051-275/+0
* Move joy from isa to dev/joy.imp2001-12-051-1/+1
* Use new location for joy, plus list its new bus front ends.imp2001-12-051-2/+2
* Split joystick driver into ISA and PC Card front ends.imp2001-12-054-148/+322
* Implement prism2 detection from NetBSD. This mostly obsoletes theimp2001-12-052-27/+107
* Newer SA is prefered for a out-bound packet than old oneume2001-12-052-7/+89
* Update pathnames for creation of tags file.mckusick2001-12-053-5/+3
* Add entries to allow setting the CD type on cue sheetssos2001-12-041-0/+11
* Allow setting the CD type on cue sheetssos2001-12-041-2/+4
* When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULLiedowse2001-12-041-3/+2
* implement MFC links properly (and I think long links too). This makeimp2001-12-041-42/+7
* The entry for the 'set' command no longer has a list of variables.des2001-12-041-2/+0
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* s/^options\t\t/options \t/des2001-12-041-15/+15
* PROCFS requires PSEUDOFS.des2001-12-045-5/+10
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.des2001-12-042-2/+4
* When translating the interface name when "eth?" is given, do notmarcel2001-12-041-3/+9
* MFS: Use correct terminology for RAID 0/1 and 0/5.scottl2001-12-041-3/+3
* Remove error messages on mbuf allocation failures, nowluigi2001-12-043-26/+5
* BAH! Missed another change to this file.scottl2001-12-041-0/+4
* Bah, I missed this file on the last commitscottl2001-12-041-2/+2
* PROCFS requires PSEUDOFS now.des2001-12-042-2/+2
* Pseudofsize procfs(5).des2001-12-0420-2044/+483
* Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.obrien2001-12-041-1/+0
* Reduce namespace pollution by removing argument names from prototypes.des2001-12-041-18/+18
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-042-2/+2
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-032-13/+17
* o Update an instance of 'unprivileged_procdebug_permitted' missedrwatson2001-12-031-6/+6
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-038-17/+17
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-0310-63/+194
OpenPOWER on IntegriCloud