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