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