Age | Commit message (Expand) | Author |
2013-01-13 | Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION | Kenneth R Westerback |
2013-01-13 | Add DHO_ defines for all known options. Use same names as ISC where | Kenneth R Westerback |
2013-01-13 | Add DHO_ defines for all known options. Use same names as ISC where | Kenneth R Westerback |
2013-01-13 | MODGCC3_ARCHS -> MODCLANG_ARCHS for the lang/clang module | Sebastian Reitenbach |
2013-01-13 | Enable flow control support with 5708S/5709S adapters. | Brad Smith |
2013-01-13 | Add support for reporting flow control status for 5708S/5709S fibre PHY. | Brad Smith |
2013-01-13 | Check results of strdup() of domainname and nameservers options. | Kenneth R Westerback |
2013-01-13 | Destatic. | Joel Sing |
2013-01-13 | After some discussion with deraadt and kettenis, revert previous decision to | Bob Beck |
2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, | Martynas Venckus |
2013-01-12 | sync | Miod Vallat |
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch |
2013-01-12 | test AES-GCM modes; feedback markus@ | Damien Miller |
2013-01-12 | improve error message for integrity failure in AES-GCM modes; ok markus@ | Damien Miller |
2013-01-11 | Change boot commandline parsing to only force lowercase of the device name | Miod Vallat |
2013-01-11 | Do not use `#' to introduce comments anymore, as(1) will no longer support | Miod Vallat |
2013-01-11 | sync | Todd T. Fries |
2013-01-11 | Automagically define __PIC__ and __pic__ to 1 or 2, when building with | Miod Vallat |
2013-01-11 | Add END() directives to the various functions. | Miod Vallat |
2013-01-11 | Add a bunch of macros to help writing PIC code for libc .S routines. Handles | Miod Vallat |
2013-01-11 | Make ENTRY() generate a .type @function declaration as well if __ELF__. | Miod Vallat |
2013-01-11 | Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be | Miod Vallat |
2013-01-11 | typo | Miod Vallat |
2013-01-10 | history file format correction | Robert Peichaer |
2013-01-10 | Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@ | Todd C. Miller |
2013-01-10 | editline.3: editrc only read from $HOME; from LEVAI Daniel | Jason McIntyre |
2013-01-10 | Don't log "unknown subcode" for subcode 0 when the hold timer expires, | Stuart Henderson |
2013-01-10 | dont hardcode the phy address at 1. the 5718 family of chips can have | David Gwynne |
2013-01-10 | oh hey guys, ive got this cool new thing called a "switch statement". your | David Gwynne |
2013-01-10 | macros describing necessary bits on newer chips. | David Gwynne |
2013-01-10 | apparently broadcom finally made a series of phys that done need a bunch | David Gwynne |
2013-01-10 | regen | David Gwynne |
2013-01-10 | fix model ids for Broadcom BCM5720C and BCM5717C phys. | David Gwynne |
2013-01-10 | when checking if a particular phy has a particular model number, | David Gwynne |
2013-01-09 | In the WANT_LDAP=yes case, always link libsasl2 | Matthieu Herrb |
2013-01-09 | add support for using c99 bool in the kernel based on our stdbool.h | Jonathan Gray |
2013-01-09 | fix typos. From remco@d-compu.dyndns.org | Marc Espie |
2013-01-09 | Sync the userland facing drm headers with FreeBSD minus some cruft mpi | Jonathan Gray |
2013-01-09 | Almost exactly 10 years ago, we changed the length of PF table names to | Peter Hessler |
2013-01-09 | correctly initialise fingerprint type for fingerprinting PKCS#11 keys | Damien Miller |
2013-01-09 | comments are lies. brgphy definitely supports more thant the BCR5400. | David Gwynne |
2013-01-09 | - use # for prompts in examples | Robert Peichaer |
2013-01-08 | fix __cerror non-weak symbol name | Miod Vallat |
2013-01-08 | Add performance test for socket splicing. Two tcpbench processes | Alexander Bluhm |
2013-01-08 | fix a broken display; | Jason McIntyre |
2013-01-08 | Autoflush the log file of the child process. | Alexander Bluhm |
2013-01-08 | .Pa for path/filenames | Robert Peichaer |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2013-01-08 | Remove unnecessary dependencies (-lkvm) | Alexandr Shadchin |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |