| Age | Commit message (Expand) | Author |
| 2014-03-01 | When converting out of range 64bit sysctl values to 'int' (because of | dsl |
| 2014-03-01 | Kick on-demand entropy sources in rndsinks_distribute. | riastradh |
| 2014-02-28 | G/C sys/simplelock.h includes | skrll |
| 2014-02-27 | Allow CTLTYPE_INT and CTLTYPE_QUAD to be read and written as either 4 or 8 | dsl |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-27 | Currently dead vnodes still reside on the vnodelist of the file system | hannken |
| 2014-02-27 | We have to ensure the string is NUL-terminated and of the expected | maxv |
| 2014-02-25 | Fix bits/bytes mixup in rnd_getmore. | riastradh |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-25 | Add kern.{ostype,osrelease,osrevision,version} kern.domainname, | justin |
| 2014-02-23 | ttioctl always gets a valid lwp reference. Replace attempt to handle a NULL | mlelstv |
| 2014-02-22 | Simplify error path. | maxv |
| 2014-02-21 | Revert rev1.38. The header already begins with EXEC_SCRIPT_MAGIC="#!". | maxv |
| 2014-02-21 | Properly check the section size to avoid out-of-bound reads. The | maxv |
| 2014-02-19 | We need VMCMDs for a binary and its interpreter, so make sure we have | maxv |
| 2014-02-17 | replace vmem(9) custom boundary tag allocation with a pool(9) | para |
| 2014-02-17 | Cosmetic; just replace whitespaces by tabs | maxv |
| 2014-02-16 | Small cleanup: | maxv |
| 2014-02-15 | Remove argument name from prototype. | njoly |
| 2014-02-15 | initialize offset to 0 (Maxime Villard) | christos |
| 2014-02-15 | Remove the last argument of elf_check_header(). It is easier - and faster - to | maxv |
| 2014-02-14 | explain why the innocent sigaction1 call now works. | christos |
| 2014-02-14 | Don't check trampolines for SIG_DFL or SIG_IGN since they are not used. | christos |
| 2014-02-14 | Fix memory leak. | maxv |
| 2014-02-12 | Unlock correct mutex in an error path. | martin |
| 2014-02-09 | Reorder code to avoid using an uninitialized variable: if | maxv |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-07 | s/mesage/message/ | msaitoh |
| 2014-02-06 | __HAVE_ATOMIC_AS_MEMBAR is spelled with two leading underscores. | riastradh |
| 2014-02-02 | Cosmetics: return is an operator, not a function: remove (). | martin |
| 2014-02-02 | Limit the amount of kernel memory a posix_spawn syscall can use (for handling | martin |
| 2014-02-02 | Delete duplicate symbol definition introduced in 1.371. Now builds again. | dogcow |
| 2014-02-02 | Add EMUL_NATIVEROOT so that native binaries can be told to search an | manu |
| 2014-01-29 | tty_pty: add CTASSERTs to document assumptions | yamt |
| 2014-01-28 | Mark a diagnostic only variable | martin |
| 2014-01-25 | kill the topdown flag only if we succeed. | christos |
| 2014-01-25 | fix unused | christos |
| 2014-01-25 | __USING_TOPDOWN_VM is no more, __USE_TOPDOWN_VM... | christos |
| 2014-01-25 | Add compat_10, open NULL == open "." | christos |
| 2014-01-25 | a.out binaries can't handle topdown. | christos |
| 2014-01-25 | expose do_open | christos |
| 2014-01-23 | Pass PCU_LOADED to pcu_state_load in the "this CPU already has our PCU | skrll |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-20 | Change cache_prune() to test for end-of-list before testing for an | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2014-01-17 | Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static | pooka |
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos |