summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-11-08groupling tests that now passMarc Espie
2015-11-08stop pointing people to the gnu and less sites; ok nicmJason McIntyre
2015-11-08Remove support for LESSGLOBALTAGS, we do not have global(1) (standardNicholas Marriott
2015-11-08Make "machine disk" show some info for EFI instead of info for BIOS.YASUOKA Masahiko
2015-11-08Make the variables be "const" and fix white space.YASUOKA Masahiko
2015-11-07add missing NAME entries;Jason McIntyre
2015-11-07Ensure the safety of isprint()'s argument. Suggested by guenther@ a fewmmcc
2015-11-07Use linkat() instead of link() so that hardlinks of symlinks workPhilip Guenther
2015-11-07Make it clearer that warningf()'s first argument determines whether themmcc
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-07delete custom charset tables and just use ctype. init utf_mode from LC_CTYPETed Unangst
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-07Disable red-zone since EFI is running with a different ABI.YASUOKA Masahiko
2015-11-07Emulate loops performed in the software crypto driver more closelyMike Belopuhov
2015-11-07Update copyright informationMike Belopuhov
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-07In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze
2015-11-07Use input handlers for bridge(4).Martin Pieuchot
2015-11-07Don't try to be clever testing if a queue is full before callingMartin Pieuchot
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-07typo in nd variable used for adding ni_pledge noteSebastien Marie
2015-11-07Simplify and clarify.mmcc
2015-11-07remove some charsets we don't use. remove LESSCHARSET since setting it toTed Unangst
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-06In in_arpinput() do not make an extra route lookup to check wetherAlexander Bluhm
2015-11-06add [ to NAME, and document it; the NAME addition wasJason McIntyre
2015-11-06Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;Miod Vallat
2015-11-06From FreeBSD 23397:Alexandr Shadchin
2015-11-06"source" doesn't need to be a global. While here, the correct spellingFlorian Obser
2015-11-06I was very optimistic in groupling creation. Turns out lists of targetsMarc Espie
2015-11-06Do not compile net/radix_mpath.c in ART-enabled kernels.Martin Pieuchot
2015-11-06relayd.conf(5) macro cleanup.Anthony J. Bentley
2015-11-06Rename rt_mpath_next() into rtable_mpath_next() and provide anMartin Pieuchot
2015-11-06Use a SLIST instead of a LIST for MPATH route entries with ART.Martin Pieuchot
2015-11-06correct exit status on pledge(2) errorsIngo Schwarze
2015-11-06Instead of multiplying with 0..1, extend the bit into a mask and do an AND.Christian Weisgerber
2015-11-06further PPP reduction, hint from sthenTed Unangst
2015-11-06remove ppplogin support. ok sthenTed Unangst
2015-11-06Use getprogname(3) rather than __progname.Ingo Schwarze
2015-11-06Radically improve the performance of bgpd filters. Based on PF's skipPeter Hessler
2015-11-06remove rarely used LESSCHARDEF support. ok nicmTed Unangst
2015-11-06Remove support for ! to run a shell command, we have ^Z around theseNicholas Marriott
2015-11-06Garrett D'Amore has agreed to moving his copyright line up above theNicholas Marriott
2015-11-06The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@Ingo Schwarze
2015-11-06In ART separate the MPATH delete case to properly recover if art_delete()Martin Pieuchot
2015-11-06time_t is not a long. remove incorrect abstraction around time().Ted Unangst
2015-11-06make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne