summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1997-02-25Check for both the filesystem name and the filesystem flags to determinefvdl
1997-02-24man page for stringlist functionslukem
1997-02-21clarify what is printed; from Arne Henrik Juul in PR 3242, with somemikel
1997-02-14getdiskbyname() was broken by previous change, adversely affectingscottr
1997-02-08It's not necessary to initialize the `revents' field of struct pollfd.mycroft
1997-02-07I ``who'' was not specified, set the appropriate bits as the manual pagechristos
1997-02-07check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182.mikel
1997-02-04ENTRY() takes two argument now, not one.ragge
1997-02-04ENTRY() takes two argument now, not one.ragge
1997-01-31Prevent buffer overflow (and thus return of bogus data) when a DNS recordabrown
1997-01-30Teach strmode(3) about whiteouts. They get w 'w' now.matthias
1997-01-30Functions were added to the C library; bump minor.thorpej
1997-01-30Build the MD4/MD5 sources.thorpej
1997-01-30Add MD4/MD5 routines to the C library, taken directly from FreeBSD'sthorpej
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-23xref lseek(2) instead of seek(2); PR lib/2750mikel
1997-01-23replace <sys/types.h> with <unistd.h> and fix type of brk();mikel
1997-01-22inet_makeaddr() takes unsigned long, not int, arguments; fixes PR lib/2385.mikel
1997-01-22Don't transfer the entire YP database using yp_{first,next}(); insteadthorpej
1997-01-21Use a different timeout for the underlying RPC transmission than thethorpej
1997-01-17explicitly type ether_{hostton,ntohost,line}(). all return int.mikel
1997-01-17inc the minor numberlukem
1997-01-17Add stringlist implementationlukem
1997-01-17change sigpause(2) to sigsuspend(2) or sigpause(3), dependingperry
1997-01-17add setitimer (mentioned in text) to SEE ALSOperry
1997-01-17close 2885 -- sigpause->sigsuspendperry
1997-01-17fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobuperry
1997-01-13RCS ID Policetls
1997-01-12minor formatting tweakperry
1997-01-12Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP.thorpej
1997-01-12Document the SO_TIMESTAMP socket option.thorpej
1997-01-09Document CTL_DDB MIB nodes.thorpej
1997-01-04#include <machine/asm.h> instead of "DEFS.h"jtc
1997-01-04Use jCC instead of bCC, as the assembler will then use the (smaller,jtc
1997-01-03Add L prefix on local labelsjtc
1997-01-03prototype mcount (or, whatever function is declared by _MCOUNT_DECL;cgd
1997-01-03there is no sysctl(2); reference sysctl(3) instead.mikel
1996-12-28iruserok fails to open a ~/.rhosts file if you have a directoryveego
1996-12-26eliminate incorrect self-reference.mikel
1996-12-24fix previous booboo that broke all rpc services...christos
1996-12-24Report yp errors every _yplib_nerrs like the other routines.christos
1996-12-23Fix quad_t __syscall() return goofs. Now these should work on big-endiancgd
1996-12-22File which provides lint stubs for the functions defined bycgd
1996-12-22dd a bunch of files to LSRCS, which provide lint stubs for the functionscgd
1996-12-22a script to build C source code stubs to be fed to lint(1) from the datacgd
1996-12-22add LASM, LNOERR, and LPSEUDO variables, analogous to e.g. PASM, PNOERR, andcgd
1996-12-22add rules to build .ln files (memmove.ln, memcpy.ln, strchr.ln, strrchr.ln)cgd
1996-12-22explicitly cast __syscall() returns to (int) so that lint knowscgd
1996-12-22fix bogon: <sys/shm.h>, not <sys/msg.h>, should be included to use this.cgd
1996-12-21note that __syscall() is prototyped to return a quad_tcgd