cgd
|
92bb6b9feb
|
minor fixes
|
1994-04-12 03:21:35 +00:00 |
mycroft
|
886ad6373f
|
And strunvis(3), too.
|
1994-04-09 01:31:24 +00:00 |
mycroft
|
bb3b5f1606
|
There's a big difference between NULL and NUL.
|
1994-04-09 01:29:31 +00:00 |
mycroft
|
3f8fdc7ebf
|
Add links for strvis(3) and strvisx(3).
|
1994-04-09 01:26:25 +00:00 |
mycroft
|
a8735bf4ab
|
Clean up deleted files.
|
1994-04-06 23:29:16 +00:00 |
cgd
|
a2770ef528
|
M-x shuffle-functions-and-documentation
basically, move things around so documentation is in the correct place,
and bump appropriate functions into the 'compat' section.
|
1994-04-06 23:28:36 +00:00 |
cgd
|
a1fcdedb9d
|
oops!
|
1994-03-30 08:22:07 +00:00 |
cgd
|
e4e4ac83f6
|
typo
|
1994-03-30 06:31:02 +00:00 |
cgd
|
f67d02e52c
|
gid_t is your friend!
|
1994-03-30 03:51:32 +00:00 |
cgd
|
abc6222e32
|
update based on some work i did for 4.4BSD
|
1994-03-29 10:50:28 +00:00 |
cgd
|
e075c679c6
|
don't ever extern lseek...
|
1994-03-28 02:34:45 +00:00 |
cgd
|
eac55eb1b3
|
slight mod
|
1994-03-26 02:51:45 +00:00 |
cgd
|
7fe62dc1b8
|
don't forget section number; from Luke Mewburn <lm@rmit.edu.au>
|
1994-03-19 08:02:51 +00:00 |
cgd
|
ed556c22a5
|
update for new flag
|
1994-03-18 04:14:27 +00:00 |
cgd
|
2df62691cf
|
add some new flags for /etc/ttys' status field
|
1994-03-12 06:38:48 +00:00 |
deraadt
|
00f04ee544
|
__initdb() should only warn about spwd.db errors once, fix from
Cornelis van der Laan <nils@merlin.ims.uni-stuttgart.de>
|
1994-03-09 10:10:29 +00:00 |
deraadt
|
46703c8a4d
|
better, more forgiving solution to previous problem.
|
1994-03-07 00:58:10 +00:00 |
deraadt
|
90250ee80b
|
fix small obscure YP buglet, and properly terminate gr_mem
|
1994-03-06 09:04:11 +00:00 |
cgd
|
6fbe299b0e
|
fix for lib/156: cgetent does access free'd memory,
from Thomas Eberhardt
|
1994-03-06 07:54:35 +00:00 |
cgd
|
25766cfbcb
|
fix unclear man page; better is coming (later)
|
1994-02-25 03:42:51 +00:00 |
cgd
|
f70e42e2ee
|
hopefully last one; more corner cases. Thanks to Mark Weaver for
inspiration, for demanding that i put one of these fixes in, and
for double-checking.
|
1994-02-11 05:55:45 +00:00 |
cgd
|
e5b8be437f
|
fix -[ugo] and =[ugo]
|
1994-02-10 23:42:09 +00:00 |
cgd
|
29270058b2
|
clean up, reorganize, etc.
|
1994-02-10 23:36:59 +00:00 |
proven
|
628d7fa69f
|
0 is not a valid signal, in the current scheme. The header signal.h does
#define sigmask(m) (1 << ((m)-1))
Also sigismember is supposed to return 1 if the signal is a member of the
mask, and 0 is it isn't.
|
1994-02-07 04:47:49 +00:00 |
jtc
|
b9db1b67a7
|
Fix spelling error in Copyright notice
|
1994-01-28 20:40:54 +00:00 |
jtc
|
c56a353509
|
Fix printf formatting directive %02.2d -> %02d
|
1994-01-28 20:40:07 +00:00 |
jtc
|
5150659b0c
|
More spelling errors
|
1994-01-28 20:14:54 +00:00 |
cgd
|
9d0477578c
|
get rid of bogus comment
|
1994-01-28 05:43:35 +00:00 |
cgd
|
f770281201
|
better way to get the load average
|
1994-01-28 04:49:23 +00:00 |
cgd
|
22d6d0d419
|
patch from sms@WLV.IIPO.GTEGSC.COM (Steven M. Schultz) to kill mem leak
|
1994-01-28 01:19:11 +00:00 |
cgd
|
919f4adecb
|
note requirement of linking with -lkvm if you use this routine.
|
1994-01-28 00:19:40 +00:00 |
cgd
|
227ad953f9
|
add two man pages
|
1994-01-27 23:58:34 +00:00 |
cgd
|
73eee0505b
|
stuff moved into libc
|
1994-01-27 23:51:33 +00:00 |
cgd
|
b7a2e44720
|
kill force.
|
1994-01-25 21:03:26 +00:00 |
cgd
|
985686cfed
|
kill the 'prog' arg to getbsize(); it's unneeded. minor rev bump.
|
1994-01-25 20:06:03 +00:00 |
jtc
|
e304028c04
|
Fix off by one bug in pwcashe routine group_from_gid().
|
1994-01-19 21:15:46 +00:00 |
jtc
|
02ae14d50f
|
Fix obscure bug where the working directory would not be restored to its
proper place (occurs if one of fts_open()'s arguments is a relative path
to a empty directory).
|
1994-01-14 01:53:57 +00:00 |
mycroft
|
ab823015e9
|
Clean up deleted files.
|
1994-01-12 23:11:41 +00:00 |
cgd
|
a839e5389d
|
moved to libcompat, where they belong.
|
1994-01-12 23:11:24 +00:00 |
jtc
|
584ac8448e
|
Fix spelling errors.
|
1994-01-10 23:32:20 +00:00 |
jtc
|
38bdf5186b
|
Fix typos & formatting.
|
1994-01-10 23:09:09 +00:00 |
jtc
|
aa0356b56a
|
Set errno to EINVAL and return -1 if the argument to sigaddset(), sigdelset(),
or sigismember() is out of range. POSIX.1 allowed the old behavior, but
detecting the errors is a more reasonable course of action.
|
1994-01-10 23:02:09 +00:00 |
deraadt
|
2d1eff419c
|
glob_t not GLOB_t. pointed out by <lm@rmit.edu.au>
|
1994-01-06 13:24:09 +00:00 |
jtc
|
672f7a6292
|
Use _PATH_TTY constant instead of "/dev/tty".
|
1994-01-04 18:27:08 +00:00 |
cgd
|
f45b975fa5
|
rename fgetline()
|
1994-01-04 05:36:22 +00:00 |
cgd
|
fdacf1c630
|
DTRT if op is =
|
1994-01-04 05:05:36 +00:00 |
jtc
|
b64dadb1ac
|
#include <string.h> to bring function prototypes into scope.
|
1993-12-28 19:45:46 +00:00 |
jtc
|
3f5672d010
|
Explicitly declare function return types to silence "gcc -Wall".
|
1993-12-23 23:14:43 +00:00 |
cgd
|
fc5a16e0c4
|
add file eaten by crash
|
1993-12-23 14:00:07 +00:00 |
jtc
|
d486fccc08
|
Add explicit "int" return types to silence gcc -Wall.
|
1993-12-22 18:59:39 +00:00 |