summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-10-28Stop exporting some symbols internal to the softfloat implementation,Mark Kettenis
2017-10-28No need to include <sys/param.h> before <sys/sysctl.h>.Martin Pieuchot
2017-10-28consistently use .Vt for variable types and use ".Fa path" where appropriate;Ingo Schwarze
2017-10-28Bring "netstat -m" output up to speed with the kernelMike Belopuhov
2017-10-28Add the compat-mode setup for wsmouse.Ulf Brosziewski
2017-10-28Adapt the Elantech handlers (v1-3) to the new wsmouse infrastructure.Ulf Brosziewski
2017-10-28Document the use of a rbtree for resolving types inside a single CU.Martin Pieuchot
2017-10-28Define nitems() locally and stop including <sys/param.h>Martin Pieuchot
2017-10-28Correctly handle binaries without string table.Martin Pieuchot
2017-10-28Correct an integer overflow check to detect invalid CTF section.Martin Pieuchot
2017-10-28Print values as unsigned when dumping header.Martin Pieuchot
2017-10-28Prefer useradd(1) over chpass(1) so that new users are added before the YP '+'Antoine Jacoutot
2017-10-28Rename function name and order. No fuctional change.YASUOKA Masahiko
2017-10-28Attach efifb(4) when the system is booted with serial console. AlsoYASUOKA Masahiko
2017-10-27Replace ancient DELAY inherited from Mach and the associated scaryMartin Pieuchot
2017-10-27Fix the glob to find all scapy test scripts.Alexander Bluhm
2017-10-27I am trying to find a bug that seems to be triggered by a combinationAlexander Bluhm
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-27syncTheo de Raadt
2017-10-27Allocate IPv6 reassembly structs using pools instead of malloc(),Visa Hankala
2017-10-27zap a bad space in usage(): sorry ken for not spotting!Jason McIntyre
2017-10-27Add '-n' option to just parse dhclient.conf for errors.Kenneth R Westerback
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2017-10-27Support multiple subjectAltNames by trying each existing until therePatrick Wildt
2017-10-27In the final RFC 5903 the computation for the DH shared secret changed.Patrick Wildt
2017-10-27Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009.Jonathan Gray
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-27Prevent out-of-bound with malformed type entry.Martin Pieuchot
2017-10-27Prevent out-of-bound leading to an invalid pointer dereference whenMartin Pieuchot
2017-10-27This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.Martin Pieuchot
2017-10-27Use <elf.h> in !_KERNEL code path.Martin Pieuchot
2017-10-27Mention <elf.h> rather than <elf_abi.h> which is not portable.Martin Pieuchot
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-10-27Add missing quote.Kevin Lo
2017-10-27Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.Martin Pieuchot
2017-10-27Dump IPsec flows by iterating over the rafdix-tree.Martin Pieuchot
2017-10-27Call i8254_startclock() earlier to make delay() usable. Actually HPYASUOKA Masahiko
2017-10-27whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-10-27improve printing of rdomain on accept() a littleDamien Miller
2017-10-26If LD_BIND_NOW is in force then all relocations are performed eagerly,Philip Guenther
2017-10-26syncTheo de Raadt
2017-10-26Build clang on armv7.Mark Kettenis
2017-10-26Discard exception handling information as we do on other architectures.Mark Kettenis
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-26Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'.Visa Hankala
2017-10-26Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits.Jonathan Gray
2017-10-26Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'Martin Pieuchot
2017-10-26Kill deprecated IPv6 ioctl(2)s.Martin Pieuchot