summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-04Real prototypes, better integer types, pass -Wall. No functional change.Miod Vallat
2012-11-04Switch mvme68k to timecounters.Miod Vallat
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2012-11-04Remove default of AuthorizedCommandUser. Administrators are now expectedDamien Miller
2012-11-04Use consistant initialization idiom to reduce confusion.Kenneth R Westerback
2012-11-04No need to pass interface name around when flushing routes.Kenneth R Westerback
2012-11-04No need to pass interface name around when creating routes.Kenneth R Westerback
2012-11-03regenMark Kettenis
2012-11-03Add /dev/ldom[0-3].Mark Kettenis
2012-11-03Let this build again. diff from deraadt "Sure you can commit that" deraadt@Brandon Mercer
2012-11-03Various fixes/tweaks for resolv.conf handling:Kenneth R Westerback
2012-11-03fix potential memory leak, found by llvmFlorian Obser
2012-11-03kill dead assignment, found by llvmFlorian Obser
2012-11-03Don't leak a file descriptor when testing for permissions, also makeChristiano F. Haesbaert
2012-11-03This should be void.Christiano F. Haesbaert
2012-11-03Handle elantech touchpad buttons in a common code path for allStefan Sperling
2012-11-03local variables are only used in functions.Antoine Jacoutot
2012-11-03While this identical idiom caused problems when building an ifaliasreqKenneth R Westerback
2012-11-03s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a typeMike Belopuhov
2012-11-03Obligatory second oce commit for tonight. No binary change.Bryan Steele
2012-11-02Introduce better and simpler producer/consumer queue iteratorMike Belopuhov
2012-11-02Remove mips64 -fno-stack-protector addition; at the moment gcc4 used on mips64Miod Vallat
2012-11-02Remove 13 years old compiler bug workaround on m68k. Apparently fixed or sweptMiod Vallat
2012-11-02Avoid some misaligned access on sparc64 (at least) by bcopy()'ingKenneth R Westerback
2012-11-02Add a "kick counter" that gets incremented on each command, to detectEric Faurot
2012-11-02typoMiod Vallat
2012-11-02Add a new malloc option 'U' => "Free unmap" that does the guarding/Damien Miller
2012-11-02Unstick bgpctl reload after reloading a bgpd.conf with errors.Florian Obser
2012-11-02Allow to specify how often a pattern has to show up in the relaydAlexander Bluhm
2012-11-02Ktrace the relayd during the test if the KTRACE environment variableAlexander Bluhm
2012-11-02Make the relayd regression tests more verbose. Write everythingAlexander Bluhm
2012-11-02Don't add a 'nameserver' line to resolv.conf if the nameserver inKenneth R Westerback
2012-11-02replace "err(1, (char *)NULL);" with "err(1, NULL);"Jason McIntyre
2012-11-02Consistency and robustness improvements in mda:Eric Faurot
2012-11-02uvm_km_alloc() allocs bytes rounded up to the nearest page not pages.Jonathan Gray
2012-11-02Make counters more informative in the scheduler:Eric Faurot
2012-11-02Watch the non-privileged end of the pipe to the privileged childKenneth R Westerback
2012-11-02unbreak ramdisks, we need to include tcp/udp.h unconditionally now and notHenning Brauer
2012-11-02Don't OR flags into an uninitialized variable in elantech hardware v1 code.Stefan Sperling
2012-11-02Dont insert twice recorded wav files (-o) on the list of recorded files;Alexandre Ratchov
2012-11-02Initialize wav structure enough for wav_close() to work in the errorAlexandre Ratchov
2012-11-02Use dedicated messages for flow control instead of abusing clock tickAlexandre Ratchov
2012-11-02BHyVe and QEMU also provide virtio.Brad Smith
2012-11-02Correct capitalization of KVM/VirtualBox.Brad Smith
2012-11-01KNF some leading spaces into tabs.Kenneth R Westerback
2012-11-01Remove dead code that was a leftover from the initial code which wasReyk Floeter
2012-11-01Switch alpha to per-process astpending.Miod Vallat
2012-11-01In cpu_fork(), correctly set up the stack of the new process if required. ThisMiod Vallat
2012-11-01When possible, send multiple characters per packet. Also, stop sending whenMark Kettenis
2012-11-01Zero v0 before transferring control to the main program to indicate thatMark Kettenis