summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2007-11-09Stash value of log_tag before calling closelog_r() and restore it after.Todd C. Miller
2007-11-06malloc/memset -> callocCharles Longeau
2007-11-02Simplify some of the logic in fts_close(). Initially based on aTodd C. Miller
2007-11-01Fix waitpid() idiom. Noticed by deraadt@Todd C. Miller
2007-10-30If we receive SIGTTOU when turning off echo, the process is alreadyTodd C. Miller
2007-10-12fix typo in _telldir_unlocked function prototype, to avoid warning.Charles Longeau
2007-10-02fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock.Kurt Miller
2007-09-27strtol -> strtonumBret Lambert
2007-09-25tweak previous; ok claudio henningJason McIntyre
2007-09-24updatecomment and manpage toemtion optional seventh level (rtable id)Henning Brauer
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-09-05Fix debugging code, which tried to print the netgroup nameMoritz Jodeit
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-14'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to '...Constantine A. Murenin
2007-07-19kern.timecounter.timestepwarnings may be altered; from Kristaps DzonsonsJason McIntyre
2007-07-16HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node'Constantine A. Murenin
2007-07-16under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmcConstantine A. Murenin
2007-07-15fix typo: s/sensorsdev/sensordev/Constantine A. Murenin
2007-07-03from Nicholas Marriott:Jason McIntyre
2007-06-26It seems st_size is not always a good estimator for the number ofRay Lai
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-06-01mark the non-handling of 48 bits units with XXXOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31asyncronous -> asynchronous;Jason McIntyre
2007-05-29when producing a v1 label, set the version!!!!Otto Moerbeek
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29mention new option 2 for nosuidcoredumpTed Unangst
2007-05-23Remove unnecessary locking. There is no need for serializing calls toKurt Miller
2007-05-21Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversionJasper Lievisse Adriaanse
2007-05-17Don't save strlen results in an int. Remove a variable that's usedRay Lai
2007-05-16Wrap some functions, labels, and variables in #ifdefs correspondingRay Lai
2007-05-10document net.inet.tcp.keepinittime;Jason McIntyre
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2007-02-26Add SuperH to the architecture list which stack grow down, even though thisMiod Vallat
2007-02-21net.inet.esp.udpencap is enabled by default;Jason McIntyre
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2007-01-08fix mem leak, from NetBSD; ok miod@ kettenis@Otto Moerbeek
2006-12-28reword a sentence and kill some trailing whitespace;Jason McIntyre
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-04confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.Otto Moerbeek
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-10-26various fixes from wiz@netbsdJason McIntyre
2006-10-16s/ip/ip6/Ryan Thomas McBride
2006-10-16Document net.inet.ip.multipath and net.inet6.ip6.multipath.Ryan Thomas McBride
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-09-15sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@Otto Moerbeek
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller