Age | Commit message (Expand) | Author |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-31 | spaces snuck in | Theo de Raadt |
2015-08-31 | KNF | Theo de Raadt |
2015-08-30 | rename a variable "err" to "error" | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-08-30 | Path from $TMUX does not need to be global anymore. | Nicholas Marriott |
2015-08-30 | Login shell can be a client flag, and move the exec code into client.c. | Nicholas Marriott |
2015-08-30 | Event base does not need to be global. | Nicholas Marriott |
2015-08-30 | warnx(3) has an implicit \n at the end. | Florian Obser |
2015-08-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-08-30 | Ignore setuid/setgid settings from a compress/gzip file; original CSRG | Theo de Raadt |
2015-08-30 | Tell user to Put quotes around ${bootcmd} when saving it. Avoids | Matthieu Herrb |
2015-08-30 | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze |
2015-08-30 | Clean up getaddrinfo(3) calls to make them look like the canonical | Florian Obser |
2015-08-30 | Remove RH0 support, it was deprecated in RFC 5095 some time ago and | Florian Obser |
2015-08-30 | Automatically perform traces upon panic. Shrink message about | Theo de Raadt |
2015-08-30 | Don't try to attach efifb(4) on non-UEFI boots. | Mark Kettenis |
2015-08-30 | In readgptlabel() avoid pointless conversions from sector counts | Kenneth R Westerback |
2015-08-30 | sync | Theo de Raadt |
2015-08-30 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | The pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | simple check of -h option. More deviously, check that option/parameter | Marc Espie |
2015-08-30 | Some style nits and dead assignments. | Nicholas Marriott |
2015-08-30 | Eliminate a couple of extraneous DL_SECTOBLK() calls. | Kenneth R Westerback |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-30 | Modify kernel to prepare boot from UEFI. | YASUOKA Masahiko |
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot |
2015-08-30 | Map the whole config1 space based on the size read from the | Martin Pieuchot |
2015-08-30 | Add the number of midi ports to the card description, and use it to | Alexandre Ratchov |
2015-08-30 | Use nanosleep instead of sleep to avoid the extra layer and simplify later | Philip Guenther |
2015-08-30 | For *chmod, allow S_ISTXT in tame mode. I am evaluating what to | Theo de Raadt |
2015-08-30 | size for free(); ok krw | Theo de Raadt |
2015-08-30 | Keep track of a length for free() in error paths. Be careful, | Theo de Raadt |
2015-08-30 | Track rom size, for free() | Theo de Raadt |
2015-08-29 | correct size for free() | Theo de Raadt |
2015-08-29 | Remove some old prototypes and unused functions. | Nicholas Marriott |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | struct args_entry can go into arguments.c. | Nicholas Marriott |
2015-08-29 | fix ugly indents; no harmful macros harmed | Theo de Raadt |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | SHO moved | Theo de Raadt |
2015-08-29 | remove duplicate entry for GRU | Stuart Henderson |
2015-08-29 | add regression test for \n(.$ and \\$* | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-08-29 | sizes for free(); ok guenther | Theo de Raadt |
2015-08-29 | firmware sizes are known; use them for free() | Theo de Raadt |
2015-08-29 | video sub-drivers will not return EINVAL in size variable. (Well, | Theo de Raadt |
2015-08-29 | In readgptlabel() the block offsets of the GPT header and GPT partition | Kenneth R Westerback |
2015-08-29 | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze |