summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* roll platform versions to 5.0mjacob2000-03-151-2/+2
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-154-6/+6
* Use 64-bit math to decide if optimization needs to be changed.mckusick2000-03-151-30/+48
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-152-8/+25
* Pass unit number to bcache_strategy(), so that the cache can bedcs2000-03-151-2/+3
* Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.archie2000-03-141-2/+1
* Remove further vestiges of wd.asmodai2000-03-141-4/+0
* Get rid of wdc.asmodai2000-03-141-1/+0
* Fix the spelling, and some minor tweaks on the ata device...sos2000-03-143-6/+9
* Print "previous type" correctly when INVARIANTS is defined.kuriyama2000-03-141-1/+1
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedbde2000-03-142-44/+26
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.ru2000-03-141-5/+6
* Remove wd entries.asmodai2000-03-143-222/+0
* Remove the wd driver from the i386 kernel options.asmodai2000-03-141-12/+0
* Remove unused options.asmodai2000-03-141-5/+0
* In 'ipcperm()', only call 'suser()' if it is actually required.bsd2000-03-131-7/+2
* - Document updates in iface netgraph node type functionalityarchie2000-03-133-89/+103
* Updates to the ng_iface(8) netgraph node type:archie2000-03-132-178/+216
* Some minor prototype tweaks.archie2000-03-132-6/+5
* Use snprintf() instead of sprintf().archie2000-03-131-1/+1
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"archie2000-03-132-11/+11
* Welcome to 5.0-CURRENT. (__FreeBSD_version = 500000)billf2000-03-131-1/+1
* Fix typo.archie2000-03-132-6/+6
* Don't do bus resets for ULTRA2 or later cards because what seems tomjacob2000-03-131-1/+4
* Fixed a spelling error that disabled the rc driver.bde2000-03-131-1/+1
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-135-44/+44
* Disabled the optimization of not doing an invltlb_1pg() when changingbde2000-03-132-8/+8
* Add 'bootverbose' debug messages to assist with tracking down problemsmdodd2000-03-131-5/+27
* Cleanup sweep.sos2000-03-136-54/+50
* Initial ifmedia support. Once I figure out autoselection I'll put themdodd2000-03-132-15/+113
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-138-66/+75
* Copy how everyone else is doing packet transmission. (NetBSD mostly)mdodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.mdodd2000-03-131-0/+5
* Get rid of table lookup in favor of just subtracting. Everyone elsemdodd2000-03-131-3/+1
* Call epstop() in ep_attach(). While this shouldn't be necessary we'llmdodd2000-03-131-0/+2
* Set the RF_SHAREABLE flage when we allocate an IRQ.mdodd2000-03-131-0/+4
* Remove option MD5, it has been standardized almost two years ago.ru2000-03-134-19/+0
* Remove #ifdef UVM stuff which will never be relevant.phk2000-03-131-7/+0
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-133-8/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-1317-82/+91
* Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),shin2000-03-131-1/+1
* Add another Linksys OUI.imp2000-03-131-1/+3
* Updates for new FALC chips and other nits.phk2000-03-131-19/+5
* Welcome to 5.0-current!jkh2000-03-131-1/+1
* Backout the previous fix, it is _not_ that easy too fix.sos2000-03-131-2/+1
* * add the start_join_net - donedmlb2000-03-121-129/+178
* structure for error counters addeddmlb2000-03-121-7/+18
OpenPOWER on IntegriCloud