summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-27push back -pie to the linker if -pie is specified to avoid an unused argumentRobert Nagy
2017-07-27Add prototypes for prototypes for __b64_pton and __b64_ntop; pointedFlorian Obser
2017-07-27An array is never NULL; pointed out by clang.Florian Obser
2017-07-27uint32_t is never < 0; pointed out by clang.Florian Obser
2017-07-27ensure protoiize man pages installed in all cases (until we comeTheo de Raadt
2017-07-27smtpctl(8): Use an int to determine mode instead of __progname.Sunil Nimmagadda
2017-07-27fix warnings from missing headers.Marc Espie
2017-07-27Sort subdir, run getaddrinfo test, remove vax case.Alexander Bluhm
2017-07-27Sort expected getaddrinfo output in inet4 inet6 order, then theAlexander Bluhm
2017-07-27Use stdrup, to avoid clang whining about the length parameters beingTheo de Raadt
2017-07-27bad things can (and will) happen if a threaded program calls fork() andTed Unangst
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-07-27Initialize pools with correct sizes.Martin Pieuchot
2017-07-27insist on -Oz in the *.mk fileMarc Espie
2017-07-27Mute clang's zeal for whining by providing prototypes.Theo de Raadt
2017-07-27Fix all clang warnings in libc regress and cleanup some make files.Alexander Bluhm
2017-07-27kp can be NULL (eg, stale utmp entry), so adjust the comment.Jeremie Courreges-Anglas
2017-07-27Heed the non-repeaters of GetBulkRequests and make sure to setGerhard Roth
2017-07-27Compile and test MPATH code.Martin Pieuchot
2017-07-27Kill extra whitespace that snuck in.Kenneth R Westerback
2017-07-27Fold add_direct_route(), add_default_route() andKenneth R Westerback
2017-07-27Work around for rttest8 that some times fail due to a reference countMartin Pieuchot
2017-07-27Mark the invalid memory location as volatile, otherwise clang wouldAlexander Bluhm
2017-07-27Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg().Martin Pieuchot
2017-07-27For pf the anchor is a C string so ensure that the value passed in via ioctlClaudio Jeker
2017-07-27Stop doing an splsoftnet()/splx() dance inside the NET_LOCK().Martin Pieuchot
2017-07-27Assert that the KERNEL_LOCK() is held prior to call csignal() andMartin Pieuchot
2017-07-27Grab the KERNEL_LOCK() before calling sorwakeup().Martin Pieuchot
2017-07-27fcntl(F_DUPFD) needs an argument. Otherwise it fails with EINVALAlexander Bluhm
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