summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.Nicholas Marriott
2017-07-27don't double install ld, some people have already been lost tryingMarc Espie
2017-07-27The -d flag prevents redirection of stdout (not stdin) and stderrTheo Buehler
2017-07-27SEQ16_* macros weren't able to compare properly if one of the sequences isYASUOKA Masahiko
2017-07-26get rid of flag clang doesn't grok (include -Werror in Configure, becauseMarc Espie
2017-07-26Consistantly use kp as the var name for struct keycb.Claudio Jeker
2017-07-26Fix typo in comment, ok deraadt@anton
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-26syncTheo de Raadt
2017-07-26switch the default compiler on amd64 and i386 to clang,Robert Nagy
2017-07-26Align variables and put logical operators at EOL. No binary change.anton
2017-07-26Postpone printing of prompt if filec is enabled in csh. Any I/O should beanton
2017-07-26Check the option length, not its address (which will never be NULL)Jeremie Courreges-Anglas
2017-07-26Local declaration beautification.Kenneth R Westerback
2017-07-26Always reset the alerts timer so it works even if activity and silenceNicholas Marriott
2017-07-26Make bell, activity and silence alerting more consistent:Nicholas Marriott
2017-07-26Teach whois(1) to use the new whois referral field name which has now goneStuart Henderson
2017-07-26Stray u_int16_t -> uint16_t.Kenneth R Westerback
2017-07-26Fix add_default_route() so -iface routes are actuallyKenneth R Westerback
2017-07-26Initialize "old" screen buffer lines before use; otherwise, they wouldIngo Schwarze
2017-07-26Fix a typo that caused a non-constant stringIngo Schwarze
2017-07-26Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze
2017-07-26Update MRT reference in bgpd manpagejob
2017-07-26sort;Jason McIntyre
2017-07-26Update reference to BGP Shutdown Communication specificationjob
2017-07-26we_readmem() and ec_readmem() are inlined, but they can also be static.Theo de Raadt
2017-07-26man pages into right fileTheo de Raadt
2017-07-26uha_init_mscp() is unused.Theo de Raadt
2017-07-25fallback on _BIF properly when _BIX exists and returns a packageJoshua Stein
2017-07-25Finally remove backwards compat code to support the 'rtsol' keywordRobert Peichaer
2017-07-25The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up.Alexander Bluhm
2017-07-25Enable dwdog(4) such that Rockchip RK3288 devices can reboot.Mark Kettenis
2017-07-25Add dwdog(4), a driver for the Synopsys Designware watchdog timer integratedMark Kettenis
2017-07-25Add rkclock(4), rkgrf(4), rkpinctrl(4) and rkgpio(4). This makes OpenBSDMark Kettenis
2017-07-25The Cortex-A17 TRM explicitly says that there is an intermediate tableMark Kettenis
2017-07-25as noted by Hanno Boeck, using the *check_private_key functions isSebastian Benoit
2017-07-25make function match its prototype.Marc Espie
2017-07-25Correct and clarify the description of special sequencesIngo Schwarze
2017-07-25convert one more -Os -> -OzTheo de Raadt
2017-07-25change -Os to -Oz all around the treeRobert Nagy
2017-07-25remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support itRobert Nagy
2017-07-25Remove dynamically created files from CVS tree.Alexander Bluhm
2017-07-25Do not remove files from CVS tree during make clean.Alexander Bluhm
2017-07-25rework octuctl and its children to attach via fdtJonathan Matthew
2017-07-25Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCPDarren Tucker
2017-07-25Print CPU type as we do on arm64. This is how ARM prints revisions in itsMark Kettenis
2017-07-25Remove leftovers of a past softintr mechanism.Visa Hankala
2017-07-24Fix off-by-one error introduced in the previous commit.Theo Buehler
2017-07-24syncTheo de Raadt
2017-07-24Prettify, simplifyJeremie Courreges-Anglas