aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After wading in the cesspool of ip_input for an hour, I have managed toGarrett Wollman1999-02-091-10/+8
* Remove dictHashSummary internal function; it used doubles.Jordan K. Hubbard1999-02-093-79/+0
* Add missing poatch for ibcs2_ipc.h as well.Guido van Rooij1999-02-091-4/+14
* Addendum to vm_map coalesce optimization. Also, this was backed-outMatthew Dillon1999-02-091-1/+1
* Cleanup. Set all PCI parameters of importance. Set a define that willMatt Jacob1999-02-092-30/+210
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTMatt Jacob1999-02-091-5/+8
* clean up some NVRAM definesMatt Jacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.Matt Jacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop UpMatt Jacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.Matt Jacob1999-02-091-59/+156
* roll internal release tagMatt Jacob1999-02-094-10/+14
* add isp specific config options and explanationsMatt Jacob1999-02-093-3/+75
* add isp host adapter specific optionsMatt Jacob1999-02-091-1/+6
* Revamp vm_object_[q]collapse(). Despite the complexity of this patch,Matthew Dillon1999-02-082-210/+236
* Generate correct DLT_NULL headers before passing packets to bpf.Dag-Erling Smørgrav1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cDag-Erling Smørgrav1999-02-081-26/+20
* Added detection for bt848a chipsRoger Hardiman1999-02-082-10/+22
* Added check to bktr_mmap() from OpenBSD driver.Roger Hardiman1999-02-082-92/+166
* Sync with sys/boot/i386/loader/version revision 1.3.KATO Takenori1999-02-081-1/+2
* remove leftover garbage line.Julian Elischer1999-02-081-2/+1
* Fix for PR 9309.Julian Elischer1999-02-081-1/+10
* General cleanup. Remove #if 0's and remove useless register qualifiers.Matthew Dillon1999-02-081-79/+34
* Bumb up loader's version.Daniel C. Sobral1999-02-081-1/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5Matthew Dillon1999-02-086-22/+42
* Add hysteresis to alpha version of vm_page_zero_idle().Matthew Dillon1999-02-083-42/+51
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withMatthew Dillon1999-02-088-163/+131
* Backed out vm_map coalesce optimization - it resulted in 22% more pageMatthew Dillon1999-02-081-2/+2
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-074-5/+37
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-0710-114/+49
* Remove L1 cache coloring optimization ( leave L2 cache coloring opt ).Matthew Dillon1999-02-072-196/+91
* Reorder the pcvt(4) options to the appropriate section, so i can closeJoerg Wunsch1999-02-073-33/+36
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereGuido van Rooij1999-02-072-13/+46
* Remove strange-looking quotes. This part of the code is #if'ed out,Daniel C. Sobral1999-02-071-1/+1
* When shadowing objects, adjust the page coloring of the shadowing objectMatthew Dillon1999-02-071-1/+6
* Hmm- I must be blind. There *was* already an appropriate typedef stillMatt Jacob1999-02-061-2/+1
* I don't know what happened here- I submitted a *working* patch forMatt Jacob1999-02-061-2/+3
* Changed to use IICBUS_REPEATED_STARTRoger Hardiman1999-02-061-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefullJohn Hay1999-02-063-7/+6
* Don't use the pointer returned by MALLOC before checking if it is NULL.John Hay1999-02-061-3/+3
* Sync with syscons for i386.KATO Takenori1999-02-064-32/+100
* Added underscores to some names in svr4_locore.s so that it compilesBruce Evans1999-02-062-9/+10
* Flush delayed-write data out prior to issuing a rename rpc. This appearsMatthew Dillon1999-02-062-2/+28
* Honor ${LDFLAGS} for building svr4_genassym. This is part of fixingBruce Evans1999-02-061-5/+3
* Add hysteresis to the 'swap_pager_getswapspace; failed' console message.Matthew Dillon1999-02-061-5/+9
* Back out rev 1.89. The #include is necessary for the #if that testsPeter Wemm1999-02-061-2/+2
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.Bill Fenner1999-02-062-4/+4
* Correct an "&" operator which should have been "&&".John Polstra1999-02-051-2/+2
* Style nit: sort elf_brand_inuse() prototype in with the others.Mark Newton1999-02-051-2/+3
* Oops, the last commit contained a wrong patch. This is the correct one.Kazutaka YOKOTA1999-02-053-16/+61
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-058-26/+28