summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-19Unshare Makefile.inc so we can determine how to squeeze makefsTheo de Raadt
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2016-10-19syncTheo de Raadt
2016-10-19enable makefsTheo de Raadt
2016-10-19Link pf_state test to build.Alexander Bluhm
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-19There used to be disabled code that used /dev/tty to determine theTheo Buehler
2016-10-19Remove support for fixed ECDH cipher suites - these is not widely supportedJoel Sing
2016-10-19Remove the save_errno dance inside strerror_r(3). It is from theAlexander Bluhm
2016-10-19Use the reentrant strerror_r() instead of strerror() to expand %m.Todd C. Miller
2016-10-19The clean:, cleandir:, and obj: targets of src/Makefile descend intoTheo Buehler
2016-10-19Only force iwm's firmware to use RTS for all frames if the AP requires it.Stefan Sperling
2016-10-19add -F to usage() too;Jason McIntyre
2016-10-19Do not change routes during test run, but expect that everythingAlexander Bluhm
2016-10-19document -F which somehow escaped documentationGilles Chehade
2016-07-11Add regression tests for the path MTU discovery implementation in Alexander Bluhm
2016-10-19Do not have a default binding for C-b in copy-mode-vi or it conflictsNicholas Marriott
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,Nicholas Marriott
2016-10-19Lets just be safe and check M_PREPEND return values for functions thatRafael Zalamena
2016-10-19Change process_{domem,auxv_offset}() to take a process instead of a proc.Philip Guenther
2016-10-19Change pmap_proc_iflush() to take a process instead of a procPhilip Guenther
2016-10-19The first argument to process_domem() and its uio_procp should be curprocPhilip Guenther
2016-10-19Move session-create hook out of session_create so it works with grouped sessi...Nicholas Marriott
2016-10-19note that SO_REUSEADDR is restricted to callers with the same uid or root;Jason McIntyre
2016-10-19GLOBAL_AUTOCONF_CACHE is the name of a file, not 'yes'. LeftoverTheo Buehler
2016-10-19Remove the if_input task from the correct taskq.YASUOKA Masahiko
2016-10-19struct process has a pointer to the vmspace now, so simplify the ASID searchPhilip Guenther
2016-10-19Don't warn about shadowing a global function unless the localPhilip Guenther
2016-10-18The termination condition of the iteration logic in page_bymacro()Ingo Schwarze
2016-10-18Check for EAGAIN on imsg_flush() return otherwise we might be failingRafael Zalamena
2016-10-18Save the constraint process pid by getting the start_child() return value,Rafael Zalamena
2016-10-18Using bitwise OR along with two assignments in the conditional ofTodd C. Miller
2016-10-18Use the files in /var/db/acpi instead of trying to run acpidump.Mark Kettenis
2016-10-18Clear cell entry with grid_default_entry not grid_default_cell.Nicholas Marriott
2016-10-18"Terminate the session after number prefixes have been received" meansSebastian Benoit
2016-10-18Add the examine /m format, "display in unsigned hex with characterChristian Weisgerber
2016-10-18xterm-keys was in the wrong place in the list; Dilyan Palauzov.Nicholas Marriott
2016-10-18put .openbsd.randomdata into rodata, since i386 can handle itTheo de Raadt
2016-10-18cleanup MakefileTheo de Raadt
2016-10-18Remove setprogname().Martin Natano
2016-10-18Only allow epoch timestamps for -T. A shared option for either using theMartin Natano
2016-10-18Don't tell the programmer not to put variable declarations insideTodd C. Miller
2016-10-18Remove the -B flag. Most of the byteswapping code was tedu'd already.Martin Natano
2016-10-18Remove channel_input_port_forward_request(); the only caller was theDarren Tucker
2016-10-18Merge ufs/{ufs,ffs}/ into ffs/.Martin Natano
2016-10-18Add the branch revision to the status output much like GNU cvs does.Joris Vink
2016-10-18Merge fs/msdosfs/ and newfs_msdos/ into msdos/.Martin Natano
2016-10-18Merge fs/cd9660/ into cd9660.Martin Natano
2016-10-18SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@Christian Weisgerber