Age | Commit message (Expand) | Author |
2012-12-25 | Add GENERIC.MP | Miod Vallat |
2012-12-25 | replace one grep with awk patterns and simplify another using -q | Robert Peichaer |
2012-12-25 | Report macro names for the second argument to shutdown(), getrusage(), | Philip Guenthe |
2012-12-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe |
2012-12-24 | In acpiioctl(), Return though the splx() path if suser() returns an error | Philip Guenthe |
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. | Mark Kettenis |
2012-12-24 | simplify things by using shell patterns | Robert Peichaer |
2012-12-24 | add some clues for people who want to run full bulks | Marc Espie |
2012-12-24 | Add ^ and $ special command targets to select lowest and highest | Nicholas Marriott |
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott |
2012-12-24 | Add missing function prototype. | Nicholas Marriott |
2012-12-24 | Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D | Nicholas Marriott |
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott |
2012-12-23 | %zfod was removed in -r1.24; from Naughty | Jason McIntyre |
2012-12-23 | Check proper alignment in destructors too. | Mark Kettenis |
2012-12-23 | Hook up the SSE2 alignment tests. | Mark Kettenis |
2012-12-23 | Regression test for proper stack alignment for SSE2 instructions. | Mark Kettenis |
2012-12-23 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-23 | Explicitly align the stack on a 16-byte boundary such that constructors can | Mark Kettenis |
2012-12-23 | simplify setting FETCH_CMD and move it upwards to where the other | Robert Peichaer |
2012-12-23 | Make the per-user counter file r/w by group auth | Alexander Hall |
2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE | Mark Kettenis |
2012-12-22 | Add support for U3 brigdes present in macppc G5 machines. Many thanks | Martin Pieuchot |
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot |
2012-12-22 | cosmetic changes: | Marc Espie |
2012-12-22 | We already zero out the trapframe, so there is no reason to set individual | Mark Kettenis |
2012-12-22 | acx(4) supports power-saving in hostap mode now; ok claudio | Stefan Sperling |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-22 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-22 | Zero %r0 before transferring control to the main program, to indicate that | Mark Kettenis |
2012-12-22 | some fixes, based on a diff from Martin Toft; | Jason McIntyre |
2012-12-22 | Fix bug in random offset introduced in rev 1.143; random range was | Otto Moerbeek |
2012-12-21 | When binding to a new lease, wait for the RTM_NEWADDR message in | Kenneth R Westerback |
2012-12-21 | tweak for malloc(9) calls: | Gleydson Soares |
2012-12-21 | valid port interval 1 through 65535, not 1 - 65534 | Gleydson Soares |
2012-12-21 | Rather than calling mircotime in bpf_catchpacket each time it's called | Mike Belopuhov |
2012-12-21 | bpf allocates packet buffers in the ioctl path and can sleep | Mike Belopuhov |
2012-12-21 | remove makefile hacks that are no longer needed with t1 t2: working properly | Marc Espie |
2012-12-21 | regen | Jasper Lievisse Adriaanse |
2012-12-21 | - add some pcidevs taken from a dmesg on bugs@ | Jasper Lievisse Adriaanse |
2012-12-21 | the gcc bug seems to have been fixed... | Theo de Raadt |
2012-12-20 | include machine/cpu.h now that is isn't any longer pulled in indirectly | Christian Weisgerber |
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber |
2012-12-20 | report flow control mode in the media status callback | Mike Belopuhov |
2012-12-20 | correctly update the current flow control mode | Mike Belopuhov |
2012-12-20 | max_frame_size must be set after ether_ifattach updates if_mtu; | Mike Belopuhov |
2012-12-20 | readjust midi flow control after consuming input data | Alexandre Ratchov |
2012-12-20 | Bring stack smashing protector for MIPS; enabled by default. | Martynas Venckus |
2012-12-20 | Bring stack smashing protector for Alpha; enabled by default. | Martynas Venckus |