sos
20ccaa1777
Second round in syscons update:
...
Support for pseudo graphic mouse cursor (not complete yet)
Some cheap speed fixes.
More cleanups.
Call ourselves scxxxx finally.
1995-01-20 08:35:32 +00:00
wpaul
fe760b5318
Removed hardcoded definition for RB_SERIAL that I left in my accident
...
(had it there for testing purposes). RB_SERIAL should be found in
<sys/reboot.h>.
1995-01-20 07:52:42 +00:00
wpaul
1875d75ad1
Submitted by: Bill Paul (wpaul@ctr.columbia.edu)
...
Obtained from:
bios boot block changed to allow booting from both the attached graphics
display and from a serial port. (A specially compiled serial boot block
is no longer necessary.) The boot block should detect the presence or
absence of a keyboard: if there is no keyboard, COM1 is turned into the
console. This simulates the behavior of the Sun boot PROMs. Unplug your
keyboard, attach a terminal to COM1 and you should be ready to go. :)
1995-01-20 07:48:27 +00:00
wpaul
7a6a5253ca
Submitted by: Bill Paul (wpaul@ctr.columbia.edu)
...
Obtained from:
sio.c and sioreg.c changed to allow autodetecting the RB_SERIAL flag
passed by the boot blocks so that the kernel can switch to 'serial
console' mode automagically. 'options COMCONSOLE' can still be specified
to force the kernel to always use the serial port as a console.
CONUNIT and CONADDR can also be specified in the kernel config file
if the user wants to shift the console to a different port.
1995-01-20 07:34:18 +00:00
wpaul
2f878e8fcd
Submitted by: Bill Paul (wpaul@ctr.columbia.edu)
...
Obtained from:
Added a new flag (RB_SERIAL) which is passed by the boot block to tell
the kernel that it should use a serial port as a console. (The kernel
can still be forced to boot in serial console mode if 'options COMCONSOLE'
is used.)
1995-01-20 07:28:47 +00:00
jkh
17c7fa25ae
This commit was generated by cvs2svn to compensate for changes in r5739,
...
which included commits to RCS files with non-trunk default branches.
1995-01-20 04:13:07 +00:00
jkh
8e4f208589
Add the Packet Capture Library from Michael Reifenberger.
...
Submitted by: mr
1995-01-20 04:13:07 +00:00
jkh
92a97f198b
Add the Packet Capture Library from Michael Reifenberger.
...
Submitted by: mr
1995-01-20 04:13:07 +00:00
wollman
726f15bcce
Add kadmind.
1995-01-20 03:13:48 +00:00
wollman
cba76fbeed
Add kadmind. HOW-TO documents how to get here from raw eBones.
1995-01-20 03:13:00 +00:00
wollman
736fb60fc3
Add kadmin.
1995-01-20 02:49:47 +00:00
wollman
0ad24dc095
The user side of the kadmin protocol. HOW-TO describes how to recreate
...
this based just on the eBones distribution.
1995-01-20 02:47:50 +00:00
wollman
c0e7198471
Add the library used by kadmin' and
kadmind'. Oddly enough, this
...
little library is actually exportable (we think) even though it's pretty
useless iwithout the (non-exportable) clients.
1995-01-20 02:02:54 +00:00
wollman
97daf1a19a
Don't install kadm.h from here; it's done by the libkadm directory.
1995-01-20 02:01:11 +00:00
wollman
fdec3ba7fb
Do all libraries first. Don't do `include' twice.
1995-01-20 02:00:34 +00:00
wollman
b907b7bf50
Don't break existing users of libkrb.so.2.0 who aren't using libcom_err.
1995-01-20 01:44:47 +00:00
wollman
59384220bf
Kill more bogus man pages. (The correct ones are with their programs.)
1995-01-20 01:26:53 +00:00
wollman
1817f78d2f
A more correct fix for the new compile_et. Also, add beforeinstall
...
rule to ensure that krb_err.h gets installed (some other programs need
it).
1995-01-20 01:12:19 +00:00
wollman
409ac976ef
Added compile_et' and
mk_cmds' to lib-tools target, as they are needed
...
to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time
(sorry, it was the only way I could think of to make sure it died).
1995-01-19 22:41:25 +00:00
wollman
b78542d3eb
Add libss.
1995-01-19 22:32:05 +00:00
wollman
b1b8413d9a
Added mk_cmds.
1995-01-19 22:31:17 +00:00
wollman
5628e49063
Port to FreeBSD.
1995-01-19 22:28:38 +00:00
wollman
ece7af0e56
Port to FreeBSD. (Sorry there's no man page yet.)
1995-01-19 22:27:58 +00:00
wollman
88a4b81c1e
Add /usr/include/ss because libss expects its header files to live there.
1995-01-19 22:23:13 +00:00
ats
8f8e6b75d8
Submitted by: Bruce Evans
...
Put in the much shorter and cleaner version for the calibrate_cycle_counter
for the Pentium that Bruce suggested. Tested here on my Pentium and
it works okay.
1995-01-19 22:05:27 +00:00
wollman
13f4ae2eb9
This commit was generated by cvs2svn to compensate for changes in r5719,
...
which included commits to RCS files with non-trunk default branches.
1995-01-19 21:30:25 +00:00
wollman
3c7d166730
Other part of SIPB subsystem library, the program to make command tables.
1995-01-19 21:30:25 +00:00
wollman
f006db8305
This commit was generated by cvs2svn to compensate for changes in r5717,
...
which included commits to RCS files with non-trunk default branches.
1995-01-19 21:28:01 +00:00
wollman
314433f416
MIT SIPB subsystem' library, needed for
kadmin' and some other MIT programs.
1995-01-19 21:28:01 +00:00
wollman
6feecac712
Kill old Kerberos password-changing support:
...
1) It was export-controlled.
2) It used some ad-hoc protocol invented by Berkeley in ignorance of the
standard MIT distribution's way of doing it (which makes it useless
to most people).
This should be fixed once we have `kadmin'/`kadmind'.
1995-01-19 21:03:48 +00:00
ats
9366080bf5
Add the missing forward declaration of chopen. Reported in the
...
mailinglists some time ago.
1995-01-19 21:02:54 +00:00
wollman
0420ea837c
Fix unbalanced #endif introduced by yesterday's change.
1995-01-19 19:01:50 +00:00
ache
b35d573109
Reflect lastest termcap changes
1995-01-19 17:15:54 +00:00
bde
17342368b9
Don't build kgdb. It should go away soon.
1995-01-19 17:03:28 +00:00
bde
8838d36fa5
Enable iostat on i386's.
1995-01-19 16:29:30 +00:00
bde
5f909271d1
Fix installation of the link to tmac.an. $(FOO} doesn't work.
1995-01-19 15:58:34 +00:00
dufault
05d6c07611
Remove dup biodone and no more SCSIUSER option.
1995-01-19 12:41:36 +00:00
dufault
1918e6dc4c
Print out exactly what we think the board is, and for the latest
...
rev Adaptec boards enable data transfer length detection instead
of assuming requested amount of data is transferred.
1995-01-19 12:33:10 +00:00
dfr
d2ea3cadb3
Fix handling of 'e' format floating point so that it prints trailing zeros
...
correctly.
1995-01-19 12:05:53 +00:00
ache
5a8f534a66
Remove sneaked tabs
...
Submitted by: Ollivier Robert
1995-01-19 10:39:22 +00:00
joerg
7c98836d83
Should that last sentence read "...thus a full dump must be done...",
...
or do I have it all wrong?
Submitted by: "Shawn M. Carey" <smcarey@mailbox.syr.edu>
1995-01-18 19:26:14 +00:00
ache
4c87da56f7
Put brackets around EXTRACT_CMD, can be several commands here
1995-01-17 23:55:53 +00:00
wollman
b877ace7ed
Prevent sites from shooting themselves in the foot while enabling/disabling
...
YP by disallowing `+' entries as logins in all cases. (This handles the
case of a `+' entry in the password file but YP not running, which should
never happen but is easy enough to check for so we'll apply some
prophylaxis.)
1995-01-17 23:17:38 +00:00
ache
5887fd95f0
More koshering [ul]case fix, don't use pre-initialized tables at all,
...
treat 0xFF as valid character.
1995-01-17 23:04:29 +00:00
ache
eb022aca1e
Make conv=[lu]case works with localized ctype (8bit)
1995-01-17 22:55:59 +00:00
ache
9771a4667a
Remove -Wall for ascii formatting, we don't need so many
...
warnings while formatting standard BSD docs
1995-01-17 22:04:38 +00:00
ache
f5f5f9ee3f
Install additionly S and L text fonts, needed for BSD docs formatting
1995-01-17 22:02:34 +00:00
ache
c15681666c
Modify prev. change, pass internal args directly to groff,
...
if PRINTER == ascii, because nroff shell script strip off
some groff flags
1995-01-17 21:36:06 +00:00
ache
6bb7cbcb7f
Call nroff, if PRINTER == ascii
1995-01-17 21:27:30 +00:00
ache
70fe30ff17
Use nroff instead of groff in %nroff% macro, becasue
...
nroff shell script pass additional internal parameters to groff
1995-01-17 21:12:05 +00:00