summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2010-10-11tcp.sendspace & tcp.recvspace buttons are gone.Claudio Jeker
2010-10-08Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limitNicholas Marriott
2010-10-06Retire SkipjackMike Belopuhov
2010-09-26oops, don't free array before freeing members; spotted by dkrause@Damien Miller
2010-09-25document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections.Damien Miller
2010-09-24Bump fts_level from short to int and add a spare short so thingsTodd C. Miller
2010-09-24add a GLOB_KEEPSTAT option that retains a copy of the struct statDamien Miller
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2010-08-24backout VIS_HEX. guenther@ points out that the C89 \xff encodingDamien Miller
2010-08-21Two new flags: VIS_ALL - encode all characters, not just invisible onesDamien Miller
2010-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-07-27Remove a stray space. No binary change.Marco Peereboom
2010-07-27fix some spacing issues; noted by kristapsJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-06-29briefly document kern.rthreadsTed Unangst
2010-05-19remove unused variableCharles Longeau
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-05-14Defer installing signal handlers until echo is disabled so that weTodd C. Miller
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2010-03-30describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@Otto Moerbeek
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-23Fix glob(3) to correctly return an error when its buffer space isNicholas Marriott
2010-03-12document PF_KEY; from sthen and myselfJason McIntyre
2010-03-01explain KERN_NOSUIDCOREDUMP with less words and more precisionIngo Schwarze
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
2010-02-22fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der MolenJason McIntyre
2010-02-18Every .Bl requires .It, even when using -column.Ingo Schwarze
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-19Better ERRORS section info; from Tim van der Molen. POSIX documentsTodd C. Miller
2010-01-19Leave errno as-is if fstat(2) fails instead of masking the realTodd C. Miller
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2010-01-14Document hw.ncpufound and HW_NCPUFOUND.Philip Guenthe
2010-01-13If a process receives two different signals while in readpassphrase, onlyDarren Tucker
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2009-12-19Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).Ingo Schwarze
2009-12-16Update the list of async-signal-safe functionsPhilip Guenthe
2009-12-14sleep(3) is supposed to return zero when it sleeps the entire amountPhilip Guenthe
2009-12-10getcwd() is posix, not ansi; from Thomas PfaffJason McIntyre
2009-11-27Correct description of physically vs logically; spotted by NickOtto Moerbeek
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
2009-11-23Make the code example fit on an 80 char screen without wrapping.Michael Knudsen
2009-11-21replacing malloc/realloc dance, by only one reallocCharles Longeau
2009-11-21remove unused variableCharles Longeau
2009-11-21remove unused variableCharles Longeau
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-11-12simplify the code looking for + in the password database, after analysisTheo de Raadt