summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.Jilles Tjoelker2015-12-202-8/+2
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-155-10/+5
* Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.Kevin Lo2015-12-152-4/+2
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-151-2/+3
* cpuset.9: Link to/from the new pageConrad Meyer2015-10-202-4/+6
* Switch pl_child_pid from int to pid_t.John Baldwin2015-10-201-2/+2
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.Edward Tomasz Napierala2015-10-101-4/+7
* Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.John Baldwin2015-10-071-1/+24
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-2/+3
* Revert r288628 and instead fix a discrepancy between the posix_fadvise(2)Mark Johnston2015-10-031-5/+7
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-1/+1
* Avoid adding duplicates into OBJS. bsd.lib.mk already handles addingBryan Drewery2015-09-221-2/+0
* Add missing include to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Add missing includes to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-205-0/+5
* There is no HP 300 support in FreeBSD anymore, so remove the obsoleteXin LI2015-09-181-6/+1
* Kernel part of reroot support - a way to change rootfs without reboot.Edward Tomasz Napierala2015-09-181-0/+7
* setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).Jilles Tjoelker2015-09-131-7/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-293-0/+3
* Editing pass on procctl.2Benjamin Kaduk2015-08-211-26/+26
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadyKonstantin Belousov2015-08-201-2/+6
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlyConrad Meyer2015-08-201-15/+46
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-2/+2
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-144-142/+0
* Make it possible to implement poll(2) on top of kqueue(2).Ed Schouten2015-08-051-1/+9
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-11/+14
* unlink(2): Note the possibility for ENOSPC to be returned on ZFS.Bryan Drewery2015-07-281-1/+4
* Make shutdown() return ENOTCONN as required by POSIX, part deux.Ed Schouten2015-07-271-31/+11
* Add missing capitalization.Edward Tomasz Napierala2015-07-241-1/+1
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-7/+9
* Correct the description of MADV_DONTNEED. Specifically, after usingAlan Cox2015-07-121-4/+4
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-113-0/+201
* Fix markup.Edward Tomasz Napierala2015-07-071-3/+3
* Grammar and language fixes.Konstantin Belousov2015-07-031-36/+50
* Document x86 machine-specific ptrace(2) requests. Provide list of theKonstantin Belousov2015-06-301-2/+175
* NetBSD commit log:Jeremie Le Hen2015-06-141-8/+5
* Various updates to the ftruncate(2) documentation:John Baldwin2015-05-041-7/+19
* Partially revert r255486, the first argument to socketpair() is a socketJohn Baldwin2015-05-041-4/+4
* fork(2): Add a note to the effect that kqueue descriptors, unlike otherMark Johnston2015-05-021-2/+5
* Escape "Ed"Baptiste Daroussin2015-04-261-1/+1
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-232-2/+2
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-189-404/+7
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-184-0/+107
* Remove obsolete bits about maximum number of file systems.Sergey Kandaurov2015-04-121-6/+1
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via theJohn Baldwin2015-04-061-2/+2
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-021-0/+48
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITEdward Tomasz Napierala2015-04-021-3/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.Konstantin Belousov2015-04-011-3/+0
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-294-2/+78
* forgot to bump date, and replace contraction (igor)...John-Mark Gurney2015-03-071-2/+2
* make things a bit more clear.. we worked together on language..John-Mark Gurney2015-03-061-0/+2