aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a resource allocation bug where multicast forwarding would leak mbufsGarrett Wollman1995-06-191-4/+4
* Now that we've gone to all sorts of effort to allow TCP to cache some ofGarrett Wollman1995-06-193-3/+12
* 1. Supporting fast sync value displayin latest firmware.Atsushi Murai1995-06-191-7/+13
* Close out PR #507 (loading LM_MISC pseudo-lkms twice crashes system).Bill Paul1995-06-171-1/+4
* Optimized and simplified version of setreuid/gidAndrey A. Chernov1995-06-151-34/+33
* Give the BPF the ability to generate signals when a packet is available.Paul Traina1995-06-153-5/+66
* Took out P2P_LOCALADDR_SHARE option and made it standard.David Greenman1995-06-151-9/+3
* Next version, many bugs fixedAndrey A. Chernov1995-06-146-814/+1054
* Bestmatch check for cd-drive always faild due to additional spaceAtsushi Murai1995-06-141-7/+23
* Convert %p to 0x%x instead of to 0x%8x. The latter gives blank paddingBruce Evans1995-06-141-8/+13
* Convert to ANSI C: change #endif THING to #endif /* THING */.Bruce Evans1995-06-142-118/+114
* The duplicate information returned in fa_type and fa_modeJoerg Wunsch1995-06-144-8/+84
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofBruce Evans1995-06-143-21/+9
* Replace \n\r by \n in error messages.Bruce Evans1995-06-141-6/+6
* Output \n as \r\n, not as \n\r.Bruce Evans1995-06-142-4/+4
* I was wrong. I thought that the ip_mroute lkm would still compile, but itGarrett Wollman1995-06-131-2/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill FennerGarrett Wollman1995-06-1311-911/+1276
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-1136-368/+377
* Remove trailing whitespace.Rodney W. Grimes1995-05-30706-9177/+9196
* Remove trailing whitespace.Rodney W. Grimes1995-05-3013-58/+58
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Fix setdumpdev():David Greenman1995-05-292-32/+46
* Fixed some serious bugs that resulted in object reference counts not beingDavid Greenman1995-05-296-12/+80
* Mount MFS as root RW. Remounting doesn't make sense.Poul-Henning Kamp1995-05-291-2/+1
* Reduce the amount of bss the kzip stuff uses by moving big buffers intoPoul-Henning Kamp1995-05-296-236/+32
* Submitted by: dufaultRodney W. Grimes1995-05-283-15/+30
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timeDavid Greenman1995-05-281-2/+1
* Increased delay after reset to 10ms. Suggested by several people, the lastDavid Greenman1995-05-272-4/+4
* Added a fix for a bug which caused the wrong interface to be selectedDavid Greenman1995-05-271-28/+45
* Update swap and dump stuff to match reality:David Greenman1995-05-273-33/+12
* Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman1995-05-262-532/+854
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-257-25/+13
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-252-4/+26
* Removed check for sw_dev == NODEV; this is a normal condition for swapDavid Greenman1995-05-251-3/+2
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-258-71/+20
* This should fix PR 438. Apparently I never tested disklabel on the blockDavid Greenman1995-05-241-1/+4
* Enclosed is a patch for if_ze.c which will allow it to operate withDavid Greenman1995-05-241-2/+7
* There are two serious bugs in if_de.c. The first should not matterDavid Greenman1995-05-222-6/+8
* Print the address associated with an examine. Changed db_maxoff toDavid Greenman1995-05-222-13/+6
* Fixed bug in bpf/multicast support that caused multicast packets to getDavid Greenman1995-05-222-14/+10
* Changes to fix the following bugs:David Greenman1995-05-2111-106/+325
* Fixed problem with "char" cursor..Søren Schmidt1995-05-213-6/+18
* Now I could finally test this change: bad144 is now relative to thePoul-Henning Kamp1995-05-211-4/+4
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-196-19/+24
* Make the "information" slice printfs if(bootverbose).Poul-Henning Kamp1995-05-182-20/+26
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetDavid Greenman1995-05-185-5/+23
* Fixed a bug that managed to slip in during Poul's dynamic swap partitionDavid Greenman1995-05-181-17/+11
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-185-26/+37
* Changed read_csr and write_csr to static so that they don't clashDavid Greenman1995-05-172-4/+4