Age | Commit message (Collapse) | Author |
|
File name ",v" is ignored, too -- in opposite to weird GNU cvs that tries
to create a file without name.
OK joris@
|
|
OK xsa@
|
|
if the current command is supposed to use a working directory or if it is a
repository-only command (as of now checkout -p, rtag, rlog).
Makes the code simpler, easier to read and automagically fixes some issues
we encountered with these commands (for example if a working directory
exists, or "." operations are performed).
OK joris@, niallo@
|
|
- expand commands earlier, so that we can eventually scan them to take
smarter decisions.
- clean up the select() mask code and rename variables to sensible things.
- quite a few minor renames for readability
- erecalloc
- clean up wait status handling, do not try to rebuild wait status, but
instead parse it early and deal with the parsed code.
tested by lots of people, thanks guys!
|
|
|
|
> Diff from Igor Zinovik
|
|
> Diff from Igor Zinovik
|
|
> Diff from Igor Zinovik
|
|
> Diff from Igor Zinovik
|
|
OK xsa@
|
|
> Diff from Igor Zinovik
|
|
> Diff from Igor Zinovik
|
|
properly free arguments if options are supplied multiple times.
OK ray@
> Diff from Igor Zinovik
|
|
in front of it.
OK joris@, xsa@
> Diff from Igor Zinovik
|
|
|
|
OK niallo@, xsa@
|
|
packet arrives while we're waiting in packet_read_expect (and possibly
elsewhere).
|
|
with GNU cvs.
OK niallo@, ray@
|
|
|
|
issued requests are properly drained. patch from t8m AT centrum.cz
|
|
as we have available file descriptors. Patch from miklos AT szeredi.hu;
ok dtucker@ markus@
|
|
parsing and must have a local cmdp variable.
> Spotted by Pierre Riteau.
|
|
remote setups.
OK xsa@
|
|
glob metacharacters that match a file exactly but not as a glob, e.g. a
file called "[abcd]". report and test cases from duncan2nd AT gmx.de
|
|
of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@
|
|
added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of
this for -L port forwards that causes the client to listen on both v4
and v6 addresses when connected to a server with this quirk, despite
having set 0.0.0.0 as a bind_address.
report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@
|
|
|
|
hash just the specified hostname and not the entire hostspec from the
keyfile. It may be of the form "hostname,ipaddr", which would lead to
a hash that never matches. report and fix from jp AT devnull.cz
|
|
report and fix from sworley AT chkno.net
|
|
server runs out of fds on us midway. Report and patch from
gregory_shively AT fanniemae.com
|
|
gregory_shively AT fanniemae.com
|
|
hush the progress meter
|
|
some commandline parsing warnings go unconditionally to stdout).
|
|
OK ray@, xsa@
> Diff from Igor Zinovik.
|
|
to create doubly linked "chains" of mixer devices. Currently mixerctl(1)
supposes that the 'next' index is never smaller than the index of the
device; so it fails to handle such mixers. The fix, allows 'next' indexes to
be smaller than the index of the device.
ok jakemsr@
|
|
ok miod@
|
|
of 24.
OK xsa@
> Diff from Igor Zinovik.
|
|
OK xsa@
> Diff from Igor Zinovik.
|
|
OK xsa@
> Diff from Igor Zinovik <zinovik at cs dot karelia dot ru>
|
|
> Fix whitespace bug.
> Define __STDC_VERSION__ to 199901L.
|
|
|
|
> Change to new initializer handling.
> Make prtdcon() target dependent to allow for float constants in code.
|
|
> Pragma not position dependent
> Accept declarations anywhere in the C code.
> Just typing "a;" is not allowed anymore when declaring variables.
> Change to new initializer handling.
> Use symtab entry, not name to identify inline functions.
> Remove "suse" symtab element and replace it with output name.
> Print out strings directly, do not store them until end.
> Make prtdcon() target dependent to allow for float constants in code.
|
|
> Convert TEMPs to use rval for numbers.
|
|
- systematically reorder jobs based on who did output last, so that the
last job to output is *first* to output again.
- better reaction to errors: any job that outputs is checked for termination
directly, and the Error message is printed right afterwards.
- better error messages, giving more useful information in -j mode.
|
|
|
|
|
|
of date for ever (no ksh builtins), and since we have two shells, pointing
to one page or the other is never going to work; so remove MLINKS for
csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing
Xr's;
please, there are tools like whence, man, and locate for finding this stuff;
ok deraadt miod
|
|
initially from tobias@, but disabled them by placing them in "#ifdef notyet" which was asked by djm@
ok djm@ tobias@
|
|
|