summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2008-10-28Use -Werror unconditionnaly again.Miod Vallat
2008-10-27No -Werror on m88k, hairy gcc bug generates false ``variable might be usedMiod Vallat
uninitialized'' warnings. To be removed when the compiler bug is fixed eventually.
2008-10-27rename libsa to libsndioAlexandre Ratchov
requested by many, "just go for it" deraadt@
2008-10-26- make pkg-config recognize --short-errorsJasper Lievisse Adriaanse
- bump the version we're pretending to be to 0.21 ok ckuethe@ ajacoutot@
2008-10-26zap `q' from the getopts string too,Alexandre Ratchov
requested by jmc@
2008-10-26sync SYNOPSIS and usage();Jason McIntyre
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre 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-21add rcs idMartynas Venckus
2008-10-19chuck berry was born in st. louis, not san jose, apparently;Jason McIntyre
from comet--berkeley, freebsd pr 128215;
2008-10-19over-rule -> overrule; from Thomas PfaffJason McIntyre
2008-10-19some minor cleanup, including a fix from Thomas Pfaff (mentionJason McIntyre
mixerctl.conf in mixerctl(1));
2008-10-17correct and clarify VisualHostKey; ok jmc@Kevin Steves
2008-10-17Permit tail -f to follow multiple files, useful when you want to monitorLandry 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 existMartynas Venckus
- resume ftp transfers [-C, reget, mget], if local file does not exist ok theo
2008-10-16two globals not needed in NOZ modeTheo de Raadt
2008-10-16use O_CREAT in -C mode too, for in case it is not there the first timeTheo de Raadt
from frantisek holop, ok millert
2008-10-16make -a the default when no other options besides the requiredJacob Meuser
-f are used input from and ok sthen@, jmc@, deraadt@
2008-10-16Move memory allocation closer to where it is needed. Also makeTodd C. Miller
a distinction between len and size. OK deraadt@
2008-10-16sync with previous, which made -a optional: update synopsis/usage()Jason McIntyre
2008-10-16make -a the default, for consistency with other *ctl programs ...Jacob Meuser
ok sthen@, looks good to oga@
2008-10-14inet6print() has no 4th argumentTheo de Raadt
2008-10-14use #define ROQUIET here; no binary change. ok dtucker@Kevin Steves
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@
2008-10-10typo in error message; ok djm@Kevin Steves
2008-10-10spelling in comment; ok djm@Kevin Steves
2008-10-09cvs(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-09Now that len is set later in compile_subst() we need to move theTodd C. Miller
xmalloc call that goes with it.
2008-10-09remove unused variableCharles Longeau
ok millert@ jsing@
2008-10-09In compile_subst(), adjust for the fact that the initial bufferTodd 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-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
From otto@
2008-10-09add -y to usage();Jason McIntyre
2008-10-09- add -d to usageJason McIntyre
- sync -f arg name with man page synopsis
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
requested in PR3891; ok dtucker@
2008-10-08Add -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-08document -d. ok millert@Martynas Venckus
2008-10-08use (unsigned) in rate calculation for > 2 billion interrupts. This willTheo 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-08Allow sed to handle arbitrarily long lines. Also plug a memoryTodd C. Miller
leak noticed in the process. Closes PR 5303. OK otto@ deraadt@
2008-10-08For "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-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
child queues under their respective interface root queues. Reported by jared r r spiegel via PR 5861.
2008-10-07The 'l' command should not encode newlines. Also document thatTodd C. Miller
backspace is escaped as \b. OK phessler@ and jmc@
2008-10-07There is no /usr/old/bin/sed so compare test results against /usr/bin/sedTodd C. Miller
2008-10-07Do not display file offsets and a few other pieces of information, exceptTheo 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-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2008-10-06give working examples (s/timespec/time/ for variables exported)Todd T. Fries
please commit from jmc@
2008-10-06parse all arguments before going and doing the job requested by -PTheo de Raadt
(slight change made to check argc == 0) from Daniel Dickman
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo 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-03do not give an example of how to chmod files: we can presume the userJason McIntyre
knows that. removes an ambiguity in the permission of authorized_keys; ok deraadt
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-10-02Convert an unchecked strdup to xstrdup. OK deraadt@Todd C. Miller
2008-10-01-s not specified by posix; from Daniel DickmanJason McIntyre