summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2004-08-09Add my copyright.Todd C. Miller
2004-08-07Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.Todd C. Miller
2004-08-06in pclose(), only fclose() a stream if it has been opened by popen(), soPedro Martelletto
2004-08-05- Remove the userland data limit check. It's mmap(2)'s job.Thierry Deval
2004-08-04Missing check for NULL.Thierry Deval
2004-08-03Add support for passing a file descriptor back and forth betweenTodd C. Miller
2004-08-03It's not really possible to make strtonum() deal with unsigned longTodd C. Miller
2004-08-02Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)Brad Smith
2004-08-02s/kqueue/kevent/ in correct place.Brad Smith
2004-08-01After a long gestation period, here comes our custom version of malloc(3)Thierry Deval
2004-07-29we no longer need to query ip6.int for reverse lookup. pvalchev okJun-ichiro itojun Hagino
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-28Use less stack space for temporary storage and C code invocation, afterMiod Vallat
2004-07-28Update stack frame processing after ABI change.Miod Vallat
2004-07-26- change some lists from -column to -tag (-column not needed) and adjustJason McIntyre
2004-07-24Xr _Exit(3)Todd C. Miller
2004-07-22typo;Jason McIntyre
2004-07-22Do not overallocate stack space, and keep the stack on a 16-byte boundary.Miod Vallat
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