FreeBSD src
Go to file
David Greenman fb5831565c 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
type to be int so that errors can be returned.
2) Use the new SIOCSIFMTU ether_ioctl support in the few drivers that are
   using ether_ioctl().
3) In if_fxp.c: treat if_bpf as a token, not as a pointer. Don't bother
   testing for FXP_NTXSEG being reached in fxp_start()...just check for
   non-NULL 'm'. Change fxp_ioctl() to use ether_ioctl().
1996-12-10 07:29:50 +00:00
bin Fixed `stty [-]extproc'. It set extproc to a semi-random state (always 1996-12-07 11:07:20 +00:00
contrib Use LANG=C, LC_CTYPE=C, LC_TIME=C 1996-11-26 08:58:57 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc ifconfig 127.0.0.1 instead of localhost 1996-12-10 02:23:27 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu Convert to mdoc format. 1996-12-09 07:57:54 +00:00
include Fix compiler warning: /* inside comment 1996-12-05 14:46:57 +00:00
lib Change another reference to host names to domain names, and restore some 1996-12-09 16:50:39 +00:00
libexec Truncate the file when opening it with write intent. Otherwise, 1996-11-30 20:59:32 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Update to benefit from David's recent changes to pw(8). The most 1996-12-10 02:16:06 +00:00
sbin Improve the format of the usage string output. 1996-12-09 08:10:45 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Merge the change to the en version (1.51 -> 1.53). 1996-12-10 07:17:04 +00:00
sys 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return 1996-12-10 07:29:50 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Minor formatting fixes. 1996-12-09 07:26:04 +00:00
usr.sbin Update to benefit from David's recent changes to pw(8). The most 1996-12-10 02:16:06 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00