summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement "setdrv" optionrnordier1999-02-261-5/+10
* Remove call to DELAY() from xl_wait(), since xl_wait() is in thewpaul1999-02-261-3/+2
* Add PCI device ID for the PNIC II.wpaul1999-02-262-3/+6
* Fix last commit based on feedback from Guido, Bruce and Terry.imp1999-02-261-5/+6
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-267-14/+14
* Emulate a V86 "movl %cr0,%eax" instruction.rnordier1999-02-252-24/+52
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-257-4/+11
* Integrated a patch provided by Guido to more correctly work out thenewton1999-02-251-6/+23
* Added p_emuldata to struct proc as a place for emulators to hooknewton1999-02-251-1/+2
* Added comment on Access/PC N98C+ and LAC-98 cards, and FE_8BIT_SUPPORTkato1999-02-252-6/+12
* Added adv driver support.kato1999-02-254-8/+10
* Commented out lpt0.kato1999-02-252-4/+4
* Fixed my recent breakage of the ELF case.bde1999-02-251-1/+2
* Sync with sys/i386/isa/wd.c revision 1.189.kato1999-02-251-3/+3
* Sync with sys/i386/i386/userconfig.c revision 1.132.kato1999-02-251-2/+4
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-255-13/+19
* Sync with sys/boot/i386/loader/Makefile revision 1.29.kato1999-02-251-2/+2
* The fe driver supports bridging, so added it to lists.kato1999-02-251-3/+3
* Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink andimp1999-02-251-1/+5
* My changes:roger1999-02-252-88/+230
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>alc1999-02-251-2/+2
* Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>alc1999-02-251-2/+3
* Comment swstrategy() routine.dillon1999-02-251-1/+9
* Update ufs_vnops code to use new specinfo fields rather then guess.dillon1999-02-251-7/+14
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-257-69/+164
* Untangle the nfs send and receive queue locking a little. One lockpeter1999-02-2513-197/+268
* Remove unnecessary page protects on map_split and collapse operations.dillon1999-02-243-6/+16
* Don't try protecting page 0; it seems that BIOS writers now feel it'smsmith1999-02-241-2/+2
* Add support for still more cheapo 10/100 cards: Delta Electronics andwpaul1999-02-236-21/+94
* Misplaces brace puts important code into debug section.phk1999-02-231-5/+5
* 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
OpenPOWER on IntegriCloud