summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-28Always claim scsi interrupts, prevents looping interrupts (from NetBSD)Miod Vallat
2000-08-28Use sparc version (more realistic settings) of header file for ieMiod Vallat
2000-08-28Repair badly looking printfMiod Vallat
2000-08-28Define major device number for cd-rom drivesMiod Vallat
2000-08-28don't complain if setting NONBLOCK fails with ENODEVMarkus Friedl
2000-08-28undoMarkus Friedl
2000-08-28util.cMarkus Friedl
2000-08-28allow combination of -N and -fMarkus Friedl
2000-08-28enable -n and -f for ssh2Markus Friedl
2000-08-28changing the size of if_data has heavy impact on userland compat. thereTheo de Raadt
was even a u_char slot available for ifi_link_state, which clearly does not need a full 32 bits.
2000-08-28Add skeleton manpages for brgphy & xmphy.Jason Wright
2000-08-28add xmphyJason Wright
2000-08-28driver for the XAQTI XMACII phy from FreeBSDJason Wright
2000-08-28syncJason Wright
2000-08-28missed xxXAQTIJason Wright
2000-08-28hushJason Wright
2000-08-28driver for broadcom 5400 from FreeBSD.Jason Wright
2000-08-28syncJason Wright
2000-08-28From FreeBSD:Jason Wright
add broadcom 5400 and XaQti PHY definitions
2000-08-28print uid/gid as unsignedTheo de Raadt
2000-08-28explicit path to gated so that it will load as expectedBrad Smith
2000-08-27compatibility with future ssh.com versionsMarkus Friedl
2000-08-27move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD.Jun-ichiro itojun Hagino
angelos ok
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-08-26sync mii code with netbsdNathan Binkert
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
2000-08-26Typo. Ok deraadt@Kevin Lo
2000-08-26Revert a minor FreeBSD tweak that tends to freeze my machine solid afterAaron Campbell
large amounts of data transfer (ASIX 88141 card).
2000-08-26ssh.com-2.3.0Markus Friedl
2000-08-26typo. sync with kameJun-ichiro itojun Hagino
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
2000-08-25Sync with FreeBSD. Summary of changes:Aaron Campbell
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps.
2000-08-25document -s option with -D; PR#1374Jakob Schlyter
2000-08-25no need for those dynamic libraries anymoreTheo de Raadt
2000-08-25ssh always installed, no more static lib caseTheo de Raadt
2000-08-25WallTheo de Raadt
2000-08-25Match Promise Ultra/100 as PDC20262 instead of PDC20246Chris Cappuccio
(netbsd)
2000-08-25Move NOPIC for mips from toplevel to the libraries that have problemsMats O Jansson
with shared libraries. This will allow libiberty.so to be created by default. -moj
2000-08-25regenNiklas Hallqvist
2000-08-25Remove a blank line that confused the awk script enoughNiklas Hallqvist
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org>
2000-08-25document more puc devices (someone want to move this info to i386.html for me?)Theo de Raadt
2000-08-25Only play with flows if we have the "old" IPsec code (the new code toAngelos D. Keromytis
be committed).
2000-08-25Cleanup of powerpc ld.so files.Dale S. Rahn
instead of #if 0, make them potentially useful -> LD_PRINTF_DEBUG Deal with _dl_suid_ok correctly, this is not something that should be hardcoded. - pointed out a few weeks ago.
2000-08-24Fix a problem when deleting a flow via -delete. This only affects flowsFederico G. Schwindt
using -transport; found by riq@core-sdi.com, fix by angelos@.
2000-08-24off_t in sink, to fix files > 2GB, i think, test is still running ;-)Theo de Raadt
2000-08-24Last change inadvertantly broke non-kerberos logins. It's not clearTodd C. Miller
that the authok flag is really meaningful but keep it for now.
2000-08-24Fix non-root kerberos logins broken after rev 1.29. That change wasTodd C. Miller
correct but it uncovered a bug that had thusfar stayed hidden due more to serendipity than anything else. Problem found by danh@openbsd.org
2000-08-24Crank default datasize-{max,cur} and stacksize-curTodd C. Miller
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-24fix includesTheo de Raadt