summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ssid length from 80211.hdmlb2000-03-121-4/+136
* Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify theshin2000-03-121-1/+1
* Try harder to make the lower 16 bits of fsids unique. The vfs typebde2000-03-122-30/+50
* Dont call ad_start unless the controller is idle.sos2000-03-121-1/+2
* Merged from sys/isa/sio.c revision 1.291.kato2000-03-122-28/+38
* sdio: If sd I/O fails because of an I/O error, set the sd stategrog2000-03-121-3/+3
* Recognize newer NVidia graphics cards. (GeForce and Quadro families)cpiazza2000-03-121-0/+6
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.shin2000-03-111-1/+12
* Forbid include of netinet6/ip6.h from user-land, and if included,shin2000-03-111-2/+0
* Fix crashes on card eject for pccard modems. We check for NULL whenimp2000-03-112-24/+34
* Replace m_pkthdr.rcvif with oif when oif is not NULL, to countshin2000-03-111-0/+2
* Fix sockaddr_storage related macro definition, as ss_family member type change.shin2000-03-111-2/+2
* Remove old hand crafted version of start_join_net for download.dmlb2000-03-111-51/+10
* Start to use ray_start_join_net (my old code removed on next checkin)dmlb2000-03-111-174/+216
* IPv6 6to4 support.shin2000-03-114-5/+61
* One more patch for the atkbd driver. It will make sure that theyokota2000-03-112-0/+24
* Teach the 'dc' driver how to pick up settings left over by themsmith2000-03-114-0/+86
* The function arpintr() incorrectly checks m->m_len to detect incompleterwatson2000-03-111-13/+36
* Cosmetics..sos2000-03-102-4/+4
* Correct man page title.archie2000-03-102-2/+2
* Change the default FPU control word so that exceptions for newcracauer2000-03-103-102/+12
OpenPOWER on IntegriCloud