summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-04125-414/+510
* Fix compiler warnings.archie1998-12-041-81/+85
* Eliminate a zillion "left-hand operand of comma expression has no effect"archie1998-12-041-22/+26
* Put back some missing chip identification code that got lost somehowwpaul1998-12-042-8/+15
* Fix typo: expression needs parenthesesarchie1998-12-041-3/+3
* Fix typo: the expression .. & .. == .. needs parentheses: (.. & ..) == ..archie1998-12-041-1/+1
* Fix typo: "==" should have been "="archie1998-12-042-4/+4
* Don't print diagnostic anymorervb1998-12-042-2/+12
* In vnode_pager_input_old, set auio.uio_procp = curprocrvb1998-12-041-2/+2
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-0418-14/+13516
* Sync with sys/i386/conf/majors.i386 revision 1.93.kato1998-12-042-2/+4
* Sync with sys/i386/conf/majors.i386 revision up to 1.55.kato1998-12-041-5/+6
* Implement 'software completion' for floating point arithmetic. On thedfr1998-12-0413-18/+2651
* Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIMdillon1998-12-042-15/+19
* Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>dillon1998-12-041-1/+3
* Add __attribute__ ((unused)) to the SYSINIT etc macros which declarejb1998-12-031-6/+10
* Make bootp error message slightly more verbosedillon1998-12-032-4/+4
* 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
OpenPOWER on IntegriCloud