summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-28rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).Todd C. Miller
2016-05-28Hoist the opendev() call before the pledge because it can ioctl() whenBob Beck
2016-05-28Use getaddrinfo() instead of the non-standard gethostbyname2().Todd C. Miller
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze
2016-05-28Backout pf.c r1.972, pf_norm.c r1.184, ok claudioStuart Henderson
2016-05-28Assume sabrelite/nitrogen has a bootefi enabled u-boot in flash and justJonathan Gray
2016-05-28use efiboot in armv7 miniroot imagesJonathan Gray
2016-05-28In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it.Stefan Sperling
2016-05-28iwm(4) man page updates (new firmware version 16, 8260 device support)Stefan Sperling
2016-05-28Add support for Intel Wireless 8260 devices to iwm(4).Stefan Sperling
2016-05-28Fix file block size rounding and ensure it's large enough to store aAlexandre Ratchov
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2016-05-28Do the endpoint verification before opening the pipe on the selectedMarcus Glocker
2016-05-28add sizes to free() calls for descrip tablesTed Unangst
2016-05-28no need to open key disk for writing, from bytevolcano. ok jungTed Unangst
2016-05-27Padding cell is always the same so use a static.Nicholas Marriott
2016-05-27Break the save-last-cell code into a separate function (so it can beNicholas Marriott
2016-05-27Most of the utf8_data is fixed so simplify utf8_set to use a memcpy.Nicholas Marriott
2016-05-27whitespaces grow bsd.rd, you knowTheo de Raadt
2016-05-27tweak wording to avoid "firmware which are installed"T.J. Townsend
2016-05-27During install, set new 'wxallowed' mount option for the filesystemRobert Peichaer
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2016-05-27Use getprogname() instead of __progname to make portability easier.Nicholas Marriott
2016-05-27No need to show the messages if we skip in case of /usr/lib on nfs.Robert Peichaer
2016-05-27Add function comments.Robert Peichaer
2016-05-27rename(2) operation requires "rpath cpath" at the underlying operationTheo de Raadt
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-27When resampling, use the exact resampling factor instead of the ratioAlexandre Ratchov
2016-05-27Flush rec buffer if there's less than one block space left and refillAlexandre Ratchov
2016-05-27Simplify slot_fill() and slot_flush(). No behaviour changeAlexandre Ratchov
2016-05-27Make resamp_do() get the exact number input and output samples andAlexandre Ratchov
2016-05-27Per the libtls man page, tls_init() must be called prior to any otherJoel Sing
2016-05-27Rename some of the internal error setting functions to more closely followJoel Sing
2016-05-27Avoid leaking ca_mem when freeing a tls_config.Joel Sing
2016-05-27Fix function parameters that do not have an underscore prefix.Joel Sing
2016-05-27typo fixes; Anthony CoulterStuart Henderson
2016-05-27Return "400 Bad Request" instead of "500 Server Internal Error" forKenneth R Westerback
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-27syncStuart Henderson
2016-05-27Modify com_init to match the com driver initializaiton, and addBob Beck
2016-05-26The destination string is declared as "s" but referred to as "dst"Todd C. Miller
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@Todd C. Miller
2016-05-26mklocale(1) can handle C-style and shell-style comments natively,Todd C. Miller
2016-05-26Zap the 'l' from ARFLAGS, totally useless these days.Vadim Zhukov
2016-05-26test the new utf8 moduleIngo Schwarze
2016-05-26Re-introduce vnode-to-filename mappingStefan Kempf
2016-05-26for textrels (sthen ran into one...):Theo de Raadt
2016-05-26Copy ELF headers into guest VM memoryStefan Kempf
2016-05-26whitespace found during reviewTheo de Raadt
2016-05-26The doforce variable isn't modified anywhere. Also, the only filesystemMartin Natano