Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien 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-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller | |
it was missing some tweaks suggested by stevesk@ | |||
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller | |
there and fixing bz#1380 in the process; ok markus@ | |||
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado | |
with the right mdoc macros. | |||
2009-01-15 | 1) use obsolete instead of alias for consistency | Kevin Steves | |
2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is so move the comment. 3) reorder so like options are together ok djm@ | |||
2009-01-14 | support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482; | Damien Miller | |
"looks ok" markus@ | |||
2009-01-14 | fix 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-10 | tweak previous; | Jason McIntyre | |
2009-01-10 | add "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-09 | Tamas TEVESZ requested a better description for tip/cu, so pull in this | Jason McIntyre | |
improvement from perry@netbsd, -r1.26; nick suggested a better description for the .Nd line; ok nick | |||
2009-01-09 | Do 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-08 | Reflect MPLS kernel changes. | Michele Marchetto | |
ok claudio@ | |||
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason 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-06 | document, consistently, those apps which also exist as built-ins | Jason 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-06 | don't use a reference to the device file. Use the corresponding aproc | Alexandre Ratchov | |
structure instread. | |||
2009-01-05 | since socks5 has been removed from ports recently, switch ftp to | Martynas Venckus | |
dante instead. "makes sense" sthen@, ajacoutot@, "no objections" millert@; "i agree" jakob@. tested by Simon Kuhnle and myself | |||
2009-01-04 | sync the synopsis and usage of the command; "usage:" is lowercase. | Igor Sobrado | |
tweaked and ok by jmc@ | |||
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar | |
make the code -Wformat=2 clean. ok joris@ xsa@ | |||
2009-01-01 | Unclutter 'systate rules' by printing the flags option using the minimal | Ryan Thomas McBride | |
pf.conf syntax (flags S/SA is implicit). ok henning canacar | |||
2009-01-01 | fix hash calculation for KEXGEX: hash over the original client-supplied | Damien 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-01 | call 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-01 | Fix iso weekno calculation by using a different algorithm. Still hard | Otto Moerbeek | |
to follow, but this one has a documented origin at least; ok pyr@ jasper@ | |||
2008-12-31 | Skip missing pool indices instead of printing errors. | Can Erkin Acar | |
2008-12-30 | be clear about what csplit does by default when no options to the | Jason McIntyre | |
contrary are specified; feedback/ok otto millert | |||
2008-12-30 | make -S case insensitive; this avoids any confusion over the fact | Jason 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-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen | |
ok djm | |||
2008-12-29 | make the code "more correct": add reference counters to aproc | Alexandre 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-29 | no need to escape single quotes in comments | Kevin Steves | |
2008-12-29 | fix example, default key type is rsa for 3+ years; from | Kevin Steves | |
frederic.perrin@resel.fr | |||
2008-12-28 | set the buffer size using the ``appbufsz'' parameter of | Alexandre Ratchov | |
sio_setpar(3). Allows cdio to be used with aucat(1) whatever the buffer size used by aucat is. ok jakemsr | |||
2008-12-27 | fix a bug in resampling code, resulting in joined stereo and/or | Alexandre Ratchov | |
high frequency attenuation, intruduced in aproc.c rev 1.27. Hints from Alf Schlichting <a.schlichting(at)lemarit.com>, thanks! | |||
2008-12-27 | simplify the mixer and the demultiplexer code; no change in the | Alexandre Ratchov | |
behaviour. This also, fixes incorrect constructs that are currently harmless | |||
2008-12-27 | complain about a deadlock only if there are descriptors waiting | Alexandre Ratchov | |
for i/o and none of them is polled. This avoids false positives caused by listening sockets in server mode. | |||
2008-12-27 | do not call exit(1) if sio_start(3) or sio_stop(3) fail. The | Alexandre Ratchov | |
error will be catched later in the main loop. | |||
2008-12-26 | synchronize synopsis and usage. | Igor Sobrado | |
2008-12-26 | *** empty log message *** | Alexandre Ratchov | |
2008-12-24 | Plug a couple of memory leaks noticed by deraadt. | David Hill | |
ok otto@ | |||
2008-12-24 | add -S and -s options, similar to man(1), for restricting | Jason McIntyre | |
searches by section number and architecture; diff from Ingo Schwarze; ok deraadt millert sobrado | |||
2008-12-23 | time to add a new one. | Claudio Jeker | |
2008-12-19 | Sync some bits with sudo 1.7.0 final. | Todd C. Miller | |
2008-12-19 | be more specific about the field delimiter; | Jason McIntyre | |
reported by Arto Huusko, NetBSD PR bin/40214 feedback/ok otto | |||
2008-12-19 | use simple linear interpolation in the resampling code. | Alexandre Ratchov | |
This partially removes the ``metallic'' noise audible especially when upsampling 8k -> 44.1k. | |||
2008-12-18 | Print the interface livelocks if non-zero. From deraadt@ | Can Erkin Acar | |
2008-12-17 | add some newly created stats that are defined in ieee80211_ioctl.h | joshua 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-17 | change 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-17 | sort CFLAGS, SRCS and the list of compile-time options; while here, | Igor Sobrado | |
add some missing full stops. ok kjell@ | |||
2008-12-17 | Rewrite the 'mbuf' page to display mbuf usage information from system pools | Can 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-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre 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-16 | when 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 |