summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-05-30__realpath(2) appears to have improved, so re-enable the code thatTheo de Raadt
2019-05-29There are some bugs in __realpath(2) -- it isn't quite ready so disableTheo de Raadt
2019-05-28_thread_sys___realpath must be exported like _thread_sys___getcwd obviously.Theo de Raadt
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.Bob Beck
2019-05-26Tweak "RETURN VALUES" sections to mention setting errno, as so manyKenneth R Westerback
2019-05-23Only override size of chunk if we're not given the actual length.Otto Moerbeek
2019-05-19clarify that later flags modify earlier flags;Ingo Schwarze
2019-05-16More consistently put remarks about the less useful LC_* categoties,Ingo Schwarze
2019-05-15delete two stray blank linesIngo Schwarze
2019-05-13Add missing word in comment.Theo Buehler
2019-05-13Move 'how this works' details from namespace.h to DETAILSPhilip Guenther
2019-05-13The fd used by nlist() isn't application visible, so mark it close-on-execPhilip Guenther
2019-05-13explicitly mention that RES_NOALIASES has no effect;Ingo Schwarze
2019-05-13Mention introduction of *_conceal.Otto Moerbeek
2019-05-12Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.Ingo Schwarze
2019-05-10trim trailing whitespace (reported by Hiltjo Posthuma)Ingo Schwarze
2019-05-10repair %z: store seconds into tm_gmtoff, not centihours;Ingo Schwarze
2019-05-10repair %Z: write seconds into tm_gmtoff, not hours;Ingo Schwarze
2019-05-10Inroduce malloc_conceal() and calloc_conceal(). Similar to theirOtto Moerbeek
2019-05-10Delete support for military timezones in %z (A-I and K-Y).Ingo Schwarze
2019-05-10Apply retpoline protection to the indirect call to the thread startfuncPhilip Guenther
2019-05-09Document KERN_PFSTATUSClaudio Jeker
2019-05-07add an extra m where needed. spotted by Kent WatsenTed Unangst
2019-05-05sync the description of bufcachepercent; ok deraadtJason McIntyre
2019-05-05kern.bufcachepercent is actually for dma-reachable memory.Theo de Raadt
2019-05-03basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>Ingo Schwarze
2019-05-02Fix a comparison in open_memstream not to confuse when a negativeYASUOKA Masahiko
2019-04-26Undo changes to tmpfile.c r1.5.Martijn van Duren
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2019-04-21adjust another bufcachepercent defaultanton
2019-04-18describe EIO failure state. noted by Maximilian LorlacksTed Unangst
2019-04-02Restrict which filesystems are available for swap. This rules outVisa Hankala
2019-04-01Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly codeMark Kettenis
2019-03-30Add retguard macros to setjmp/longjmp on amd64. Knocks out some usefulmortimer
2019-03-29Copy categories outside "mask" from "oldloc" to the new locale object.Ingo Schwarze
2019-03-26adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha
2019-03-25fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@anton
2019-03-24BUGS goes last;Jason McIntyre
2019-03-24Document the fact that readlink(2) can bypass restrictions as neededBob Beck
2019-03-24In the incredibly unbelievable circumstance where _rs_init() fails toTheo de Raadt
2019-03-23Remove useless secure_path(3) calls.Todd C. Miller
2019-03-21Reference permissions in the canonical plural.rob
2019-03-20escape backslashes;Ingo Schwarze
2019-03-17Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@.cheloha
2019-03-15Remove FBSDID.Kevin Lo
2019-03-08remove a sentence that was once helpful when dirname.3 and basename.3Sebastian Benoit
2019-03-03talk about IPv4 and IPv6 in a more symmetrical wayIngo Schwarze
2019-03-03tweak the previous two commits:Ingo Schwarze
2019-03-03Just called the Internet nowTheo de Raadt
2019-03-03in vdprintf(), no need to use the file locking mecanism when usingSebastien Marie