| Commit message (Expand) | Author | Age | Files | Lines |
* | clock_gettime(2),gettimeofday(2): Remove [EFAULT] error. | Jilles Tjoelker | 2015-12-20 | 2 | -8/+2 |
* | Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h. | Kevin Lo | 2015-12-15 | 5 | -10/+5 |
* | Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h. | Kevin Lo | 2015-12-15 | 2 | -4/+2 |
* | Start on a new library (libsysdecode) that provides routines for decoding | John Baldwin | 2015-12-15 | 1 | -2/+3 |
* | cpuset.9: Link to/from the new page | Conrad Meyer | 2015-10-20 | 2 | -4/+6 |
* | Switch pl_child_pid from int to pid_t. | John Baldwin | 2015-10-20 | 1 | -2/+2 |
* | Change the default setting of kern.ipc.shm_allow_removed from 0 to 1. | Edward Tomasz Napierala | 2015-10-10 | 1 | -4/+7 |
* | Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo. | John Baldwin | 2015-10-07 | 1 | -1/+24 |
* | truss: Add support for utrace(2). | Bryan Drewery | 2015-10-06 | 1 | -2/+3 |
* | Revert r288628 and instead fix a discrepancy between the posix_fadvise(2) | Mark Johnston | 2015-10-03 | 1 | -5/+7 |
* | Annotate arm userspace assembler sources stating their tolerance to | Konstantin Belousov | 2015-09-29 | 1 | -1/+1 |
* | Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding | Bryan Drewery | 2015-09-22 | 1 | -2/+0 |
* | Add missing include to eliminate -Wmissing-prototypes warnings | Craig Rodrigues | 2015-09-20 | 1 | -0/+2 |
* | Add missing includes to eliminate -Wmissing-prototypes warnings | Craig Rodrigues | 2015-09-20 | 5 | -0/+5 |
* | There is no HP 300 support in FreeBSD anymore, so remove the obsolete | Xin LI | 2015-09-18 | 1 | -6/+1 |
* | Kernel part of reroot support - a way to change rootfs without reboot. | Edward Tomasz Napierala | 2015-09-18 | 1 | -0/+7 |
* | setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD). | Jilles Tjoelker | 2015-09-13 | 1 | -7/+2 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 3 | -0/+3 |
* | Editing pass on procctl.2 | Benjamin Kaduk | 2015-08-21 | 1 | -26/+26 |
* | If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while already | Konstantin Belousov | 2015-08-20 | 1 | -2/+6 |
* | getrlimit.2: Document RSS, AS/VMEM limit behavior more clearly | Conrad Meyer | 2015-08-20 | 1 | -15/+46 |
* | Remove a stale comment and clarify the original where it was taken from | Pedro F. Giffuni | 2015-08-14 | 1 | -2/+2 |
* | Move the stack protector to a new "secure" directory | Pedro F. Giffuni | 2015-08-14 | 4 | -142/+0 |
* | Make it possible to implement poll(2) on top of kqueue(2). | Ed Schouten | 2015-08-05 | 1 | -1/+9 |
* | Copy the fencing of the algorithm to do lock-less update and reading | Konstantin Belousov | 2015-08-04 | 1 | -11/+14 |
* | unlink(2): Note the possibility for ENOSPC to be returned on ZFS. | Bryan Drewery | 2015-07-28 | 1 | -1/+4 |
* | Make shutdown() return ENOTCONN as required by POSIX, part deux. | Ed Schouten | 2015-07-27 | 1 | -31/+11 |
* | Add missing capitalization. | Edward Tomasz Napierala | 2015-07-24 | 1 | -1/+1 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | Konstantin Belousov | 2015-07-18 | 1 | -7/+9 |
* | Correct the description of MADV_DONTNEED. Specifically, after using | Alan Cox | 2015-07-12 | 1 | -4/+4 |
* | Add an initial NUMA affinity/policy configuration for threads and processes. | Adrian Chadd | 2015-07-11 | 3 | -0/+201 |
* | Fix markup. | Edward Tomasz Napierala | 2015-07-07 | 1 | -3/+3 |
* | Grammar and language fixes. | Konstantin Belousov | 2015-07-03 | 1 | -36/+50 |
* | Document x86 machine-specific ptrace(2) requests. Provide list of the | Konstantin Belousov | 2015-06-30 | 1 | -2/+175 |
* | NetBSD commit log: | Jeremie Le Hen | 2015-06-14 | 1 | -8/+5 |
* | Various updates to the ftruncate(2) documentation: | John Baldwin | 2015-05-04 | 1 | -7/+19 |
* | Partially revert r255486, the first argument to socketpair() is a socket | John Baldwin | 2015-05-04 | 1 | -4/+4 |
* | fork(2): Add a note to the effect that kqueue descriptors, unlike other | Mark Johnston | 2015-05-02 | 1 | -2/+5 |
* | Escape "Ed" | Baptiste Daroussin | 2015-04-26 | 1 | -1/+1 |
* | Reassign copyright statements on several files from Advanced | John Baldwin | 2015-04-23 | 2 | -2/+2 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 9 | -404/+7 |
* | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | Konstantin Belousov | 2015-04-18 | 4 | -0/+107 |
* | Remove obsolete bits about maximum number of file systems. | Sergey Kandaurov | 2015-04-12 | 1 | -6/+1 |
* | vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the | John Baldwin | 2015-04-06 | 1 | -2/+2 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | Ed Maste | 2015-04-02 | 1 | -0/+48 |
* | Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT | Edward Tomasz Napierala | 2015-04-02 | 1 | -3/+3 |
* | Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case. | Konstantin Belousov | 2015-04-01 | 1 | -3/+0 |
* | Make kevent(2) a cancellation point. | Konstantin Belousov | 2015-03-29 | 4 | -2/+78 |
* | forgot to bump date, and replace contraction (igor)... | John-Mark Gurney | 2015-03-07 | 1 | -2/+2 |
* | make things a bit more clear.. we worked together on language.. | John-Mark Gurney | 2015-03-06 | 1 | -0/+2 |