summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* PR #kern/572:joerg1995-07-091-6/+8
* Move some struct definitions outside of struct's, so their scopes forjoerg1995-07-091-35/+40
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-097-54/+77
* This implements enough of the BSDI extensions to the net-2 ogetkerninfo()peter1995-07-091-1/+112
* Correct a typo in a comment.ats1995-07-081-2/+2
* Several constants have been missing in the SysV IPC header files thatjoerg1995-07-082-7/+14
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYjoerg1995-07-081-1/+10
* Improve negative usecount diagnostic a little.dg1995-07-082-8/+8
* Added missing splx() in DIAGNOSTIC code.dg1995-07-082-2/+4
* The generated VCALL always uses the first vp which in the case of /link/dg1995-07-074-9/+127
* Put back second case of CC handler in NCR script.se1995-07-071-3/+6
* Use a consistent blocksize for sizing bufs to avoid panicing the bio system.dfr1995-07-074-14/+46
* Worked around a bug with if.c setting the interface up even when we don'tdg1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingdg1995-07-061-4/+9
* Fixed an object allocation race condition that was causing a "objectdg1995-07-062-23/+46
* Multiplex the soft tty interrupt some more to support the cy driver.bde1995-07-051-1/+5
* Fix error logging:bde1995-07-053-12/+30
* Rewrite:bde1995-07-057-3896/+6942
* Killed "maxmem" declaration. We don't have that variable in FreeBSD.dg1995-07-051-2/+1
* Protected entire epioctl routine with splimp(). In this case, it is betterdg1995-07-052-2/+12
* Add PCI Id for the 3940 controller.gibbs1995-07-041-2/+9
* Dan Eischen's serial eeprom code.gibbs1995-07-042-0/+227
* First pass cleanup of this driver. This pass does not include the sequencergibbs1995-07-044-71/+399
* Add entry for i386/scsi/93cx6.c, the file that handles serial eepromgibbs1995-07-042-2/+4
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. Thisgibbs1995-07-041-7/+8
* Added some spaces for KNF. Moved some zero-initialized pointers into thedg1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-306-12/+12
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-295-21/+23
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.dg1995-06-292-10/+2
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-293-7/+7
* Fight with hanging modems continued:ache1995-06-283-3/+24
* Use the correct cred for nfs_commit operations.dfr1995-06-282-4/+62
* Changes to support some CDROM drives and the Quantum Grand-Prixse1995-06-281-42/+69
* Change message "not supported" to "no driver assigned", becausese1995-06-282-4/+4
* Give more detailed information about the type of bridge devicesse1995-06-281-1/+11
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-282-12/+32
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-286-90/+102
* Add a missing `goto' statement so that this compiles yet again.gpalmer1995-06-281-1/+1
* Removed extra semicolon.dg1995-06-281-2/+2
* Don't include vm_pageout.h.dg1995-06-281-2/+1
* 1) Converted v_vmdata to v_object.dg1995-06-2816-174/+152
* Corrections and additions to the PCI chip set configurations log.se1995-06-281-7/+21
* Fixed VOP_LINK argument order botch.dg1995-06-2813-40/+40
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-282-8/+10
OpenPOWER on IntegriCloud