summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* cpuset.9: Link to/from the new pagecem2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-2/+2
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.trasz2015-10-101-4/+7
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.jhb2015-10-071-1/+24
* truss: Add support for utrace(2).bdrewery2015-10-061-2/+3
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)markj2015-10-031-5/+7
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-291-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingbdrewery2015-09-221-2/+0
* Add missing include to eliminate -Wmissing-prototypes warningsrodrigc2015-09-201-0/+2
* Add missing includes to eliminate -Wmissing-prototypes warningsrodrigc2015-09-205-0/+5
* There is no HP 300 support in FreeBSD anymore, so remove the obsoletedelphij2015-09-181-6/+1
* Kernel part of reroot support - a way to change rootfs without reboot.trasz2015-09-181-0/+7
* setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).jilles2015-09-131-7/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-293-0/+3
* Editing pass on procctl.2bjk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadykib2015-08-201-2/+6
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlycem2015-08-201-15/+46
* Remove a stale comment and clarify the original where it was taken frompfg2015-08-141-2/+2
* Move the stack protector to a new "secure" directorypfg2015-08-144-142/+0
* Make it possible to implement poll(2) on top of kqueue(2).ed2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingkib2015-08-041-11/+14
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.bdrewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.ed2015-07-271-31/+11
* Add missing capitalization.trasz2015-07-241-1/+1
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-7/+9
* Correct the description of MADV_DONTNEED. Specifically, after usingalc2015-07-121-4/+4
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-113-0/+201
* Fix markup.trasz2015-07-071-3/+3
* Grammar and language fixes.kib2015-07-031-36/+50
* Document x86 machine-specific ptrace(2) requests. Provide list of thekib2015-06-301-2/+175
* NetBSD commit log:jlh2015-06-141-8/+5
* 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
OpenPOWER on IntegriCloud