Age | Commit message (Expand) | Author |
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 |
2011-07-24 | nudge people towards pkglocatedb as a viable alternative to pkg_info -E. | Marc Espie |
2011-07-24 | fix linkat(2) prototype | Matthew Dempsky |
2011-07-24 | AT&T recently released a new version of UNIX (System III). | Ingo Schwarze |
2011-07-24 | Handle 'show' specially to prepare for regress tests on pfrke_route | Ryan Thomas McBride |
2011-07-24 | back out conv=sync change; the disk subsystem changes which "required" | Theo de Raadt |
2011-07-24 | Update PF table regress tests to work with -current. | Ryan Thomas McBride |
2011-07-23 | TCP out-of-band data is not reliable. Allow socket splicing | Alexander Bluhm |
2011-07-23 | Print the daemon name before starting, and ok/failed afterwards, providing | Stuart Henderson |
2011-07-23 | Properly align the stack early on in the ld.so startup code such that code run | Mark Kettenis |