Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-28 | Use -Werror unconditionnaly again. | Miod Vallat | |
2008-10-27 | No -Werror on m88k, hairy gcc bug generates false ``variable might be used | Miod Vallat | |
uninitialized'' warnings. To be removed when the compiler bug is fixed eventually. | |||
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov | |
requested by many, "just go for it" deraadt@ | |||
2008-10-26 | - make pkg-config recognize --short-errors | Jasper Lievisse Adriaanse | |
- bump the version we're pretending to be to 0.21 ok ckuethe@ ajacoutot@ | |||
2008-10-26 | zap `q' from the getopts string too, | Alexandre Ratchov | |
requested by jmc@ | |||
2008-10-26 | sync SYNOPSIS and usage(); | Jason McIntyre | |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov | |
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead. | |||
2008-10-21 | add rcs id | Martynas Venckus | |
2008-10-19 | chuck berry was born in st. louis, not san jose, apparently; | Jason McIntyre | |
from comet--berkeley, freebsd pr 128215; | |||
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre | |
2008-10-19 | some minor cleanup, including a fix from Thomas Pfaff (mention | Jason McIntyre | |
mixerctl.conf in mixerctl(1)); | |||
2008-10-17 | correct and clarify VisualHostKey; ok jmc@ | Kevin Steves | |
2008-10-17 | Permit tail -f to follow multiple files, useful when you want to monitor | Landry Breuil | |
several logfiles in a single terminal. split forward() and move the corresponding -rewritten- code to follow(). Closes PR 5092. ok millert@ gilles@ sobrado@ | |||
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus | |
- resume ftp transfers [-C, reget, mget], if local file does not exist ok theo | |||
2008-10-16 | two globals not needed in NOZ mode | Theo de Raadt | |
2008-10-16 | use O_CREAT in -C mode too, for in case it is not there the first time | Theo de Raadt | |
from frantisek holop, ok millert | |||
2008-10-16 | make -a the default when no other options besides the required | Jacob Meuser | |
-f are used input from and ok sthen@, jmc@, deraadt@ | |||
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller | |
a distinction between len and size. OK deraadt@ | |||
2008-10-16 | sync with previous, which made -a optional: update synopsis/usage() | Jason McIntyre | |
2008-10-16 | make -a the default, for consistency with other *ctl programs ... | Jacob Meuser | |
ok sthen@, looks good to oga@ | |||
2008-10-14 | inet6print() has no 4th argument | Theo de Raadt | |
2008-10-14 | use #define ROQUIET here; no binary change. ok dtucker@ | Kevin Steves | |
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves | |
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@ | |||
2008-10-10 | typo in error message; ok djm@ | Kevin Steves | |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves | |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt | |
but unfortunately rcs is not so lucky, and it will have to encoded inside. A bit gross, but what can we do? PR 5953, ok tobias | |||
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller | |
xmalloc call that goes with it. | |||
2008-10-09 | remove unused variable | Charles Longeau | |
ok millert@ jsing@ | |||
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller | |
that is passed in may now be larger than _POSIX2_LINE_MAX. Thanks to pedro@ for the test case. OK pedro@ | |||
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller | |
From otto@ | |||
2008-10-09 | add -y to usage(); | Jason McIntyre | |
2008-10-09 | - add -d to usage | Jason McIntyre | |
- sync -f arg name with man page synopsis | |||
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller | |
requested in PR3891; ok dtucker@ | |||
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller | |
Useful for daemonised ssh connection (ssh -f). Patch originally from and ok'd by markus@ | |||
2008-10-08 | document -d. ok millert@ | Martynas Venckus | |
2008-10-08 | use (unsigned) in rate calculation for > 2 billion interrupts. This will | Theo de Raadt | |
do until when we tweak struct uvmexp to have unsigned 64 bit counters, and when we do, it will not break. from PR 4046, ok millert | |||
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller | |
leak noticed in the process. Closes PR 5303. OK otto@ deraadt@ | |||
2008-10-08 | For "gunzip -N", the name stored in the gzip header has no directory, | Todd C. Miller | |
so write the uncompressed file in the same directory we would use were the -N option not specified. Closes PR 5224 | |||
2008-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar | |
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861. | |||
2008-10-07 | The 'l' command should not encode newlines. Also document that | Todd C. Miller | |
backspace is escaped as \b. OK phessler@ and jmc@ | |||
2008-10-07 | There is no /usr/old/bin/sed so compare test results against /usr/bin/sed | Todd C. Miller | |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt | |
to the user or the superuser. Display * for those fields instead. From PR 5113, but modified to use copyout correctly. comments from tedu, ok from others | |||
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller | |
2008-10-06 | give working examples (s/timespec/time/ for variables exported) | Todd T. Fries | |
please commit from jmc@ | |||
2008-10-06 | parse all arguments before going and doing the job requested by -P | Theo de Raadt | |
(slight change made to check argc == 0) from Daniel Dickman | |||
2008-10-03 | Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the | Theo de Raadt | |
function. spotted by des@freebsd, who commited an incorrect fix to the freebsd tree and (as is fairly typical) did not report the problem to us. But this fix is correct. ok djm | |||
2008-10-03 | do not give an example of how to chmod files: we can presume the user | Jason McIntyre | |
knows that. removes an ambiguity in the permission of authorized_keys; ok deraadt | |||
2008-10-02 | get rid of some unneeded $Id stuff | Theo de Raadt | |
2008-10-02 | Convert an unchecked strdup to xstrdup. OK deraadt@ | Todd C. Miller | |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre | |