Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | Remove /usr/bin/mkfifo link -- mkfifo has lived in /sbin for several | Todd C. Miller | |
releases now. | |||
2001-08-21 | No need to explicitely link with libgcc.a | Miod Vallat | |
2001-08-21 | Recurse in mvmeppc | Miod Vallat | |
2001-08-21 | Dumb Makefile to recurse in stand/ for mvmeppc land. | Miod Vallat | |
2001-08-21 | KNF | Theo de Raadt | |
2001-08-21 | MLINK to config file man page | Theo de Raadt | |
2001-08-21 | Update to sendmail 8.11.6, from the release notes: | Todd C. Miller | |
SECURITY: Fix a possible memory access violation when specifying out-of-bounds debug parameters. Problem detected by Cade Cairns of SecurityFocus. Avoid leaking recipient information in unrelated DSNs. This could happen if a connection is aborted, several mails had been scheduled for delivery via that connection, and the timeout is reached such that several DSNs are sent next. Problem noted by Dileepan Moorkanat of Hewlett-Packard. Fix a possible segmentation violation when specifying too many wildcard operators in a rule. Problem detected by Werner Wiethege. Avoid a segmentation fault on non-matching Hesiod lookups. Problem noted by Russell McOrmond of flora.ca | |||
2001-08-21 | add hme at sbus | Jason Wright | |
2001-08-21 | put bus independent part of hme in here so we don't conflict with the sparc | Jason Wright | |
driver (this is wrong and will need to be fixed eventually) | |||
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | bus independent part of hme driver from netbsd | Jason Wright | |
2001-08-21 | 2nd rule of comitting fix | Michael Shalayeff | |
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | cut/pasto in rule flushing code (using wrong list); base on patch from Henk ↵ | Jason Wright | |
van Lingen <henk@vanlingen.net> | |||
2001-08-21 | rcsid | Jason Wright | |
2001-08-21 | pretty and add ss* and st* (I knew I was forgetting something) | Jason Wright | |
2001-08-21 | esp/scsibus/sd/cd/uk goop | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-21 | From NetBSD: | Jason Wright | |
#define's for FAS366 (needed for compile of esp_sbus) | |||
2001-08-21 | Art says it's ok for pmap_enter to effect no mapping change, | Hugh Graham | |
so just return success if this happens. | |||
2001-08-21 | Enable IFF_MULTICAST when first opening the tun device | brian | |
Don't bring the interface up immediately Don't complain about unrecognised interface flags in ``show iface''. | |||
2001-08-21 | Add support for SIOCADDMULTI & SIOCDELMULTI; NetBSD | brian | |
2001-08-21 | Get libkern to compile. | Miod Vallat | |
2001-08-21 | Remove gcc warnings. Ok drahn@ | Matthieu Herrb | |
2001-08-21 | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this | Angelos D. Keromytis | |
is already done in ip_spd_lookup() | |||
2001-08-21 | When the outgoing socket has BYPASS set, don't bother calling the | Angelos D. Keromytis | |
PCB-checking routine. | |||
2001-08-21 | BSD license; Thomas H. Ptacek | Jakob Schlyter | |
2001-08-21 | need cfdriver for dma | Jason Wright | |
2001-08-21 | Add some comments to make it clearer how we're handling signals. | brian | |
2001-08-21 | Treat an interface address as conflicting if it's destination address | brian | |
matches any existing destination addresses on the interface. This unbreaks ``enable iface-alias''. | |||
2001-08-21 | Handle snprintf() returning < -1 | brian | |
2001-08-21 | Restore whitespace clobbered with the last commit | brian | |
2001-08-21 | Remove some conflicting copyright lines. | brian | |
2001-08-21 | Add copyright which should have been there when the file was created. | Dale Rahn | |
2001-08-21 | use round_page() not an incorrect version of it using trunc_page(). | Dale Rahn | |
2001-08-21 | Xr autoconf(4) as other intros have | Peter Valchev | |
2001-08-21 | I would really like to add a copyright to this file, the NetBSD version | Dale Rahn | |
is copied from the OpenBSD version (mine), however before a copyright was added. Since then effectively the entire file has been replaced with code from NetBSD (which still does not have a copyright). NetBSD tag added, to indicate which version of the file the existing code was derived from. | |||
2001-08-21 | Put in copyright info which I forgot to add back in 1996. | Dale Rahn | |
2001-08-21 | Add powerpc autoconf(4) heavily based on the i386 one; ok drahn | Peter Valchev | |
2001-08-21 | Prototype correctly so this builds with -Wstrict-prototypes. | Dale Rahn | |
DEstatic some of the code, add a ofprint() function for printf like debugging early on in boot (before console). Not currently used, except in special debugging kernels. | |||
2001-08-21 | Pass closing TCP connections through looser state machine (handle Solaris' | Mike Frantzen | |
stupid spurious ACK|FINs after a close) | |||
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). |