summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: Larry Lilejulian1999-03-1019-2226/+6150
* For clarity, use the "map" variable introduced by the last commitalc1999-03-101-5/+5
* Install new loader.rc stuff.dcs1999-03-101-1/+7
* Don't forget to remove devstat entries when takingmjacob1999-03-102-2/+12
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-094-22/+54
* Make TIMER_FREQ a normal, undocumented option. Raise confusion tophk1999-03-098-11/+22
* Fix from author of the driver:andreas1999-03-092-6/+6
* Don't free() a NULL pointer!yokota1999-03-091-3/+4
* New loader.rc stuff.dcs1999-03-093-0/+1341
* Remove (redundant) map timestamp increments from some properlyalc1999-03-091-6/+1
* typo policebrian1999-03-093-12/+12
* Reserve cdev 115 for University of Waikato DAG network capture boardsjkh1999-03-082-2/+4
* Clean up and order register definitions.gibbs1999-03-081-78/+66
* Add necessary splcam() protection around target mode setup and teardowngibbs1999-03-081-4/+19
* Move untimeout up before call to uhci_ii_done, avoids panic inn_hibma1999-03-081-4/+1
* Add bt_port_probe() a routine shared by the EISA and ISA probe code togibbs1999-03-082-15/+87
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-082-170/+62
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-083-129/+21
* Spell David correctly.steve1999-03-081-2/+2
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-086-848/+753
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-085-5/+18
* Increase ficl's dictionary size, in preparation for the newer loader.rc.dcs1999-03-081-2/+2
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-084-9/+19
* Remove an unused variable from vmspace_fork.alc1999-03-081-3/+1
* The 4 gig version of the Seagate Medalist Pro seems to have the sameken1999-03-071-5/+21
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-079-84/+100
* Change vm_map_growstack to acquire and hold a read lock (instead of a writealc1999-03-071-11/+17
* Document PacketAliasPptp() and allow it to be disabledbrian1999-03-072-2/+31
* add kernel config support for i4b driver for AVM Fritz PCIhm1999-03-074-4/+8
* update the i4b include files to i4b release 0.71.00hm1999-03-0710-50/+82
* update the i4b kernel part to i4b release 0.71.00hm1999-03-0776-501/+2689
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-072-4/+23
* Remove unused function stubs.brian1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,brian1999-03-071-1/+3
* Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. Atwpaul1999-03-071-0/+12
* When an incoming packet is reflected back as an ICMP reply, make sure wearchie1999-03-061-1/+2
* Fix callout_init(). This didn't have any practical effect since itwollman1999-03-061-2/+2
* Document PacketAliasProxyRule() and fix a typo.brian1999-03-061-1/+88
* Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFXwpaul1999-03-061-1/+19
* Fixed pedantic syntax error (trailing comma in enum).bde1999-03-061-2/+2
* Include <sys/queue.h> so that this file is almost self-sufficient, as isbde1999-03-061-4/+5
* Sync with sys/i386/i386/machdpe.c revision 1.327.kato1999-03-062-2/+6
* Upgrading a map's lock to exclusive status should incrementalc1999-03-061-2/+6
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-063-3/+6
* Move kernel-only declaration inside #ifdef KERNEL section.wollman1999-03-061-7/+5
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-065-28/+119
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-052-4/+14
* Keep track of negotiated transfer parameters for each initiator<->targetgibbs1999-03-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-052-8/+12
OpenPOWER on IntegriCloud