| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix return type of extattr_set_* and fix rmextattr(8) utility. | mdf | 2013-04-02 | 1 | -3/+3 |
* | wordexp(): Remove wrong IFS usage. | jilles | 2013-04-01 | 1 | -4/+1 |
* | Remove EOL whitespace. | joel | 2013-03-29 | 2 | -156/+156 |
* | Update hwpmc to support Haswell class processors. | sbruno | 2013-03-28 | 4 | -0/+1276 |
* | btowc(3), isblank(3): Correct prototypes for _l variants. | jilles | 2013-03-27 | 2 | -3/+3 |
* | Update to 9.8.4-P2 | erwin | 2013-03-27 | 5 | -7/+4 |
* | Add missing space | bryanv | 2013-03-27 | 1 | -1/+1 |
* | accept(2): Mention inheritance of O_ASYNC and signal destination. | jilles | 2013-03-26 | 1 | -3/+13 |
* | Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it relies | dim | 2013-03-24 | 1 | -0/+3 |
* | libdwarf: anonymous types are expected to have empty type names... | avg | 2013-03-23 | 1 | -3/+1 |
* | MFV r248590,248594: | mm | 2013-03-22 | 3 | -11/+69 |
* | Document chflagsat(2). | pjd | 2013-03-21 | 3 | -3/+54 |
* | Implement chflagsat(2) system call, similar to fchmodat(2), but operates on | pjd | 2013-03-21 | 1 | -0/+1 |
* | - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type | pjd | 2013-03-21 | 1 | -3/+3 |
* | Allow O_CLOEXEC in posix_openpt() flags. | jilles | 2013-03-21 | 1 | -2/+7 |
* | Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC. | jilles | 2013-03-19 | 3 | -4/+27 |
* | There are actually two different cases when mlock(2) returns | glebius | 2013-03-19 | 1 | -2/+7 |
* | Simplify the assignment of memory to virtual machines by requiring a single | neel | 2013-03-18 | 2 | -21/+95 |
* | Add restrict keyword to realpath manpage. | kevlo | 2013-03-18 | 1 | -1/+1 |
* | Add a note to the HISTORY section about lchflags(2) being introduced in | pjd | 2013-03-16 | 1 | -0/+4 |
* | Make this more compilable. | glebius | 2013-03-15 | 1 | -8/+7 |
* | Update to the latest (un)vis(3) sources from NetBSD. This adds | brooks | 2013-03-14 | 2 | -2/+18 |
* | When pidptr was passed as NULL to pidfile_open(3), we were returning | pjd | 2013-03-14 | 1 | -13/+18 |
* | libc: Avoid SIGPIPE when nscd closes the connection unexpectedly. | jilles | 2013-03-13 | 1 | -4/+5 |
* | Link getcontextx(3) to getcontext(3). | pluknet | 2013-03-13 | 1 | -0/+1 |
* | Add the getcontextx prototype to SYNOPSIS. | pluknet | 2013-03-13 | 1 | -1/+3 |
* | - Make the FreeBSD's USB library compile under Linux. | hselasky | 2013-03-13 | 14 | -30/+151 |
* | Fix for quite a special case when userland emulates a netgraph node, and | glebius | 2013-03-11 | 1 | -1/+1 |
* | commit correct tested fix for gr_util.c | db | 2013-03-09 | 1 | -46/+58 |
* | Garbage collect NWFS and NCP bits which are now completely disconnected | attilio | 2013-03-09 | 18 | -4292/+0 |
* | Cleanup gr_add() so it does not leak mem | db | 2013-03-07 | 2 | -53/+86 |
* | Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement | andrew | 2013-03-07 | 1 | -0/+3 |
* | Create a symlink from strchrnul.3 to strchr.3. | zeising | 2013-03-06 | 1 | -1/+2 |
* | Add a stub manpage modeled over the libexpat one to explain to users not to use | bapt | 2013-03-05 | 2 | -0/+62 |
* | Import libyaml as libbsdyml (private brand name) | bapt | 2013-03-04 | 3 | -0/+107 |
* | libedit: Revert r247683 to fix buildworld. | jilles | 2013-03-03 | 1 | -0/+1 |
* | libedit does not need to be linked with ncurses | pfg | 2013-03-03 | 1 | -1/+0 |
* | - Implement two new system calls: | pjd | 2013-03-02 | 5 | -0/+232 |
* | Garbage collect NTFS bits which are now completely disconnected from | attilio | 2013-03-02 | 1 | -71/+0 |
* | mdoc: remove superfluous paragraph macro. | joel | 2013-03-02 | 3 | -3/+0 |
* | Make this WARNS=9 clean on i386 w/ clang. | marcel | 2013-03-02 | 1 | -15/+14 |
* | Fix warnings (control reaches end of non-void function). | marcel | 2013-03-02 | 1 | -1/+2 |
* | Fix nandfs support by providing the same crc32 function as is used | marcel | 2013-03-02 | 1 | -2/+23 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 10 | -146/+584 |
* | Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2) | pjd | 2013-03-02 | 5 | -0/+124 |
* | Fix assignment of maximum bounadary. | delphij | 2013-03-01 | 1 | -1/+1 |
* | Assign the len field of the netbuf structure to the current length of | kevlo | 2013-03-01 | 1 | -1/+1 |
* | Fixed documented prototype of kinfo_getproc(3). | ru | 2013-03-01 | 1 | -2/+2 |
* | mdoc: add missing El. | joel | 2013-02-27 | 1 | -0/+1 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 5 | -1/+639 |