summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-24Both our manual and POSIX ask us to set the error indicator when anIngo Schwarze
2015-12-24Make all instances of gpt_chk_mbr() identical (bar static vsKenneth R Westerback
2015-12-24bzero -> memset. No binary change.mmcc
2015-12-24use strndup instead of malloc/strncpy/nulmmcc
2015-12-24Use return rather than exit to enable the stack protector. Frommmcc
2015-12-24Order includes. From fritjof@alokat.orgmmcc
2015-12-24remove NULL-check before free()mmcc
2015-12-24Function prototypes and a little bit of KNF.tb
2015-12-24more e-mail -> emailmmcc
2015-12-24Remove a couple NULL-checks before free().mmcc
2015-12-24KNF cleanup: sort #includes and cases in switch statements.tb
2015-12-24Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' toKenneth R Westerback
2015-12-24revert check_tcp rev 1.41 by yasuoka@Sebastian Benoit
2015-12-24tweak auto-allocation description, with and ok jmc@Otto Moerbeek
2015-12-24Add --brief and --dereference, used by xdg-open/xdg-mime.Jeremie Courreges-Anglas
2015-12-24Normalize return values from various exit functions.Mike Larkin
2015-12-24Make sure we don't overflow a page during vm_readpage/vm_writepage.Mike Larkin
2015-12-24Add -R option to allow files specified on the command line to beMark Lumsden
2015-12-24More adress -> addressmmcc
2015-12-24adress -> addressAnthony J. Bentley
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2015-12-24Argh. The other part the wrong diff was missing.Kenneth R Westerback
2015-12-24completly -> completelymmcc
2015-12-24Replace bzero with memset. No binary change.mmcc
2015-12-24Mark up paths with Pa, and adjust tag width to avoid ugly wrapping.Anthony J. Bentley
2015-12-24mdoc macro cleanup.Anthony J. Bentley
2015-12-23remove two NULL castsmmcc
2015-12-23Remove unnecessary SIGSYS/ENOSYS handling for getfh(2).Tim van der Molen
2015-12-23Add privilege separation and pledge().Tim van der Molen
2015-12-23Remove the rest of the scaffolding for nonexistent ElGamal support,mmcc
2015-12-23syncTheo de Raadt
2015-12-23pledge "audio" code block must be !SMALL_KERNELTheo de Raadt
2015-12-23Remove NULL casts and tweak style in a few places. A more invasivemmcc
2015-12-23revert previous:Jasper Lievisse Adriaanse
2015-12-23remove NULL-check before free()mmcc
2015-12-23Remove NULL-checks before free(). I think I've almost scrubbed themmcc
2015-12-23remove NULL-checks before free()mmcc
2015-12-23remove NULL-checks before free()mmcc
2015-12-23remove NULL-checks before free()mmcc
2015-12-23remove a few NULL-checks before free()mmcc
2015-12-23Add pledge calls to both "helper" and "worker" processes.Alexandre Ratchov
2015-12-23If PLEDGE_AUDIO is set, allow audio(4) ioctls necessaryAlexandre Ratchov
2015-12-23Update sqlite3 to 3.9.2. Bump major, regen .pc and header. ChangesJames Turner
2015-12-23Do undo.Mark Lumsden
2015-12-23expand message between processes to 2048 bytes. Andre Smagin foundTheo de Raadt
2015-12-23Move the code, that lists uninitialized disk into a separate function.Robert Peichaer
2015-12-23- quote user supplied hostnameRobert Peichaer
2015-12-23- spacingRobert Peichaer
2015-12-23Change comment style for headings so they get removed by list2sh.awk andRobert Peichaer
2015-03-16Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes....James Turner