summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-193-16/+26
* Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.wpaul1999-08-191-3/+3
* Try using the builtin ffs() for egcs, it (by random inspection)peter1999-08-192-2/+10
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-195-208/+7
* Use the MI process selection. We use a quick routine to decide whetherpeter1999-08-193-807/+45
* Use MI switch code for process selection. This gets run queues entirelypeter1999-08-192-148/+10
* Update for run queue code.peter1999-08-191-2/+2
* Don't initialize run queues here, do it all in one place.peter1999-08-191-22/+2
* Run queue heads have moved to TAILQ's.peter1999-08-191-5/+1
* Update for MI switch components. struct prochd is replaced by TAILQ's.peter1999-08-191-10/+11
* Sort xrefs.mpp1999-08-191-3/+3
* Extract the next runnable process selection out of cpu_switch() into apeter1999-08-192-0/+205
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-1816-34/+82
* Add pin-numbers for easy reference.phk1999-08-181-11/+12
* printf("%x",dev); -> printf("%s",devtoname(dev));nsayer1999-08-182-22/+22
* Slight tweak to tcp.blackhole to add optional behaviour tocsgr1999-08-182-18/+52
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,peter1999-08-181-3/+3
* The "LINUX" option isn't actually used or referenced anywhere. The stuffpeter1999-08-182-4/+2
* 1) rename dev->self to be consistentn_hibma1999-08-184-152/+214
* Remove redundant spaces in the whole line, not only the first occurrence.n_hibma1999-08-181-3/+3
* Merge from sys/i386/isa/spkr.c revision 1.38.kato1999-08-181-5/+5
* Merge from sys/i386/i386/machdep.c revision 1.359.kato1999-08-182-16/+34
* Merge from sys/i386/conf/files.i386 revision 1.259.kato1999-08-182-4/+8
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-1816-1018/+77
* Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-186-8/+128
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedmjacob1999-08-181-2/+1
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-184-118/+4
* Devfs isn't quite dead yet... Add back devfs support to ptys..julian1999-08-171-1/+36
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasgreen1999-08-171-3/+5
* (1) Fix a spelling mistake in a comment.billf1999-08-171-2/+3
* Fix a printf(3) formatter to match its variable.billf1999-08-171-1/+1
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Remove an unused variable.billf1999-08-171-2/+1
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-176-15/+24
* vm_page_free_toq:alc1999-08-171-10/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-173-6/+25
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-172-8/+200
* Add definitions for Interlink VersaPad.yokota1999-08-173-3/+75
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-172-10/+10
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-172-48/+48
* - Added documentationn_hibma1999-08-171-1321/+1508
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-174-70/+512
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-174-32/+52
* Correct an accidental omission of one "vm_page_undirty" replacementalc1999-08-171-2/+2
* vm_page_free_toq:alc1999-08-171-1/+2
* Use V-FAST mode register to check whether it supports V-FST mode.nyan1999-08-172-6/+6
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-179-23/+35
* vm_pageout_clean:alc1999-08-171-27/+1
OpenPOWER on IntegriCloud