summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The pessimistic rounding in hzto() was too pessimistic for realitimexpire().bde1995-06-261-2/+6
* Partially fix `sysctl machdep.console_device'. The fix will be completebde1995-06-264-10/+28
* The BT scsi driver has recently had a message changed - it could bejoerg1995-06-251-3/+3
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-2526-2/+8243
* Reset defaults in case of boot() is looping several times (e.g. thejoerg1995-06-255-17/+21
* Add a `reset' command to UserConfig. Our documentation doesjoerg1995-06-251-2/+4
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-253-426/+708
* ttywait: convert EWOULDBLOCK to EIO, when t_timeout expiredache1995-06-241-1/+3
* Replace EWOULDBLOCK to EIO in ttwrite, when t_timeout expiredache1995-06-231-1/+3
* 1) Enable boot from root partition which end > cyl 1023, it isn't criminalache1995-06-231-6/+11
* Add an option to the psm driver to skip the parts of the probe which breakdfr1995-06-224-3/+14
* Use ifr_mtu for the mtu value rather than ifr_metric.dg1995-06-221-4/+4
* Fix an error in the comparison direction of the ap->updating case ofwollman1995-06-211-2/+2
* Change interface type...IFT_SLIP -> IFT_PARA.dg1995-06-211-2/+2
* Killed a couple lines of redundant code.dg1995-06-211-5/+1
* Protect the call to if_up() with an splnet().dg1995-06-211-2/+4
* 1) Set interface up/down correctly as a function of open and close of thedg1995-06-211-7/+11
* Fix a resource allocation bug where multicast forwarding would leak mbufswollman1995-06-191-4/+4
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-193-3/+12
* 1. Supporting fast sync value displayin latest firmware.amurai1995-06-191-7/+13
* Close out PR #507 (loading LM_MISC pseudo-lkms twice crashes system).wpaul1995-06-171-1/+4
* Optimized and simplified version of setreuid/gidache1995-06-151-34/+33
* Give the BPF the ability to generate signals when a packet is available.pst1995-06-153-5/+66
* Took out P2P_LOCALADDR_SHARE option and made it standard.dg1995-06-151-9/+3
* Next version, many bugs fixedache1995-06-146-814/+1054
* Bestmatch check for cd-drive always faild due to additional spaceamurai1995-06-141-7/+23
* Convert %p to 0x%x instead of to 0x%8x. The latter gives blank paddingbde1995-06-141-8/+13
* Convert to ANSI C: change #endif THING to #endif /* THING */.bde1995-06-142-118/+114
* The duplicate information returned in fa_type and fa_modejoerg1995-06-144-8/+84
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofbde1995-06-143-21/+9
* Replace \n\r by \n in error messages.bde1995-06-141-6/+6
* Output \n as \r\n, not as \n\r.bde1995-06-142-4/+4
* I was wrong. I thought that the ip_mroute lkm would still compile, but itwollman1995-06-131-2/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-1311-911/+1276
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-1136-368/+377
* Remove trailing whitespace.rgrimes1995-05-30706-9177/+9196
* Remove trailing whitespace.rgrimes1995-05-3013-58/+58
* Remove trailing whitespace.rgrimes1995-05-302-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Fix setdumpdev():dg1995-05-292-32/+46
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-296-12/+80
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
* Reduce the amount of bss the kzip stuff uses by moving big buffers intophk1995-05-296-236/+32
* Submitted by: dufaultrgrimes1995-05-283-15/+30
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Increased delay after reset to 10ms. Suggested by several people, the lastdg1995-05-272-4/+4
* Added a fix for a bug which caused the wrong interface to be selecteddg1995-05-271-28/+45
* Update swap and dump stuff to match reality:dg1995-05-273-33/+12
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-262-532/+854
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-257-25/+13
OpenPOWER on IntegriCloud