summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-02Remove unused mainbus intr hook abstraction.Tobias Ulmer
2014-07-02Remove unused system_type and friends. Remnants from universal powerpc supportTobias Ulmer
2014-07-02don't clear tmux session sockets in daily(8)'s tmp cleanup, from Rafael ZalamenaStuart Henderson
2014-07-02Remove more unused cruft.Joel Sing
2014-07-02Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze
2014-07-02better indentation; no functional changeMike Belopuhov
2014-07-02u_int32_t's can't go negativeMike Belopuhov
2014-07-02condition above makes this part of the check useless;Mike Belopuhov
2014-07-02better indentationMike Belopuhov
2014-07-02KNF.Joel Sing
2014-07-02Clean up warnings related to macros and nesting.Ingo Schwarze
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-07-02this doesnt talk to uvm directly, so doesnt need uvm_extern.hDavid Gwynne
2014-07-02Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze
2014-07-02move test to the right directoryIngo Schwarze
2014-07-02populate pool npages, as per src/sys/kern/subr_pool.c r1.135David Gwynne
2014-07-02matthew@ noticed i wasnt populating npages in the kinfo_pool sent toDavid Gwynne
2014-07-02Change column display in -Ttree to be 1-based instead of 0-basedIngo Schwarze
2014-07-02Do not tun the .PHONY parts of ${LINT_TARGETS} twice.Ingo Schwarze
2014-07-02properly process minherit(2) flags; ok guenther@ matthew@Otto Moerbeek
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
2014-07-02inline is the new __inlineDavid Gwynne
2014-07-02use pool_count to report the number of pools to userland ratherDavid Gwynne
2014-07-02From: Gregor BestJason McIntyre
2014-07-02provide a pool_count global so we can figure out how many pools there areDavid Gwynne
2014-07-02Improve "skipping paragraph macro" messages,Ingo Schwarze
2014-07-02take the pools mutex when copying stats out of it in the sysctlDavid Gwynne
2014-07-02tweak previous;Jason McIntyre
2014-07-02add an explicit rwlock around the global state (the pool list and serialDavid Gwynne
2014-07-02fix ssh protocol 1 on the server that regressed with the sshkey changeDamien Miller
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-07-02RETURN VALUES sectionDavid Gwynne
2014-07-02oops, extra newlineDavid Gwynne
2014-07-02add a CONTEXT section.David Gwynne
2014-07-02pools havent needed to include <sys/time.h> for 7 or 8 years.David Gwynne
2014-07-02formatting tweaks. no functional changeDavid Gwynne
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2014-07-01Clean up the warnings related to document structure.Ingo Schwarze
2014-07-01Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public keyMiod Vallat
2014-07-01Replace the assembly 88100 FPU imprecise exception code (mostly triggered byMiod Vallat
2014-07-01Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outsideMiod Vallat
2014-07-01When a carp interface is created with IFXF_NOINET6 flag, no link-localSebastian Benoit
2014-07-01Adding an additonal delay after each access to SystemMemory or SystemIOMark Kettenis
2014-07-01Fix snprintf() return value tests. ok gilles@Matthieu Herrb
2014-07-01KASSERT() the correct node if a hint is passed to rn_delete().Martin Pieuchot
2014-07-01activate "out-of-order" archives based on historyMarc Espie
2014-07-01turn out-of-order extraction back on.Marc Espie
2014-07-01tweak the ProgressMeter code to always record sizes, even in the stub caseMarc Espie
2014-07-01update currency exchange rates;Jason McIntyre
2014-07-01no more uvm_fork(9);Jason McIntyre