summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsmjacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readmjacob1999-12-031-97/+74
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-0311-5/+918
* Add a new function ng_findhook() for finding a node's hook;archie1999-12-032-14/+26
* Merged NetBSD version, as they have done improvements:semenu1999-12-0325-2061/+2222
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.archie1999-12-031-1/+2
* Supported to sound beep.nyan1999-12-031-1/+17
* pc98/pc98/atapi.cnyan1999-12-034-34/+992
* Change splbio() to splcam(). bs is cam driver.nyan1999-12-032-4/+6
* Sync with sys/i386/conf/GENERIC revision 1.208.nyan1999-12-032-2/+0
* Make the stub routines have the same prototypes as the real bpfjulian1999-12-031-1/+1
* correct incomplete last changemjacob1999-12-031-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-0371-118/+189
* Set RB_VERBOSE into boothowto (provide proper layering from boot loadermjacob1999-12-031-1/+3
* roll platform minormjacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowmjacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesmjacob1999-12-031-5/+5
* Define name length differently for alpha in order to preservejkh1999-12-031-0/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-035-32/+26
* Remove the 'alpha, use at your own risk' death-statement.billf1999-12-031-4/+1
* Fix typo, add $FreeBSD$billf1999-12-032-2/+6
* Remove the 'gzip' image activator. We're not using a.out anymore, so savemsmith1999-12-032-2/+0
* Print device names for children that fail to detach.imp1999-12-021-1/+3
* Make pccardc beep actually work. The kernel was doing the wrong thingimp1999-12-023-9/+11
* Reserve 138 for usio, the USB sio driver by Doug Ambrisko, Whistle.n_hibma1999-12-021-6/+7
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.archie1999-12-022-7/+5
* Reserve #137 for nCipher's nFast PCI hardware cryptographicsheldonh1999-12-021-0/+1
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Remove check for attached state.n_hibma1999-12-021-3/+0
* Sync with sys/i386/conf/GENERIC revision up to 1.207.nyan1999-12-022-2/+10
* Remove the "MCA not supported" from RELNOTES.TXT and addmdodd1999-12-023-0/+45
* /tmp/msgimp1999-12-022-1/+19
* Add bus suffix to mii.dcs1999-12-021-1/+1
* Add if_ prefix to network drivers.dcs1999-12-021-14/+14
* Change the delayed ack time from 200ms to 100ms.jlemon1999-12-021-1/+1
* Remove code to select APM version with flags to the apm0 device. Thisjlemon1999-12-027-50/+10
* Grammar nit.billf1999-12-023-3/+3
* Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arraysmsmith1999-12-022-0/+8
* Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.archie1999-12-011-1/+1
* Eliminate compiler warning.archie1999-12-014-4/+4
* The functions m_copym() and m_copypacket() return read-only copies,archie1999-12-012-0/+79
* Add more comments describing how to use parse types and how they work.archie1999-12-011-46/+165
* Show how to supply a struct ng_cmdlist for (de)asciificationarchie1999-12-012-7/+49
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* Add fairings. Do not depend on user actually supplying the argumentsdcs1999-12-011-0/+4
* Cosmetic changes to comments:sheldonh1999-12-013-24/+24
* Forgot to commit this in last commit.imp1999-12-011-0/+1
* A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristiangallatin1999-12-018-2/+426
* The 6th bit of configuration port is not defined on pc98.nyan1999-12-011-0/+4
* Sync with sys/isa/sio.c revision 1.276.nyan1999-12-012-32/+8
OpenPOWER on IntegriCloud