freebsd kernel with SKQ
Go to file
peter 97a86f545b Revert part of the previous change. syslogd (when logging to ttys)
has always held an open file descriptor.  This allowed logging to
spare virtual consoles and being able to switch to them.

My previous change removed this since all writes were done with ttymsg()
which opens it's own fd, and hence syslogd didn't need it's own fd to
send messages on... but this caused an unexpected behavior change.

This should close PR#2176
1996-12-10 17:52:23 +00:00
bin Fixed `stty [-]extproc'. It set extproc to a semi-random state (always 1996-12-07 11:07:20 +00:00
contrib Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +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 Get struct ether_addr directly from <net/ethernet.h> rather than pulling 1996-12-10 17:19:11 +00:00
libexec Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +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 Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Some translation improvement. 1996-12-10 16:57:27 +00:00
sys Give up early for empty partitions. The offset for an empty 1996-12-10 14:07:42 +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 Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +00:00
usr.sbin Revert part of the previous change. syslogd (when logging to ttys) 1996-12-10 17:52:23 +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