OPNsense - FreeBSD source
Find a file
Andreas Schulz 3d76654d68 Reviewed by:
Submitted by:
1) if_ie.c:
	Changed a printf and put a space in it. Formerly the "<3C507>"
	confused the syslog. He tried to see that as the priority to
	log that message.

2) isa_device.h:
	Changed the iobase variable from short to u_short. EISA
	Adresses can go up to 0xf000 and the sign extension doesn't
	look good in the probe output. Example:
	ep1 at 0xffff8000-0xffff8000f is not good :-), i like more a
	ep1 at 0x8000-0x8000f.

3) isa.c:
	Changed a string constant from "probe" to "prob", it gets
	later already an "ed" tagged on the end.
1994-09-02 22:13:34 +00:00
bin Added rtprio option/field. 1994-09-01 11:28:45 +00:00
eBones The telnet version with encryption in in. 1994-08-27 15:48:54 +00:00
etc Do uname -rs instead of uname -a when generating /etc/motd. 1994-08-31 05:31:42 +00:00
gnu Disable one of my extensions (function profiler epilogues) that 1994-09-02 20:39:41 +00:00
include Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 17:44:10 +00:00
lib Fixed editing blunder. 1994-09-01 12:09:17 +00:00
libexec Ignore SIGQUITs, cause getty dumps core on garbadge from modem line 1994-08-29 17:28:58 +00:00
sbin What cretin named both a global and a function "reboot"? Global 1994-08-28 10:00:49 +00:00
secure The telnet version with encryption in in. 1994-08-27 15:48:54 +00:00
share Fixed a couple of typos. Ok, this works now. Only one significant hurdle 1994-09-02 01:53:33 +00:00
sys Reviewed by: 1994-09-02 22:13:34 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Fixed stupid bug which prevented any command line options from being 1994-08-31 17:20:12 +00:00
usr.sbin rtprio(1) utility to modify realtime priority of a process. 1994-09-01 12:05:14 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
HW.TROUBLE Added the first three entries. Changed the intro a bit. 1994-08-28 20:48:37 +00:00
Makefile Removed an echo about directories not being enabled. 1994-08-26 20:44:12 +00:00
TODO Add my desire for XPG-style message catalogs to the TODO list. 1994-08-21 17:53:06 +00:00