Age | Commit message (Expand) | Author |
2012-06-26 | tweak column spacing to allow for larger numbers | Ted Unangst |
2012-06-26 | after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of | Ted Unangst |
2012-06-26 | It is time to bring this back alive. | Claudio Jeker |
2012-06-26 | simplify a little of the posix standards talk. ok deraadt guenther jmc | Ted Unangst |
2012-06-26 | There is a iscsi.conf man page now. Reminded by jmc@ | Claudio Jeker |
2012-06-26 | Long overdue addition of the iscsi.conf man page. | Claudio Jeker |
2012-06-26 | IP22 R4600SC and R5000SC have their L2 cache supported now. | Miod Vallat |
2012-06-26 | add missing rcs ids | Jasper Lievisse Adriaanse |
2012-06-26 | ALPHA_PGSHIFT -> PGSHIFT. | Theo de Raadt |
2012-06-26 | do not assume that sys/param.h is pulling in the world; pull in what is | Theo de Raadt |
2012-06-26 | param.h (like landisk and alpha before) was still trying to include too | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-26 | sync | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-26 | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in | Matthew Dempsky |
2012-06-26 | Add some more paranoia and make code clearer. Check that the required | Kenneth R Westerback |
2012-06-26 | RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include | Kenneth R Westerback |
2012-06-26 | initialize 'reason' variable before passing it to the pflog_packet; | Mike Belopuhov |
2012-06-26 | test sandbox with every malloc option | Darren Tucker |
2012-06-26 | improve ikev2_msg_retransmit_timeout | Mike Belopuhov |
2012-06-26 | close SA when IKE_SA_INIT or IKE_AUTH exchanges fail; | Mike Belopuhov |
2012-06-26 | Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation | Darren Tucker |
2012-06-26 | compare exchange types as well when looking up a message; | Mike Belopuhov |
2012-06-26 | Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. | Paul Irofti |
2012-06-26 | use /var/www/tmp/ for the temp directories even if not chrooted | Robert Nagy |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2012-06-26 | Stop the song and dance where alpha param.h tries to include the world. | Theo de Raadt |
2012-06-25 | Do not use <machine/float.h>, that is an deformed BSD-ism. | Theo de Raadt |
2012-06-25 | Turns out this file not need machine/float.h at all, since it defines | Theo de Raadt |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-06-25 | Trim a blank line. | Nicholas Marriott |
2012-06-25 | automake has different naming rules, I was mistaken, those require conflict | Marc Espie |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-06-25 | sync | Theo de Raadt |
2012-06-24 | work-around for obvious race condition with make -j4. | Marc Espie |
2012-06-24 | Code for the external L2 cache controller on Indy/Indigo2 R4600SC and Indy | Miod Vallat |
2012-06-24 | Bring in line with current cache_r{5,10}k.c style, and optimize slightly the | Miod Vallat |
2012-06-24 | Since the RM7000 cache behaves as a physically-indexed cache due to the set | Miod Vallat |
2012-06-24 | Get the L2 line size from the configuration register instead of hardcoding the | Miod Vallat |
2012-06-24 | Do not output unnecessary semicolons when expanding macros. No functional change | Miod Vallat |
2012-06-24 | In sysconf(), don't bother querying the kernel for userspace-only | Matthew Dempsky |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-24 | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | Gilles Chehade |
2012-06-24 | Add cache operation functions pointers to struct cpu_info; the various | Miod Vallat |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie |
2012-06-24 | tweak previous (sorry matthieu, i should have spotted this earlier); | Jason McIntyre |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
2012-06-24 | Make the default SSL file locations match the ssl(8) man page for | Lawrence Teo |