summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-07-18fix memory leak; ok millert@ tdeval@Jakob Schlyter
2004-07-18return EINVAL if ftruncate(2) is passed a negative offsetAnil Madhavapeddy
2004-07-17add PD statement. Requested by espie@, OK millert@Marco S Hyman
2004-07-17remove K&R stub supportTheo de Raadt
2004-07-16Do not forget to test the lower bound if the upper bound > LLONG_MAX.Otto Moerbeek
2004-07-16Avoid comparing unsigned and signed long longs since the signedTodd C. Miller
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);Jason McIntyre
2004-07-15add minimal __syscall() proto for lintTheo de Raadt
2004-07-14MAXNAMELEN -> MAXNAMLENJean-Francois Brousseau
2004-07-13Remove iso_addr() and iso_ntoa() as part of the netiso removal.Todd C. Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13Sync with NetBSD, picking up fixes to correctly reset status bits returningMark Kettenis
2004-07-10typo; from patrick latifiJakob Schlyter
2004-07-07If fts_close() fails and we have not yet seen an error, return -1.Todd C. Miller
2004-07-06Set path in declaration to avoid an ugly cast in fts_open()Todd C. Miller
2004-07-05update(8) is an in-kernel process;Jason McIntyre
2004-07-05typo from jared yanovich;Jason McIntyre
2004-07-02whitespace;Jason McIntyre
2004-07-02deregister, better use of strtoul and always set ERANGE on invalid octalOtto Moerbeek
2004-07-02kill dead .Xr to memory(3);Jason McIntyre
2004-07-01Initialize cmd when processing octal only. Failing to do that resultsOtto Moerbeek
2004-06-28merge in tzcode2004aTodd C. Miller
2004-06-26wording and formatting from jared yanovich;Jason McIntyre
2004-06-24change note as to when thread lib needs updating. OK deraadt@Marco S Hyman
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertTheo de Raadt
2004-06-24Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.Todd C. Miller
2004-06-22Cosmetic clean-up.Marc Espie
2004-06-22Make the `filename' parameter to HASHFile() and HASHFileChunk() constJean-Francois Brousseau
2004-06-21another errno -> err in a structure. OK deraadt@Marco S Hyman
2004-06-21errno -> err in a structure. OK deraadt@Marco S Hyman
2004-06-21Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.Dale Rahn
2004-06-20Fix the short description for fileno()Jean-Francois Brousseau
2004-06-10include whole SYS.h instead of just machine/asm.hMichael Shalayeff
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-06-03An optional argument cannot start with '-', even if permutation isTodd C. Miller
2004-06-03cross-Xref to make pathconf/sysconf easy to find.Marc Espie
2004-05-28In the Final function, move the context zeroing into the digest != NULLTodd C. Miller
2004-05-25PICy stuffMichael Shalayeff
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2004-05-16Add .Xr's to the commands implementing the various digests. ok millert@Otto Moerbeek
2004-05-08When parsing what follows [, do not allocate memory that is not used,Otto Moerbeek
2004-05-07Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.Todd C. Miller
2004-05-07Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.Todd C. Miller
2004-05-07Describe more accurate what word boundaries are.Otto Moerbeek
2004-05-07Simpler byte order flipping. Now the only place we explicitly checkTodd C. Miller
2004-05-06Tyop; noted by jmc@Todd C. Miller
2004-05-06improved man page, with example and error strings, suggested by deraadt@Ted Unangst
2004-05-06typo; sq@oganer.netTheo de Raadt
2004-05-05O_SYNC is valid for F_GETFL/F_SETFL tooTodd C. Miller
2004-05-05O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3)Todd C. Miller