summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-252-4/+26
* Removed check for sw_dev == NODEV; this is a normal condition for swapdg1995-05-251-3/+2
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-258-71/+20
* This should fix PR 438. Apparently I never tested disklabel on the blockdg1995-05-241-1/+4
* Enclosed is a patch for if_ze.c which will allow it to operate withdg1995-05-241-2/+7
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-222-6/+8
* Print the address associated with an examine. Changed db_maxoff todg1995-05-222-13/+6
OpenPOWER on IntegriCloud