summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Dangit... made a typo in the NEXPTR register definition (0x55 -> 0x45).wpaul1999-02-231-2/+2
* Minor updates for the ASIX AX88141, which is a newer version of thewpaul1999-02-232-10/+24
* The previous commit also fixed a possibly-wrong (too high) prioritybde1999-02-221-1/+1
* Add support for stealth forwarding (forwarding packets without touchingdes1999-02-225-9/+38
* Improved scheduling in uiomove(), etc. resched_wanted() is true toobde1999-02-223-8/+15
* Outdated with the removal of LKM support. KLDs can't be tested in anyeivind1999-02-221-74/+0
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-228-9/+17
* Oops. Adding a Makefile might help anyone who wants to use streamsnewton1999-02-221-0/+30
* Fix assorted memory leak/buffer reuse problems.dcs1999-02-222-7/+24
* Update for the man page. 4.0 is using KLD's not LKM's.n_hibma1999-02-221-5/+7
* Converted "streams" pseudo-device into a KLDnewton1999-02-223-5/+41
* Removed ENOMEM error on swap_pager_full condition which ignored thedillon1999-02-221-4/+2
* Bug fix: Trap 12 when ugen not present and therefore unattached physicaln_hibma1999-02-211-2/+7
* Device unload code is broken, disabled. Requires a bit of redesign on then_hibma1999-02-211-5/+16
* Add uhci and ohci driver namesn_hibma1999-02-211-2/+4
* Rename hid device to uhid (HID: Human Interface Device)n_hibma1999-02-216-11/+11
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.n_hibma1999-02-211-57/+111
* 1) Added define for USB as an interfacen_hibma1999-02-212-2/+6
* Fix controller/device ppc0 inconsistency with GENERICnsouch1999-02-213-6/+6
* Add support for Compaq ProLiant 1200 host to PCI bridge.dfr1999-02-211-1/+16
* Add a quick note to say what the 3 uuencoded files are.julian1999-02-211-0/+21
* Remove conditional sysctl'sdillon1999-02-211-46/+4
* Reviewed by: Alan Cox <alc@cs.rice.edu>dillon1999-02-211-9/+15
* Increment __FreeBSD_version to reflect the fact that the kernel canjdp1999-02-201-2/+2
* If you merge this into -stable, please increment __FreeBSD_versionjdp1999-02-201-28/+38
* Removed uhub from list. Mandatory with usb device and this was alreadyn_hibma1999-02-205-13/+5
* Fix an operator precedence bug.dt1999-02-201-3/+3
* A correction to the code which attempts to prevent the same moduledfr1999-02-201-1/+3
* Really make the "Rename nlpt to lpt." purported to have been made inobrien1999-02-202-4/+4
* Set ifq_maxlen.dt1999-02-201-1/+2
* Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).roberto1999-02-202-4/+4
* Bug fix: devcount was running from [count..0], should be [count-1..0]n_hibma1999-02-201-1/+1
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-2017-19/+6948
* Kill an obsolete file. It has been moved to sys/dev/kbd.yokota1999-02-201-1332/+0
* Make sure the DAC palette width is restored to 6 bit.yokota1999-02-201-5/+8
* 1) In polling mode (during boot) the callout_handle wasn'tn_hibma1999-02-191-24/+11
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-1912-49/+52
* Eliminate a possible numerical overflow.luoqi1999-02-191-7/+7
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.luigi1999-02-191-2/+2
* Make worklist add function a static, remove from sys/vnode.hdillon1999-02-191-2/+1
* Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio().dillon1999-02-192-18/+34
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-1929-116/+98
* Remove all the #ifdef notyet stuff, it is probably never going to happenphk1999-02-191-77/+27
* Since ifru_flags is a short, we can fit in a copy of the flagsphk1999-02-192-5/+6
* Added limited write ability. Now we can use some kindsemenu1999-02-1923-1104/+1750
* Submitted by: Alan Cox <alc@cs.rice.edu>dillon1999-02-191-57/+8
* Fix typo in comment.jdp1999-02-191-2/+2
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-192-10/+14
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Sorenn_hibma1999-02-185-3/+461
* Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCDken1999-02-182-4/+4
OpenPOWER on IntegriCloud