Age | Commit message (Expand) | Author |
2015-12-26 | Fix branch delay slots. Found while making test builds of ports. | Visa Hankala |
2015-12-26 | Replace handrolled xfree() function by directly using free(3) | mestre |
2015-12-26 | Remove blank line for consistency with other rc.d scripts; no change in | Antoine Jacoutot |
2015-12-26 | adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ... | Sebastien Marie |
2015-12-26 | mountd(8) changes require a pexp. | Kenneth R Westerback |
2015-12-26 | Set 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-25 | add rcsid | Gleydson Soares |
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games sect... | mestre |
2015-12-25 | follwing -> following | Anthony J. Bentley |
2015-12-25 | initialiases -> initialises | Anthony J. Bentley |
2015-12-25 | Generate simpler in-page links: just replace spaces with underscores. | Anthony J. Bentley |
2015-12-25 | enable iso keyboard munge fix for macbookair6,2 | Joerg Jung |
2015-12-25 | Don't retain the search query in the resulting manual links. | Anthony J. Bentley |
2015-12-25 | Simplify allocation logic based on free and realloc's behavior on NULL. | mmcc |
2015-12-25 | Don't set (unused) IPV6_V6ONLY option. | Alexandre Ratchov |
2015-12-25 | revert change to call kevent immediately. | Ted Unangst |
2015-12-25 | inline a once-used function that just prints a warning | mmcc |
2015-12-25 | Add IPI logic. Assign two additional interrupts for inter-processor | Visa Hankala |
2015-12-25 | Add launch logic for secondary CPUs. The PROM's launch entry point address | Visa Hankala |
2015-12-25 | Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a | Visa Hankala |
2015-12-25 | Add timecounter for MP. | Visa Hankala |
2015-12-25 | Use the ErrorEPC register for curcpu() on Origin, for now. | Visa Hankala |
2015-12-25 | Apply some more KNF to the declaration of functions, but keep style to the re... | mestre |
2015-12-25 | very basic kevent printing | Ted Unangst |
2015-12-25 | Add missing second argument to FD_SET macro in example code snippet. | tb |
2015-12-24 | If the GPT header checksum check fails, do *not* say the OpenBSD partition | Kenneth R Westerback |
2015-12-24 | Make gpt_chk_mbr() instances even more identicaller by always | Kenneth R Westerback |
2015-12-24 | Both our manual and POSIX ask us to set the error indicator when an | Ingo Schwarze |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | bzero -> memset. No binary change. | mmcc |
2015-12-24 | use strndup instead of malloc/strncpy/nul | mmcc |
2015-12-24 | Use return rather than exit to enable the stack protector. From | mmcc |
2015-12-24 | Order includes. From fritjof@alokat.org | mmcc |
2015-12-24 | remove NULL-check before free() | mmcc |
2015-12-24 | Function prototypes and a little bit of KNF. | tb |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-24 | Remove a couple NULL-checks before free(). | mmcc |
2015-12-24 | KNF cleanup: sort #includes and cases in switch statements. | tb |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-24 | revert check_tcp rev 1.41 by yasuoka@ | Sebastian Benoit |
2015-12-24 | tweak auto-allocation description, with and ok jmc@ | Otto Moerbeek |
2015-12-24 | Add --brief and --dereference, used by xdg-open/xdg-mime. | Jeremie Courreges-Anglas |
2015-12-24 | Normalize return values from various exit functions. | Mike Larkin |
2015-12-24 | Make sure we don't overflow a page during vm_readpage/vm_writepage. | Mike Larkin |
2015-12-24 | Add -R option to allow files specified on the command line to be | Mark Lumsden |
2015-12-24 | More adress -> address | mmcc |
2015-12-24 | adress -> address | Anthony J. Bentley |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2015-12-24 | Argh. The other part the wrong diff was missing. | Kenneth R Westerback |