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