Age | Commit message (Expand) | Author |
2016-03-15 | Allocate amap slots for a virtual memory range reserved with sbrk lazily. | Stefan Kempf |
2016-03-15 | For amaps with only a few slots, allocate the slots via pool(9) | Stefan Kempf |
2016-03-15 | not compiled before commit | Theo de Raadt |
2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov | Jeremie Courreges-Anglas |
2016-03-15 | Ethernet drivers no longer need to include if_vlan_var.h for the VLAN | Christian Weisgerber |
2016-03-15 | pledge: wl_paths: resolvpath() logic error | Sebastien Marie |
2016-03-15 | pledge: wl_paths: corrects a memory leak in error code path and an evaluation | Sebastien Marie |
2016-03-15 | usbd_is_dying() can't be part of the common rtwn(4) driver code once we | Stefan Sperling |
2016-03-15 | Exar XR17V354 puc(4) device, "high speed quad uart". | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | Typo in part number in previous commit (fix Exar P/N from XR17C354 to | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | Add Exar 4 port PCIe serial port (puc) | Mike Larkin |
2016-03-15 | spelling fix; | Jason McIntyre |
2016-03-15 | o remove legacy code that defines abs(3) if it isn't available | mmcc |
2016-03-15 | Remove now unused legacy uiomovei() function. | Stefan Kempf |
2016-03-15 | o clean up a little whitespace and formatting | mmcc |
2016-03-15 | Burn more LDT deadwood: stop allocating one for each idle thread, | Philip Guenther |
2016-03-15 | Replace two malloc casts that deraadt@ and I removed over the past year | mmcc |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-14 | some Xr; from michal mazurek | Jason McIntyre |
2016-03-14 | fix word issue, as reported by hans | Jason McIntyre |
2016-03-14 | Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but | Todd C. Miller |
2016-03-14 | Replace an ad-hoc implementation of opendev(), with said function and | natano |
2016-03-14 | Add a missing "cpath" promise; newfs_ext2fs can create files when used | natano |
2016-03-14 | Convert sparc drivers bpp and magma to uiomove | Stefan Kempf |
2016-03-14 | small step towards multiple pools: move two globls into the struct dir_info | Otto Moerbeek |
2016-03-14 | unbreak authentication using lone certificate keys in ssh-agent: | Damien Miller |
2016-03-14 | zdump(8) needs to read files so it needs pledge(2) rpath promise | mestre |
2016-03-14 | Remove doaccess variable and access(2) call since this interfers with | mestre |
2016-03-14 | (char *)0 -> NULL | mmcc |
2016-03-14 | replace __progname with getprogname(3) | mmcc |
2016-03-14 | Correct the value of SRT_ENDTAG: it was documented incorrectly in early | Philip Guenther |
2016-03-14 | move the vlan protocol definitions to the same places as the ethernet ones | David Gwynne |
2016-03-14 | Remove a reference to lint(1) in the description of the -CC option. The | mmcc |
2016-03-14 | Allocate statistics command from the heap, pointed out by deraadt@ | Mike Belopuhov |
2016-03-13 | keep disabled wl_paths for now. the expensiveness impact need to be better | Sebastien Marie |
2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-13 | remove an extra space before ^\ help message. | martijn |
2016-03-13 | check return value for BN_hex2bn in regression tests | Brent Cook |
2016-03-13 | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | Brent Cook |
2016-03-13 | reenable wl_paths (whitelisted-paths) in pledge(2) | Sebastien Marie |
2016-03-13 | pledge: replace #if 0 printf with DNPRINTF macro | Sebastien Marie |
2016-03-13 | pledge: let wl_paths works well with chroot | Sebastien Marie |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has been | Stefan Sperling |
2016-03-13 | i forgot to rename p to ifp0 in vlan_config | David Gwynne |
2016-03-13 | Recognize ipmi, vscsi, pvbus, udl, fuse, trunk, pipex and memrange | natano |