summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-15Update to tzdata2016b from ftp.iana.org.Todd C. Miller
2016-03-15Don't warn about valid time zone abbreviations. POSIX through 2000Todd C. Miller
2016-03-15remind people rewind is seldom a good choiceMarc Espie
2016-03-15Allocate amap slots for a virtual memory range reserved with sbrk lazily.Stefan Kempf
2016-03-15For amaps with only a few slots, allocate the slots via pool(9)Stefan Kempf
2016-03-15not compiled before commitTheo de Raadt
2016-03-15Fix size passed to free(), found the hard way by Nick PermyakovJeremie Courreges-Anglas
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2016-03-15pledge: wl_paths: resolvpath() logic errorSebastien Marie
2016-03-15pledge: wl_paths: corrects a memory leak in error code path and an evaluationSebastien Marie
2016-03-15usbd_is_dying() can't be part of the common rtwn(4) driver code once weStefan Sperling
2016-03-15Exar XR17V354 puc(4) device, "high speed quad uart".Mike Larkin
2016-03-15syncMike Larkin
2016-03-15Typo in part number in previous commit (fix Exar P/N from XR17C354 toMike Larkin
2016-03-15syncMike Larkin
2016-03-15syncMike Larkin
2016-03-15Add Exar 4 port PCIe serial port (puc)Mike Larkin
2016-03-15spelling fix;Jason McIntyre
2016-03-15 o remove legacy code that defines abs(3) if it isn't availablemmcc
2016-03-15Remove now unused legacy uiomovei() function.Stefan Kempf
2016-03-15 o clean up a little whitespace and formattingmmcc
2016-03-15Burn more LDT deadwood: stop allocating one for each idle thread,Philip Guenther
2016-03-15Replace two malloc casts that deraadt@ and I removed over the past yearmmcc
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-14some Xr; from michal mazurekJason McIntyre
2016-03-14fix word issue, as reported by hansJason McIntyre
2016-03-14Expose snprintf() and vsnprintf() for XPG 5. It predates C99 butTodd C. Miller
2016-03-14Replace an ad-hoc implementation of opendev(), with said function andnatano
2016-03-14Add a missing "cpath" promise; newfs_ext2fs can create files when usednatano
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-14small step towards multiple pools: move two globls into the struct dir_infoOtto Moerbeek
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-03-14zdump(8) needs to read files so it needs pledge(2) rpath promisemestre
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre
2016-03-14(char *)0 -> NULLmmcc
2016-03-14replace __progname with getprogname(3)mmcc
2016-03-14Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyPhilip Guenther
2016-03-14move the vlan protocol definitions to the same places as the ethernet onesDavid Gwynne
2016-03-14Remove a reference to lint(1) in the description of the -CC option. Themmcc
2016-03-14Allocate statistics command from the heap, pointed out by deraadt@Mike Belopuhov
2016-03-13keep disabled wl_paths for now. the expensiveness impact need to be betterSebastien Marie
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPPhilip Guenther
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2016-03-13remove an extra space before ^\ help message.martijn
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook
2016-03-13Fix examples for EVP_PKEY_CTX_set_rsa_padding.Brent Cook
2016-03-13reenable wl_paths (whitelisted-paths) in pledge(2)Sebastien Marie
2016-03-13pledge: replace #if 0 printf with DNPRINTF macroSebastien Marie
2016-03-13pledge: let wl_paths works well with chrootSebastien Marie
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf