summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: freebsd-currentdillon1998-12-035-7/+120
* Reviewed by: freebsd-currentdillon1998-12-035-5/+25
* Fixed broken code in sendfile(2) when using file offsets.dg1998-12-031-5/+7
* Local reserved range is now 100-127 for bdevs and 200-255 for cdevs.jkh1998-12-032-10/+10
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-032-3/+58
* 109 id Intelligent Disk [Array] (md@doc.ic.ac.uk)jkh1998-12-022-2/+4
* "Fix" a problem with the Quantum Viking. It appears that this drive doesken1998-12-021-4/+28
* Restore the user HAE all the time, not just when returning to usermode.dfr1998-12-021-3/+5
* Enable BWX i/o access. I disabled it by mistake with the last commit.dfr1998-12-021-2/+2
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-0210-1258/+187
* Sync with sys/i386/isa/isa.c revision 1.117.kato1998-12-021-2/+2
* Sync with sys/i386/conf/majors.i386 revision up to 1.53.kato1998-12-021-1/+7
* (deliberately seperate commits) - reserve cdev for Nick Hibma's usbjkh1998-12-022-4/+4
* *thwap* - move id driver to blkdev from cdev list; it's obviouslyjkh1998-12-022-2/+8
* Allocate 108 for Intelligent Disk [Array] driverjkh1998-12-022-2/+8
* Check return value of malloc() in expand_name.eivind1998-12-021-1/+3
* The Neomagic chip is a 2160 not a 3160.sos1998-12-011-2/+2
* - Fix modulo bug.nate1998-12-011-2/+2
* Honor MNT_NOATIME.dt1998-11-292-6/+6
* Make the previous behaviour the default, add a sysctl which youphk1998-11-292-24/+84
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-292-4/+4
* Drop EDD support detection, though retain configurable use of diskrnordier1998-11-292-104/+110
* Sync with sys/i386/boot/netboot/Makefile revision 1.21.kato1998-11-291-5/+6
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callbde1998-11-291-3/+3
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1998-11-283-36/+213
* Merge from sio.c rev.1.163:bde1998-11-283-6/+6
* Add support for 'vmstat -i'.dfr1998-11-286-19/+120
* Fix my breakage of `make installworld'. However, i don't think it's right tojoerg1998-11-281-6/+7
* Alias Adaptec as a vendor of Cogent NICs.msmith1998-11-282-2/+4
* Compare p_cpulimit with RLIM_INFINITY before comparing it with the processdg1998-11-271-2/+3
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-273-4/+18
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-267-14/+119
* Initial commit of ported NetBSD USB stackn_hibma1998-11-2635-3/+12155
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)n_hibma1998-11-261-5/+1
* Staticize some more.eivind1998-11-2614-55/+55
* Staticize.eivind1998-11-2612-33/+33
* Fixed the previous fix - stathz doesn't give the statclock frequencybde1998-11-261-5/+6
* Oops, yet again back out some local changes that shouldn't have beenbde1998-11-261-5/+5
* Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz.bde1998-11-261-8/+8
* Sync with sys/i386/boot/netboot/Makefile revision 1.20.kato1998-11-261-9/+12
* Make netboot work again. All this depends on the object format beingjoerg1998-11-261-10/+13
* ...nor does this old TDC3620 like to be asked for compression.joerg1998-11-261-1/+5
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.paul1998-11-264-18/+68
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.paul1998-11-262-4/+4
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542Bimp1998-11-251-6/+15
* This old firmware of the TDC3620 hangs the SCSI bus upon serialjoerg1998-11-251-1/+12
* Reorder entries of ed drivers. Many NICs can be automaticallykato1998-11-252-10/+10
* Cosmetic change.kato1998-11-252-14/+12
* Port top to the alpha.dfr1998-11-251-1/+3
* Add missing splvm protection around unqueue call. Without this, the pagedg1998-11-251-4/+4
OpenPOWER on IntegriCloud