summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix couple of nasty bugs..ugen1995-02-152-432/+448
* Add more flags to snoop deviceugen1995-02-151-2/+11
* Remove duplicated code from ttymalloc(). Disable ttyfree().bde1995-02-151-30/+39
* Use proc0's proc struct rather than curproc's when calling sync.dg1995-02-152-4/+4
* Whap a few things not used in the Cyclades driver, at least not for now.jkh1995-02-151-4/+4
* Fix a few more nits. Should compile better now! :_)jkh1995-02-152-17/+30
* Fixed bug caused by attempting a connect with a null 'nam'.dg1995-02-151-6/+13
* Don't bother calling pmap_create() when creating the temporary map.dg1995-02-151-2/+2
* Quiet the last of the warnings. Must have had my eyes closed whenjkh1995-02-151-27/+49
* >From a week or two ago I got kernel panics as soon as I tried to access mydg1995-02-151-3/+3
* And fix some more compiler warnings. Then give up. /sys/net* is FULL ofjkh1995-02-156-48/+86
* Nuke some more compiler warnings, while I'm at it..jkh1995-02-151-16/+16
* Fix up include paths, nuke some warnings.jkh1995-02-156-19/+87
* We can enable pcd0 when we actually have one.jkh1995-02-153-6/+6
* Boy, no sooner do I clean it up then dirty it again! Clean up the enxiojkh1995-02-151-33/+33
* Comment out snic0 until it gets updated to the newer scsi code.jkh1995-02-153-9/+18
* This is a MS-DOS program, but is does something useful for us:phk1995-02-1532-0/+5465
* Killed the pmap_use_pt and pmap_unuse_pt prototypes as they are now indg1995-02-152-6/+2
* YF fix.phk1995-02-154-12/+16
* Reviewed by: Jordanrich1995-02-151-2/+2
* Fixed two more bugs related to the merged cache changes.dg1995-02-155-9/+10
* Woops, change a nfsrv_vput back into a nfsrv_vrele.dg1995-02-152-4/+4
* Fixed three bugs related to the merged cache changes. The bugs likely woulddg1995-02-152-8/+8
* Add ISDN entries to LINT.jkh1995-02-153-3/+63
* ncr.c:se1995-02-143-13/+59
* After dynamically reducing rtq_reallyold, have in_rtqkill() reduce thewollman1995-02-141-4/+14
* Attempt to make the host route cache a bit smarter under conditions ofwollman1995-02-143-14/+90
* Verify that NCR was mapped to uncached address.se1995-02-141-3/+33
* Bring in the ISDN driver entries.jkh1995-02-141-1/+97
* Add the ISDN entriesjkh1995-02-142-2/+6
* Add the ISDN entries.jkh1995-02-141-0/+6
* Julian E. says the code is out of date, but I can at least make thejkh1995-02-141-4/+13
OpenPOWER on IntegriCloud