Age | Commit message (Expand) | Author |
2011-07-27 | Obvious typo | Marc Espie |
2011-07-27 | Switch hppa64 to binutils-2.17 | Mark Kettenis |
2011-07-27 | Add support for OpenBSD/hppa64. | Mark Kettenis |
2011-07-27 | - add a failing test, to be addressed later. | Jasper Lievisse Adriaanse |
2011-07-27 | oops, missing file for weighted round-robin test. | Ryan Thomas McBride |
2011-07-27 | Update regress tests for weighted round-robin (and recent pool bugfix) | Ryan Thomas McBride |
2011-07-27 | - new sentence, new line | Jason McIntyre |
2011-07-27 | icsphy(4) has been seen coupled with dc(4) and vr(4) so list it in the manpage. | Stuart Henderson |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2011-07-26 | Accept neighbor discovery packets from source IPv6 addresses for | Alexander Bluhm |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky |
2011-07-26 | Document system calls that optionally traverse symlinks. | Matthew Dempsky |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-26 | Add OpenBSD/hppa support. | Mark Kettenis |
2011-07-26 | Show an example of overriding a limit for a specific daemon with rc.d(8). | Stuart Henderson |
2011-07-26 | do not describe where DELAY comes from; pointed out by austin; ok jsg | Theo de Raadt |
2011-07-26 | No need to byte-swap d_checksum just before setting it to zero. | Kenneth R Westerback |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | sync | Theo de Raadt |
2011-07-26 | Assumptions about floating-point word order based on BYTE_ORDER are | Martynas Venckus |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2011-07-26 | Backout previous, naddy@ found the following regression: | Ingo Schwarze |
2011-07-25 | Disable MSI for now; something is still not quite right on UltrSPARC T2 | Mark Kettenis |
2011-07-25 | two more syscall functions that should have returned int, not pid_t | Ted Unangst |
2011-07-25 | Make sure vfsp is not used uninitialized in the mount -o update case; | Miod Vallat |
2011-07-25 | sys_wait4 properly returns int. ok deraadt | Ted Unangst |
2011-07-25 | note that -fstrict-overflow is disabled by default. ok jsg nicm | Ted Unangst |
2011-07-25 | Be more careful when looking at l2tp traffic. Do more length checks and | Claudio Jeker |
2011-07-25 | document syslog facility/level; from Stefan Unterweger | Jason McIntyre |
2011-07-25 | - Use strtof instead of casting strtod back to float (apprentice.c), | Martynas Venckus |
2011-07-25 | Make huge constants actually long, so they don't overflow and become | Martynas Venckus |
2011-07-25 | Sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2011-07-25 | remove a link that no longer works; | Jason McIntyre |
2011-07-25 | tweak previous; | Jason McIntyre |
2011-07-25 | Make paragraph about ADD.notify handling clearer. First suggestion | Kenneth R Westerback |
2011-07-25 | update HISTORY and SEE ALSO for all of string(3), together with various | Ingo Schwarze |
2011-07-24 | occured -> occurred; | Jason McIntyre |
2011-07-24 | tweak previous; | Jason McIntyre |
2011-07-24 | Recent Single Unix will malloc memory if the second argument of realpath() | Miod Vallat |
2011-07-24 | Theo reported that make cleandir deleted too much, triggering this cleanup: | Ingo Schwarze |
2011-07-24 | check opening and middle punctuation as well | Ingo Schwarze |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus |
2011-07-24 | check that a macro works in the head of a tagged paragraph; | Ingo Schwarze |
2011-07-24 | oops! syncronizing -> synchronizing (we'll ignore the z thing...) | Jason McIntyre |
2011-07-24 | don't encourage use of -c; plus cleanup other goo in man page | Theo de Raadt |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt |
2011-07-24 | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | Todd C. Miller |
2011-07-24 | Rewrite the main loop of the "sed s/..." command, shortening it by ten | Ingo Schwarze |
2011-07-24 | Also run the new tests of "sed -E 's/..." with the input lacking a | Ingo Schwarze |
2011-07-24 | OS fingerprinting can only be done on rules that explicitly specify TCP | Ryan Thomas McBride |