Age | Commit message (Expand) | Author |
2012-09-07 | no need for the ../bioctl | Theo de Raadt |
2012-09-07 | Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ | Darren Tucker |
2012-09-07 | handle pkcs5_pbkdf2() fallout | Theo de Raadt |
2012-09-06 | Add a (currently failing) regress test for GNU C++'s init_priority | Matthew Dempsky |
2012-09-06 | Move the commented out test program in pkcs5_pbkdf2.c into a proper | Matthew Dempsky |
2012-09-06 | remove compat_aout support for i386. ok deraadt | Ted Unangst |
2012-09-06 | config parsing is done in one pass now. no need to use callback anymore. | Eric Faurot |
2012-09-06 | some better phrasing, mostly via jsing | Ted Unangst |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst |
2012-09-06 | Remove the need to occasionally treat dos file names as strings by | Kenneth R Westerback |
2012-09-06 | Avoid modifying argv when building argv for $* and $@ since it will | Todd C. Miller |
2012-09-06 | include yp headers if necessary. | Eric Faurot |
2012-09-06 | make it easy to build without debug code | Eric Faurot |
2012-09-06 | missing letter in previous; | Jason McIntyre |
2012-09-06 | tweak previous; | Jason McIntyre |
2012-09-06 | add a strsplit() helper to factorize code a bit. | Eric Faurot |
2012-09-06 | Make the escape command help (~?) context sensitive so that only commands | Darren Tucker |
2012-09-06 | shorter display for trivial updatesets, | Marc Espie |
2012-09-06 | YP is now supported. | Eric Faurot |
2012-09-06 | remove unused member, reorganize a bit and sync manpage. | Eric Faurot |
2012-09-06 | mention SMBus support in glxpcib(4) | Jonathan Gray |
2012-09-06 | Put help text for ~v and ~V around the correct way | Darren Tucker |
2012-09-06 | Add ~v and ~V escape sequences to raise and lower the logging level | Darren Tucker |
2012-09-06 | Restore missing space. | Darren Tucker |
2012-09-06 | add default license to mdoc.template. ok deraadt ian | Ted Unangst |
2012-09-05 | backout, Todd's version may be cleaner, but it's also wrong. | Marc Espie |
2012-09-05 | sh -c should not munge argv[]. | Marc Espie |
2012-09-05 | zap dead file | Eric Faurot |
2012-09-05 | Get rid of the hostaddr_async subquery and merge its behaviour | Eric Faurot |
2012-09-05 | run regress with the local env too | Eric Faurot |
2012-09-05 | use LDSTATIC for building static executables | Eric Faurot |
2012-09-05 | overwrite with random stream; a repeating chunk of random data isn't | Christian Weisgerber |
2012-09-05 | COMPAT_O48 can be turned off; ok guenther | Theo de Raadt |
2012-09-05 | struct oscsi_addr is not used anymore | Theo de Raadt |
2012-09-05 | struct orlimit is only used by linux compat now, and can stop polluting | Theo de Raadt |
2012-09-05 | struct omount can die; ok guenther | Theo de Raadt |
2012-09-05 | Implement basic (blocking) YP support for getaddrinfo_async(). | Eric Faurot |
2012-09-05 | Make hostaddr_async() return a linked list of struct addrinfo. First | Eric Faurot |
2012-09-05 | Handle empty list properly in choose-list, based on fix from Thomas Adam. | Nicholas Marriott |
2012-09-05 | We can't tell what the terminal has done with a DCS string, so reset the | Nicholas Marriott |
2012-09-05 | don't let pkg_add turn interactive, and waive the @ask-update questions. | Marc Espie |
2012-09-05 | use "MS-DOS", for consistency with other docs; | Jason McIntyre |
2012-09-05 | don't truncate a pointer to int, before checking the low bits -- use uintptr_t | Theo de Raadt |
2012-09-04 | one random overwrite is sufficient, after some discussion on tech | Ted Unangst |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-09-04 | Add support for -fPIC | Theo de Raadt |
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker |