jonathan
21ec686bd1
Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax
1996-11-16 23:10:47 +00:00
cgd
2e5bc1461a
panic with "bogus size" if ncols or nrows is <= (not just <) 0
1996-11-16 23:10:06 +00:00
cgd
f48eac49ba
compile with -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
...
-Wcast-qual, even if DEBUG isn't defined.
1996-11-16 23:07:40 +00:00
pk
b61f7eb526
Remove `unused variable' warning.
1996-11-16 23:00:24 +00:00
pk
76dfffe335
Remove DEFS.h, which has been just a placeholder for a long time.
1996-11-16 20:53:13 +00:00
fvdl
44fa942695
The FILES section named '/etc/ttyactions'; remove that 's'.
1996-11-16 20:50:12 +00:00
pk
ba50a4fa6e
Remove "trap#29" debugging code. These traps have disappeared since a bug
...
was fixed in the pamp code ("stale PTEs", pmap.c rev. 1.62).
1996-11-16 20:45:13 +00:00
pk
63c8772a52
Do the `_REENTRANT' song-and-dance.
1996-11-16 20:43:07 +00:00
briggs
15c3f794e5
Updates from Steve Allen <wormey@eskimo.com> to match the current world.
1996-11-16 16:36:11 +00:00
fvdl
9974e36372
Move VNODEPAGER and DEVPAGER to std.i386 as well.
1996-11-16 01:16:38 +00:00
cgd
c8201bca4d
Add short delays after accessing registers, so that the z8530's settle
...
times are respected. This solves the duplicated characters problem.
1996-11-16 00:40:14 +00:00
cgd
70147216ec
Include a PMAGB-BA in the list of built-in devices only if SV_GRAPHICS
...
is set in the RPB's rpb_variation field. This fixes a bug where machines
(e.g. the 3000/900) would see that they could touch memory where a built-in
PMAGB-BA, assume that it was there, and panic later because the memory they
were accessing didn't look like PMAGB-BA registers (because it wasn't).
1996-11-15 23:59:00 +00:00
cgd
9ed8ce3b8f
clean up a few spaces vs. tabs and KNF bogons. Make this compile
...
cleanly with -Wall -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual.
1996-11-15 23:53:32 +00:00
cgd
30ca7eaa8d
clean up a few spaces vs. tabs bogons
1996-11-15 23:51:23 +00:00
cgd
f6e4567c57
cast int64_t-sized types to "long long" before printing them with %qd.
...
gcc thinks that the 'q' modifier describes a "long long", and so -Wformat
whines when printing with 'q' on the alpha, since int64_t-sized types are
done with variations on "long" rather than "long long".
1996-11-15 23:11:56 +00:00
jonathan
40bd2b1104
Fix front-ends of split uha driver to compile when DDB is not configured:
...
Propagate Debugger() macro from uha.c to uha_{eisa,isa}.c.
update file names accordingly.
1996-11-15 22:53:36 +00:00
jtc
d22cdecb45
Add clock_gettime, clock_settime, and clock_getres
1996-11-15 22:44:25 +00:00
jtc
16b48272c4
Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_
1996-11-15 22:38:45 +00:00
cgd
37b6fc0222
move DEVPAGER, SWAPPAGER, VNODEPAGER options into std.alpha since they're
...
mandatory, and clean up their descriptions.
1996-11-15 19:37:21 +00:00
gwr
a56800e144
The sources over in ../../../sbin/route/ now do what this wants,
...
so use those instead of the versions that were copied here.
1996-11-15 19:18:39 +00:00
gwr
6b2707d575
Note that distrib/utils/x_route uses these files.
1996-11-15 19:10:38 +00:00
gwr
786940dfb1
Remove comment that was no longer applicable.
1996-11-15 18:57:21 +00:00
perry
03a18266ff
fix broken BUGS section a bit
1996-11-15 18:52:41 +00:00
gwr
13410f03ee
As discussed some time ago, add a "show" sub-command.
...
Also allow compilation with -DSMALL to ommit support for
non-essential protocols (i.e. when built into a ramdisk).
Use a less hack-ish way to generate keywords.[ch] and just
check in the result (helps ../../distrib/utils/x_route).
1996-11-15 18:45:23 +00:00
gwr
a54521537f
As discussed some time ago, add a "show" sub-command.
...
Also allow compilation with -DSMALL to ommit support for
non-essential protocols (i.e. when built into a ramdisk).
Use a less hack-ish way to generate keywords.[ch] and just
check in the result (helps ../../distrib/utils/x_route).
1996-11-15 18:01:36 +00:00
briggs
1372eab6c5
Include MACHINE_NONCONTIG here. It isn't needed on all macs, but it has been
...
used for all macs for quite some time.
1996-11-15 14:21:00 +00:00
briggs
cca82e59db
Remove scsi96 driver.
1996-11-15 14:16:42 +00:00
mrg
a7d76c0112
add some compat options, pfil_hooks, and clean up some unanswered questions.
1996-11-15 13:46:02 +00:00
fvdl
2452eadc60
Avoid compiler warnings when none of the SYSV* options is defined.
1996-11-15 09:51:25 +00:00
fvdl
ac0bb07268
Add MACHINE_NONCONTIG as a define.
1996-11-15 09:21:41 +00:00
fvdl
5d9d9e5cda
Move non-optional options to std.i386, and use that file.
1996-11-15 09:19:31 +00:00
lukem
d417f09e65
- clean up man page
...
- don't allow quotes in terminal names (for -s and -S) as they confuse
the shell. whitespace is currently forbidden for the same reason.
as there isn't any orthoganol way of escaping this, forbid it all,
which makes [bin/306] unfixable.
- use str(r)char instead of (r)index
1996-11-15 05:52:42 +00:00
thorpej
ec942d8d0b
Sync up INSTALL and supporting cast WWW page, adding some missing names.
1996-11-15 04:39:58 +00:00
thorpej
23ff20cd74
Use bitmask_snprintf().
1996-11-15 03:32:46 +00:00
thorpej
f6290552bf
Use bitmask_snprintf().
1996-11-15 03:11:19 +00:00
thorpej
8859cd5ced
Use bitmask_snprintf().
1996-11-15 03:01:01 +00:00
cgd
71f1ac1e29
print ptrdiff_t's by casting to long and printing with %l<whatever>.
...
(This fixes problems with the printf format fixes i checked in yesterday.
ptrdiff_t is an 'int' on the i386 but a 'long' on the alpha, so the cast
really is necessary... *sigh*)
1996-11-14 20:33:04 +00:00
gwr
6efa6770fc
After the chown(ttyn, ...), call ttyaction(ttyn, "login", pwd->pw_name)
1996-11-14 19:28:29 +00:00
gwr
d2ae1a2c2f
After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root")
1996-11-14 19:25:50 +00:00
gwr
9d69345016
Allow the ttyname parameter of ttyaction() to be the full pathname of
...
the device, because that is what getty and login have handy. The
"/dev/" part is skipped before scanning the /etc/ttyaction file.
1996-11-14 19:16:01 +00:00
gwr
6ab34f5889
Add ttyaction.3 and ttyaction.c
1996-11-14 17:53:07 +00:00
gwr
5f5eeb9d41
Increment minor version for new function ttyaction().
1996-11-14 17:52:02 +00:00
gwr
a1cdc82ad3
Add ttyaction.5
1996-11-14 17:40:55 +00:00
gwr
c53254800e
Add declaration for ttyaction().
1996-11-14 17:15:16 +00:00
jtk
acf32b66b8
fix bitmask_sprintf typo
1996-11-14 12:39:55 +00:00
mikel
5d1041a8ee
remove extra $(DESTDIR). Fixes port-i386/2878.
1996-11-14 08:05:58 +00:00
mikel
f9a7d704f1
preserve data from localtime() buffer before reuse.
...
PRs bin/2889 and bin/2906, with some improvement by me.
1996-11-14 07:34:46 +00:00
thorpej
b98d1aca52
Only build kern/kern_ntptime.c if NTP is being compiled into the kernel.
1996-11-14 04:53:59 +00:00
thorpej
621d9e4932
Regen.
1996-11-14 04:52:30 +00:00
thorpej
9d9479eb2f
Make ntp_gettime() and ntp_adjtime() like other system calls:
...
- The functions that implement them and the argument names are
prepended with "sys_".
- Optional systems calls are "UNIMPL" if the support is not being
compiled into the kernel.
1996-11-14 04:51:09 +00:00