Go to file
cgd b6549d493d define and export the global variable "comconscflag", the default tty
'cflag' for the console.  Normally set to TTYDEF_CFLAG, may be
overridden by machine-dependent console attachment code, as necessary.
(Alpha uses it to set cs8 -parenb.)  Files including comvar.h now
need to include <sys/termios.h>, because comconscflag is of type
tcflag_t.
1996-04-15 18:54:31 +00:00
bin Utility to control media changers from the command line; corresponds 1996-04-03 00:34:38 +00:00
distrib Update for new IEEE FP support. 1996-04-03 08:36:12 +00:00
etc the amiga uses the c-partition for the whole cdrom disc and not the 1996-04-13 01:02:18 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu Accept `-K' as equivalent to `-k' (except the ns32k which already handles -K). 1996-04-14 11:31:11 +00:00
include time seconds/usec sent over the net are signed. 1996-04-09 20:40:32 +00:00
lib Document that "<sys/sysctl.h>" isn't enough ... suggest including 1996-04-13 02:07:15 +00:00
libexec Changed to use 1900 + tm_year instead of hardcoding "19" as the century. 1996-04-08 19:03:11 +00:00
regress Add except to the pc532 make. 1996-04-09 16:54:18 +00:00
sbin check returns of inet_addr() and inet_network() against INADDR_NONE, 1996-04-15 18:27:05 +00:00
share Add the ability to override defaults in bsd.own.mk more easily, by 1996-04-13 02:08:08 +00:00
sys define and export the global variable "comconscflag", the default tty 1996-04-15 18:54:31 +00:00
usr.bin Use errx() instead of err() to report failure of kvm_getprocs() call, 1996-04-08 21:32:05 +00:00
usr.sbin if a variable is a u_int32_t, it may never compare equally to -1L on 1996-04-09 05:29:25 +00:00
Makefile pull in bsd.own.mk earlier, to get configuration variables. 1996-04-13 06:36:15 +00:00