summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-13Fix logic bug; we can only infer tm_yday if both tm_mday and tm_monTodd C. Miller
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
2014-02-12use .At to refer to System V.1; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-11avoid pointless TAB outside literal context;Ingo Schwarze
2014-02-11Make floor round to integral value less than x, when x is tiny.Martynas Venckus
2014-02-07Fix inet6_opt_init() to only check extlen when extbuff is not NULLMartin Pieuchot
2014-02-05Allow libfuse to compile with WARNINGS=yes. No functional change.Sylvestre Gallon
2014-02-05Remove unnecessary stdio.h include.Stefan Sperling
2014-02-05check return values in libfuse.Sylvestre Gallon
2014-02-05Always set errno when returning NULL. OK kettenis@ henning@Todd C. Miller
2014-02-05More crash dump parsing fixes: correct paddr in process info and pidsPhilip Guenther
2014-01-31explicit_bzero where usefulTed Unangst
2014-01-29Add fuse support for IO_APPEND.Sylvestre Gallon
2014-01-29e.g. not i.e.Jason McIntyre
2014-01-26appeared in 5.2. from Donovan WatteauTed Unangst
2014-01-24Update C standard reference to C99 and document HISTORY and AUTHORS;Ingo Schwarze
2014-01-23Fix .readdir() code following what is done in .getdir().Sylvestre Gallon
2014-01-23also document that ctime* and asctime* can return NULL; ok deraadt@, millert@Otto Moerbeek
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-22add explicit_bzero to NAME;Jason McIntyre
2014-01-22minor++Ted Unangst
2014-01-22add explicit_bzero to libc. implementation subject to change, but startTed Unangst
2014-01-22clean up macro usage;Ingo Schwarze
2014-01-22fix a leak in getgrouplist()Jonathan Gray
2014-01-21Ouch... recommend arc4random, not random.Theo de Raadt
2014-01-21Mark fuse_opt_parse()'s third argument as a point to const, to match theJeremie Courreges-Anglas
2014-01-21document return values; ok deraadt@, jmc@Otto Moerbeek
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).Ingo Schwarze
2014-01-20Threads can't be zombies, only processes, so change zombproc to zombprocess,Philip Guenther
2014-01-20Include fuse_opt.h in fuse.h.Sylvestre Gallon
2014-01-20hook mknod() if create() implementation is not present.Sylvestre Gallon
2014-01-20Add missing section numbers to .Xr; found while testing mandocdb(8).Ingo Schwarze
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-20p_textvp moved from struct proc to struct processPhilip Guenther
2014-01-19Fix one more off-by-one (making it an off-by-two):Tobias Stoeckmann
2014-01-19Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove theTheo de Raadt
2014-01-19Retain local changes from rev 1.13.Tobias Stoeckmann
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19Punctuation after macro arguments needs to be in a separate argument.Ingo Schwarze
2014-01-18Wrap long line.Joel Sing
2014-01-17Fix off-by-one on specially crafted /etc/shells file.Tobias Stoeckmann
2014-01-16Add support for mknod in fuse.Sylvestre Gallon
2014-01-15Initialise _res.nsaddr_list in res_init(), fixing some programs which dependStuart Henderson
2014-01-14build crt*S with -fPIC instead of -fpicMiod Vallat
2014-01-11fchownat is allowed to return EOPNOTSUPPMarc Espie
2014-01-10match what hppa is doing now (not tested, but should be right)Theo de Raadt
2014-01-10correct argument handling; this has been broken since to beginningTheo de Raadt
2014-01-08calling HashFinal with a null digest should crash, not be silently ignoredTed Unangst
2014-01-08rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 supportTheo de Raadt