summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-12improve error message for integrity failure in AES-GCM modes; ok markus@Damien Miller
2013-01-11Change boot commandline parsing to only force lowercase of the device nameMiod Vallat
2013-01-11Do not use `#' to introduce comments anymore, as(1) will no longer supportMiod Vallat
2013-01-11syncTodd T. Fries
2013-01-11Automagically define __PIC__ and __pic__ to 1 or 2, when building withMiod Vallat
2013-01-11Add END() directives to the various functions.Miod Vallat
2013-01-11Add a bunch of macros to help writing PIC code for libc .S routines. HandlesMiod Vallat
2013-01-11Make ENTRY() generate a .type @function declaration as well if __ELF__.Miod Vallat
2013-01-11Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to beMiod Vallat
2013-01-11typoMiod Vallat
2013-01-10history file format correctionRobert Peichaer
2013-01-10Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@Todd C. Miller
2013-01-10editline.3: editrc only read from $HOME; from LEVAI DanielJason McIntyre
2013-01-10Don't log "unknown subcode" for subcode 0 when the hold timer expires,Stuart Henderson
2013-01-10dont hardcode the phy address at 1. the 5718 family of chips can haveDavid Gwynne
2013-01-10oh hey guys, ive got this cool new thing called a "switch statement". yourDavid Gwynne
2013-01-10macros describing necessary bits on newer chips.David Gwynne
2013-01-10apparently broadcom finally made a series of phys that done need a bunchDavid Gwynne
2013-01-10regenDavid Gwynne
2013-01-10fix model ids for Broadcom BCM5720C and BCM5717C phys.David Gwynne
2013-01-10when checking if a particular phy has a particular model number,David Gwynne
2013-01-09In the WANT_LDAP=yes case, always link libsasl2Matthieu Herrb
2013-01-09add support for using c99 bool in the kernel based on our stdbool.hJonathan Gray
2013-01-09fix typos. From remco@d-compu.dyndns.orgMarc Espie
2013-01-09Sync the userland facing drm headers with FreeBSD minus some cruft mpiJonathan Gray
2013-01-09Almost exactly 10 years ago, we changed the length of PF table names toPeter Hessler
2013-01-09correctly initialise fingerprint type for fingerprinting PKCS#11 keysDamien Miller
2013-01-09comments are lies. brgphy definitely supports more thant the BCR5400.David Gwynne
2013-01-09- use # for prompts in examplesRobert Peichaer
2013-01-08fix __cerror non-weak symbol nameMiod Vallat
2013-01-08Add performance test for socket splicing. Two tcpbench processesAlexander Bluhm
2013-01-08fix a broken display;Jason McIntyre
2013-01-08Autoflush the log file of the child process.Alexander Bluhm
2013-01-08.Pa for path/filenamesRobert Peichaer
2013-01-08support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)Markus Friedl
2013-01-08Remove unnecessary dependencies (-lkvm)Alexandr Shadchin
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-08from pjanzen:Jason McIntyre
2013-01-08simpler text; from Jan StaryJason McIntyre
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
2013-01-08add other root servers from named.root that were missed in previous updatesStuart Henderson
2013-01-08- add a hint to sh(1) for patterns in SKIPDIRRobert Peichaer
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2013-01-08a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com>Theo de Raadt
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
2013-01-07Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access toMiod Vallat
2013-01-07Teach as(1) how to handle mips symbolic register names.bcallah