summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
rather than 0, which it will now treat as valid (needed for future work) adjust current consumers of a2port() to check its return value is <= 0, which in turn required some things to be converted from u_short => int make use of int vs. u_short consistent in some other places too feedback & ok markus@
2009-01-22oops! I committed the wrong version of the Channel->path diff,Damien Miller
it was missing some tweaks suggested by stevesk@
2009-01-22make Channel->path an allocated string, saving a few bytes here andDamien Miller
there and fixing bz#1380 in the process; ok markus@
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
with the right mdoc macros.
2009-01-151) use obsolete instead of alias for consistencyKevin Steves
2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is so move the comment. 3) reorder so like options are together ok djm@
2009-01-14support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;Damien Miller
"looks ok" markus@
2009-01-14fix printing status on removed files by default;Joris Vink
slighty different diff applied then what the bug author provided us. thanks & closes pr 6038
2009-01-10tweak previous;Jason McIntyre
2009-01-10add "loopback" mode in which input is connected to the output.Alexandre Ratchov
This is useful to mix, demultiplex, resample or reencode audio files off-line. tweak + ok jakemsr
2009-01-09Tamas TEVESZ requested a better description for tip/cu, so pull in thisJason McIntyre
improvement from perry@netbsd, -r1.26; nick suggested a better description for the .Nd line; ok nick
2009-01-09Do not try to set the close on exec flag if we didn't actually open sudoers.Todd C. Miller
Fixes a crash when sudoers owenership is wrong found by thib@
2009-01-08Reflect MPLS kernel changes.Michele Marchetto
ok claudio@
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies.
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze
2009-01-06don't use a reference to the device file. Use the corresponding aprocAlexandre Ratchov
structure instread.
2009-01-05since socks5 has been removed from ports recently, switch ftp toMartynas Venckus
dante instead. "makes sense" sthen@, ajacoutot@, "no objections" millert@; "i agree" jakob@. tested by Simon Kuhnle and myself
2009-01-04sync the synopsis and usage of the command; "usage:" is lowercase.Igor Sobrado
tweaked and ok by jmc@
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
ok jmc@
2009-01-02Add format attributes to functions that use variable arguments andCan Erkin Acar
make the code -Wformat=2 clean. ok joris@ xsa@
2009-01-01Unclutter 'systate rules' by printing the flags option using the minimalRyan Thomas McBride
pf.conf syntax (flags S/SA is implicit). ok henning canacar
2009-01-01fix hash calculation for KEXGEX: hash over the original client-suppliedDamien Miller
values and not the sanity checked versions that we acutally use; bz#1540 reported by john.smith AT arrows.demon.co.uk ok markus@
2009-01-01call channel destroy callbacks on receipt of open failure messages.Damien Miller
fixes client hangs when connecting to a server that has MaxSessions=0 set spotted by imorgan AT nas.nasa.gov; ok markus@
2009-01-01Fix iso weekno calculation by using a different algorithm. Still hardOtto Moerbeek
to follow, but this one has a documented origin at least; ok pyr@ jasper@
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-30be clear about what csplit does by default when no options to theJason McIntyre
contrary are specified; feedback/ok otto millert
2008-12-30make -S case insensitive; this avoids any confusion over the factJason McIntyre
that MD page headers use mixed case; tidy up the man page regarding this; diff from Ingo Schwarze ok sobrado millert krw
2008-12-30add AllowAgentForwarding to available Match keywords listOkan Demirmen
ok djm
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
structures so we can keep a pointer to the device. Beside some simplifications, this allows to easily handle the situation where the audio device desappears. No change in the behaviour.
2008-12-29no need to escape single quotes in commentsKevin Steves
2008-12-29fix example, default key type is rsa for 3+ years; fromKevin Steves
frederic.perrin@resel.fr
2008-12-28set the buffer size using the ``appbufsz'' parameter ofAlexandre Ratchov
sio_setpar(3). Allows cdio to be used with aucat(1) whatever the buffer size used by aucat is. ok jakemsr
2008-12-27fix a bug in resampling code, resulting in joined stereo and/orAlexandre Ratchov
high frequency attenuation, intruduced in aproc.c rev 1.27. Hints from Alf Schlichting <a.schlichting(at)lemarit.com>, thanks!
2008-12-27simplify the mixer and the demultiplexer code; no change in theAlexandre Ratchov
behaviour. This also, fixes incorrect constructs that are currently harmless
2008-12-27complain about a deadlock only if there are descriptors waitingAlexandre Ratchov
for i/o and none of them is polled. This avoids false positives caused by listening sockets in server mode.
2008-12-27do not call exit(1) if sio_start(3) or sio_stop(3) fail. TheAlexandre Ratchov
error will be catched later in the main loop.
2008-12-26synchronize synopsis and usage.Igor Sobrado
2008-12-26*** empty log message ***Alexandre Ratchov
2008-12-24Plug a couple of memory leaks noticed by deraadt.David Hill
ok otto@
2008-12-24add -S and -s options, similar to man(1), for restrictingJason McIntyre
searches by section number and architecture; diff from Ingo Schwarze; ok deraadt millert sobrado
2008-12-23time to add a new one.Claudio Jeker
2008-12-19Sync some bits with sudo 1.7.0 final.Todd C. Miller
2008-12-19be more specific about the field delimiter;Jason McIntyre
reported by Arto Huusko, NetBSD PR bin/40214 feedback/ok otto
2008-12-19use simple linear interpolation in the resampling code.Alexandre Ratchov
This partially removes the ``metallic'' noise audible especially when upsampling 8k -> 44.1k.
2008-12-18Print the interface livelocks if non-zero. From deraadt@Can Erkin Acar
2008-12-17add some newly created stats that are defined in ieee80211_ioctl.hjoshua stein
but not shown here update some descriptions to show that they are for wpa as well as wep input from and ok damien@
2008-12-17change the name displayed by the c-mode on the mode line to "c",Igor Sobrado
as other modes do, for consistency and to save a few chars. written with help from kjell@ ok kjell@
2008-12-17sort CFLAGS, SRCS and the list of compile-time options; while here,Igor Sobrado
add some missing full stops. ok kjell@
2008-12-17Rewrite the 'mbuf' page to display mbuf usage information from system poolsCan Erkin Acar
and mbuf cluster statistics collected for each interface. More useful than earlier bar graphs about mbuf types. Requested by and ok deraadt@
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
the program-part of the buffer size, ie the part that is subject to underruns. Useful for apps like cdio(1) that don't have their own rings, or to apps that have a minimum ring size constraint. Setting the ``bufsz'' parameter becomes deprecated. ok jakemsr
2008-12-16when searching for an endpoint, return the correct abuf pointers.Alexandre Ratchov
Fixes the volume knob not working when the input chain has more than two aprocs