Age | Commit message (Expand) | Author |
2015-05-31 | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. | Ingo Schwarze |
2015-05-12 | chflagsat() is also async-signal-safe | Philip Guenther |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-14 | Fix sa_sigaction() handler example. The third argument is void * and | Todd C. Miller |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-26 | Use -> instead of a right arrow when referring to C's -> operator. | Anthony J. Bentley |
2015-03-21 | according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; | Jason McIntyre |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-03 | sort sections; | Jason McIntyre |
2015-03-03 | Fix variable name typo in IDIOMS. | Kent R. Spillner |
2015-03-02 | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | Todd C. Miller |
2015-03-02 | Document out-of-band data on a socket as an example of an exceptional | Todd C. Miller |
2015-03-02 | Document when closefrom() was added to OpenBSD. OK bcook@ | Todd C. Miller |
2015-03-02 | Note that closefrom is an extension. | Brent Cook |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | Todd C. Miller |
2015-02-16 | redundant though it may be, recv() is unlikely to be removed in a future | Ted Unangst |
2015-02-07 | document restriction on argv having one element | Ted Unangst |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-01-31 | fix macro usage; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-25 | mention that the kern.global_ptrace sysctl also affects PT_ATTACH | Ted Unangst |
2015-01-22 | Document that changes made to the directory hierarchy of the chroot | Todd C. Miller |
2015-01-20 | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | Reyk Floeter |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Talk about thread-local errno and do not mention "extern int errno". | Todd C. Miller |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Back out changes unrelated to the ENAMETOOLONG diff. | Todd C. Miller |
2015-01-17 | Remove a pasto introduced in the last commit, spotted by schwarze@ | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-01 | Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me. | Ingo Schwarze |
2015-01-01 | Even though i personally consider 8-bit-characters in filenames unwise, | Ingo Schwarze |
2014-12-16 | use .In and delete .Tn; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-14 | macro cleanup; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-13 | macro cleanup; from Kaspars Bankovskis, tweaked a bit | Ingo Schwarze |
2014-12-10 | add missing sentence to RETURN VALUES; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-10 | use .Rv and simplify wording; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-10 | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-10 | Prefer .In and .Rv -std | Philip Guenther |
2014-12-10 | Improve the description and layout of the RUSAGE_* values, and do some | Philip Guenther |
2014-12-08 | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | Philip Guenther |
2014-12-04 | obvious cases of missing NAME .Nm entries | Ingo Schwarze |
2014-11-30 | Fix a minor documentation bug: When given the old real ID unchanged, | Ingo Schwarze |
2014-11-30 | update STANDARDS; ok millert@ jmc@ | Ingo Schwarze |
2014-11-30 | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | Ingo Schwarze |
2014-11-30 | move the description of flags from the SYNOPSIS to the DESCRIPTION; | Ingo Schwarze |
2014-11-25 | macro and typo fixes from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | oops. malloc is in section 3. | Ted Unangst |
2014-11-20 | sbrk is long dead. clarify that the data segment is malloc and anon mmap. | Ted Unangst |
2014-11-17 | When listing the async-signal-safe functions, don't split out "ANSI C" | Philip Guenther |