summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Save pnp changes into a sysctl variable for kget, just as is donejkh1999-02-101-3/+27
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-1022-55/+152
* After wading in the cesspool of ip_input for an hour, I have managed towollman1999-02-091-10/+8
* Remove dictHashSummary internal function; it used doubles.jkh1999-02-093-79/+0
* Add missing poatch for ibcs2_ipc.h as well.guido1999-02-091-4/+14
* Addendum to vm_map coalesce optimization. Also, this was backed-outdillon1999-02-091-1/+1
* Cleanup. Set all PCI parameters of importance. Set a define that willmjacob1999-02-092-30/+210
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTmjacob1999-02-091-5/+8
* clean up some NVRAM definesmjacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.mjacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop Upmjacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.mjacob1999-02-091-59/+156
* roll internal release tagmjacob1999-02-094-10/+14
* add isp specific config options and explanationsmjacob1999-02-093-3/+75
* add isp host adapter specific optionsmjacob1999-02-091-1/+6
* Revamp vm_object_[q]collapse(). Despite the complexity of this patch,dillon1999-02-082-210/+236
* Generate correct DLT_NULL headers before passing packets to bpf.des1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cdes1999-02-081-26/+20
* Added detection for bt848a chipsroger1999-02-082-10/+22
* Added check to bktr_mmap() from OpenBSD driver.roger1999-02-082-92/+166
* Sync with sys/boot/i386/loader/version revision 1.3.kato1999-02-081-1/+2
* remove leftover garbage line.julian1999-02-081-2/+1
* Fix for PR 9309.julian1999-02-081-1/+10
* General cleanup. Remove #if 0's and remove useless register qualifiers.dillon1999-02-081-79/+34
* Bumb up loader's version.dcs1999-02-081-1/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-086-22/+42
* Add hysteresis to alpha version of vm_page_zero_idle().dillon1999-02-083-42/+51
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-088-163/+131
* Backed out vm_map coalesce optimization - it resulted in 22% more pagedillon1999-02-081-2/+2
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-074-5/+37
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-0710-114/+49
* Remove L1 cache coloring optimization ( leave L2 cache coloring opt ).dillon1999-02-072-196/+91
* Reorder the pcvt(4) options to the appropriate section, so i can closejoerg1999-02-073-33/+36
* 1) Fix our view of how ibcs2_semid_ds looks. There is no padding int thereguido1999-02-072-13/+46
* Remove strange-looking quotes. This part of the code is #if'ed out,dcs1999-02-071-1/+1
* When shadowing objects, adjust the page coloring of the shadowing objectdillon1999-02-071-1/+6
* Hmm- I must be blind. There *was* already an appropriate typedef stillmjacob1999-02-061-2/+1
* I don't know what happened here- I submitted a *working* patch formjacob1999-02-061-2/+3
* Changed to use IICBUS_REPEATED_STARTroger1999-02-061-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefulljhay1999-02-063-7/+6
* Don't use the pointer returned by MALLOC before checking if it is NULL.jhay1999-02-061-3/+3
* Sync with syscons for i386.kato1999-02-064-32/+100
* Added underscores to some names in svr4_locore.s so that it compilesbde1999-02-062-9/+10
* Flush delayed-write data out prior to issuing a rename rpc. This appearsdillon1999-02-062-2/+28
* Honor ${LDFLAGS} for building svr4_genassym. This is part of fixingbde1999-02-061-5/+3
* Add hysteresis to the 'swap_pager_getswapspace; failed' console message.dillon1999-02-061-5/+9
* Back out rev 1.89. The #include is necessary for the #if that testspeter1999-02-061-2/+2
* Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT.fenner1999-02-062-4/+4
* Correct an "&" operator which should have been "&&".jdp1999-02-051-2/+2
* Style nit: sort elf_brand_inuse() prototype in with the others.newton1999-02-051-2/+3
OpenPOWER on IntegriCloud