Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-22 | Far too many things to note- a complete new revision coming in. | mjacob | |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | fix a bug w/ choice_ipaddr() reply fine, but the loop goes on. | Michael Shalayeff | |
in other words, loop variable might get null on the list end while scoring variable still has the right value, which caused NULL to get passed into rarpd_reply() in ia arg, causing coredumps deeper in. no big deal, fixed; d@ looked over. | |||
1999-11-22 | add mii attribute to wb | Jason Wright | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |
1999-11-22 | when following SEE-ALSO in man mode, would SIGSEGV when cursor is at | Theo de Raadt | |
start of line | |||
1999-11-22 | better pmap_enter() towards correctness. | Michael Shalayeff | |
fix querying routines towards realty. also, some comments on routines. | |||
1999-11-22 | missing newline | Theo de Raadt | |
1999-11-22 | sync | Theo de Raadt | |
1999-11-22 | fix ip_output() missing arg; itojun@itojun.org | Theo de Raadt | |
1999-11-21 | My goof... adding functions to libiberty means this is a major bump. | Marc Espie | |
(Fortunately, no other library depends on those new functions) | |||
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl | |
show fingerprint instead of public-key after keygeneration. ok niels@ | |||
1999-11-21 | if select returns writable on a pipe, the write should not return | Theo de Raadt | |
EWOULDBLOCK. turns out the two checking conditions were not the same, and a certain use of rsync uncovered the bug by chewing all available cpu time; fix from art | |||
1999-11-20 | Use mkstemp() for the temp file created in the tabs dir and | Todd C. Miller | |
clean up the temp file nicely if we are interupted. | |||
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt | |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl | |
exit if writing the key fails (no infinit loop) print usage() everytime we get bad options | |||
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-20 | Grab hashtab.c from the development version of gcc, add it to libiberty. | Marc Espie | |
Make sure that g++ and g77 link against libiberty (fixed in dev. sources as well). Use hashtab functions instead of splay-trees in cse.c. This is worth a 10% compiling speed increase on some arches, including sparc, hppa... | |||
1999-11-20 | libiberty version bundled with binutils-2.10 | Marc Espie | |
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie | |
Install it under /usr/include | |||
1999-11-20 | Optimization: cache the hashed value to avoid negative comparisons. | Marc Espie | |
With 2^32 possible hash values, this means that collisions no longer incur supplementary string compares, which was most of the reason for STREQ in the first place... | |||
1999-11-20 | add copyright notice | Matthieu Herrb | |
1999-11-20 | add copyright notice | Matthieu Herrb | |
1999-11-20 | add memconfig, an utility to manipulate MTRRs, from FreeBSD | Matthieu Herrb | |
1999-11-20 | add MTRR support from FreeBSD | Matthieu Herrb | |
1999-11-20 | add MTRR support from FreeBSD | Matthieu Herrb | |
1999-11-20 | typos; green@freebsd | Theo de Raadt | |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl | |
1999-11-20 | 'braceexapnd' -> 'braceexpand' | Dug Song | |
1999-11-20 | /usr/bin/trail -> /usr/bin/tail, as suggested by rohee@ | Dug Song | |
1999-11-20 | Fix cd/wcd aliases. Closes PR #981 | Todd C. Miller | |
1999-11-19 | make sure all the generated Makefile's are removed when running "make | Brad Smith | |
cleandir". ok'd by beck@ | |||
1999-11-19 | remove unused index (-Wall) | Markus Friedl | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
[hope this time my ISP stays alive during commit] | |||
1999-11-19 | make this compile, bad markus | Theo de Raadt | |
1999-11-19 | blank line | Theo de Raadt | |
1999-11-19 | pmap_map no more | Michael Shalayeff | |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl | |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl | |
factor out common log-level parsing code. | |||
1999-11-19 | only one 'extern char *__progname' | Markus Friedl | |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl | |
1999-11-19 | Add --disable-path-info to configure flags to match options used | Todd C. Miller | |
in sudo 1.5.9. | |||
1999-11-19 | When eearching for the string: No match for "FOO". | Todd C. Miller | |
verify that the length of the quoted string == length of the name we are looking up. Inspired but not based on a FreeBSD change. | |||
1999-11-19 | o Add -Q option to usage string | Todd C. Miller | |
o Add SOCKS support from FreeBSD | |||
1999-11-19 | use bus_dma* | Jason Wright | |
merge with freebsd: use dev/mii layer do a more full reset in wb_reset() | |||
1999-11-18 | Fix bad policy assertion. Bad niklas! | Angelos D. Keromytis | |
1999-11-18 | Use ${INSTALL} and ${INSTALL_COPY} | Todd C. Miller | |
1999-11-18 | basename /usr/bin/trail is "trail", not "ls" | Dug Song | |