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