summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2006-04-02kill atoi(), correct signedness of internal API gettype(); ok a few peopleTheo de Raadt
2006-04-01- Plug huge mem leak; mostly samba was suffering.Otto Moerbeek
2006-03-31No longer need limits.hTodd C. Miller
2006-03-31nfds is not constrained by OPEN_MAX for nftw(), only ftw()Todd C. Miller
2006-03-31Document NET_RT_STATS.Claudio Jeker
2006-03-31(char)to{upper,lower}()Theo de Raadt
2006-03-31after we changed mode_t to be an int, the devname() man page wasTheo de Raadt
2006-03-25Fix description of KERN_VNODE, okay deraadt@Pedro Martelletto
2006-03-22Simplify cgetnext(3) by using strcspn(3).Ray Lai
2006-03-18In all these cases pfp != NULL. I also sneaked in some KNF.Ray Lai
2006-03-12Cleanup to avoid a save errno dance; from Andrey Matveev; ok pat@Otto Moerbeek
2006-03-10Don't dereference NULL pointer if file is truncated.Ray Lai
2006-01-13Remove neither documented nor found in any spec ctermid_r() function - ctermid()Miod Vallat
2005-12-19Use strlcpy() return value in bound check instead of using anTodd C. Miller
2005-12-02never say unsigned; say at least unsigned intTheo de Raadt
2005-11-30know __arm__ tooTheo de Raadt
2005-11-30timezone -> time zoneJason McIntyre
2005-11-29document KERN_ARND better; ok deraadt@Otto Moerbeek
2005-11-28some nice off_t casts to please lintTheo de Raadt
2005-11-28unused arg in internal static APITheo de Raadt
2005-11-24include more architectures in the list (even though some do not compileTheo de Raadt
2005-11-12- note that basename() may modify the stringJason McIntyre
2005-10-26Always set errno on error. Based on NetBSD. ok jaredy@ pat@Otto Moerbeek
2005-10-19once again: library routines should not check pointers and what errnoTheo de Raadt
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-10-07Document the recent changes to the multicast routing in the kernel.Esben Norby
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
2005-10-04Fix use after free(). Bug found by mpech@; ok deraadt@Otto Moerbeek
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-09-01repair VIS_GLOB; deraadt@ otto@ OKTodd C. Miller
2005-08-29Remove spurious call to isgraph() that sneaked in in rev 1.16.Otto Moerbeek
2005-08-28Fix the VIS_GLOB checks added in rev 1.16Todd C. Miller
2005-08-28fix vis prototypeTodd C. Miller
2005-08-10although groff understands `.Ar bob )', it does not understand `.Ar ( bob',Jason McIntyre
2005-08-09Add VIS_GLOB to escape special characters used by shell-style globbing.Todd C. Miller
2005-08-09use CTYPE_NUM_CHARS instead of harding code the value. ok espieKevin Lo
2005-08-08zap remaining rcsid.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-08-06fix use after free, netbsd pr 30832, from phirerunner@comcast.netTheo de Raadt
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