freebsd with flexible iflib nic queues
Go to file
Joerg Wunsch 4205b53dc0 Move the check for ASCIIness earlier. This avoids the following
misdetection:

j@uriah 307% file X.hga
X.hga: 80386 COFF executable not stripped
j@uriah 308% strings X.hga | head -3
~f&`i
.text
.data
j@uriah 309% strings X.hga | file -
standard input:              assembler program text

New version:

j@uriah 310% strings X.hga | ./file -
standard input:              International language text

Reviewed by:	christos@deshaw.com (Christos Zoulas)
1996-12-20 22:19:18 +00:00
bin Merge in NetBSD mods and -Wall cleaning. 1996-12-14 06:20:03 +00:00
contrib Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix. 1996-12-19 08:55:10 +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 Add /usr/local/sbin to the rc $PATH. Things like GateD are located there. 1996-12-19 18:06:35 +00:00
games Correct the location of the trek documentation in the 1996-12-14 18:34:56 +00:00
gnu Even more buffer overflow fixes 1996-12-19 10:45:16 +00:00
include string.h defines nonstandard routines when _POSIX_SOURCE is 1996-12-17 19:35:43 +00:00
lib Fix for bug noticed by Christoph Kukulies. 1996-12-20 19:41:15 +00:00
libexec Document the -k, -v and -x options. 1996-12-16 00:01:28 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Added comments on how to setup syscons to work on older ThinkPads. 1996-12-17 00:53:33 +00:00
sbin Delete redundant include of <sys/time.h> 1996-12-17 21:12:56 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Added cvsup.sgml to SRCS. 1996-12-20 07:31:33 +00:00
sys Fix bug that would stop probing for SCSI devices 1996-12-20 21:52:11 +00:00
tools Fix the 'info sharedlibextention' output in tclsh which was caused by a 1996-12-17 13:08:08 +00:00
usr.bin Move the check for ASCIIness earlier. This avoids the following 1996-12-20 22:19:18 +00:00
usr.sbin Bugfix (cosmetic) for output of generated passwords. 1996-12-20 10:45:39 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add comment on -DALLLANG. 1996-12-20 08:18:47 +00:00