summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-02Cleanup the softraid boot probe code. Rename the rather poorly namedJoel Sing
2011-07-02pthread_key_delete should delete the data, so it's not reused byTed Unangst
2011-07-02Use getvnode() instead of implementing our own file descriptor handlingJoel Sing
2011-07-02Getting a disklabel to extract d_secsize to initialize a variable that is thenKenneth R Westerback
2011-07-02rename VFSDEBUG to VFLCKDEBUG;Thordur I. Bjornsson
2011-07-02add file equivalence. Choose the most recent timestamp between man andMarc Espie
2011-07-02allows .libs* packages to match correctly in the presence of @conflict markersMarc Espie
2011-07-02"repair" the thunarvfs test, except it's not repaired, as it does notMarc Espie
2011-07-02update MANDIR and remove MANPS and MANZ variables;Ingo Schwarze
2011-07-02gc in_interfaces. doesnt seem to do anything except get incremented.David Gwynne
2011-07-01msi interrupts working on mfi(4)Theo de Raadt