Age | Commit message (Expand) | Author |
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 |
2012-09-04 | implement basic YP support for gethostbyname_async()/gethostbyaddr_async() | Eric Faurot |
2012-09-04 | fix log_err() calls (from Patrick Wildt) and remove extra space. | Okan Demirmen |
2012-09-04 | Trivial code simplification from Tim Ruehsen. | Nicholas Marriott |
2012-09-04 | Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran at | Stefan Sperling |
2012-09-04 | sort sections; | Jason McIntyre |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-09-04 | these are no longer used; ok guenther | Theo de Raadt |
2012-09-03 | fix the example filter to match current API by using | Charles Longeau |
2012-09-03 | - resolve unchecked malloc()'s; prompted by rustyBSD. | Okan Demirmen |
2012-09-03 | Remove xterm CRA support - support is patchy and it will be done better | Nicholas Marriott |
2012-09-03 | Teach as(1) about rdrand on i386/amd64. | Mark Kettenis |
2012-09-03 | add Intel 7 series kt (amt serial over lan) | Jonathan Gray |
2012-09-03 | Use the right index when adding item in choose-tree, from Thomas Adam. | Nicholas Marriott |
2012-09-03 | When choosing a pane found by find-window, switch to that pane rather | Nicholas Marriott |
2012-09-03 | Rename variables to something a but more understandable. | Nicholas Marriott |