summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the ``lt'' comparison in ``set filter''brian1999-09-211-1/+1
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-214-39/+43
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-209-96/+41
* Fix handling of a device EOF that occurs in the middle of a block. Thedillon1999-09-202-14/+132
* When bcopying the program name into the ktrace header, make sure we includemarcel1999-09-201-4/+4
* Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-203-18/+12
* Minor (but important) comment change.markm1999-09-201-1/+1
* Close PR #13665. I managed to figure out the problem, no thanks to thewpaul1999-09-201-16/+38
* Set si_iosize_max rather than d_maxio.phk1999-09-202-29/+14
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-208-117/+36
* Initialize vp->v_maxio to its default in getnetvnode() rather thanphk1999-09-203-10/+2
* Add comment to clarify a commit rpc optimization already being performed.dillon1999-09-202-0/+16
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-207-19/+30
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-2020-31/+31
* Clear the SELINGO bit after a selection timeout occurs. SELINGO isgibbs1999-09-201-7/+12
* Work around a defect in the FIFOEMP status bit of Ultra2 classgibbs1999-09-201-2/+32
* Fixed the description of when and why aio_suspend returns.wes1999-09-201-11/+15
* Fix the situation where an I/O crosses the EOF point. We need to properlydillon1999-09-201-4/+29
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-205-15/+0
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-204-3/+12
* if_edreg.h moved...phk1999-09-201-1/+1
* Fix bug in brelse() regarding redirtying buffers on B_ERROR. brelse()dillon1999-09-201-3/+5
* Return immediately from apm_suspend() when APM BIOS wasn't initialized.iwasaki1999-09-202-0/+6
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asmarkm1999-09-207-157/+644
* Make this completely dependant on the exportable libcrypt, to avoidmarkm1999-09-2012-1737/+95
* This file was never used and appears to be a leftover from the NetBSDdfr1999-09-201-45/+0
* Correct spelling : ascii -> ASCIIphantom1999-09-2020-25/+27
* Yet another align.ru1999-09-201-1/+1
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-2018-18/+18
* Remove the wait.1 manpage. There is no userland wait(1) utility, and thesheldonh1999-09-202-102/+1
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-2018-18/+18
* If we don't appear to have a module loaded supporting the interfacemsmith1999-09-201-0/+44
* On PIIX4 based SMP systems use the PMTMR register for timecounting.phk1999-09-203-0/+90
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-2011-11/+11
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-2020-0/+60
* NetBSD has changed the el_init() prototypebrian1999-09-201-1/+2
* NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !brian1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-2020-20/+20
* Common Error libraries are needed here.markm1999-09-202-2/+5
* Prepare for K5.markm1999-09-202-2/+2
* Change the name of the installed KLM to contain a leading "if_".obrien1999-09-2016-16/+25
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-209-1291/+20
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitwpaul1999-09-202-73/+309
* RealTek driver module wasn't being built; add it to the Makefile.wpaul1999-09-191-1/+1
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-192-42/+60
* Change distribution to krb4 in preparation for K5.markm1999-09-191-1/+1
* Prepare for K5.markm1999-09-1911-23/+23
* Change edistribution to krb4 in preaparation for K5markm1999-09-194-4/+4
* Fix for new KerberosFix for new Kerberos44markm1999-09-192-0/+2
* Fix for new Kerberos4.markm1999-09-194-5/+10
OpenPOWER on IntegriCloud