summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor bug in the MAC address unscrambling code.wpaul2000-07-061-3/+3
* Don't forget to set our MAC address into packets we wre sending out viajulian2000-07-061-0/+6
* Properly fix world.n_hibma2000-07-062-2/+2
* Fix buildworld.roberto2000-07-061-0/+2
* Add support for the National Semiconductor DP83815 fast ethernetwpaul2000-07-062-21/+229
* - Inline all the functions that are only called once. This results in ajhb2000-07-062-228/+214
* Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.jhb2000-07-062-2/+2
* Clarify the comments in here a bit. The first sector of boot2 is not justjhb2000-07-062-4/+4
* Emulate the WBINVD instruction when it is called by the BIOS.jhb2000-07-062-12/+30
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.wpaul2000-07-054-0/+6
* add list of KAME files - may not be 100% correctitojun2000-07-051-0/+53
* Use the packed attribute for the descriptor on the wiren_hibma2000-07-052-2/+4
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-056-69/+78
* Oops! If we're deciding a command is now really dead, make *darned*mjacob2000-07-051-0/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,mjacob2000-07-051-7/+14
* End two weeks of on and off debugging. Fix the crash on the Nthimp2000-07-051-24/+27
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-051-0/+4
* split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.itojun2000-07-052-4/+12
* correct compilation with IPSEC_IPV6FWD.itojun2000-07-051-0/+1
* enable newpcm module buildingcg2000-07-041-1/+1
* newpcm module makefilescg2000-07-0421-0/+156
* o Update e-mail address associated with /dev/audit to reflectrwatson2000-07-041-1/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointeritojun2000-07-042-1/+2
* Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.sumikawa2000-07-042-0/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-04139-9377/+19651
* Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.nyan2000-07-041-2/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-0463-131/+131
* Fix the "almost clone" semantics.phk2000-07-041-6/+11
* Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that youjhb2000-07-044-26/+38
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-043-5/+40
* Simplify and rationalise the management of the vnode free listmckusick2000-07-044-159/+65
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-0416-75/+95
* If a buffer flush fails when trying to reclaim a vnode, it is toomckusick2000-07-042-8/+20
* A side effect of new 12160 f/w- there is only one set whether targetmjacob2000-07-041-4/+1
* roll new Qlogic 2200 firmware in placemjacob2000-07-041-4473/+5181
* roll new Qlogic 2100 firmware in placemjacob2000-07-041-3952/+4556
* roll new 12160.h firmware in placemjacob2000-07-041-3928/+2336
* Remove obsolete isp_dogactive tag.mjacob2000-07-041-1/+1
* Fix completely stupid and idiotiuc sprintfs in isp_inline.h withmjacob2000-07-041-36/+19
* Add in config_hook for catching when interrupts are safe- this allowsmjacob2000-07-041-72/+91
* Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flagmjacob2000-07-041-9/+82
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEmjacob2000-07-041-7/+2
* Change startup locking. Use new isp_handle_index functionmjacob2000-07-042-40/+32
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-043-7/+5
* do-nothing module that depends on all sound driverscg2000-07-031-0/+70
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-0319-27/+85
* Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-034-8/+6
* Experiemntal ascii based device configuration mechanism.phk2000-07-032-0/+9
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-035-15/+12
* Include SOFTUPDATES in NOTES/LINT by default.phk2000-07-032-10/+2
OpenPOWER on IntegriCloud