summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2001-02-10install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rcMichael Shalayeff
2001-02-10initial importMichael Shalayeff
2001-02-10Replace -T flag with more standard -I flag and make it work as a standardTodd C. Miller
argument (and thus work as in the 'packed' option form) as well as a positional argument. Our -T flag was basically equivalent to -I but different from gnutar's -T so -T gets thrown out.
2001-02-10Give tar the new -I flag, not -TTodd C. Miller
2001-02-10add xref Ciphers to -cMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostname; ok markus@Kevin Steves
2001-02-10fix memory leak; ok markus@Dan Harnett
2001-02-10offer passwd before s/keyMarkus Friedl
2001-02-10don't call vis() for \rMarkus Friedl
2001-02-10remove some linesMarkus Friedl
2001-02-10$OpenBSD$Federico G. Schwindt
2001-02-10new symbol handling in ddb for ELF, there is still a problem with hangman on ↵Niklas Hallqvist
alpha though..
2001-02-10Insert a missing comma.Aaron Campbell
2001-02-10remove mapping of argv[0] -> hostnameMarkus Friedl
2001-02-10add debug message, since sshd blocks here if DNS is not availableMarkus Friedl
2001-02-10Mention that you can quote pathnames with spaces in themDamien Miller
2001-02-10check correct char in getput flagsDamien Miller
2001-02-10typo; ok NielsDamien Miller
2001-02-10revert a small change to allow -r option to work again; ok deraadt@Dan Harnett
2001-02-09correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.orgTheo de Raadt
2001-02-09another typoTodd C. Miller
2001-02-09use correct FREE() do dispose sillyrename on fail; deraadt@ okMichael Shalayeff
2001-02-09Tickle D0 power state so the cs4281 works after reboots from Windows 2000.Aaron Campbell
From NetBSD, tested on a dual-boot IBM ThinkPad X20.
2001-02-09Add PCI Power Management Control Register definitions; from NetBSD.Aaron Campbell
2001-02-09check dev in cn_tab for sanity, better than pagefaultingMichael Shalayeff
2001-02-09Fix BPF support.Angelos D. Keromytis
2001-02-09Fix an uninitialized variable.Aaron Campbell
2001-02-09constify static dataMichael Shalayeff
2001-02-09correct default ciphersNiels Provos
2001-02-09simplify if loops a bit; Reviewed by: beck@Brad Smith
2001-02-09no need to revert a change that just fixed a typoTodd C. Miller
2001-02-09partial success: debug->log; "Permission denied" if no more auth methodsMarkus Friedl
2001-02-09as usr.sbin/rtadvd no longer install rtadvd.conf, remove it fromJun-ichiro itojun Hagino
default security checking.
2001-02-09BOOT_CONFIG is already in conf/GENERIC and this includes it.Artur Grabowski
2001-02-09Some mdoc fixes.Aaron Campbell
2001-02-09Revert broken fix, until a correct fix is written.Marc Espie
Breaking all ports like that is not acceptable.
2001-02-09reset options if no option is given; from han.holl@prismant.nlMarkus Friedl
2001-02-09do not free twice, thanks to /etc/malloc.confMarkus Friedl
2001-02-09Check for NULL attribs for chown, chmod & chgrp operations, only sendDamien Miller
relevant attribs back to server; ok markus@
2001-02-09o) ${PORTSDIR}/infrastructureReinhard J. Sammer
o) naddy prefers to be called Christian
2001-02-09do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.Jun-ichiro itojun Hagino
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive. (the rest of the files...)
2001-02-09Add support for loading the bootloader and kernel from an HFS filesystem,Dale Rahn
using firmware. Mostly from NetBSD. This allows kernels to be booted directly from an HFS hard drive.
2001-02-09Bad aaron. Broke alpha.Artur Grabowski
2001-02-09Handle vr_encap() failure. From FreeBSD.Aaron Campbell
2001-02-09Sync with FreeBSD:Aaron Campbell
- Bugfix: 'reg' variable in dc_apply_fixup() needs to be u_int32_t. - Bugfix: bzero() mediainfo structures after allocation. - Call dc_apply_fixup() in dc_setcfg() for the MII case. - Conditionalize some code in miibus_{read,write}reg to make non-mx98713 cards happy.
2001-02-09Fix some typos spotted by d@Aaron Campbell
2001-02-09Add support for parsing the media blocks from the SROM on the 21143 adapters.Aaron Campbell
These changes should make the driver work with the built-in Ethernet on the Alpha Miata machines. From FreeBSD. To make sure I didn't break anything (and as a general test), I tested the modified driver with the following dc(4) variants: Macronix PMAC 98715, Lite-On PNIC, Lite-On PNIC-II, ADMtek AL981, and ADMtek AN983.