Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio | |
the secondary channel was ignored when the primary channel is disabled. | |||
1999-11-23 | sync | Theo de Raadt | |
1999-11-23 | Typo. from brad@ via niels@. | Hakan Olsson | |
1999-11-23 | formatting | Niklas Hallqvist | |
1999-11-23 | missed in shared libperl mods due to cvs bug | Todd C. Miller | |
1999-11-23 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt | |
1999-11-23 | isakmpd is elsewhere; evanc@concer.to | Theo de Raadt | |
1999-11-23 | Add Phoenix BIOS notebook save-to-disk partition type (ok theo). | Ian Darwin | |
1999-11-23 | Use the _vtbl code to allow the registers to be seperated by 0x10, | Dale S. Rahn | |
this is how the registers are arranged for obio. | |||
1999-11-22 | matthieu fixed it | Theo de Raadt | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl | |
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ | |||
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl | |
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb | |
architectures. | |||
1999-11-22 | damn it | Theo de Raadt | |
1999-11-22 | do not add stuff that breaks everything except your own machine, matthieu! | Theo de Raadt | |
1999-11-22 | match /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] when doing device ↵ | Todd C. Miller | |
checks; closes PR #750 | |||
1999-11-22 | Roll in new firmware (also with a shiny new BSD style licence) | mjacob | |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob | |
Also, to support at least first level SCSI-3 hierarchical luns, fatten luns to 16 bits too. | |||
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 | |