summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2004-07-02whitespace;Jason McIntyre
2004-07-02deregister, better use of strtoul and always set ERANGE on invalid octalOtto Moerbeek
2004-07-01Initialize cmd when processing octal only. Failing to do that resultsOtto Moerbeek
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-06-03cross-Xref to make pathconf/sysconf easy to find.Marc Espie
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
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-03XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@Todd C. Miller
2004-04-30Mention siginterrupt; OK deraadt@Todd C. Miller
2004-04-20kern.maxclusters. ok beck@ deraadt@ jmc@Ted Unangst
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-03-31note that hw.cpuspeed displays the current cpu frequency (from cpu(4));Jason McIntyre
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride
2004-03-05don't leak memory. free and netbsd via Patrick LatifiTed Unangst
2004-03-02bpf sysctl. ok jmcTed Unangst
2004-03-02fix typo; fgsch@Todd C. Miller
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-03-02Better wording for the longjmp(X, 0) case. OK otto@, deraadt@Todd C. Miller
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
2004-02-11sort sysctls;Jason McIntyre
2004-02-11amd64 would use negative stack direction, if it used this file; millert okTheo de Raadt
2004-02-10It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.Todd C. Miller
2004-02-10Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls.Todd C. Miller
2004-02-10make Nm match Dt;Jason McIntyre