summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor algorithmic adjustments that reduce the CPU consumption of thedg1995-02-091-72/+12
* Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field indg1995-02-091-3/+6
* Fix/#ifdef prototype for tcp_mss...apparantly overlooked by Garrett.dg1995-02-091-1/+5
* Disable bogus attempt to switch from the TS_ISOPEN state to thebde1995-02-081-1/+3
* Rewrite the netisr dispatcher.bde1995-02-081-38/+25
* More complete implementation of SUBDIR for programs, libraries and kmods.bde1995-02-081-1/+2
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldwollman1995-02-082-3/+65
* Merge in T/TCP TCP header file changes.wollman1995-02-085-9/+157
* Define RTF_PINNED for future use.wollman1995-02-081-2/+3
* Remove a possible loophole - previously the code wouldn't pass packets destinedgpalmer1995-02-071-5/+4
* Correct fix for merge conflicts: RTM_VERSION is always 5. Header fileswollman1995-02-071-5/+1
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-072-16/+6
* Fixed the bug that caused the cursor to disappear undersos1995-02-073-39/+51
* Fixed unresolved CVS conflict on RTM_VERSION.dg1995-02-071-8/+2
* Changed maximum number of symlinks in a path from 8 to 32. The exact valuedg1995-02-071-2/+2
* Make sure to disable RSVP intercept when the socket is closed.wollman1995-02-071-1/+3
* Merge in the socket-level support for Transaction TCP from the OLAH_TTCPwollman1995-02-073-5/+22
* Merge in the socket-level support for Transaction TCP.wollman1995-02-072-5/+40
* The very minimum driver required to support a Video Spigot. See thejkh1995-02-063-4/+357
* The very minimum driver required to support a Video Spigot. See thejkh1995-02-065-5/+31
* Commit Gary's diffs for adding xcdplayer support to the Sony CDROM driver.jkh1995-02-064-6/+286
* Add short delay after NCR reset.se1995-02-061-11/+8
* Commit my userconfig stuff:jkh1995-02-061-8/+45
* Use M_NOWAIT instead of M_KERNEL for socket allocations; it is apparantlydg1995-02-061-2/+2
* Changed order of release of vnode/object to fix a problem where the vnodedg1995-02-064-16/+28
* Fixed the annoing bug that caused writes to /dev/console to go tosos1995-02-053-87/+102
* Added "panic" command to ddb, so we can do something sensible even ifphk1995-02-051-1/+9
* This was wrong - PCVT and syscons don't share the same entrypointjkh1995-02-051-2/+2
* Add pcvt's header files.jkh1995-02-051-0/+591
* Bring pcvt console driver into the tree - now users can chose whicheverjkh1995-02-0510-0/+16300
* Bring PCVT's config files into the tree.jkh1995-02-054-3/+121
* Update kmem_malloc() call to new waitflag(s) interface.bde1995-02-051-2/+3
* Support 32bit access to IDE disks, if it seems to work for the drive.phk1995-02-041-25/+54
* Disable I/O port accesses in case the BIOS enabled them.se1995-02-041-4/+22
* Moved "#include <pci/pcivar.h>" from "usr.sbin/lsdev/i386.c"se1995-02-041-1/+2
* Don't define CLK_TCK here.bde1995-02-034-24/+12
* Don't depend on namespace pollution in <machine/limits.h> for thebde1995-02-032-4/+4
* Define _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ to support correctbde1995-02-031-4/+17
* Allow all characters except "real" control chars.sos1995-02-033-156/+177
* Have version number track CSV version number. No other change.gibbs1995-02-032-4/+4
* Keep track of when we actually are awaiting a reply to an SDTR or WDTRgibbs1995-02-032-10/+31
* #include<kernel.h> to quiet a compiler warning having to do with thegibbs1995-02-031-1/+2
* Fix hanging while playing very short notes.ache1995-02-032-6/+10
* Fixed bmap run-length brokeness.dg1995-02-0310-71/+80
* Removed a pile of vfs_unbusy_pages()...both unnecessary and wrong - resulteddg1995-02-032-12/+6
* Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data indg1995-02-031-2/+5
* Removed misleading copyright note. This file contains justse1995-02-022-14/+4
* Disable disconnect after drive timeouts, since thesese1995-02-021-9/+20
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-0210-866/+592
* Fixed up include paths after copying these in the repository.dg1995-02-027-19/+19
OpenPOWER on IntegriCloud