summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing ``.''.brian1999-05-041-1/+1
* Grab a char-major for dallas semiconductor one-wire bus.phk1999-05-042-2/+4
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-042-26/+20
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-042-6/+8
* assorted dummynet cleanup:luigi1999-05-042-27/+38
* Disable the ppc chipset-specific probes by default.msmith1999-05-042-4/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-0327-174/+238
* Descriptors can be delivered with short transfers.n_hibma1999-05-031-1/+1
* Add a load of definitionsn_hibma1999-05-031-10/+24
* Remove disconnected methodn_hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'n_hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)n_hibma1999-05-031-29/+2
* Add URL to HID specn_hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDn_hibma1999-05-031-4/+3
* Clean up debugging outputn_hibma1999-05-031-8/+13
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidalc1999-05-032-6/+6
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-036-2352/+2358
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenpeter1999-05-032-4/+4
* Changes to support diskless booting on the alpha:dfr1999-05-034-15/+51
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-032-12/+20
* Correct typos.jkoshy1999-05-032-10/+12
* Correct misuse of .Nm.jkoshy1999-05-031-2/+2
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-0230-998/+1414
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-022-2/+4
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-026-78/+934
* Sigh, serves me right for committing without reading the followups. :-]peter1999-05-021-2/+2
* Change e-mail addressn_hibma1999-05-022-10/+10
* Operator precedence bugpeter1999-05-022-4/+4
* Operator precedence bugpeter1999-05-022-4/+4
* Operator precedence (nit: in #if 0 code) bug.peter1999-05-021-1/+1
* Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)peter1999-05-021-1/+1
* Operator precedence bugpeter1999-05-023-3/+3
* s/size == 0;/size = 0;/peter1999-05-024-12/+12
* Make this compile with CY_PCI_FASTINTR again.peter1999-05-022-4/+10
* Attempt to make the sound driver recompile, at least for LINT which haspeter1999-05-021-1/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-023-51/+78
* These two drivers have not been converted for newbus eisa yet.peter1999-05-024-4/+20
* Disable second declaration of oltr0 - the first one (intended for isa) willpeter1999-05-023-6/+9
* Declare the return address for __divX, __remX so that gdb can step overdfr1999-05-021-1/+1
* This routine was "use"ing File::Basename. This commit removes thatmarkm1999-05-021-2/+30
* Get extern declarations right.grog1999-05-021-4/+4
* close_drive:grog1999-05-021-32/+47
* vinum_mallocinfo:grog1999-05-021-1/+1
* set_sd_state:grog1999-05-021-6/+9
* sizespec:grog1999-05-021-1/+3
* Remove some dead variables.grog1999-05-021-3/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.nate1999-05-024-4/+10
OpenPOWER on IntegriCloud