aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate definition for tcps_persistdrop, as added by davidg somePeter Wemm1995-09-221-2/+1
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace andDavid Greenman1995-09-221-2/+2
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.David Greenman1995-09-221-2/+2
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLGarrett Wollman1995-09-211-15/+15
* Merge 4.4-Lite-2 by updating the version number.Garrett Wollman1995-09-212-4/+4
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.Garrett Wollman1995-09-211-4/+4
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherGarrett Wollman1995-09-211-4/+4
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterGarrett Wollman1995-09-212-8/+9
* Merge with 4.4-Lite-2. This involves changing the version number andGarrett Wollman1995-09-211-3/+3
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichGarrett Wollman1995-09-211-4/+6
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,Stefan Eßer1995-09-211-3/+19
* Add support in TCP for Path MTU discovery. This is highly experimentalGarrett Wollman1995-09-203-12/+108
* Only print `bpf: foo0 attached' if bootverbose.Garrett Wollman1995-09-201-33/+4
* Fix rounding bug in last commit that would have caused the problem to notDavid Greenman1995-09-202-4/+4
* Add `visual' command to help menu.Jordan K. Hubbard1995-09-201-2/+4
* Missed these changes to the pccard stuff. Sorry Martin!Poul-Henning Kamp1995-09-205-3/+10
* Now supports `expand all' and `collapse all'.Jordan K. Hubbard1995-09-201-243/+939
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-1925-117/+99
* Update machine-generated files.Bruce Evans1995-09-195-434/+632
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.Bruce Evans1995-09-191-3/+3
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-194-74/+114
* The stuff needed to remove a pccard with a sio port on it...Poul-Henning Kamp1995-09-193-30/+204
* Don't clear the session pointer in ptcclose(). It must be left aloneBruce Evans1995-09-191-2/+1
* added support for link, and remove (unlink)Julian Elischer1995-09-191-8/+150
* Revert most changes of previous commit.Stefan Eßer1995-09-186-108/+312
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportGarrett Wollman1995-09-185-5/+152
* Clear SC_OUTWAIT after checking of free clists, not beforeAndrey A. Chernov1995-09-171-2/+2
* Check the return value from vm_map_pageable() when mapping the process'sDavid Greenman1995-09-171-4/+8
* Our existing Cyrix cache-disable code was short-cutting the steps forPaul Traina1995-09-163-9/+153
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-1611-734/+58
* Add comments about the bogus zeroing of the drive number for floppiesBruce Evans1995-09-161-3/+17
* Fix recent breakage of non-floppies with 36 sectors/track.Bruce Evans1995-09-161-3/+9
* When confronted with a drive that says there are 36 sectors/track,Nate Williams1995-09-161-2/+5
* Check for page being resident when doing I/O with /dev/kmem and returnDavid Greenman1995-09-152-4/+30
* Make dsp0 work for playback.Jordan K. Hubbard1995-09-151-1/+8
* Another try to determine the PCI bus configuration mode (and whetherStefan Eßer1995-09-156-354/+240
* Correct the calculation of the unit number. it is not minor(x) & 3. It needAndreas Schulz1995-09-151-1/+1
* 1) Killed 'BSDVM_COMPAT'.David Greenman1995-09-154-104/+76
* Killed isa_allocphysmem() and isa_freephysmem(). They are completely usedDavid Greenman1995-09-152-88/+2
* 1) Don't double map the kernel page tables. The double mapping was neverDavid Greenman1995-09-153-18/+21
* Add vendor ID of Compaq, now that I found what it is ...Stefan Eßer1995-09-142-4/+4
* Improved verification of configuration space accesses working:Stefan Eßer1995-09-146-24/+114
* Remove '#ifdef undef' that was only supposed to be in my local test version.Stefan Eßer1995-09-141-3/+1
* Remove bogus (caddr_t) casts from FREE macros; they can obscure seriousGarrett Wollman1995-09-141-5/+7
* Fixed a typo in vm_fault_additional_pages.John Dyson1995-09-141-2/+2
* Do not include the verbose boot messages, if PCI_QUIET is defined.Stefan Eßer1995-09-141-8/+10
* Minor changes to the PCI probe messages.Stefan Eßer1995-09-142-14/+12
* Submitted by: bdeJulian Elischer1995-09-141-1/+1
* Don't leak mbufs in an unusual error case in tcp_usrreq().Garrett Wollman1995-09-131-2/+14
* If tcp_output() is unable to allocate space for a copy of the data waitingGarrett Wollman1995-09-131-3/+6