summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2005-07-22- sync prototypes and header file excerpts to realityJared Yanovich
2005-07-22document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmcJared Yanovich
2005-07-22advocate error checking in examples; ok jmcJared Yanovich
2005-07-22move error return information from BUGS to ERRORS; ok jmc, millertJared Yanovich
2005-07-22EFAULT can only occur on addresses; ok jmcJared Yanovich
2005-07-22exec* no longer sleep on ETXTBUSY; ok jmcJared Yanovich
2005-07-13Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and ourOtto Moerbeek
2005-06-26add missing va_end(); Andrey MatveevTodd C. Miller
2005-06-17next citrus step.Marc Espie
2005-06-17bye bye whiteoutsTodd C. Miller
2005-06-16bye bye whiteoutsTodd C. Miller
2005-06-01Save errno from clobbering by clsoedir() in the err case.Todd C. Miller
2005-05-26union is gone, ok millert@Pedro Martelletto
2005-05-24Restoration of terminal settings can be broken by a well-timed signal,Todd C. Miller
2005-04-02/bin/ksh is now in the builtin list; noticed by otto@Todd C. Miller
2005-04-02Add /bin/ksh to builtin list of OK shells.Todd C. Miller
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2005-03-08handle snprintf() returning -1.Moritz Jodeit
2005-03-08handle snprintf() returning -1.Moritz Jodeit
2005-03-02Consistent #if protection of rcs ids; Francois PerradTodd C. Miller
2005-03-01Update struct _ftsent to match with fts.h.Marco Pfatschbacher
2005-03-01Set errno right before return(), so that it does not risk being resetMiod Vallat
2005-02-27use PW_SIZE and PW_COPY macros for simplified reading.Patrick Latifi
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2005-01-06Replace bcopy() with memcpy() and memmove() so it is obvious whatTodd C. Miller
2005-01-05Fix handling of memory allocation. Both the initial value of eupOtto Moerbeek
2005-01-04restrict forwarding to ipsec processed traffic of ip.forwarding==2Markus Friedl
2004-12-30SIGSTOP needs .Dv, not .Ev;Jason McIntyre
2004-12-17slight sync w/ fbsd;Jason McIntyre
2004-12-02Restart waitpid() if we are interupted by a signal. OK deraadt@Todd C. Miller
2004-11-25Don't use strlcpy() to copy just part of a string, it make the code tooTodd C. Miller
2004-10-17implement strnunvis(3), a bounded version of strunvis(3). ok millert@Otto Moerbeek
2004-10-07Kill register and fix some whilespace goofs in a do {} while loop.Todd C. Miller
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-16unused variable killedTheo de Raadt
2004-09-15prettyTheo de Raadt
2004-09-04password databases -> group databases;Jason McIntyre
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
2004-08-10Only expand a tilde for strings like "~", "~/..", "~user" and "~user/".Todd C. Miller
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. FollowingTodd C. Miller
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-03Add support for passing a file descriptor back and forth betweenTodd C. Miller
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-17add PD statement. Requested by espie@, OK millert@Marco S Hyman
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
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