Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat | |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat | |
2000-08-28 | Repair badly looking printf | Miod Vallat | |
2000-08-28 | Define major device number for cd-rom drives | Miod Vallat | |
2000-08-28 | don't complain if setting NONBLOCK fails with ENODEV | Markus Friedl | |
2000-08-28 | undo | Markus Friedl | |
2000-08-28 | util.c | Markus Friedl | |
2000-08-28 | allow combination of -N and -f | Markus Friedl | |
2000-08-28 | enable -n and -f for ssh2 | Markus Friedl | |
2000-08-28 | changing the size of if_data has heavy impact on userland compat. there | Theo de Raadt | |
was even a u_char slot available for ifi_link_state, which clearly does not need a full 32 bits. | |||
2000-08-28 | Add skeleton manpages for brgphy & xmphy. | Jason Wright | |
2000-08-28 | add xmphy | Jason Wright | |
2000-08-28 | driver for the XAQTI XMACII phy from FreeBSD | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | missed xxXAQTI | Jason Wright | |
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions | |||
2000-08-28 | print uid/gid as unsigned | Theo de Raadt | |
2000-08-28 | explicit path to gated so that it will load as expected | Brad Smith | |
2000-08-27 | compatibility with future ssh.com versions | Markus Friedl | |
2000-08-27 | move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD. | Jun-ichiro itojun Hagino | |
angelos ok | |||
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |
2000-08-26 | sync mii code with netbsd | Nathan 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-26 | Typo. Ok deraadt@ | Kevin Lo | |
2000-08-26 | Revert a minor FreeBSD tweak that tends to freeze my machine solid after | Aaron Campbell | |
large amounts of data transfer (ASIX 88141 card). | |||
2000-08-26 | ssh.com-2.3.0 | Markus Friedl | |
2000-08-26 | typo. sync with kame | Jun-ichiro itojun Hagino | |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell | |
building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||
2000-08-25 | Sync 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-25 | document -s option with -D; PR#1374 | Jakob Schlyter | |
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt | |
2000-08-25 | ssh always installed, no more static lib case | Theo de Raadt | |
2000-08-25 | Wall | Theo de Raadt | |
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | Move NOPIC for mips from toplevel to the libraries that have problems | Mats O Jansson | |
with shared libraries. This will allow libiberty.so to be created by default. -moj | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-25 | document more puc devices (someone want to move this info to i386.html for me?) | Theo de Raadt | |
2000-08-25 | Only play with flows if we have the "old" IPsec code (the new code to | Angelos D. Keromytis | |
be committed). | |||
2000-08-25 | Cleanup 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-24 | Fix a problem when deleting a flow via -delete. This only affects flows | Federico G. Schwindt | |
using -transport; found by riq@core-sdi.com, fix by angelos@. | |||
2000-08-24 | off_t in sink, to fix files > 2GB, i think, test is still running ;-) | Theo de Raadt | |
2000-08-24 | Last change inadvertantly broke non-kerberos logins. It's not clear | Todd C. Miller | |
that the authok flag is really meaningful but keep it for now. | |||
2000-08-24 | Fix non-root kerberos logins broken after rev 1.29. That change was | Todd 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-24 | Crank default datasize-{max,cur} and stacksize-cur | Todd C. Miller | |
2000-08-24 | KNF | Theo de Raadt | |
2000-08-24 | proper protos | Theo de Raadt | |
2000-08-24 | fix includes | Theo de Raadt | |