summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-0327-174/+238
* Descriptors can be delivered with short transfers.Nick Hibma1999-05-031-1/+1
* Add a load of definitionsNick Hibma1999-05-031-10/+24
* Remove disconnected methodNick Hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'Nick Hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)Nick Hibma1999-05-031-29/+2
* Add URL to HID specNick Hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDNick Hibma1999-05-031-4/+3
* Clean up debugging outputNick Hibma1999-05-031-8/+13
* All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoidAlan Cox1999-05-032-6/+6
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes aBill Paul1999-05-036-2352/+2358
* Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems whenPeter Wemm1999-05-032-4/+4
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-034-15/+51
* Add an additional probe, hopefully allowing me to distinguishBrian Somers1999-05-032-12/+20
* Correct typos.Joseph Koshy1999-05-032-10/+12
* Correct misuse of .Nm.Joseph Koshy1999-05-031-2/+2
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-0230-995/+1411
* Set ifq_maxlen to default value. (This should be safe, it's not clearPeter Wemm1999-05-022-2/+4
* Add driver for the Iomega Zip 100 drive.Nick Hibma1999-05-026-75/+931
* Sigh, serves me right for committing without reading the followups. :-]Peter Wemm1999-05-021-2/+2
* Change e-mail addressNick Hibma1999-05-022-10/+10
* Operator precedence bugPeter Wemm1999-05-022-4/+4
* Operator precedence bugPeter Wemm1999-05-022-4/+4
* Operator precedence (nit: in #if 0 code) bug.Peter Wemm1999-05-021-1/+1
* Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)Peter Wemm1999-05-021-1/+1
* Operator precedence bugPeter Wemm1999-05-023-3/+3
* s/size == 0;/size = 0;/Peter Wemm1999-05-024-12/+12
* Make this compile with CY_PCI_FASTINTR again.Peter Wemm1999-05-022-4/+10
* Attempt to make the sound driver recompile, at least for LINT which hasPeter Wemm1999-05-021-1/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somePeter Wemm1999-05-023-51/+78
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-024-4/+20
* Disable second declaration of oltr0 - the first one (intended for isa) willPeter Wemm1999-05-023-6/+9
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* This routine was "use"ing File::Basename. This commit removes thatMark Murray1999-05-021-2/+30
* Get extern declarations right.Greg Lehey1999-05-021-4/+4
* close_drive:Greg Lehey1999-05-021-30/+45
* vinum_mallocinfo:Greg Lehey1999-05-021-1/+1
* set_sd_state:Greg Lehey1999-05-021-6/+9
* sizespec:Greg Lehey1999-05-021-1/+3
* Remove some dead variables.Greg Lehey1999-05-021-3/+1
* - Added PCI identification support for the TI1251 PCI/CardBus bridge.Nate Williams1999-05-024-4/+10
* - When the card is inserted, call pccard_insert_beep instead ofNate Williams1999-05-021-2/+2
* Whoops, not all SMP systems have memory range attribute support. Don'tMike Smith1999-05-022-4/+6
* Oops. Introduced a typo in one of previous commits.Nick Hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withNick Hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.Nick Hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set someNick Hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of theNick Hibma1999-05-013-2/+34