aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to reflect new functionality.Archie Cobbs1999-11-302-18/+118
* Reduce code duplication.Matthew N. Dodd1999-11-301-6/+8
* The symlink implementation could improperly return a NULL vp along withMatthew Dillon1999-11-302-6/+66
* Fix typo.Archie Cobbs1999-11-301-3/+2
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-3037-155/+3433
* Commit for r1.29 of ugen.c was wrong. All the ugenX* deviceNick Hibma1999-11-301-8/+16
* Make the pci driver compat shim return a preference for probePeter Wemm1999-11-302-2/+4
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-294-0/+10
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.Alfred Perlstein1999-11-292-0/+11
* Remove vfs_getrootfsid() function (a temporary hack added a few monthsMatthew Dillon1999-11-292-34/+0
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-294-11/+3
* Sync generated filesWarner Losh1999-11-292-4/+14
* Merge NetBSD 1.60 by jun:Warner Losh1999-11-291-1/+2
* Remove the now unused chrtoblk() function.Poul-Henning Kamp1999-11-293-19/+0
* inline spl functions.Andrew Gallatin1999-11-292-71/+62
* Implement inline assembler wrappers for PALcode calls and for alphaDoug Rabson1999-11-291-34/+267
* In the extremely miniscule chance that read_random returns <= 0, don't tryDan Moschuk1999-11-291-2/+6
* Make BOOTP work again.Matthew Dillon1999-11-294-4/+20
* Fix a stray (ifdef'ed) reference to a non-existing file.Peter Wemm1999-11-291-4/+0
* - Fixed to support RSB-384/2000/3000.Yoshihiro Takahashi1999-11-292-84/+70
* Sync with sys/i386/conf/files.i386 revision 1.282.Yoshihiro Takahashi1999-11-292-0/+2
* Better error handeling:Søren Schmidt1999-11-292-30/+58
* Add a bit of sanity checking and problem avoidance in case thePoul-Henning Kamp1999-11-292-4/+17
* How hard can it be to implement a 24bit counter in hardware ?Poul-Henning Kamp1999-11-291-1/+33
* there's no memcmp() in kernel, use bcmp() instead.Jun-ichiro itojun Hagino1999-11-291-0/+8
* Reconnect probing of the width of the isa bus, calling pcic_attach andWarner Losh1999-11-293-41/+32
* Flesh out the pccard bus_ methods with either the generic one (whereWarner Losh1999-11-294-19/+126
* Update de driver for the request->xfer changes.Nick Hibma1999-11-281-6/+10
* Address the concerns of the ``randomness'' of the initial PRNG. Now, weDan Moschuk1999-11-281-14/+32
* Woops, it seems to fail initialisation. Disabled while I am figuring outNick Hibma1999-11-281-0/+2
* Use the correct mounted-from path when allocating the root mount, if we knowMike Smith1999-11-282-14/+14
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-11-287-33/+169
* Correct the last parameter for clallocNick Hibma1999-11-283-7/+7
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-288-145/+184
* Add devnames, the device names the drivers attached to for usbd.Nick Hibma1999-11-282-15/+47
* Add a quirk for the Altec ASC495 speakers. They pretend to support theNick Hibma1999-11-282-3/+5
* Add PCI_USBREV_1_1Nick Hibma1999-11-281-1/+2
* Add USB revision strings and numbers.Nick Hibma1999-11-282-12/+41
* Add two modules for the pccard work: dev/pccard/card_if.m andWarner Losh1999-11-281-2/+2
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-2861-619/+45
* Build and clean device interface files (foo_if.[ch]) and empty optionsBruce Evans1999-11-281-4/+33
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobDan Moschuk1999-11-285-2/+97
* Convert dumpon to work on character devices instead of block devices.Poul-Henning Kamp1999-11-281-2/+2
* Call i4b_l4_drvrdisc, not i4b_l4_disconnect_ind to bring the linkBrian Somers1999-11-281-2/+2
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.Eivind Eklund1999-11-284-0/+6
* Scheduler fixes equivalent to the ones logged in the following NetBSDBruce Evans1999-11-282-4/+15
* Scheduler fixes equivalent to the ones logged in the following NetBSDBruce Evans1999-11-281-12/+10
* Take a shot at implementing the fix for PR 15014 for the a.out kernelPeter Wemm1999-11-281-4/+6
* Fix an embarresing mistake in the kld symbol lookup for DDB. It shouldPeter Wemm1999-11-282-8/+12
* Sync with sys/dev/syscons/syscons.c revision 1.327.Yoshihiro Takahashi1999-11-281-4/+4