summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2002-02-16MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtPeter Valchev
2002-02-10back out the no reserved port option for nfsNathan Binkert
2002-02-05o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andMike Pechkin
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-28Fix memory leaks in login_getcapnum() and login_getcapsize().Mike Pechkin
2002-01-24ellaborate on historyMichael Shalayeff
2002-01-23_THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok.Federico G. Schwindt
2002-01-23Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()Todd C. Miller
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-14If waitpid() return ECHILD that should not be a fatal error sinceTodd C. Miller
2002-01-12document net.inet.icmp.redir{accept,timeout}Eric Jackson
2002-01-11typoJun-ichiro itojun Hagino
2002-01-11document new sysctl for vfs.nfs.norsvportNathan Binkert
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
2002-01-02more pid_t useTheo de Raadt
2001-12-15Document SIGTTIN and SIGTTOU now that we deal with them too.Todd C. Miller
2001-12-15Catch SIGTTIN and SIGTTOU too and treat them like SIGTSTP.Todd C. Miller
2001-12-07Add ERRORS and STANDARDS sectionsTodd C. Miller
2001-12-07o Turn off ECHONL in addition to ECHOTodd C. Miller
2001-12-07Instead of restoring the tty mode, restoring the signal handler,Todd C. Miller
2001-12-07Document signal handling in readpassphrase(3)Todd C. Miller
2001-12-07Add CAVEATS section pointing out the dangers of closing fds <= 2Todd C. Miller
2001-12-06Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging...Todd C. Miller
2001-12-06Fix a long standing annoyance with getpass/readpassphrase. Instead ofTodd C. Miller
2001-11-20a few thoughts about longjmp in signal handlersTheo de Raadt
2001-11-09Typos, siz -> size.Aaron Campbell
2001-11-08My part of help, while i'm here:Mike Pechkin
2001-11-07list syslog_r as safe in signal handlersTheo de Raadt
2001-11-06No need to include vm/vm.h here.Artur Grabowski
2001-11-05No need to include vm/vm_param.h here, sys/sysctl.h does that for us.Artur Grabowski
2001-11-05Some examples of how to use syslog_r() and why it is useful. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-31Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.Federico G. Schwindt
2001-10-31Add MLINK's for syslog_r and friends.Federico G. Schwindt
2001-10-26run the approve for accounts with expiration time, too. ok millert@Markus Friedl
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-09-22o kill some extra whitespaceTodd C. Miller
2001-09-21Typo; grange@rt.mipt.ruAaron Campbell
2001-09-11repair getgrgid_r() and getgrnam_r() as the standart says; from d@Peter Valchev
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-27Zero out entire FTS after allocating it instead of just zeroing outTodd C. Miller
2001-08-25Sync with sysctl(8): net.inet.tcp.slowhz is not changeable; bk@rt.fm. Wow,Aaron Campbell
2001-08-23Add missing commas after auth_getitem and auth_setitem in NAME section.Todd C. Miller
2001-08-23typo fix from NetBSD (groo@netbsd.org)Paul Janzen
2001-08-18deal with -1 from snprintf, if it ever happensTheo de Raadt
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-08-15Typo fixes; andrew.hoerter@NeuStar.comAaron Campbell
2001-08-13Explicitly NUL terminate dst in strvis() and strvisx() in caseTodd C. Miller
2001-08-07Do the memset only if tcgetattr() fails just in case the failedTodd C. Miller
2001-08-07Keep a verbatim copy of the old struct termios instead of usingTodd C. Miller