Age | Commit message (Expand) | Author |
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 |
2013-01-08 | from pjanzen: | Jason McIntyre |
2013-01-08 | simpler text; from Jan Stary | Jason McIntyre |
2013-01-08 | Remove private CVS tag from an obsolete repository and bump copyright | Reyk Floeter |
2013-01-08 | add other root servers from named.root that were missed in previous updates | Stuart Henderson |
2013-01-08 | - add a hint to sh(1) for patterns in SKIPDIR | Robert Peichaer |
2013-01-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter |
2013-01-08 | new IPv4 address for D.ROOT-SERVERS.NET | Jakob Schlyter |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2013-01-08 | a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com> | Theo de Raadt |
2013-01-08 | More int's that should be size_t for strlen() use | Theo de Raadt |
2013-01-07 | Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access to | Miod Vallat |
2013-01-07 | Teach as(1) how to handle mips symbolic register names. | bcallah |