59470 | 28-Apr-1993 |
bostic |
use err/warn(3); getbsize no longer needs the program name |
59446 | 28-Apr-1993 |
bostic |
use err/warn, instead of rolling our own |
59437 | 27-Apr-1993 |
torek |
fix typo |
59429 | 27-Apr-1993 |
bostic |
date and time created 93/04/27 18:46:16 by bostic |
59428 | 27-Apr-1993 |
bostic |
move daemon(3) to libc rom libutil |
59427 | 27-Apr-1993 |
bostic |
move pwcache routines to libc from libutil |
59393 | 27-Apr-1993 |
bostic |
move daemon(3) from libutil to libc |
59392 | 27-Apr-1993 |
bostic |
move pwcache routines from libutil to libc |
59391 | 27-Apr-1993 |
bostic |
<sys/sysctl.h> needs <sys/param.h> now |
59390 | 27-Apr-1993 |
bostic |
<sys/sysctl.h> now needs <sys/param.h> |
59369 | 27-Apr-1993 |
bostic |
move kmem version of getloadavg to kvm library |
59329 | 27-Apr-1993 |
bostic |
Move getloadavg from libutil into libc |
59308 | 26-Apr-1993 |
bostic |
off-by-one in group_from_gid; from Jeff Forys |
59307 | 26-Apr-1993 |
bostic |
check file type on new file systems, eliminate more stat calls |
59202 | 20-Apr-1993 |
hibler |
typo: "sleep" -> "usleep" |
59201 | 20-Apr-1993 |
hibler |
"include <stdlib>" changed to "include <stdlib.h>" |
59103 | 16-Apr-1993 |
bostic |
typo |
59102 | 16-Apr-1993 |
bostic |
add mergesort link to qsort |
59086 | 14-Apr-1993 |
bostic |
misspelled the name of the getgrnam function |
59048 | 12-Apr-1993 |
andrew |
inet_aton returns a boolean value, don't need to return long. |
59047 | 12-Apr-1993 |
torek |
main.s no longer needed (libc/gen has it) |
58999 | 07-Apr-1993 |
torek |
SRCS+=sethostname.c (typo by kirk?) |
58991 | 06-Apr-1993 |
hibler |
fix a typo: "gwtpagesize.0" -> "getpagesize.0" |
58955 | 04-Apr-1993 |
mckusick |
have to explicitly return 0 |
58954 | 04-Apr-1993 |
mckusick |
moves from sys to here |