Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | 2015-02-27 | 1 | -3/+6 | ||
| | | | | OK guenther@ | |||||
* | redundant though it may be, recv() is unlikely to be removed in a future | 2015-02-16 | 1 | -3/+2 | ||
| | | | | release. ok millert | |||||
* | document restriction on argv having one element | 2015-02-07 | 1 | -3/+6 | ||
| | ||||||
* | macro fixes from Kaspars at Bankovskis dot net; | 2015-02-05 | 5 | -38/+43 | ||
| | | | | also fixing one typo in fts(3) while here | |||||
* | fix macro usage; from Kaspars at Bankovskis dot net | 2015-01-31 | 1 | -7/+7 | ||
| | ||||||
* | mention that the kern.global_ptrace sysctl also affects PT_ATTACH | 2015-01-25 | 1 | -2/+6 | ||
| | ||||||
* | Document that changes made to the directory hierarchy of the chroot | 2015-01-22 | 1 | -2/+7 | ||
| | | | | | jail may inadvertanly allow a process to escape. Also mention the problem of directory fd passing. Based on a diff from deraadt@ | |||||
* | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | 2015-01-20 | 1 | -28/+28 | ||
| | | | | OK jmc@ guenther@ | |||||
* | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | 2015-01-19 | 1 | -6/+7 | ||
| | | | | description. | |||||
* | Talk about thread-local errno and do not mention "extern int errno". | 2015-01-19 | 1 | -12/+13 | ||
| | | | | Also correct the string version of error 0. OK guenther@ | |||||
* | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | 2015-01-19 | 30 | -182/+210 | ||
| | | | | description. | |||||
* | Back out changes unrelated to the ENAMETOOLONG diff. | 2015-01-19 | 1 | -15/+13 | ||
| | ||||||
* | Remove a pasto introduced in the last commit, spotted by schwarze@ | 2015-01-17 | 1 | -17/+20 | ||
| | ||||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -2/+1 | ||
| | | | | review by millert, binary checking process with doug, concept with guenther | |||||
* | Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me. | 2015-01-01 | 1 | -34/+22 | ||
| | | | | While here, stop calling the Internet "the ARPA Internet". | |||||
* | Even though i personally consider 8-bit-characters in filenames unwise, | 2015-01-01 | 1 | -8/+4 | ||
| | | | | | technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@. | |||||
* | use .In and delete .Tn; from Kaspars at Bankovskis dot net | 2014-12-16 | 12 | -91/+60 | ||
| | ||||||
* | macro cleanup; from Kaspars at Bankovskis dot net | 2014-12-14 | 8 | -41/+39 | ||
| | ||||||
* | macro cleanup; from Kaspars Bankovskis, tweaked a bit | 2014-12-13 | 1 | -7/+8 | ||
| | ||||||
* | add missing sentence to RETURN VALUES; from Kaspars at Bankovskis dot net | 2014-12-10 | 1 | -2/+3 | ||
| | ||||||
* | use .Rv and simplify wording; from Kaspars at Bankovskis dot net | 2014-12-10 | 2 | -13/+6 | ||
| | ||||||
* | use .Rv; no change of meaning; from Kaspars at Bankovskis dot net | 2014-12-10 | 43 | -254/+130 | ||
| | ||||||
* | Prefer .In and .Rv -std | 2014-12-10 | 3 | -18/+12 | ||
| | ||||||
* | Improve the description and layout of the RUSAGE_* values, and do some | 2014-12-10 | 1 | -18/+25 | ||
| | | | | | | | general cleanup diff from Kaspars Bankovskis (kaspars (at) bankovskis.net) ok and tweaks schwarze@, jmc@ | |||||
* | Add chflagsat(), modeled on fchmodat() with name to match FreeBSD. | 2014-12-08 | 2 | -7/+64 | ||
| | ||||||
* | obvious cases of missing NAME .Nm entries | 2014-12-04 | 2 | -6/+8 | ||
| | ||||||
* | Fix a minor documentation bug: When given the old real ID unchanged, | 2014-11-30 | 2 | -40/+18 | ||
| | | | | | | | it is assigned to the saved ID even if no new effective ID is given, but the existing effective ID differs from the saved ID. Update STANDARDS and purge the redundant CAVEATS section. OK millert@ jmc@, no objections from tedu@ | |||||
* | update STANDARDS; ok millert@ jmc@ | 2014-11-30 | 1 | -3/+3 | ||
| | ||||||
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | 2014-11-30 | 1 | -3/+3 | ||
| | | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing. | |||||
* | move the description of flags from the SYNOPSIS to the DESCRIPTION; | 2014-11-30 | 1 | -19/+25 | ||
| | | | | | from <kaspars at bankovskis dot net>, minimally tweaked by me; ok guenther@ jmc@ | |||||
* | macro and typo fixes from kaspars at bankovskis dot net | 2014-11-25 | 2 | -12/+21 | ||
| | ||||||
* | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t. | 2014-11-20 | 1 | -3/+3 | ||
| | | | | ok guenther@ deraadt@ | |||||
* | oops. malloc is in section 3. | 2014-11-20 | 1 | -2/+2 | ||
| | ||||||
* | sbrk is long dead. clarify that the data segment is malloc and anon mmap. | 2014-11-20 | 1 | -5/+6 | ||
| | ||||||
* | When listing the async-signal-safe functions, don't split out "ANSI C" | 2014-11-17 | 1 | -15/+11 | ||
| | | | | | | | functions; the concept comes from POSIX anyway. With tweaks from schwarze@ ok deraadt@, jmc@, millert@, schwarze@ | |||||
* | zap some wacky Eo/Ec stuff, and start sentences on new lines; ok schwarze | 2014-11-16 | 1 | -33/+27 | ||
| | ||||||
* | Delete some unnecessary #includes | 2014-11-15 | 1 | -3/+1 | ||
| | ||||||
* | Per POSIX, we now only require <sys/msg.h>, <sys/sem.h>, or <sys/shm.h> | 2014-11-15 | 10 | -50/+30 | ||
| | ||||||
* | Reduce instances of `` '' in manuals. | 2014-11-15 | 4 | -14/+22 | ||
| | | | | | | | | | | | | troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||||
* | Add sched_yield(2) manpage | 2014-11-14 | 2 | -2/+51 | ||
| | ||||||
* | zap double word; | 2014-11-05 | 1 | -2/+2 | ||
| | ||||||
* | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | 2014-11-05 | 1 | -17/+69 | ||
| | | | | | conversion along with commentary. A more comprehensive sample conversion is needed too. OK deraadt@ | |||||
* | POLLERR is only valid in revents so it is not a bug that it is | 2014-11-03 | 1 | -5/+3 | ||
| | | | | | ignored in events. The kernel does actually set POLLERR in revents in some cases. | |||||
* | mknod(2) now supports creating FIFOs too. Fix description of device file | 2014-10-26 | 1 | -25/+37 | ||
| | | | | | | creation while here. ok jmc@ schwarze@ millert@ | |||||
* | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | 2014-10-16 | 1 | -5/+2 | ||
| | | | | | and existing implementations vary as to whether it returns time for the calling thread or the entire process. OK kettenis@ | |||||
* | We missed a hyphen in 'async-signal-safe' | 2014-09-15 | 1 | -2/+2 | ||
| | | | | Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz) | |||||
* | Mention that SIGTHR is both local and weird | 2014-09-15 | 1 | -2/+12 | ||
| | | | | "seems fair" schwarze@ | |||||
* | sockatmark(3) has been implemented; add it to the async-signal-safe lists | 2014-09-10 | 1 | -4/+2 | ||
| | ||||||
* | update STANDARDS reference from POSIX 1990 to POSIX 2008; | 2014-09-10 | 1 | -31/+20 | ||
| | | | | joint work with and ok guenther@ | |||||
* | Identify domains with AF_* instead of PF_* here | 2014-09-09 | 1 | -9/+9 | ||
| | | | | Tweaks to SYNOPSIS and RETURN VALUES |