OPNsense - FreeBSD source
Find a file
Nate Williams 3d989d58d8 Fix UserConfig w/syscons.
The 'getchar' function in syscons (sccngetc) is used by UserConfig to
get keyboard input from the user.  When it was modified to use the
shared keyboard port routines it used the port passed in during the
probe routine.  Since the probe routine was not yet called, the port was
set to 0, which is obviously not going to work.

Pre-initialize sc_port to IO_KBD which is really a kludge, but it's how
the previous driver did it's job.

Found by:	remote GDB
1996-11-19 17:08:10 +00:00
bin Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +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 delete removeuser 1996-11-17 03:57:08 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Disable the inclusion of the Posix regexp stuff into libgnuregexp. 1996-11-16 22:53:45 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib Fixed execvp() of an empty pathname to fail POSIXly. Previously it 1996-11-18 19:24:47 +00:00
libexec remove newly added reference to ppplogin 1996-11-13 01:36:52 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Provide a symlink for /bin/sh when the fixit floppy is mounted, so 1996-11-16 22:42:13 +00:00
sbin Move the terminal handling code to a later location; this allows 1996-11-19 03:32:32 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Be explicit about the doc name (handbook) rather than inferring it 1996-11-19 14:09:02 +00:00
sys Fix UserConfig w/syscons. 1996-11-19 17:08:10 +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 arg parsing. kdump used to allow a single argument, which it 1996-11-18 19:37:52 +00:00
usr.sbin typo 1996-11-19 11:08:27 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00