summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged from sys/isa/sio.c revisions 1.289 and 1.290.kato2000-03-102-4/+2
* shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ,alc2000-03-101-0/+4
* Dont call make_dev until we are sure the device is there, this preventssos2000-03-101-4/+12
* Add support for PnP ISA cards, and some laptop PnP support:imp2000-03-103-83/+125
* Correct PnP ids for pcic-like cards.imp2000-03-101-4/+4
* Use the ccs update command mechanism for dowloading parameters on startupdmlb2000-03-091-112/+58
* Fix a problem which caused i/o resource allocation conflict of thishm2000-03-091-10/+26
* Introduce ethernet bridge support for if_dcrwatson2000-03-092-8/+50
* In the 'found' case for ufs_lookup() the underlying bp's data wasdillon2000-03-091-1/+1
* Fix bug in linux_wait4 and linux_waitpid where garbage in the statusmarcel2000-03-092-0/+4
* Add vendor/device ID for Corega FEther USB-TX.gehenna2000-03-091-0/+1
* Add Compaq `ida' driver to GENERIC, update it's LINT entry.jlemon2000-03-095-33/+14
* Regen.gehenna2000-03-092-2/+9
* Add Corega FEther USB-TX.gehenna2000-03-091-0/+1
* Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion betweenshin2000-03-091-28/+108
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-095-0/+103
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-092-10/+9
* Update icmp node info query message bit order of query types,shin2000-03-092-17/+25
* Fixed a null pointer panic for dumpon(8) on a nonexistent device whosebde2000-03-091-0/+2
* Don't forget to check for unsupported features when updating. It wasbde2000-03-092-2/+8
* Add the logical ID of Avance Logic ALS100. The vendor ID is alsotanimura2000-03-091-0/+1
* Remove the PCI device class and all the PCI-only devices. With the newbusmsmith2000-03-091-153/+40
* Mega additions of NetBSD code - most of the NetBSD code is now in here, ifdmlb2000-03-081-832/+1785
* Cosmetic fix: "id" -> "idad" for devstat.jlemon2000-03-081-1/+1
* Changes for IDA driverjlemon2000-03-081-1/+2
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-086-161/+623
* Fix cock up with test on start address.dmlb2000-03-081-8/+8
* Document the discard device appearing as 'ds0', 'ds1', etc.nik2000-03-073-6/+6
* Added reset code and converted many panics into call to reset.dmlb2000-03-051-59/+201
* Minor tidy up.dmlb2000-03-051-2/+2
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-059-75/+103
OpenPOWER on IntegriCloud