summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,Chris Cappuccio
the secondary channel was ignored when the primary channel is disabled.
1999-11-23syncTheo de Raadt
1999-11-23Typo. from brad@ via niels@.Hakan Olsson
1999-11-23formattingNiklas Hallqvist
1999-11-23missed in shared libperl mods due to cvs bugTodd C. Miller
1999-11-23Import of stock perl 5.8.5Todd C. Miller
1999-11-23pretty up kernel printf'sJason Wright
1999-11-23do not assume shell scripts are +x; dTheo de Raadt
1999-11-23isakmpd is elsewhere; evanc@concer.toTheo de Raadt
1999-11-23Add Phoenix BIOS notebook save-to-disk partition type (ok theo).Ian Darwin
1999-11-23Use 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-22matthieu fixed itTheo de Raadt
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
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-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@
1999-11-22syslog 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 modeMarkus Friedl
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
architectures.
1999-11-22damn itTheo de Raadt
1999-11-22do not add stuff that breaks everything except your own machine, matthieu!Theo de Raadt
1999-11-22match /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-22Roll in new firmware (also with a shiny new BSD style licence)mjacob
1999-11-22In 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-22Far too many things to note- a complete new revision coming in.mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
FABRIC support...
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
FABRIC support...
1999-11-22fix 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-22add mii attribute to wbJason Wright
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22when following SEE-ALSO in man mode, would SIGSEGV when cursor is atTheo de Raadt
start of line
1999-11-22better pmap_enter() towards correctness.Michael Shalayeff
fix querying routines towards realty. also, some comments on routines.
1999-11-22missing newlineTheo de Raadt
1999-11-22syncTheo de Raadt
1999-11-22fix ip_output() missing arg; itojun@itojun.orgTheo de Raadt
1999-11-21My goof... adding functions to libiberty means this is a major bump.Marc Espie
(Fortunately, no other library depends on those new functions)
1999-11-21don'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-21if select returns writable on a pipe, the write should not returnTheo 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-20Use mkstemp() for the temp file created in the tabs dir andTodd C. Miller
clean up the temp file nicely if we are interupted.
1999-11-20fix sigchld race; cjc5@po.cwru.eduTheo de Raadt
1999-11-20replace 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-20ioctl 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-20Grab 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-20libiberty version bundled with binutils-2.10Marc Espie
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-11-20Optimization: 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-20add copyright noticeMatthieu Herrb
1999-11-20add copyright noticeMatthieu Herrb
1999-11-20add memconfig, an utility to manipulate MTRRs, from FreeBSDMatthieu Herrb