summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-01Tweak variable names to be consistent with 'pg_code' and 'pg_length'krw1-14/+14
2019-12-01Make prototype and implementation signatures the same by removingkrw1-3/+3
2019-12-01Don't overwrite original error returned by scsi_do_mode_sense().krw1-2/+2
2019-12-01Allow forcing specific domains to be resolved by specific resolvers;otto7-20/+236
2019-12-01syncjsg1-1/+1
2019-12-01crank libelf major for exec_elf.h changesjsg1-1/+1
2019-12-01Change Elf64 types and structs to match the System V ABI specification.jsg2-79/+76
2019-12-01Explain how ipcomp can be enabled.tobhe1-2/+5
2019-12-01Simplify sets directory check and creation (/home/_syspatch).ajacoutot1-13/+2
2019-12-01revert exec_elf.h rev 1.85jsg1-17/+17
2019-12-01grow i386 cd ramdisk a little bitderaadt2-6/+6
2019-12-01this hexdump tie-in is incorrect, disable for nowderaadt1-2/+2
2019-12-01syncderaadt1-1/+1
2019-12-01Remove unused test program.visa1-62/+0
2019-11-30temporarily neuter the syscall-callfrom check as a few peoplederaadt1-3/+3
2019-11-30Sigh, fix i386 msyscall() case to permission the correct address range.deraadt1-6/+8
2019-11-30- no -r optionjmc2-5/+5
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-3/+3
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-2/+2
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha2-7/+7
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-4/+4
2019-11-30make sure we only pass normalized timevals for the next resolver interval;otto1-4/+10
2019-11-30The message sent in config_setmode starts the handshake in the ikev2 processtobhe1-3/+5
2019-11-30Log loaded SPIs and flows.tobhe4-7/+68
2019-11-30unveil(2) /dev with read permissions since it's the only directory usbdevs(8)mestre1-1/+6
2019-11-30pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes amestre1-1/+6
2019-11-30After fork(2) the pledge(2) in the parent proc can be reduced tomestre1-1/+4
2019-11-30Move kernel locking inside the sleep machinery. This enables callingvisa5-23/+50
2019-11-30Not being able to create a resolver is not a fatal condition in unwind,florian1-3/+6
2019-11-30tweak the Nd lines for a bit of consistency;jmc14-42/+42
2019-11-30Test inet6 netmask and non-contiguous netmask in ifconfig(8).bluhm2-10/+44
2019-11-30ifconfig(8) did silently ignore the netmask parameter for inet6 andbluhm1-1/+2
2019-11-30Add create-vdisk commandkn3-9/+72
2019-11-30Document new flag and output arrangement betterderaadt1-14/+33
2019-11-30syncderaadt2-2/+6
2019-11-30Tweak rpki-client to create all 4 output file formats from a singlederaadt9-65/+88
2019-11-30Revert previous - the stability was not as improved as we had thought andmlarkin5-31/+7
2019-11-29Use X509_STORE_CTX_set_flags() instead of doing the same thing by handclaudio1-31/+8
2019-11-29Fix size of reserved bytes section in xsave header.mortimer1-2/+2
2019-11-29Sort relative relocations (and relocations against the same symbol) by offsetguenther1-1/+8
2019-11-29Add uvm_objfree function to free all pages in a uvm_obj in one go.beck3-5/+37
2019-11-29Change the default security level for incoming IPsec flows fromtobhe4-67/+67
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblepatrick1-5/+54
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.patrick4-3/+213
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driverspatrick2-4/+13
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).patrick1-1/+7
2019-11-29Move p_sleeplocks and p_limit into the "zero on create" section of structguenther2-10/+4
2019-11-29Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()guenther3-49/+50
2019-11-29Add an element to the marks array to store the virtual address of thekettenis2-3/+5
2019-11-29Move kcov(4)'s p_kd into the "zero on create" section to simplify fork codeguenther2-10/+4