summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vm_inherit function has been deprecated.dg1995-02-202-20/+2
* Stop using vm_allocate and vm_deallocate.dg1995-02-201-3/+3
* VM for the kernel stack and page tables doesn't need to be explicitlydg1995-02-201-5/+2
* Make sure process isn't swapped when messing with it.dg1995-02-204-6/+8
* Added missing newlines to calls to log().dg1995-02-203-25/+25
* Panic if object is deallocated too many times.dg1995-02-201-5/+7
* Don't allow act_count to exceed ACT_MAX when bumping it up.dg1995-02-201-2/+4
* Fully initialize pages returned via vm_page_alloc_contig() so that thedg1995-02-201-4/+13
* Don't flush the message buffer when it fills up.bde1995-02-191-2/+7
* Remove the SCSI idsn line - it's permanantly dead.jkh1995-02-193-9/+3
* remove gnu/scsi/nic5000.c - it's deprecated.jkh1995-02-191-1/+0
* Bruces fixes for large filesystemsgpalmer1995-02-191-11/+11
* Truncate the pte address to a page boundry. This probably won't fix thedg1995-02-191-5/+5
* Keep absolute offsets in on-disk labels for backwards compatibility. Thisbde1995-02-181-17/+106
* New field b_biodone_chain to support nested b_iodone's.bde1995-02-182-2/+30
* Do away with 'options SWAP_GENERIC' once and for all: I get illwpaul1995-02-182-12/+20
* 1) Added protection against collapsing OBJ_DEAD objects.dg1995-02-181-3/+8
* Only clear B_VMIO in brelse() - a bunch of special processing is requireddg1995-02-181-7/+1
* Undo the busy latch changes made in the previous revision. They brokebde1995-02-173-12/+12
* Improve diagnostics:se1995-02-171-6/+35
* Remove the ISDN dialer from LINT until it's working.jkh1995-02-173-6/+9
* Restore alphabetical order (except gnu is last).bde1995-02-172-62/+64
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-1742-1059/+4794
* Include missing <sys/kernel.h> for `hz'.wollman1995-02-171-1/+2
* Add compatibility cruft.bde1995-02-163-90/+212
* Adjust for rearranged slice numbers.bde1995-02-161-2/+4
* Adjust slice names in diskerr() for the rearranged slice numbers. Thebde1995-02-162-22/+22
* Rearrange slice numbers for compatibility.bde1995-02-161-2/+6
* Fix syntax errors in #ifdefed out code.bde1995-02-162-6/+6
* Temporarily stop this compiling if the option TEST_LABELLING is definedbde1995-02-161-0/+1
* Update this a little, though we probably need to either nuke or rename it!jkh1995-02-161-3/+4
* Alow overriding of the various SHM* options.joerg1995-02-162-2/+22
* Fix a few bogons introduced when config lost the 3 char limitation.jkh1995-02-162-4/+7
* Minor changes and additions to the serial README file.wpaul1995-02-161-20/+35
* Don't need to retransmit FIN bit in CLOSING state.wollman1995-02-161-2/+2
* spl back down in unusual out-of-memory condition in udp_output().wollman1995-02-161-1/+3
* Correctly initialize so_linger in ticks (not seconds).wollman1995-02-161-3/+3
* Avoid deadlock situation described by Stevens using his suggested replacementwollman1995-02-162-60/+40
* Don't add back in the IP header length to ip_len; icmp_error will do itwollman1995-02-161-2/+1
* Attempting to bind() or connect() a routing socket, while meaningless,wollman1995-02-161-3/+7
* getsockopt(s, SOL_SOCKET, SO_SNDTIMEO, ...) would construct the returnedwollman1995-02-161-2/+2
* Transaction TCP support now standard. Hack away!wollman1995-02-1610-504/+9
* Fixed botched previous change - use 'pageno' not initialized to NULL 'kva'.dg1995-02-161-5/+5
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-168-24/+106
* Restore deleted in second time my & bde fixes.ache1995-02-151-24/+35
* Include three lines about the pcvt console driver, so we don't ever needjoerg1995-02-152-2/+12
* For the sake of people, who like to move pci_configure()se1995-02-151-14/+9
* More changes to support user calls.ugen1995-02-153-60/+91
* Avoid duplicating ttselect() so that we don't have to change cyselect()bde1995-02-153-90/+54
* More changes to support user calls.ugen1995-02-151-1/+15
OpenPOWER on IntegriCloud