Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | Fix up comment to indicate order that libraries in which the | Dale Rahn | |
libraries are actually searched. | |||
2001-08-21 | Change an occurrence of recognized to recognize; six@stalphonsos.com | Todd C. Miller | |
2001-08-21 | A start... need to wait on intro.4 until we have at least one supported | Jason Wright | |
system =) | |||
2001-08-21 | update a bit (we've supported hypersparcs for awhile now)... someone else | Jason Wright | |
want to update this even closer to current reality? | |||
2001-08-21 | add an autoconf page based on the one from i386 | Jason Wright | |
2001-08-21 | Remove some bloat. | Miod Vallat | |
2001-08-20 | pretty | Jason Wright | |
2001-08-20 | add qec+be (testing consisted of compiling... I've merely proven it ↵ | Jason Wright | |
syntactically correct). GENERIC now depends on mii goop (be internal phy) | |||
2001-08-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). | |||
2001-08-20 | Oops, the vacuum cleaner went too far. Blush, I was sure I had tested | Miod Vallat | |
this... | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | better aureal names | Michael Shalayeff | |
2001-08-20 | qec+qe (driver is untested... it compiles, therefore it works =) | Jason Wright | |
2001-08-20 | add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?) | Jason Wright | |
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too. | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | aureal advantage | Michael Shalayeff | |
2001-08-20 | Ox version | Michael Shalayeff | |
2001-08-20 | Not only is Apple hardware disgusting, but code doesn't even compile. | Miod Vallat | |
2001-08-20 | spelling | Peter Valchev | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-08-20 | cvs does not like me. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | silence gcc for __dead function. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly. | Miod Vallat | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | _randseed is a u_long | Jason Wright | |
multiply physmem by page size when printing total memory | |||
2001-08-20 | more stuff to do with OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Convert to new timeouts; ite tested by jj@ | Miod Vallat | |
2001-08-20 | Missed one timeout conversion. | Miod Vallat | |
2001-08-20 | modifications to support OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | fix the misuse of snprintf return values. | Kenjiro Cho | |
spotted by deraadt@. | |||
2001-08-20 | fix a bug that steps over the array boundary. | Kenjiro Cho | |
it hasn't been noticed until the recent code restructure. report by deraadt@. | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-20 | Allow driver to recognize Cyclades 4Y and 8Y cards. | smart | |
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01 | |||
2001-08-20 | Move param.h before systm.h so vax macros are picked up properly. | Hugh Graham | |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino | |
From: Patrik Lindergren <patrik@datacom.nu> | |||
2001-08-20 | cope with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-20 | When attempting to change the default route under FreeBSD, don't write | brian | |
the gateway and mask to the routing socket, otherwise the update fails. The code here was broken for FreeBSD when IPv6 support was added, but worked for OpenBSD. OpenBSD expects the gateway and mask to be supplied and fails the update otherwise. | |||
2001-08-19 | The end of old timeouts is near... | Miod Vallat | |
2001-08-19 | Add IPv6 support. | brian | |
IPV6CP support is crude for now, and hasn't been tested against any other implementations. RADIUS and IPv6 are independent of eachother for now. ppp.linkup/ppp.linkdown aren't currently used by IPV6CP Understand all protocols(5) in filter rules rather than only a select few. Allow a mask specification for the ``delete'' command. It's now possible to specifically delete one of two conflicting routes. When creating and deleting proxy arp entries, do it for all IPv4 interface addresses rather than doing it just for the ``current'' peer address. When iface-alias isn't in effect, don't blow away manually (via ``iface add'') added interface addresses. When listening on a tcp server (diagnostic) socket, bind so that a tcp46 socket is created -- allowing both IPv4 and IPv6 connections. When displaying ICMP traffic, don't display the icmp type twice. When display traffic, display at least some information about unrecognised traffic. Bump version | |||
2001-08-19 | Knowledge about sparc68/ppc endianess. Who knows where oldish a.out files | Marc Espie | |
may come from ? | |||
2001-08-19 | If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers. | Paul Janzen | |
2001-08-19 | -Wall fix, typo fix, and better includes | Paul Janzen | |
2001-08-19 | Typo. | Miod Vallat | |
2001-08-19 | remove unused bits and pieces. | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-19 | unsmokecrack - thanks millert | Bob Beck | |