summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-27pass -spi for tcpmd5, too; ok hshoexer@Markus Friedl
2004-01-27remove $Header, it was messing up cvs for me. ok deraadt@Ted Unangst
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoTheo de Raadt
2004-01-27#define away __extern__ for old gcc and non-gcc; espie@ OKTodd C. Miller
2004-01-27enable bpp for sun4m too; jason@ okMichael Shalayeff
2004-01-27die $!Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2004-01-27remove package if RequiredBy file ends up empty too soon.Marc Espie
This allows users to remove packages with bogus dependency registration that happened at one point in the life of the pkg_*. This should please henning.
2004-01-27put $! in die messages.Marc Espie
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
the BIOS supports it. File location data now geometry-independent (biosboot groks part of the inode), so installboot loses -h and -s. Many thanks to all those brave enough to try the snapshots. Thanks for the test reports, everyone. ok deraadt@
2004-01-26we must not omit printing the netmask when it is all zero, this is dangerous -Henning Brauer
1.2.3.4/0 is not equal to 1.2.3.4... this "helped" to make failure already only omit the netmask when both the addr and the mask itself are all zero (the "any" case) ok dhartmei@ mcbride@
2004-01-26Map segment 8 with a BAT again for now, for NVRAM access. This is onlyMiod Vallat
temporary.
2004-01-26Asking for a too short softc size in your cfattach structure is known toMiod Vallat
cause premature death in laboratory animals. Don't do that.
2004-01-26Mostly sync with other ppc-based ports. This should be factorized someday...Miod Vallat
2004-01-26rename "tcp signature" to "tcp md5sig" - the name is misleading, wetherHenning Brauer
ietf wants to call it so or not prodded by theo
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
thread. Requested by truk at optonline dot net and OK-ed by tedu @.
2004-01-26Make sure, when reporting available memory to the common PowerPC code, toMiod Vallat
neither stomp over the BUG nor precioussssss data...
2004-01-26sign mismatch correction, from miodTheo de Raadt
2004-01-26shorter messageTheo de Raadt
2004-01-26Use libkern's fast ffs() in libc too.Miod Vallat
2004-01-26add finalized guard to destructor calls, to prevent multiple calls.Marc Espie
stop most kde apps from burping all over the place on exit, which means that, somehow, our destructors get registered twice... :-( Okay drahn@
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
ok drahn@, some time ago.
2004-01-26tftp-only netboot code, inspired from mvmeppc, and stripped down; it willMiod Vallat
become necessary to boot from unsupported (as far as mvme88k/stand/ is concerned) network cards, such as the MVME374 and the MVME376. Not enabled in the build yet, because there are a few issues left, but it is nonetheless usable...
2004-01-26A few more BUG syscall definitions and structures. Fix (not used yet)Miod Vallat
mvmeprom_netctrl definition while there.
2004-01-26no more SIOCGIFCONF any more here eitherHenning Brauer
ok deraadt@
2004-01-26-we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment.Henning Brauer
-we don't need the socket any more either; remove. ok deraadt@
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
Ed White <ed at overminder dot com>. deraadt@ ok.
2004-01-26Correct strlcpy bound.Miod Vallat
2004-01-26knf and cleanup; millert okTheo de Raadt
2004-01-26when we error out in send_sa_msg() close the file descriptor.Henning Brauer
from Patrick Latifi <pat@eyeo.org>
2004-01-26TCP_SIGNATURE enabled by defaultTheo de Raadt
2004-01-26Added 2-clause licenseNiklas Hallqvist
2004-01-26dataLen should be size_t to match l->len; ok otto@ tedu@Todd C. Miller
2004-01-26first cut at tcpmd5 setup seupport from within bgpd. works so far.Henning Brauer
with help from hshoexer@ and markus@ ok claudio@ hshoexer@ markus@
2004-01-26missing thing from Jared Yanovich;Jason McIntyre
dhartmeier@ saved me from making a mess of this;
2004-01-26syncTheo de Raadt
2004-01-26Bump load address, same as done on macppc last year.Miod Vallat
2004-01-26Make welcome banner match spamd's (is it chicken or is it fish?).Todd C. Miller
2004-01-26if one destroy fails, keep trying the othersTheo de Raadt
2004-01-26- use SIOC[GS]WAVELAN.Federico G. Schwindt
- fill ac_enaddr correctly. - put ic_myaddr back.
2004-01-26don't create/destroy interfaces in depend or regressDavid Krause
stops interfaces from being created/destroyed out of order ok dhartmei@ henning@
2004-01-26add DLT_IEEE802_11 support; from NetBSD. bump minor.Federico G. Schwindt
deraadt@ ok.
2004-01-26syncTheo de Raadt
2004-01-26having the monotonic thing as DEBUG is not going to get it fixed faster, it ↵Theo de Raadt
is just going to annoy people
2004-01-25install all the catalogs; as cvs forgot to check this file in when those ↵Michael Shalayeff
were added; millert@ ok
2004-01-25Do not BAT anything but the kernel for now.Miod Vallat
2004-01-25Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR whileMiod Vallat
invoking the PPC1Bug. From drahn@ in a previous life.
2004-01-25Be less verbose in sdattach() by suppressing the display of detailedKenneth R Westerback
sense information when attempting to discover the disk size. USB 6-in-1 readers have a bunch of LUNs and otherwise produce many 'Medium Not Present' details everytime they are plugged in. Noticed by grange@. Requested by and ok deraadt@.
2004-01-25Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead.Miod Vallat
2004-01-25Previously, in -w mode, for each match on a line grep would checkTodd C. Miller
to see if the match was on a word boundary. However, this missed lines where the first match was not on a word boundary but a subsequent match was. Problem originally spotted by miod@ We fix this by using the [[:<:]] and [[:>:]] character classes for the slow path and by checking the word boundaries in grep_search() for the fast path instead of doing the checks after running regexec() or grep_search(). With this change, grep passes the new regress tests 15 and 16. problem originally spotted by espie@.