Age | Commit message (Expand) | Author |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko |
2012-10-05 | Add targets for the 6k and 8k bit moduli components | Darren Tucker |
2012-10-04 | spacing | Reyk Floeter |
2012-10-04 | default map source to S_PLAIN, this allows us to simplify smtpd.conf: | Gilles Chehade |
2012-10-04 | delay the call to log_debug() for displaying the backends used until | Eric Faurot |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-10-04 | backout pgroup/job control from make, there is something deeply bogus | Marc Espie |
2012-10-04 | Clean up uninitialized warnings from cryptosoft and aesni. | Christiano F. Haesbaert |
2012-10-04 | change to from=<...>, to=<...> instead of to=<...> for logging | Todd T. Fries |
2012-10-04 | Clean up uninitialized warnings from ar9003. | Christiano F. Haesbaert |
2012-10-04 | Sync | Miod Vallat |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt |
2012-10-04 | FRELE() has a second argument now | Philip Guenthe |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat |
2012-10-03 | when requesting MX entries, the result can be appear in random orders. | Gilles Chehade |
2012-10-03 | Don't include <mips64/archtype.h> when you don't need it. | Miod Vallat |
2012-10-03 | we reintroduced a bug that was fixed 2 years ago with the aliases rewrite: | Gilles Chehade |
2012-10-03 | - add a EXPAND_DEPTH define for ... expansion depth | Gilles Chehade |
2012-10-03 | disallow root deliveries for "deliver to filename" and "deliver to mda" | Gilles Chehade |
2012-10-03 | don't try to cope with iobuf_init() failure, make it fatal() instead. | Charles Longeau |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-10-03 | sync | Miod Vallat |
2012-10-03 | Only show "inflight" debugging message if compiled with DEBUG > 1. | Reyk Floeter |
2012-10-03 | Inherit and pass the relay table flags correctly. | Reyk Floeter |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter |
2012-10-03 | attach to D-Link WUA-2340, from Aaron Wirtz on misc@ | Stuart Henderson |
2012-10-03 | sync | Stuart Henderson |
2012-10-03 | add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@ | Stuart Henderson |
2012-10-03 | tweak text for consistency; from artturi alm | Jason McIntyre |
2012-10-02 | fix weird depend on -liberty, okay miod@. | Marc Espie |
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen |
2012-10-02 | check iobuf_init() return value. | Charles Longeau |
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie |
2012-10-02 | rework make documentation to correspond to usual terms (prerequisites | Marc Espie |
2012-10-02 | Simplify rtable assignment and cut some cruft | Christiano F. Haesbaert |
2012-10-02 | Allow session tree (C-b s) to expand and collapse sessions with | Nicholas Marriott |
2012-10-02 | Remove some out of date text from man page, from Thomas Adam. | Nicholas Marriott |
2012-10-02 | fix -z option, broken in revision 1.215 | Damien Miller |
2012-10-02 | some small tweaks to improve the text: | Jason McIntyre |
2012-10-01 | remove check for negative numbers in resp | Robert Peichaer |
2012-10-01 | the BUGS entry is no longer relevant, so remove it; | Jason McIntyre |
2012-10-01 | pasto; ok djm@ | Christian Weisgerber |
2012-10-01 | Add some fairly random PEN (private enterprise numbers). | Reyk Floeter |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter |
2012-10-01 | update currency exchange rates; | Jason McIntyre |
2012-10-01 | More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, | Philip Guenthe |
2012-10-01 | Make groupmember() check the effective gid too, so that the checks are | Philip Guenthe |
2012-09-30 | Correct the addition of the 39320LPE controller. The actual product name | Brad Smith |
2012-09-30 | use xmalloc(), xcalloc() and xmemdup() helpers | Charles Longeau |