Age | Commit message (Expand) | Author |
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 |
2014-11-16 | zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze | Jason McIntyre |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h> | Philip Guenther |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-11-05 | zap double word; | Jason McIntyre |
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller |
2014-11-03 | POLLERR is only valid in revents so it is not a bug that it is | Todd C. Miller |
2014-10-26 | mknod(2) now supports creating FIFOs too. Fix description of device file | Philip Guenther |
2014-10-16 | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | Todd C. Miller |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther |
2014-09-15 | Mention that SIGTHR is both local and weird | Philip Guenther |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-10 | update STANDARDS reference from POSIX 1990 to POSIX 2008; | Ingo Schwarze |
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther |
2014-09-09 | tweak previous; | Jason McIntyre |
2014-09-09 | Don't need to mention names on .Rv line here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | We have no protocols which require explicit confirmation | Philip Guenther |
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | tweaks; | Jason McIntyre |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-16 | Fixed typo in "distinct". | Tobias Stoeckmann |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone | Philip Guenther |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky |