Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-14 | move mix/sub underrun/overrun handling code and data in the | Alexandre Ratchov | |
generic abuf structure, so it can reused. Required for an audio server. No behaviour change. ok jakemsr | |||
2008-08-14 | factor code that discards data from abuf strucure into a single | Alexandre Ratchov | |
abuf_rdiscard() routine. Similarly add abuf_wcommit() routine for writing. The purpose is to stop manupulating FIFO pointers in various places outiside abuf.c, its too error prone. No behaviour change. ok jakemsr | |||
2008-08-13 | Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW | av | |
write feature. Add additional check for media type before blanking. The patch fixes problem for Giovanni. ok fgsch | |||
2008-08-13 | -S currently does nothing useful, so remove it from | Jason McIntyre | |
SYNOPSIS and usage(); after some discussion with canacar | |||
2008-08-11 | some consistency fixes and whitespace at eol removal; | Jason McIntyre | |
2008-08-10 | typo. | Igor Sobrado | |
2008-08-08 | documentation tweaks. | Igor Sobrado | |
ok jmc@, matthieu@ | |||
2008-08-08 | Small step towards fixing documentation: | Matthieu Herrb | |
- sync usage() with reality. Remove the -h option that does nothing. - don't complain about kvm_openfiles() error in case of incorrect usage. - add basic descriptions of the new options and views in the manual page. More is needed... with help from jmc@ and sobrado@. ok sobrado@. | |||
2008-08-08 | add a description for the options of fgen; | Igor Sobrado | |
remove superfluous comments from the roff source code. improvements by jmc@ and matthieu@. ok jmc@, matthieu@ | |||
2008-08-08 | o use definitions from cd.h | Federico G. Schwindt | |
o remove unused function prototype | |||
2008-08-07 | spacing. | Igor Sobrado | |
2008-08-05 | fix description of the mail(1) "p" command; from Aaron W. Hsu. | Igor Sobrado | |
ok martynas@ | |||
2008-08-04 | right spelling for Guinea-Bissau and Songkran; | Igor Sobrado | |
from comet-berkeley <comet@transbay.net> on FreeBSD PR conf/126199, and Frantisek Holop. fixes PR #5794. ok jmc@ | |||
2008-08-03 | make U (abbreviation of unread) work as man page says | Martynas Venckus | |
ok millert@, jmc@. sure theo | |||
2008-08-02 | whitepsace -> whitespace. From Matthew Clarke via bugs@. | Kenneth R Westerback | |
2008-08-01 | Document the MAKEFILE variable as unreliable. | Alexander Bluhm | |
ok jmc espie | |||
2008-07-31 | Update to sudo 1.6.9p17 | Todd C. Miller | |
2008-07-31 | don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt | Markus Friedl | |
2008-07-31 | Do not allow negative or zero delay values from the command line, | Can Erkin Acar | |
use the same check as the -s option. Noticed by johan@ | |||
2008-07-30 | Replace GNU tutorial with public domain one, written from scratch by | Kjell Wooding | |
Mayukh Bose. Minor additions from me. Thanks! | |||
2008-07-29 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@ | |||
2008-07-27 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok pyr@ | |||
2008-07-26 | add -b to SYNOPSIS and usage(); | Jason McIntyre | |
2008-07-26 | Add -b switch for matching on the last part of the path only. | Pierre-Yves Ritschard | |
ok landry@, otto liked the idea and the original diff, ``do it'' deraadt@ | |||
2008-07-25 | In random art visualization, make sure to use the end marker only at the | Alexander von Gernler | |
end. Initial diff by Dirk Loss, tweaks and ok djm@ | |||
2008-07-25 | Add VisualHostKey to example file, ok djm@ | Alexander von Gernler | |
2008-07-25 | repair .Pq use; Alan R. S. Bueno | Theo de Raadt | |
2008-07-24 | Add "ssh-keygen -F -l" to synopsis (displays fingerprint from | Stuart Henderson | |
known_hosts). ok djm@ | |||
2008-07-23 | we really need unsigned in arithmetic operations. | av | |
comments by fgsch | |||
2008-07-23 | do not try to print options that have been compile-time disabled | Damien Miller | |
in config test mode (sshd -T); report from nix-corp AT esperi.org.uk ok dtucker@ | |||
2008-07-22 | change the bcachestats structures members to int64_t's and do the | Thordur I. Bjornsson | |
printing in systat with the new print_fld_ssize() function. "same diff I wrote" deraadt@ ok art@ | |||
2008-07-22 | Add signed size printing functions, as requested by deraadt@. | Can Erkin Acar | |
Just use print_fld_ssize() for signed values. Increase scale up to "Tera" while there. | |||
2008-07-21 | openssh-5.1 | Damien Miller | |
2008-07-18 | no need for .Pp before or after .Sh; | Jason McIntyre | |
2008-07-17 | strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes | Damien Miller | |
report and patch from res AT qoxp.net (bz#1200); ok markus@ | |||
2008-07-17 | strnvis preauth banner; pointed out by mpf@ ok markus@ | Damien Miller | |
2008-07-16 | 'no subject' check is never triggered. check if it's actually empty | Martynas Venckus | |
ok millert@ | |||
2008-07-16 | add -E flag and 'skipempty' option to skip sending messages with | Martynas Venckus | |
empty bodies. useful for sending mails from crontabs. from rivo nurges <rix at estpak dot ee>, with missing 'skipempty' documentation and usage update from me ok millert@ | |||
2008-07-16 | better description for TMPDIR. from millert@ | Martynas Venckus | |
2008-07-16 | man page tweaks: | Martynas Venckus | |
- for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@ | |||
2008-07-16 | - use strncmp/strncasecmp instead of comparing by character | Martynas Venckus | |
- simplify istrlcpy, no need to check for isupper - line[0] is redundant, because strcasecmp will take care of it ok millert@ | |||
2008-07-16 | - err with the pathbuf, if we know it | Martynas Venckus | |
- use tmpdir instead of /tmp ok millert@ | |||
2008-07-16 | this loop index should be automatic, not static | Damien Miller | |
2008-07-16 | rename variable first_gc -> last_gc (since it is actually the last | Damien Miller | |
in the list). | |||
2008-07-16 | Cleanup #define maze leftover from pftop compatibility. | Can Erkin Acar | |
Pointed out by mcbride@, makes sense henning@ | |||
2008-07-15 | - chraise can be replaced with toupper; no need to check for islower | Martynas Venckus | |
- remove quite some code, use strcasestr instead of reimplementing it each time - use strncasecmp, instead of comparing through each character "looks fine" millert@ | |||
2008-07-15 | set cp to the value of PAGER, so that type1 doesn't try to use it | Martynas Venckus | |
uninitialized (page=1), or use wrong previously-set value of crt (page=0). ok millert@ | |||
2008-07-15 | number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov | Damien Miller | |
2008-07-14 | mention requirement for /dev/log inside chroot when using sftp-server | Damien Miller | |
with ChrootDirectory | |||
2008-07-13 | increase number of piplelined requests so they properly fill the | Damien Miller | |
(recently increased) channel window. prompted by rapier AT psc.edu; ok markus@ |