summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2008-06-25`Li' needs an argument;Jason McIntyre
2008-06-25Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,Todd C. Miller
2008-06-25Add _PW_BUF_LEN define and use it instead of hard-coding 1024 forTodd C. Miller
2008-06-24create a private getpwent()-like interface which does not walk the YPTheo de Raadt
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-05-30fix a broken Xr;Jason McIntyre
2008-05-07routed is no more so use dhcpd in these examples instead. OK norby@Claudio Jeker
2008-05-06Use the standard syslog levels on CARP logging messages instead ofRyan Thomas McBride
2008-05-01Be carefull not to read away the target entry when encounteringOtto Moerbeek
2008-04-04alter internal _readdir_unlocked() api to be less confusing, so thatOkan Demirmen
2008-04-04- do not call pthread_atfork(3) handlers when a multithreaded programKurt Miller
2008-04-04Zero out the password/response argument in the simplified BSD authTodd C. Miller
2008-03-26HISTORY tweak; ok ottoJason McIntyre
2008-03-25be more explicit about the unit used for the f_b* fields; prompted byOtto Moerbeek
2008-03-25section 3, Darrin ChandlerOtto Moerbeek
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-22flag constant values should be UL, spotted by deraadt@Otto Moerbeek
2008-03-22move statvfs.c to gen, since it is not a syscall; ok deraadt@Otto Moerbeek
2008-03-22overdue statvfs man pageOtto Moerbeek
2008-03-16Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.Mark Kettenis
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09Mention new HW_PHYSMEM64 and HW_USERMEM64 variables. Mark HW_PHYSMEM andMark Kettenis
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-01-17Use TCSAFLUSH instead of TCSANOW when turning echo back on so thatTodd C. Miller
2007-12-13implement sysctls to report IP, TCP, UDP, and ICMP statistics andReyk Floeter
2007-11-26make popen/pclose thread safe. closes library/5634. from and okay andreas@Kurt Miller
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