summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix FAT_CURSOR to give scanlines 0-15 instead of (the current start)-15.bde1995-09-281-0/+1
* o Support for CDIOCPREVENT and CDIOCALLOW ioctls that xcdplayerjkh1995-09-283-55/+137
* Back out MTUDISC description per Garrett request, yet not readyache1995-09-273-9/+0
* Document MTUDISCache1995-09-273-3/+12
* Add newline at end of log message and reduce log level to INFO from NOTICE.wollman1995-09-271-2/+2
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-263-82/+113
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-252-3/+82
* Re-enable read clustering.dyson1995-09-251-3/+3
* Perform more checking for proper loading of the UPAGES when a processdyson1995-09-241-13/+19
* Significantly simplify the fault clustering code. After some analysis bydyson1995-09-241-114/+56
* siostop() is a void function, so don't return a value.dg1995-09-243-9/+9
* Check that the swap block is valid before including it in a cluster.dg1995-09-241-1/+5
* These changes fix a bug in the clustering code that I made worse when addingdyson1995-09-232-10/+71
* Tone down the doom-and-gloom prediction if one enables the si driver..peter1995-09-233-18/+12
* Merge 4.4-Lite-2: update version number (we already have the same fixes).wollman1995-09-221-5/+4
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-222-10/+16
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-226-300/+378
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-222-18/+2
* Fix BPf to generate a header mbuf for writes.wollman1995-09-224-42/+59
* Correct spelling error in MTUDISC code.wollman1995-09-222-4/+4
* Remove duplicate definition for tcps_persistdrop, as added by davidg somepeter1995-09-221-2/+1
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace anddg1995-09-221-2/+2
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.dg1995-09-221-2/+2
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLwollman1995-09-211-15/+15
* Merge 4.4-Lite-2 by updating the version number.wollman1995-09-212-4/+4
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.wollman1995-09-211-4/+4
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherwollman1995-09-211-4/+4
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterwollman1995-09-212-8/+9
* Merge with 4.4-Lite-2. This involves changing the version number andwollman1995-09-211-3/+3
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichwollman1995-09-211-4/+6
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,se1995-09-211-3/+19
* Add support in TCP for Path MTU discovery. This is highly experimentalwollman1995-09-203-12/+108
* Only print `bpf: foo0 attached' if bootverbose.wollman1995-09-201-33/+4
* Fix rounding bug in last commit that would have caused the problem to notdg1995-09-202-4/+4
* Add `visual' command to help menu.jkh1995-09-201-2/+4
* Missed these changes to the pccard stuff. Sorry Martin!phk1995-09-205-3/+10
* Now supports `expand all' and `collapse all'.jkh1995-09-201-243/+939
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-1925-117/+99
* Update machine-generated files.bde1995-09-195-434/+632
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.bde1995-09-191-3/+3
* Generate prototypes for syscall-implementing functions. Put them inbde1995-09-194-74/+114
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-193-30/+204
* Don't clear the session pointer in ptcclose(). It must be left alonebde1995-09-191-2/+1
* added support for link, and remove (unlink)julian1995-09-191-8/+150
* Revert most changes of previous commit.se1995-09-186-108/+312
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-185-5/+152
* Clear SC_OUTWAIT after checking of free clists, not beforeache1995-09-171-2/+2
* Check the return value from vm_map_pageable() when mapping the process'sdg1995-09-171-4/+8
* Our existing Cyrix cache-disable code was short-cutting the steps forpst1995-09-163-9/+153
OpenPOWER on IntegriCloud