aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-2121-6/+2970
* Detect if the the offset used to read from a raw device loose bitsPoul-Henning Kamp1999-08-211-2/+8
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-2130-263/+496
* Fix power management register definitions.Bill Paul1999-08-211-5/+5
* Loosen up the constructed argument segment generation slightly; rather thanMike Smith1999-08-202-20/+6
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-206-35/+43
* Fixes for some style bugs in the initial version of this file:Kenneth D. Merry1999-08-201-10/+8
* Fix stupid error (xse -> xsc).Matthew N. Dodd1999-08-203-22/+24
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadAndrew Gallatin1999-08-202-2/+4
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-207-67/+88
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2KATO Takenori1999-08-202-2/+30
* vm_page_alloc and contigmalloc1:Alan Cox1999-08-201-3/+3
* Fix short timeout problems with the pt(4) driver:Kenneth D. Merry1999-08-206-8/+125
* Change the name of the static variable 'files' to 'linker_files' inGreg Lehey1999-08-201-14/+14
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-192-16/+82
* Fix a typo and a bug.Peter Wemm1999-08-191-10/+12
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI busPeter Wemm1999-08-192-22/+4
* Undo my previous commit and do it differently. Break the ffs() etc macrosPeter Wemm1999-08-192-28/+54
* Convert all the nfs macros to do { blah } while (0) to ensure itPeter Wemm1999-08-195-455/+688
* Fix breakage if blackhole=1 and tiflags & TH_SYN, plusGeoff Rehmet1999-08-193-16/+26
* Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.Bill Paul1999-08-191-3/+3
* Try using the builtin ffs() for egcs, it (by random inspection)Peter Wemm1999-08-192-2/+10
* Update for MI switch code, and trim a heap of unused (I believe) entries.Peter Wemm1999-08-195-208/+7
* Use the MI process selection. We use a quick routine to decide whetherPeter Wemm1999-08-193-807/+45
* Use MI switch code for process selection. This gets run queues entirelyPeter Wemm1999-08-192-148/+10
* Update for run queue code.Peter Wemm1999-08-191-2/+2
* Don't initialize run queues here, do it all in one place.Peter Wemm1999-08-191-22/+2
* Run queue heads have moved to TAILQ's.Peter Wemm1999-08-191-5/+1
* Update for MI switch components. struct prochd is replaced by TAILQ's.Peter Wemm1999-08-191-10/+11
* Sort xrefs.Mike Pritchard1999-08-191-3/+3
* Extract the next runnable process selection out of cpu_switch() into aPeter Wemm1999-08-192-0/+205
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-1816-34/+82
* Add pin-numbers for easy reference.Poul-Henning Kamp1999-08-181-11/+12
* printf("%x",dev); -> printf("%s",devtoname(dev));Nick Sayer1999-08-182-22/+22
* Slight tweak to tcp.blackhole to add optional behaviour toGeoff Rehmet1999-08-182-18/+52
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,Peter Wemm1999-08-181-3/+3
* The "LINUX" option isn't actually used or referenced anywhere. The stuffPeter Wemm1999-08-182-4/+2
* 1) rename dev->self to be consistentNick Hibma1999-08-184-152/+214
* Remove redundant spaces in the whole line, not only the first occurrence.Nick Hibma1999-08-181-3/+3
* Merge from sys/i386/isa/spkr.c revision 1.38.KATO Takenori1999-08-181-5/+5
* Merge from sys/i386/i386/machdep.c revision 1.359.KATO Takenori1999-08-182-16/+34
* Merge from sys/i386/conf/files.i386 revision 1.259.KATO Takenori1999-08-182-4/+8
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-1816-1018/+77
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsAlan Cox1999-08-186-8/+128
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedMatt Jacob1999-08-181-2/+1
* Remove the SMBIOS detection and definitions; this should be handled in aMike Smith1999-08-184-118/+4
* Devfs isn't quite dead yet... Add back devfs support to ptys..Julian Elischer1999-08-171-1/+36
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasBrian Feldman1999-08-171-3/+5
* (1) Fix a spelling mistake in a comment.Bill Fumerola1999-08-171-2/+3