| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop an unnecessary #include |  guenther | 2013-04-03 | 1 | -3/+2 |
* | When there are multiple groups of functions with their own #includes |  guenther | 2013-04-01 | 13 | -44/+52 |
* | More SYNOPSIS, ERRORS, and STANDARDS updates |  guenther | 2013-03-31 | 7 | -26/+62 |
* | Add a couple commas, as suggested by jmc@ |  guenther | 2013-03-31 | 1 | -3/+3 |
* | Document more difference between parent and child. |  guenther | 2013-03-31 | 1 | -9/+27 |
* | Updates to RETURN VALUES, ERRORS, and STANDARDS |  guenther | 2013-03-31 | 1 | -3/+14 |
* | Updates to SYNOPSIS, ERRORS, and STANDARDS |  guenther | 2013-03-31 | 7 | -38/+86 |
* | Add ERRORS and STANDARDS sections; reorder and reword description to |  guenther | 2013-03-31 | 1 | -14/+39 |
* | Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases |  guenther | 2013-03-31 | 13 | -59/+250 |
* | tweak previous; |  jmc | 2013-03-30 | 2 | -4/+4 |
* | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but |  guenther | 2013-03-30 | 20 | -132/+216 |
* | no Pp before/after Sh; |  jmc | 2013-03-28 | 1 | -2/+1 |
* | pathconf/fpathconf are now compliant with POSIX-2008. |  guenther | 2013-03-28 | 1 | -5/+14 |
* | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, |  guenther | 2013-03-28 | 1 | -2/+4 |
* | SOCK_SEQPACKET is supported on AF_UNIX too. |  dlg | 2013-03-12 | 1 | -5/+6 |
* | Describe interaction between write and O_APPEND. |  tedu | 2013-03-09 | 1 | -2/+9 |
* | gremlin crept in |  miod | 2013-02-03 | 1 | -2/+2 |
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the |  miod | 2013-02-02 | 1 | -2/+12 |
* | Document F_DUPFD_CLOEXEC; adapted from FreeBSD |  millert | 2013-01-19 | 1 | -4/+13 |
* | partially re-instate previous; requested by deraadt |  jmc | 2013-01-19 | 1 | -2/+5 |
* | better description of O_CLOEXEC; from russell |  jmc | 2013-01-19 | 1 | -3/+3 |
* | Update the setsockopt(2) interface documentation for the EFBIG and |  bluhm | 2013-01-18 | 1 | -9/+10 |
* | Cross-reference getfsstat(2); OK jmc@ |  millert | 2012-12-05 | 1 | -2/+3 |
* | struct ktr_header changed back in April 2012, rearranging the members, |  guenther | 2012-11-29 | 1 | -19/+16 |
* | tweak previous; |  jmc | 2012-11-17 | 1 | -3/+3 |
* | Clarify ss_sp's meaning and that alt stacks are per-thread |  guenther | 2012-11-17 | 1 | -34/+40 |
* | Add the IP_DIVERTFL socket option on divert(4) sockets to control |  benno | 2012-10-21 | 1 | -2/+3 |
* | reword this sentence to avoid ambiguity; |  jmc | 2012-10-17 | 1 | -6/+6 |
* | For consistency with other OSes and ease of porting, make |  guenther | 2012-10-12 | 1 | -8/+2 |
* | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking |  yasuoka | 2012-10-05 | 1 | -2/+4 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 19 | -486/+1 |
* | Don't attempt to warn about uninitialized __guard values yet. It's |  matthew | 2012-08-24 | 1 | -2/+2 |
* | no more nnpfspioctl() system call; ok guenther |  deraadt | 2012-08-23 | 2 | -4/+3 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 1 | -16/+25 |
* | Change ld.so and libc to use .openbsd.randomdata on ELF platforms for |  matthew | 2012-08-22 | 1 | -4/+17 |
* | Kill an old mips workaround; we don't support mips, just mips64. |  pascal | 2012-08-21 | 1 | -22/+1 |
* | Remove outdated reference to BSD 4.4 symlink behavior. Equivalent |  matthew | 2012-07-17 | 1 | -11/+2 |
* | Document new pathconf() variables. |  matthew | 2012-07-17 | 1 | -10/+51 |
* | simplify a little of the posix standards talk. ok deraadt guenther jmc |  tedu | 2012-06-26 | 3 | -34/+12 |
* | oops, forgot to install getdtablecount(2); noted by tedu |  deraadt | 2012-06-19 | 1 | -3/+3 |
* | document address truncation; from Steffen Daode Nurpmeso |  jmc | 2012-04-24 | 1 | -2/+9 |
* | tweak; |  jmc | 2012-04-12 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2012-04-12 | 1 | -5/+6 |
* | more rfork mop-up |  deraadt | 2012-04-12 | 3 | -27/+6 |
* | mmap(2) updated |  ariane | 2012-04-12 | 1 | -50/+72 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 2 | -228/+40 |
* | kill lfs system call lines and libc stubs |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | New system call: getdtablecount(2) returns the number of file |  deraadt | 2012-04-12 | 2 | -37/+73 |
* | In sendmsg() permit at most 10% of maxfiles to be in-flight |  deraadt | 2012-04-11 | 1 | -2/+7 |
* | Document that openat(), etc are safe to call from a signal handler. |  matthew | 2012-04-03 | 1 | -20/+20 |