summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-27remove redundant prototypes for pthread_[gs]etconcurrencyBrad Smith
2004-01-27missing exit() at end of mainHenning Brauer
2004-01-27constify log_addr and log_ntoa's returns, reminded by claudioHenning Brauer
2004-01-27use inet_ntop() for log_addr(), claudio okHenning Brauer
2004-01-27Don't just detect errors in pre_add(), but exit. Gets rid of strangeNikolay Sturm
2004-01-27this part is not needed for sierra wirelessTheo de Raadt
2004-01-27catch up with changes in struct peer_config, ok claudioHenning Brauer
2004-01-27use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr andHenning Brauer
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-27more forced keywords.Marc Espie
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27missing return()Henning Brauer
2004-01-27use SADB_GETSPI/UPDATE for setting tcpmd5 keys; ok henningMarkus Friedl
2004-01-27bullet lists of one item don't make much sense.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
2004-01-27reorder parsing so user:skey@host:file works (bugzilla #777)Damien Miller
2004-01-27Bad duplicate of mpcpcibr.cMiod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-27drop packet if kif == NULL; ok henning deraadtMarkus Friedl
2004-01-27in gettdbbysrcdst(): hash by SRC and lookup SA in the tdbsrc[] hash tableMarkus Friedl
2004-01-27don't convert tcpmd5 to ip-over-ip in SADB_X_GETSPROTO; from hshoexerMarkus Friedl
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
2004-01-27put $! in die messages.Marc Espie
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
2004-01-26we must not omit printing the netmask when it is all zero, this is dangerous -Henning Brauer
2004-01-26Map segment 8 with a BAT again for now, for NVRAM access. This is onlyMiod Vallat
2004-01-26Asking for a too short softc size in your cfattach structure is known toMiod Vallat
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
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
2004-01-26Make sure, when reporting available memory to the common PowerPC code, toMiod Vallat
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
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
2004-01-26tftp-only netboot code, inspired from mvmeppc, and stripped down; it willMiod Vallat
2004-01-26A few more BUG syscall definitions and structures. Fix (not used yet)Miod Vallat
2004-01-26no more SIOCGIFCONF any more here eitherHenning Brauer
2004-01-26-we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment.Henning Brauer
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
2004-01-26Correct strlcpy bound.Miod Vallat
2004-01-26knf and cleanup; millert okTheo de Raadt