Age | Commit message (Expand) | Author |
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 |
2017-07-27 | kp can be NULL (eg, stale utmp entry), so adjust the comment. | Jeremie Courreges-Anglas |
2017-07-27 | Heed the non-repeaters of GetBulkRequests and make sure to set | Gerhard Roth |
2017-07-27 | Compile and test MPATH code. | Martin Pieuchot |
2017-07-27 | Kill extra whitespace that snuck in. | Kenneth R Westerback |
2017-07-27 | Fold add_direct_route(), add_default_route() and | Kenneth R Westerback |
2017-07-27 | Work around for rttest8 that some times fail due to a reference count | Martin Pieuchot |
2017-07-27 | Mark the invalid memory location as volatile, otherwise clang would | Alexander Bluhm |
2017-07-27 | Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg(). | Martin Pieuchot |
2017-07-27 | For pf the anchor is a C string so ensure that the value passed in via ioctl | Claudio Jeker |
2017-07-27 | Stop doing an splsoftnet()/splx() dance inside the NET_LOCK(). | Martin Pieuchot |
2017-07-27 | Assert that the KERNEL_LOCK() is held prior to call csignal() and | Martin Pieuchot |
2017-07-27 | Grab the KERNEL_LOCK() before calling sorwakeup(). | Martin Pieuchot |
2017-07-27 | fcntl(F_DUPFD) needs an argument. Otherwise it fails with EINVAL | Alexander Bluhm |
2017-07-27 | Add pane_at_left/right/top/bottom formats, from Amos Bird. | Nicholas Marriott |
2017-07-27 | don't double install ld, some people have already been lost trying | Marc Espie |
2017-07-27 | The -d flag prevents redirection of stdout (not stdin) and stderr | Theo Buehler |
2017-07-27 | SEQ16_* macros weren't able to compare properly if one of the sequences is | YASUOKA Masahiko |
2017-07-26 | get rid of flag clang doesn't grok (include -Werror in Configure, because | Marc Espie |
2017-07-26 | Consistantly use kp as the var name for struct keycb. | Claudio Jeker |
2017-07-26 | Fix typo in comment, ok deraadt@ | anton |
2017-07-26 | Do not add plain edge areas as default. | Ulf Brosziewski |
2017-07-26 | sync | Theo de Raadt |
2017-07-26 | switch the default compiler on amd64 and i386 to clang, | Robert Nagy |
2017-07-26 | Align variables and put logical operators at EOL. No binary change. | anton |
2017-07-26 | Postpone printing of prompt if filec is enabled in csh. Any I/O should be | anton |
2017-07-26 | Check the option length, not its address (which will never be NULL) | Jeremie Courreges-Anglas |
2017-07-26 | Local declaration beautification. | Kenneth R Westerback |
2017-07-26 | Always reset the alerts timer so it works even if activity and silence | Nicholas Marriott |
2017-07-26 | Make bell, activity and silence alerting more consistent: | Nicholas Marriott |
2017-07-26 | Teach whois(1) to use the new whois referral field name which has now gone | Stuart Henderson |
2017-07-26 | Stray u_int16_t -> uint16_t. | Kenneth R Westerback |
2017-07-26 | Fix add_default_route() so -iface routes are actually | Kenneth R Westerback |
2017-07-26 | Initialize "old" screen buffer lines before use; otherwise, they would | Ingo Schwarze |
2017-07-26 | Fix a typo that caused a non-constant string | Ingo Schwarze |
2017-07-26 | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze |
2017-07-26 | Update MRT reference in bgpd manpage | job |
2017-07-26 | sort; | Jason McIntyre |
2017-07-26 | Update reference to BGP Shutdown Communication specification | job |
2017-07-26 | we_readmem() and ec_readmem() are inlined, but they can also be static. | Theo de Raadt |
2017-07-26 | man pages into right file | Theo de Raadt |
2017-07-26 | uha_init_mscp() is unused. | Theo de Raadt |
2017-07-25 | fallback on _BIF properly when _BIX exists and returns a package | Joshua Stein |
2017-07-25 | Finally remove backwards compat code to support the 'rtsol' keyword | Robert Peichaer |
2017-07-25 | The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up. | Alexander Bluhm |
2017-07-25 | Enable dwdog(4) such that Rockchip RK3288 devices can reboot. | Mark Kettenis |