Age | Commit message (Expand) | Author |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-07-29 | There is no RTC on the E300 boards. | Visa Hankala |
2017-07-29 | Replace a complex `if' condition with a list. | Visa Hankala |
2017-07-28 | plog format string should be literal. | Frederic Cambus |
2017-07-28 | Add some sanity length checks in VFS directory scan. This protects | Alexander Bluhm |
2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert Peichaer |
2017-07-28 | Fix some warnings: p1() and p2() are only declared without arguments so | Nicholas Marriott |
2017-07-28 | On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since | Theo de Raadt |
2017-07-28 | sync | Visa Hankala |
2017-07-28 | man octsctl(4) | Visa Hankala |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-28 | Add a workaround that allows the use of sys/dev/fdt code on octeon. | Visa Hankala |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-28 | Always calculate the hash value of the x509 cert in ssl_load_pkey(). | Alexander Bluhm |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-07-28 | Use a format string for yyerror when printing a variable string. | Florian Obser |
2017-07-28 | pass the size of the dst buffer to strlcat, not the source; pointed | Florian Obser |
2017-07-28 | remove unused variable; pointed out by clang | Florian Obser |
2017-07-28 | remove unused variables; pointed out by clang | Florian Obser |
2017-07-28 | One negation is enough; pointed out by clang. | Florian Obser |
2017-07-28 | fix date | Ingo Schwarze |
2017-07-28 | Do not test .Xr here. It is not what this directory should focus on, | Ingo Schwarze |
2017-07-28 | Show pane title in window list for windows with only one pane. | Nicholas Marriott |
2017-07-28 | The read buffer size reported by the hardware can be up to 4095 | Alexander Bluhm |
2017-07-28 | Don't call fatal from stop_sshd since it calls cleanup which calls stop_sshd | Darren Tucker |
2017-07-28 | Implement -Oz as an alias for -Os here as well. | Mark Kettenis |
2017-07-28 | Gcc3 does not have -fvisibility feature, so skip -fvisibility=hidden | Kenji Aoyama |
2017-07-28 | Add an error argument to rtm_send() instead of rerolling it inside | Martin Pieuchot |
2017-07-28 | provide missing prototypes | Marc Espie |
2017-07-28 | make warns about POST_INSTALL being empty. | Marc Espie |
2017-07-28 | Allow SIOCGIFDESCR with "route" promise in preparation for pledging snmpd. | rob |
2017-07-27 | Use variable edge masks (again). | Ulf Brosziewski |
2017-07-27 | teach clang about our syslog format attribute | Robert Nagy |
2017-07-27 | push back -pie to the linker if -pie is specified to avoid an unused argument | Robert Nagy |
2017-07-27 | Add prototypes for prototypes for __b64_pton and __b64_ntop; pointed | Florian Obser |
2017-07-27 | An array is never NULL; pointed out by clang. | Florian Obser |
2017-07-27 | uint32_t is never < 0; pointed out by clang. | Florian Obser |
2017-07-27 | ensure protoiize man pages installed in all cases (until we come | Theo de Raadt |
2017-07-27 | smtpctl(8): Use an int to determine mode instead of __progname. | Sunil Nimmagadda |
2017-07-27 | fix warnings from missing headers. | Marc Espie |
2017-07-27 | Sort subdir, run getaddrinfo test, remove vax case. | Alexander Bluhm |
2017-07-27 | Sort expected getaddrinfo output in inet4 inet6 order, then the | Alexander Bluhm |
2017-07-27 | Use stdrup, to avoid clang whining about the length parameters being | Theo de Raadt |
2017-07-27 | bad things can (and will) happen if a threaded program calls fork() and | Ted Unangst |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2017-07-27 | Initialize pools with correct sizes. | Martin Pieuchot |
2017-07-27 | insist on -Oz in the *.mk file | Marc Espie |
2017-07-27 | Mute clang's zeal for whining by providing prototypes. | Theo de Raadt |
2017-07-27 | Fix all clang warnings in libc regress and cleanup some make files. | Alexander Bluhm |