summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)n_hibma1998-12-141-3/+1
* Added Idn_hibma1998-12-142-0/+3
* Added Id to all filesn_hibma1998-12-1431-1/+35
* Added Idn_hibma1998-12-141-0/+35
* Added commentn_hibma1998-12-141-0/+3
* Added copyright and Idn_hibma1998-12-141-0/+34
* Sync with sys/i386/isa/fd.c revision 1.128.kato1998-12-142-14/+720
* Sync with sys/i386/isa/pcaudio.c revision 1.44.kato1998-12-141-2/+2
* Sync with sys/i386/isa/if_ed.c revision 1.147.kato1998-12-141-2/+2
* Sync with sys/i386/i386/userconfig.c revision 1.118.kato1998-12-141-5/+7
* Sync with sys/i386/conf/options.i386 revision 1.95.kato1998-12-142-2/+4
* Fixed problems with kernel config file overrides of sysv semaphoredillon1998-12-144-7/+11
* probe function changed from returning char * to const char *.dillon1998-12-1442-128/+128
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-142-4/+6
* Get rid of uninitialized warning for local variable 'c'. There was nodillon1998-12-141-5/+7
* Fix uninitialized variable warning by preinitializing 'class' to 0. Thisdillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-1416-48/+48
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.dillon1998-12-142-4/+4
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-142-60/+74
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-142-4/+4
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-146-12/+12
* Reviewed by: freebsd-currentdillon1998-12-143-44/+192
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.eivind1998-12-141-15/+15
* small oops on previous bug fix, it's late...n_hibma1998-12-131-1/+1
* Fix 3-byte buffer overflow.eivind1998-12-131-3/+3
* Fix typo - [0], [1], [2], not [0], [1], [3].eivind1998-12-131-2/+2
* wcd_read_toc returns zero on success and EIO on failure, so change thesteve1998-12-131-2/+2
* small bug fixn_hibma1998-12-132-0/+2
* Fix typo - sizeof(struct crtl *) -> sizeof(struct ctrl *).eivind1998-12-131-1/+1
* Removed unneeded definitionn_hibma1998-12-131-4/+0
* Added uhid again, sorting seems to work nown_hibma1998-12-131-1/+1
* Add support for another 3COM/USR PNP modem, USR3031.steve1998-12-132-2/+4
* Added all the options to LINT with descriptions. Haven't tried to compilen_hibma1998-12-133-3/+99
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-135-2/+413
* Remove warning introduced by the last committer.eivind1998-12-132-4/+4
* Another extra pointer check.eivind1998-12-131-1/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-1312-77/+88
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctltruckman1998-12-132-3/+5
* getpgid() and getsid() were doing a comparision rather than an assignment,truckman1998-12-131-5/+11
* PR: kern/8819dillon1998-12-131-55/+55
* Pull in fixes similar to those recently committed to the bt driver:gibbs1998-12-131-4/+9
* Return ENODEV instead of EINVAL when a particular exchange or movegibbs1998-12-121-3/+3
* PR: kern/8990dillon1998-12-121-1/+3
* PR: kern/8965dillon1998-12-122-2/+6
* Fixed warning in usr.sbin/usbdn_hibma1998-12-121-0/+2
* When no driver was found for a device, the message 'not probed' appearedn_hibma1998-12-121-5/+5
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-1210-28/+1115
* Set and propagate the correct cause code values.phk1998-12-115-46/+92
* Copy application name and connection attributes for accept() sockets fromphk1998-12-111-7/+10
* (almost) null commit, recording message for previous commit:phk1998-12-111-4/+4
OpenPOWER on IntegriCloud