summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-10provide a font-loading stub; smat@acm.orgTheo de Raadt
2000-12-10new swiss keyboard maps; smat@acm.orgTheo de Raadt
2000-12-10fix norway section; johs@copyleft.noTheo de Raadt
2000-12-10Recursive makes are no longer a problem, since make now has theMarc Espie
POSIXly-correct behavior. COMMENT is adjusted for flavors, DESCR is not (and this is intentional).
2000-12-10ignore filesystems marked "xx"; os@atina.arTheo de Raadt
2000-12-10oops, document that CVS_RSH defaults to "ssh" nowTheo de Raadt
2000-12-10document that pipe is actually bidirectional, but that people should avoid ↵Theo de Raadt
use of such in portable code; akr@m17n.org
2000-12-10change default connection protocol from "rsh" to "ssh", so that CVS_RSHTheo de Raadt
no longer needs setting.
2000-12-09remove unnecessary '\n'Niels Provos
2000-12-09avoid incorrect free; reported by danh@nfol.com, my fixTheo de Raadt
2000-12-09syncTheo de Raadt
2000-12-09pull in endianess fix from opensshMarkus Friedl
2000-12-09avoid buf oflow; belu@kriton.orgTheo de Raadt
2000-12-09no longer usedMarkus Friedl
2000-12-09"" -> "." for realpath; from vinschen@redhat.comMarkus Friedl
2000-12-09extern int optind; from stevesk@sweden.hp.comMarkus Friedl
2000-12-09fix byte order bug w/o introducing new implementationMarkus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-09drop support for RTF_TUNNEL, which has no effect (NRL IPv6)Jun-ichiro itojun Hagino
2000-12-09supply counter for # of routing table timer entries.Jun-ichiro itojun Hagino
(preparation for ICMPv6 too big dos prevention) sync with kame
2000-12-09remove duplicated def of INET_ADDRSTRLEN.Jun-ichiro itojun Hagino
2000-12-08Do not enable ISTRIP by default. ok deraadt@Christian Weisgerber
2000-12-08Fix attach message printing for CY82C693U to be like pciide_print_channels().Todd C. Miller
It is done inline for the CY82C693U since it only has one channel.
2000-12-08strip sequences of spaces AFTER stripping other weird characters.Marc Espie
2000-12-08Oops.Hans Insulander
2000-12-08Bring recent kerberos fix into -stable.Hans Insulander
2000-12-08This update should cause the adw driver to:Kenneth R Westerback
- actually check the returned scsi_status value and act accordingly instead of ALWAYS returning XS_NOERROR - always return the scsi status value in xs->status for completed requests - no longer reference ccb->xs and ccb->dmamap_xfer if an 'unallocated' ccb is encountered - immediately remove the ccb adw_isr_callback is working on from the pending list, leaving it in limbo until it is put on the free list just before any return - 'freeze' a target only when a scsi_status indicating it is busy is encountered, and 'thaw' a target whenever a bus reset is done or a request completes - check done_status, host_status and scsi_status in that order as is done in the linux driver and was done here until very recently, which seems cleaner to me. But opinions may vary. The only behaviour change that should result is that done_status of QD_NO_STATUS no longer causes a check of host_status values, but is an error causing a XS_DRIVER_STUFFUP - produce a more general error message with actual values for host_status, scsi_status and done_status values, with references to adw(4) for more details on the error where appropriate (man page update coming) - take what seems like appropriate action for all known host_status, scsi_status and done_status values with more use of XS_RESET where appropriate - use adw_reset_bus() instead of AdwResetSCSIBus() in adw_async_callback() so pending requests are requeued and devices left unfrozen when this happens - print an error message with the code # when adw_async_callback is called with an unknown code.
2000-12-07timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.orgMichael Shalayeff
2000-12-07smb printing; from Andrew Tridgell; via tcpdump.orgMichael Shalayeff
2000-12-07add vrrp printing; from tcpdump.orgMichael Shalayeff
2000-12-07new 3ware card, presumably backwards compatible; from freebsdMichael Shalayeff
2000-12-07regenMichael Shalayeff
2000-12-07new 3ware cardMichael Shalayeff
2000-12-07only accept real files for the calendar file. requires some cuteTheo de Raadt
nonblocking hackery.
2000-12-07cleanTheo de Raadt
2000-12-07fix various perror() that were buf oflowsTheo de Raadt
2000-12-07tftp argv parsing overflow; fix by vogelke@dnaco.net and ITheo de Raadt
2000-12-07syncTheo de Raadt
2000-12-07Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theoDamien Miller
2000-12-07Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing-mjacob
need #if NBPFILTER > 0 around a couple of spots.
2000-12-07Forgot to copy end of name in nested variable names, so thatMarc Espie
${BC_${A}} worked but not ${${A}_BC}. Noticed by fries@
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-12-06syncTheo de Raadt
2000-12-06unexpand(1)Markus Friedl
2000-12-06Remove final references to extra RSA libsTodd C. Miller
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-06supposed changes needed for 82801BA support; chrisTheo de Raadt
2000-12-06new kue modelTheo de Raadt
2000-12-06s/packed/__packed__/Michael Shalayeff