summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21strtonum() can only handle a maximum of LLONG_MAXSebastian Benoit
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stackMiod Vallat
2012-11-21Remove an md global which value is a duplicate of MI current_function_args_info.Miod Vallat
2012-11-21Try to negotiate version 1.1 of the vDisk protocol such that we can getMark Kettenis
2012-11-21Turn OVERRIDE_OPTIONS into a function, will make it easier to extend on aMiod Vallat
2012-11-21Plug fp leak, from rustyBSD at gmx dot fr.Nicholas Marriott
2012-11-21hook up ldomctl(8) and ldomd(8).Mark Kettenis
2012-11-21Don't forget to delete an rx refill timeout when bringingMike Belopuhov
2012-11-21rc_restart() does not exists. What the 'restart' action does is to runAntoine Jacoutot
2012-11-21syncKirill Bychkov
2012-11-21Hook D-Link DUB-E100 rev C1 to axe(4)Kirill Bychkov
2012-11-21Add D-Link DUB-E100 rev C1.Kirill Bychkov
2012-11-20Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead ofMiod Vallat
2012-11-20Make the mips and powerpc optimizer bug workarounds permanent (i.e. applyMiod Vallat
2012-11-20fix typoMike Belopuhov
2012-11-20keep functnames sortedFlorian Obser
2012-11-20- for lists, list type must come firstJason McIntyre
2012-11-20Allow "smtpctl show queue" to run in "online" mode if the smtpd serverEric Faurot
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19Make sure to invoke end_sequence() before passing it to any emit_insn()Miod Vallat
2012-11-19move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in theMiod Vallat
2012-11-19Sprinkle TREE_SIDE_EFFECTS annotations around all the computations done inMiod Vallat
2012-11-19remove some useless Tn and double punctuation;Jason McIntyre
2012-11-19RES_IGNTC is no longer ignored; ok sthenJason McIntyre
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-11-19document BULK changeMarc Espie
2012-11-19zap pre-install, which was a weird kludge.Marc Espie
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-11-19Clarify some points about config files, notably that they are only readNicholas Marriott
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-11-19If uvm_km_kmemalloc_pla() fails when just creating a thread (and not aPhilip Guenthe
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-11-19Remove useless test: rc_rm_runfile() uses rm -f which always returns 0Antoine Jacoutot
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Check that mandoc handles non-numeric width argumentsIngo Schwarze
2012-11-18knock out a useless .Pp;Jason McIntyre
2012-11-18remove { } from example in PRIMARY DOMAIN sectionRobert Peichaer
2012-11-18Make the generated man(7) code more portable by using .PDIngo Schwarze
2012-11-18Don't output "$action is not supported" when running an rc.d(8) scriptAntoine Jacoutot
2012-11-18Remove pointless local declaration.Antoine Jacoutot
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18These functions all should be called with splbio, so splassert(IPL_BIO)Bob Beck
2012-11-18Small memcpy optimizationsStefan Fritsch
2012-11-18Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,Joel Sing
2012-11-18Add a regress test for strtol, which currently fails.Joel Sing
2012-11-18Test paragraph distance (.PD) implementation;Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17 Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf.Bob Beck