summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s) (requested by wiz in ticket #1484):martin
2022-06-06Pull up following revision(s) (requested by skrll in ticket #1464):martin
2021-10-13Pull up following revision(s) (requested by skrll in ticket #1358):martin
2021-10-05Pull up following revision(s) (requested by christos in ticket #1356):martin
2021-10-05Pull up following revision(s) (requested by christos in ticket #1355):martin
2021-09-07Pull up following revision(s) (requested by manu in ticket #1343):martin
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1329):martin
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1328):martin
2021-06-21Pull up following revision(s) (requested by riastradh in ticket #1298):martin
2021-02-07Pull up following revision(s) (requested by jdolecek in ticket #1198):martin
2021-02-06Pull up following revision(s) (requested by simonb in ticket #1199):martin
2020-11-29Pull up following revision(s) (requested by is in ticket #1135):martin
2020-09-13Pull up following revision(s) (requested by riastradh in ticket #1082):martin
2020-05-25Pull up following revision(s) (requested by riastradh in ticket #920):martin
2020-05-13Pull up following revision(s) (requested by chs in ticket #907):martin
2020-05-13Pull up following revision(s) (requested by skrll in ticket #901):martin
2020-04-22Pull up following revision(s) (requested by gdt in ticket #840):martin
2019-12-18Pull up following revision(s) (requested by joerg in ticket #572):martin
2019-12-09Pull up following revision(s) (requested by pgoyette in ticket #527):martin
2019-12-08Pull up following revision(s) (requested by riastradh in ticket #506):martin
2019-11-26Pull up following revision(s) (requested by nakayama in ticket #469):martin
2019-11-21In preparation for the upcoming release, turn off DIAGNOSTIC in mostmartin
2019-10-15Pull up following revision(s) (requested by kamil in ticket #326):martin
2019-09-06Pull up following revision(s) (requested by maya in ticket #186):martin
2019-09-05Pull up following revision(s) (requested by sevan in ticket #174):martin
2019-09-01Pull up following revision(s) (requested by kamil in ticket #126):martin
2019-07-28PR/54414: Valery Ushakov: c99 requires that wcsrtombs(3) updates the sourcechristos
2019-07-24Update uuidgen(2) man page to reflect reality as of five years ago.riastradh
2019-07-11Fix thinko: syscalls -> signalsmgorny
2019-07-10Improve/fix doc of PT_SETSTEP and PT_CLEARSTEP.mgorny
2019-07-10Fix typo: SIGRAP -> SIGTRAPmgorny
2019-07-08The correct fix for lib/51000 is not to remove the apparently dead assignmentmlelstv
2019-07-03Sync with 2019b:christos
2019-06-26Use Vt for variable types. New sentence, new line. Add a missing ')'.wiz
2019-06-26Implement PT_GETXSTATE and PT_SETXSTATEmgorny
2019-06-20fifo -> FIFO. Sort errors.wiz
2019-06-20Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIXkamil
2019-06-19Small markup fixes.uwe
2019-06-18Fix warning message for mknod symbol linkagekamil
2019-06-12Fix typo.wiz
2019-06-12Try to make posix_spawn(3) note in ptrace(2) less confusingkamil
2019-06-12Rephrase sentence about vfork+exec in posix_spawn(3)kamil
2019-06-12Use Xr.wiz
2019-06-12Document that posix_spawn(3) uses a dedicated syscallkamil
2019-06-11Document PTRACE_POSIX_SPAWN in man-pagekamil
2019-06-11Quote the name "Ed" to avoid confusion with the macro "Ed".wiz
2019-06-11Correct outdated note that posix_spawn(3) is implemented with vfork(2)kamil
2019-06-04Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.hannken
2019-06-04Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ...hannken
2019-05-29 Fix typo(s/suppport/support/) in comment. From FreeBSD.msaitoh