summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskdg1995-06-281-3/+5
* Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, anddg1995-06-281-1/+4
* Killed the "probably_never" ifdef'd code.dg1995-06-282-136/+2
* Killed redundant vnode_pager_umount() call. This is already done atdg1995-06-282-12/+4
* Make path to kernel absolute if it is passed in relative. This fixesdg1995-06-283-12/+30
* Fix standards conformance bugs in <signal.h>:bde1995-06-284-58/+76
* Use the new machine-dependent definitions of _BSD_OFF_T_ andbde1995-06-281-4/+4
* Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use insteadbde1995-06-281-3/+12
* Pass the correct nonblocking flag to VOP_CLOSE() in vclean().bde1995-06-272-4/+6
* Delete obsolete #if 0 block.wollman1995-06-271-11/+1
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-272-15/+9
* Changes to support version 3 of the NFS protocol.dfr1995-06-2749-6300/+18015
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-272-12/+28
* From Bill Fenner:wollman1995-06-261-1/+2
* Corrected a bug that caused protocol-4 tunnels (used for multicastwollman1995-06-261-2/+2
* 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
OpenPOWER on IntegriCloud