summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-26Fix branch delay slots. Found while making test builds of ports.Visa Hankala
2015-12-26Replace handrolled xfree() function by directly using free(3)mestre
2015-12-26Remove blank line for consistency with other rc.d scripts; no change inAntoine Jacoutot
2015-12-26adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ...Sebastien Marie
2015-12-26mountd(8) changes require a pexp.Kenneth R Westerback
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-25- use strtonum(3) instead of atoi(3)Gleydson Soares
2015-12-25add rcsidGleydson Soares
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-12-25follwing -> followingAnthony J. Bentley
2015-12-25initialiases -> initialisesAnthony J. Bentley
2015-12-25Generate simpler in-page links: just replace spaces with underscores.Anthony J. Bentley
2015-12-25enable iso keyboard munge fix for macbookair6,2Joerg Jung
2015-12-25Don't retain the search query in the resulting manual links.Anthony J. Bentley
2015-12-25Simplify allocation logic based on free and realloc's behavior on NULL.mmcc
2015-12-25Don't set (unused) IPV6_V6ONLY option.Alexandre Ratchov
2015-12-25revert change to call kevent immediately.Ted Unangst
2015-12-25inline a once-used function that just prints a warningmmcc
2015-12-25Add IPI logic. Assign two additional interrupts for inter-processorVisa Hankala
2015-12-25Add launch logic for secondary CPUs. The PROM's launch entry point addressVisa Hankala
2015-12-25Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as aVisa Hankala
2015-12-25Add timecounter for MP.Visa Hankala
2015-12-25Use the ErrorEPC register for curcpu() on Origin, for now.Visa Hankala
2015-12-25Apply some more KNF to the declaration of functions, but keep style to the re...mestre
2015-12-25very basic kevent printingTed Unangst
2015-12-25Add missing second argument to FD_SET macro in example code snippet.tb
2015-12-24If the GPT header checksum check fails, do *not* say the OpenBSD partitionKenneth R Westerback
2015-12-24Make gpt_chk_mbr() instances even more identicaller by alwaysKenneth R Westerback
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