summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-17- add realloc_pages to move a buffer's physmem from one range to another.Bob Beck
2016-03-17explicit_bzero for asn1 objects on free. Too often these contain sensitive in...Bob Beck
2016-03-17Add error checking for COLUMNS/LINES environment variables.Anthony J. Bentley
2016-03-16Make urndis(4) print tx/rx errors only if compiled in DEBUG mode.Stefan Sperling
2016-03-16Remove a (now) obsolete comment about shortened IPv4 syntaxmestre
2016-03-16Replace strncpy(3) calls for safer strlcpy(3)mestre
2016-03-16Replace atoi(3) calls for safer strtonum(3)mestre
2016-03-16notab mode is not enabled at the moment.Mark Lumsden
2016-03-16Remove redundant check.Stefan Kempf
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16style(9) includesmmcc
2016-03-16Add SDF_DYING checks to more functions in scsi disk, to prevent anAlexander Bluhm
2016-03-16Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre
2016-03-16- Check if user running spamlogd(8) has root privileges and if not then stopmestre
2016-03-16if ticks diverge from ifq_congestion too far the diff will go negativeDavid Gwynne
2016-03-16macros for the null, min, and max vlan ids.David Gwynne
2016-03-16There's no reason to have execute permissions on a file system image.natano
2016-03-16knock out unused Pp in previous;Jason McIntyre
2016-03-16Expose new audio ioctls that do one thing only: start and stop DMA,Alexandre Ratchov
2016-03-16syncTheo de Raadt
2016-03-16Fix a typo in comment. Diff from Yuuichi Someya.YASUOKA Masahiko
2016-03-16remove cpp version of __sputc, since the inline version is all we haveTheo de Raadt
2016-03-16Transition to "Req-Sent" had been missing when RTA in "Opened". This causedYASUOKA Masahiko
2016-03-16Wrap a macro's args in parentheses. No binary change.mmcc
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-15execl(3) calls must have the last argument casted to (char *)NULLmestre
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