mikel
fb325bad88
fix printf() formats, make explicit comparisons to NULL (gcc -Wall)
1997-07-11 07:05:29 +00:00
mikel
712b20e8f2
include <unistd.h> for get{,e}uid() prototypes
1997-07-11 06:43:51 +00:00
mikel
769693f903
add explicit return types to many functions
...
pull global variable declarations and function prototypes into hexdump.h
add #includes where necessary for prototypes
replace index() with strchr(), const-poison static string vars, etc.
1997-07-11 06:28:26 +00:00
scottr
a628a48bba
Cosmetic changes to intvid_info[] initialization
1997-07-11 06:02:26 +00:00
mikel
838ea9d3c1
xref fdformat(1) nor fdformat(8), and cleanup some macro usage
1997-07-11 04:58:30 +00:00
mikel
2d7dc926c1
xref execve(2) not nonexistent execv(2), reorder xrefs
1997-07-11 04:36:16 +00:00
mikel
2064aaafaa
add comparisons to NULL implicit in my last changes
...
compare result of getopt() to -1, not EOF
1997-07-11 03:47:53 +00:00
mikel
8b691f3aee
add comparisons to NULL implicit in my last changes
1997-07-11 03:36:27 +00:00
phil
ce3196e8dd
Allows root to specify a MAILTO and have the security report mailed to
...
the same user as the daily output. If $USER is not root or MAILTO is
not set, MAILTO is set to root. Closes PR 2409.
1997-07-11 00:36:55 +00:00
phil
1d304ac34c
Add a missing ) in the description of the builtin "set".
1997-07-10 23:07:04 +00:00
is
c7e3ab1310
- Fix gain control.
...
- play mono stuff on all channels.
1997-07-10 22:18:42 +00:00
phil
e9044db523
Fix it so fts_* never adds a / to a path name when there is
...
already a trailing /. Fixes PR 1495.
1997-07-10 22:12:08 +00:00
mellon
eb51f51303
Convert spaces to tabs following option declarations
1997-07-10 20:46:37 +00:00
kleink
49324f585c
Remove misplaced/unnecessary VM #include cruft; from Thorsten Frueauf
...
<frueauf@ira.uka.de> in PR port-hp300/3851.
1997-07-10 18:14:08 +00:00
scottr
a41c255aa0
Update for vm/lock.h -> sys/lock.h change
1997-07-10 18:00:40 +00:00
is
f44bc4cec2
Note the addition of Amiga audio and DraCo RTC, and the availability (although
...
since long time) of A2000/A3000/A4000 RTC.
1997-07-10 17:43:19 +00:00
fvdl
b245497f3e
model 6, step 3 -> Pentium II, recognize it.
1997-07-10 16:02:24 +00:00
leo
9dd14536bd
Sync.
1997-07-10 13:47:42 +00:00
drochner
d9dfde6362
Mount only "/" at the beginning (instead of all non-NFS filesystems).
...
This makes that the ordering of fstab is used for mounts which is
a) more intuitive and b) needed if {mfs,union,...} on top of NFS
is wanted.
1997-07-10 13:43:14 +00:00
veego
ff9b739e1a
Add #include <stdio.h> for struct FILE.
1997-07-10 10:44:48 +00:00
veego
84320a218d
Define boot1 if NUMBOOT > 1.
...
Noticed in pr#3850, but fixed differently.
1997-07-10 08:30:47 +00:00
veego
3feb40be26
Restore the define of UPAGES.
1997-07-10 08:23:30 +00:00
veego
1450ec3f1b
Restore the define of NPTEPG.
1997-07-10 08:23:03 +00:00
veego
1c599835b4
Restore the defines of UPAGES and NPTEPG.
1997-07-10 08:22:36 +00:00
veego
78996821fa
Move the defines of UPAGES and NPTEPG back to the MD param.h, execpt that
...
the sun3[x] doesn't use NPTEPG.
1997-07-10 08:22:09 +00:00
mikel
3f0dbdf761
xref exit(3) not exit(2)
1997-07-10 07:57:07 +00:00
mikel
68d5856411
xref _exit(2) or exit(3) instead of exit(2)
1997-07-10 07:54:12 +00:00
mikel
d61bcdd8e8
xref execve(2), getdtablesize(3) instead of execv(2), getdtablesize(2)
1997-07-10 07:44:49 +00:00
mikel
143946ffbd
xref ddb(4), not ddb(8)
1997-07-10 07:37:23 +00:00
mikel
fdecd6a253
don't xref obsolete crypt(1)
1997-07-10 07:23:03 +00:00
mikel
e4c3c6ef21
there is no checkeq(1)
1997-07-10 07:14:35 +00:00
mikel
809a01767c
there is no dbx(5)
1997-07-10 07:08:23 +00:00
mikel
cb104d7c96
xref gdb(1), not obsolete dbx(1)
1997-07-10 07:06:18 +00:00
mikel
d568a943bd
eliminate obsolete xref to adb(1), add some relevant xrefs
...
update literal text from current <sys/types.h>
1997-07-10 06:56:38 +00:00
mikel
b58650d7c5
make explicit comparisons to NULL, s/rindex/strrchr/
1997-07-10 06:47:29 +00:00
mikel
34164c8eea
make toor's shell explicit to shut up /etc/security
1997-07-10 06:38:35 +00:00
mikel
1e7f2b7da9
fix printf formats and implicit comparisons (gcc -Wall)
1997-07-10 06:28:58 +00:00
mikel
3bf6872439
index array with int, not char
1997-07-10 06:26:44 +00:00
mikel
31e6ca8cc3
add prototypes for ksearch(), msearch(), and __ivaliduser()
1997-07-10 06:24:55 +00:00
mikel
4a711f6dd1
add parens (gcc -Wall)
1997-07-10 06:21:51 +00:00
mikel
ad1d686121
make explicit comparisons to NULL (gcc -Wall)
1997-07-10 06:19:53 +00:00
mikel
764d9a9d44
fix typos
1997-07-10 06:18:52 +00:00
mikel
b38a221a9e
oops
1997-07-10 06:09:27 +00:00
mikel
0b0a21a5e8
clarify assignments used as conditionals (gcc -Wall)
1997-07-10 05:38:54 +00:00
mikel
7d65d1af46
clarify conditional in for-loop (gcc -Wall)
1997-07-10 05:34:48 +00:00
mikel
d74bc9dc39
xref chown(8) not chown(1), kill extra comma
1997-07-10 05:14:15 +00:00
mikel
0b09e047ba
cleanup for gcc -Wall
1997-07-10 05:08:06 +00:00
mikel
fc364ac664
prototype calcsb()
1997-07-10 04:53:35 +00:00
mikel
3a41a9a779
fix printf formats
1997-07-10 04:52:39 +00:00
mikel
c29d171485
kill xrefs to obsolete debuggers
1997-07-10 04:37:22 +00:00