summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Various updates to the ftruncate(2) documentation:jhb2015-05-041-7/+19
* Partially revert r255486, the first argument to socketpair() is a socketjhb2015-05-041-4/+4
* fork(2): Add a note to the effect that kqueue descriptors, unlike othermarkj2015-05-021-2/+5
* Escape "Ed"bapt2015-04-261-1/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-232-2/+2
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-189-404/+7
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-184-0/+107
* Remove obsolete bits about maximum number of file systems.pluknet2015-04-121-6/+1
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via thejhb2015-04-061-2/+2
* libc: Eliminate duplicate copies of __vdso_gettc.cemaste2015-04-021-0/+48
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITtrasz2015-04-021-3/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-011-3/+0
* Make kevent(2) a cancellation point.kib2015-03-294-2/+78
* forgot to bump date, and replace contraction (igor)...jmg2015-03-071-2/+2
* make things a bit more clear.. we worked together on language..jmg2015-03-061-0/+2
* fix spelling, add comma and remove BUGS section.. it provided no usefuljmg2015-02-191-17/+3
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalmarius2015-02-161-1/+7
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-141-0/+2
* Remove useless comment.trasz2015-02-071-6/+1
* Add futimens and utimensat system calls.jilles2015-01-235-0/+506
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-1/+78
* Reduce the size of the interposing table and amount ofkib2015-01-112-11/+2
* Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1.jhb2015-01-081-1/+2
* Avoid calling internal libc function through PLT or accessing datakib2015-01-052-5/+12
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-0336-20/+1707
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-2110-19/+20
* Bump Dd for r275846bdrewery2014-12-171-1/+1
* Add some additional clarification and fix a few gammer nits.mckusick2014-12-171-58/+66
* Markup fixes for kqueue(2), no content changes.kib2014-12-151-61/+87
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-3/+212
* Revert r274772: it is not valid on MIPSemaste2014-11-252-2/+2
* Ta is only allowed with Bl -column not in Bl -itembapt2014-11-231-1/+1
* Misc mdoc fixes:joel2014-11-231-1/+0
* Use canonical __PIC__ flagemaste2014-11-212-2/+2
* Add the ppoll() system call.dchagin2014-11-133-2/+70
* <sys/param.h> is a superset of <sys/types.h> and must always comedes2014-11-011-2/+1
* Slightly improve grammar in EAGAIN description.gavin2014-10-151-3/+3
* accept(2) may and can return EAGAIN, document it.delphij2014-10-101-2/+2
* Document [EPERM] for UNIX sockets.bdrewery2014-09-301-1/+3
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenjhb2014-09-171-14/+1
* Bump .Dd for the content change done to access(2) in r271655ngie2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalngie2014-09-161-1/+9
* document mqueuefs is required for mq_open...jmg2014-09-151-2/+8
* Add stricter checking of some mmap() arguments:jhb2014-09-151-1/+24
* Minor mdoc nit.joel2014-09-091-1/+0
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-3/+20
* Document that listen(2) can fail with EDESTADDRREQ.kevlo2014-07-151-1/+4
* Fix a typo.markj2014-07-091-1/+1
* Note that most errors are possible for all syscalls from utimes(2)kib2014-07-031-46/+20
* Document EINVAL as per POSIX.pluknet2014-06-262-2/+10
OpenPOWER on IntegriCloud