| Commit message (Expand) | Author | Age | Files | Lines |
* | Various updates to the ftruncate(2) documentation: | jhb | 2015-05-04 | 1 | -7/+19 |
* | Partially revert r255486, the first argument to socketpair() is a socket | jhb | 2015-05-04 | 1 | -4/+4 |
* | fork(2): Add a note to the effect that kqueue descriptors, unlike other | markj | 2015-05-02 | 1 | -2/+5 |
* | Escape "Ed" | bapt | 2015-04-26 | 1 | -1/+1 |
* | Reassign copyright statements on several files from Advanced | jhb | 2015-04-23 | 2 | -2/+2 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 9 | -404/+7 |
* | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | kib | 2015-04-18 | 4 | -0/+107 |
* | Remove obsolete bits about maximum number of file systems. | pluknet | 2015-04-12 | 1 | -6/+1 |
* | vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the | jhb | 2015-04-06 | 1 | -2/+2 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | emaste | 2015-04-02 | 1 | -0/+48 |
* | Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT | trasz | 2015-04-02 | 1 | -3/+3 |
* | Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case. | kib | 2015-04-01 | 1 | -3/+0 |
* | Make kevent(2) a cancellation point. | kib | 2015-03-29 | 4 | -2/+78 |
* | forgot to bump date, and replace contraction (igor)... | jmg | 2015-03-07 | 1 | -2/+2 |
* | make things a bit more clear.. we worked together on language.. | jmg | 2015-03-06 | 1 | -0/+2 |
* | fix spelling, add comma and remove BUGS section.. it provided no useful | jmg | 2015-02-19 | 1 | -17/+3 |
* | Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal | marius | 2015-02-16 | 1 | -1/+7 |
* | Properly interpose libc spinlocks, was missed in r276630. In | kib | 2015-02-14 | 1 | -0/+2 |
* | Remove useless comment. | trasz | 2015-02-07 | 1 | -6/+1 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 5 | -0/+506 |
* | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger | kib | 2015-01-18 | 1 | -1/+78 |
* | Reduce the size of the interposing table and amount of | kib | 2015-01-11 | 2 | -11/+2 |
* | Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1. | jhb | 2015-01-08 | 1 | -1/+2 |
* | Avoid calling internal libc function through PLT or accessing data | kib | 2015-01-05 | 2 | -5/+12 |
* | Fix known issues which blow up the process after dlopen("libthr.so") | kib | 2015-01-03 | 36 | -20/+1707 |
* | Various mdoc fixes and a few EOL whitespace removals. | brueffer | 2014-12-21 | 10 | -19/+20 |
* | Bump Dd for r275846 | bdrewery | 2014-12-17 | 1 | -1/+1 |
* | Add some additional clarification and fix a few gammer nits. | mckusick | 2014-12-17 | 1 | -58/+66 |
* | Markup fixes for kqueue(2), no content changes. | kib | 2014-12-15 | 1 | -61/+87 |
* | Add a facility for non-init process to declare itself the reaper of | kib | 2014-12-15 | 1 | -3/+212 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 2 | -2/+2 |
* | Ta is only allowed with Bl -column not in Bl -item | bapt | 2014-11-23 | 1 | -1/+1 |
* | Misc mdoc fixes: | joel | 2014-11-23 | 1 | -1/+0 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 2 | -2/+2 |
* | Add the ppoll() system call. | dchagin | 2014-11-13 | 3 | -2/+70 |
* | <sys/param.h> is a superset of <sys/types.h> and must always come | des | 2014-11-01 | 1 | -2/+1 |
* | Slightly improve grammar in EAGAIN description. | gavin | 2014-10-15 | 1 | -3/+3 |
* | accept(2) may and can return EAGAIN, document it. | delphij | 2014-10-10 | 1 | -2/+2 |
* | Document [EPERM] for UNIX sockets. | bdrewery | 2014-09-30 | 1 | -1/+3 |
* | - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen | jhb | 2014-09-17 | 1 | -14/+1 |
* | Bump .Dd for the content change done to access(2) in r271655 | ngie | 2014-09-16 | 1 | -1/+1 |
* | Validate the mode argument in access, eaccess, and faccessat for optional | ngie | 2014-09-16 | 1 | -1/+9 |
* | document mqueuefs is required for mq_open... | jmg | 2014-09-15 | 1 | -2/+8 |
* | Add stricter checking of some mmap() arguments: | jhb | 2014-09-15 | 1 | -1/+24 |
* | Minor mdoc nit. | joel | 2014-09-09 | 1 | -1/+0 |
* | Extend kqueue's EVFILT_TIMER by adding precision unit flags support | bapt | 2014-07-18 | 1 | -3/+20 |
* | Document that listen(2) can fail with EDESTADDRREQ. | kevlo | 2014-07-15 | 1 | -1/+4 |
* | Fix a typo. | markj | 2014-07-09 | 1 | -1/+1 |
* | Note that most errors are possible for all syscalls from utimes(2) | kib | 2014-07-03 | 1 | -46/+20 |
* | Document EINVAL as per POSIX. | pluknet | 2014-06-26 | 2 | -2/+10 |