ad
|
5ec7c0582e
|
printf fmt string without %s, from OpenBSD.
|
2000-07-06 14:12:31 +00:00 |
mycroft
|
f5d7100e26
|
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
the correct definition from errno.h.
|
2000-01-21 17:08:33 +00:00 |
dean
|
11976ebb30
|
fixes for PR 3886, 4719, 5424
mail is more consistent in a su'd environment
unset works if the variable is in the environment
fixed off by one error with 'z' scrolling
|
1999-02-09 04:51:30 +00:00 |
christos
|
681c2d939c
|
char -> unsigned char, index -> strchr
|
1998-12-19 16:33:08 +00:00 |
lukem
|
7c81c8f378
|
WARNSify, fix .Nm usage, deprecate register, use <err.h>
|
1997-10-19 05:02:57 +00:00 |
pk
|
f890b048ac
|
NULL => 0 (Arne Juul; PR#3629)
|
1997-05-17 19:47:50 +00:00 |
mikel
|
254cb6fdc9
|
fix some potential buffer overflows, and other cleanup.
|
1997-05-13 06:15:52 +00:00 |
tls
|
19d35cbcd9
|
Sync with 4.4BSD-Lite2
|
1996-12-28 07:10:57 +00:00 |
christos
|
88b833a7cd
|
- Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warnings.
- Use POSIX signal mask calls.
- RCSid police.
|
1996-06-08 19:48:09 +00:00 |
jtc
|
6f400e259c
|
made cmdtab const
|
1996-02-19 21:54:32 +00:00 |
jtc
|
b5508f3525
|
Use tempnam() to generate temporary file names instead of trying to
concatenate getenv("TMPDIR") and "RxXXXXXX" into fixed length arrays.
|
1994-11-28 20:03:30 +00:00 |
deraadt
|
2cb5542f38
|
4.4-lite, plus our mods
|
1994-06-29 05:09:04 +00:00 |
jtc
|
dc933f0a1c
|
cfree() is obsolete, use free()
|
1994-05-22 02:57:35 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |