Age | Commit message (Expand) | Author |
2011-07-03 | ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta to | Kenneth R Westerback |
2011-07-03 | Add more useful $OpenBSD$ tag. | Kenneth R Westerback |
2011-07-03 | Add missing $OpenBSD $ tag. | Kenneth R Westerback |
2011-07-03 | "it's" -> "its" in a couple of comments. | Kenneth R Westerback |
2011-07-03 | ucom(4) did not understand the last-close semantics. repair that, and | Theo de Raadt |
2011-07-03 | Change name of pointer to partition from pl to pp, as is used everywhere else... | Kenneth R Westerback |
2011-07-03 | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott |
2011-07-03 | reduce kernel compile time dramatically | Henning Brauer |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-07-03 | garbage collect unused parameter to PFLOG_PACKET | Henning Brauer |
2011-07-03 | endodoify UVM_CNT too. | Owain Ainsworth |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Do as all other direct archs do and map contig memory through the direct | Owain Ainsworth |
2011-07-03 | correctify NULL 0 confusion | Ted Unangst |
2011-07-03 | Include the existing window and session name in the prompt when renaming | Nicholas Marriott |
2011-07-03 | Update floating-point format specifier checks; the situation has | Martynas Venckus |
2011-07-03 | wsdisplay should use wsdisplaypoll not ttpoll. | Nicholas Marriott |
2011-07-03 | Fix return values of wsdisplaykqfilter and move some code so it matches | Nicholas Marriott |
2011-07-03 | Cleanup vnd(4) a bit now that it only has one mode of operation and | Matthew Dempsky |
2011-07-03 | Refactor the fragment handling in pf_setup_pdesc() so that AF_INET | Claudio Jeker |
2011-07-03 | Recognize %a, %A format specifiers, per C99. | Martynas Venckus |
2011-07-03 | avoid void * pointer arithmetic | David Hill |
2011-07-03 | imsg.h requires sys/queue.h and sys/uio.h. | Nicholas Marriott |
2011-07-03 | Update to the terminfo.src from ncurses-5.9-20110626. | Nicholas Marriott |
2011-07-03 | The UVM_STRAT defines have been unused since pmemrange was commited. | Owain Ainsworth |
2011-07-03 | Fix vnd(4) support for read-only files. We can't clear sc_flags | Matthew Dempsky |
2011-07-03 | LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state. | Claudio Jeker |
2011-07-03 | Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has | Claudio Jeker |
2011-07-03 | let reload report (ok) or (failed) just like all other actions; | Ingo Schwarze |
2011-07-03 | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | Matthew Dempsky |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-03 | Call config_detach() on the child scsibus in sr_detach(). | Matthew Dempsky |
2011-07-03 | In pthread_key_delete(), only scan other threads if the key was allocated | Philip Guenthe |
2011-07-03 | The BUGS that MANPS and MANZ are not supported in ports | Ingo Schwarze |
2011-07-03 | no more rogue(6); | Jason McIntyre |
2011-07-03 | Include tests of 80-bit long double precision (on platforms that | Martynas Venckus |
2011-07-03 | Swap bitmask values around so that STRTOG_Neg doesn't get affected | Martynas Venckus |
2011-07-03 | slight knf (particularly the function decls) so i dont get too distracted | David Gwynne |
2011-07-03 | Properly implement the long double (%Lf) scanf without the precision | Martynas Venckus |
2011-07-03 | Remove rogue. Its license is not acceptable for our tree; been | Martynas Venckus |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-02 | Per recommandation in the the sparc docs, use unlocked reads when | Philip Guenthe |
2011-07-02 | -interface is an alias of -iface so make sure route(8) accepts both | Claudio Jeker |
2011-07-02 | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott |
2011-07-02 | Add resourceproto documentation directory. | Matthieu Herrb |
2011-07-02 | For tiny x, tanhf = x*(one+x). GCC (at -O2) optimized this into | Martynas Venckus |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-07-02 | Add cephes. | Martynas Venckus |
2011-07-02 | Import Steve Moshier's printf/scanf tester. | Martynas Venckus |
2011-07-02 | Rebase on gdtoa-20110428; contains fixes for absurdly long inputs | Martynas Venckus |