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 |
jtc
|
892c4f7549
|
#include <string.h> to bring prototypes into scope.
|
1993-12-22 18:52:58 +00:00 |
cgd
|
6039a60bb3
|
don't squish newline at end of fgetline()... from bostic
|
1993-12-22 07:10:58 +00:00 |
pk
|
47b4886a7f
|
Return a well-known constant after becoming a daemon.
|
1993-12-19 08:44:42 +00:00 |
jtc
|
eeb1800b0e
|
Fix bug #24 by renaming _logname_valid to __logname_valid.
|
1993-12-18 01:16:18 +00:00 |
jtc
|
412e7d5328
|
More manpage tweaks.
|
1993-12-15 20:32:47 +00:00 |
deraadt
|
6401f7c13a
|
speed up getpwnam/getpwuid for standard cases
|
1993-12-10 12:46:29 +00:00 |
pk
|
49d5ac06cc
|
Added some Sparc sources.
|
1993-12-08 13:31:01 +00:00 |
mycroft
|
565cec3fcc
|
Add a `const' to shut up gcc.
|
1993-12-06 21:47:38 +00:00 |
cgd
|
f00e1cfe6a
|
get pc532 moved into ns32k; that's is MACHINE_ARCH
|
1993-12-05 02:20:58 +00:00 |
cgd
|
0ada107897
|
update for .S and MACHINE_ARCH
|
1993-12-04 02:33:35 +00:00 |
cgd
|
39496a6bca
|
get rid of extra RCS Id in header
|
1993-12-03 23:02:05 +00:00 |
jtc
|
c2a2e6a126
|
Add common definition of errno back to the C library. One notable program
uses its own crt0.c, so it can't pick it up from there.
|
1993-12-03 19:40:23 +00:00 |
mycroft
|
ded6c495f2
|
Remove hack for errlst.o.
|
1993-12-02 19:48:08 +00:00 |
mycroft
|
504c62c073
|
Add `const's to sys_siglist and sys_signame decls.
|
1993-12-02 09:50:34 +00:00 |
mycroft
|
03b753a0dd
|
Get rid of dated MLINKS for regexp man pages.
Reported by Mark_Weaver@brown.edu.
|
1993-12-02 07:18:57 +00:00 |
mycroft
|
e14697d8f2
|
Add `const's to sys_errlist decl to match 4.4.
|
1993-12-02 04:45:32 +00:00 |
jtc
|
17585e0f6d
|
Manpage formatting tweaks.
|
1993-12-01 18:49:52 +00:00 |
cgd
|
62b6693299
|
fix typo; from Louis A. Mamakos <louie@TransSys.COM>
|
1993-12-01 02:26:50 +00:00 |
jtc
|
ed9ab81fcc
|
Use ".Va" macro when formatting "errno".
|
1993-11-30 21:52:46 +00:00 |
jtc
|
fa8cf50620
|
Renamed _sigintr to __sigintr. _sigintr is in the user's namespace.
|
1993-11-30 21:21:42 +00:00 |
jtc
|
d3b6c3481b
|
"errno" was not being formatted with the .Va macro.
|
1993-11-30 00:50:58 +00:00 |
jtc
|
691ded4519
|
Use "Er" for argument to -width in the lists in the ERROR sections so that
formatting is consistant.
Other misc. tweaks.
|
1993-11-29 21:40:55 +00:00 |
jtc
|
f5edebac02
|
Cuserid() is specified in such a way that it can overwrite the buffer used
by getpwent(), getpwnam() & getpwuid() --- but not the other way around.
This requires that cuserid() have its own static buffer.
|
1993-11-29 19:39:44 +00:00 |
jtc
|
2b67bcc1b6
|
Make it clear that ctermid's argument is a pointer to an array.
|
1993-11-29 19:30:32 +00:00 |
jtc
|
0e817b67bc
|
install cuserid(3) manpage.
|
1993-11-29 19:22:31 +00:00 |
jtc
|
fe57b6e1e6
|
A manpage for cuserid(3) (hacked up from ctermid(3)).
|
1993-11-29 19:22:00 +00:00 |
jtc
|
9c4ad8fbd4
|
Misc manpage fixes.
|
1993-11-25 02:48:32 +00:00 |