summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-01-26when we error out in send_sa_msg() close the file descriptor.Henning Brauer
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
2004-01-26missing thing from Jared Yanovich;Jason McIntyre
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
2004-01-26don't create/destroy interfaces in depend or regressDavid Krause
2004-01-26add DLT_IEEE802_11 support; from NetBSD. bump minor.Federico G. Schwindt
2004-01-26syncTheo de Raadt
2004-01-26having the monotonic thing as DEBUG is not going to get it fixed faster, it i...Theo de Raadt
2004-01-25install all the catalogs; as cvs forgot to check this file in when those were...Michael Shalayeff
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
2004-01-25Be less verbose in sdattach() by suppressing the display of detailedKenneth R Westerback
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
2004-01-25Add missing REGRESS_TARGETS for t15 and t16Todd C. Miller
2004-01-25Two more tests; based on a failure Matthieu found with my firstTodd C. Miller
2004-01-25private copy of gmt2local from tcpdump, since tcpdump is about to startTheo de Raadt
2004-01-25according to hauppauge.com, it's spelled HauppaugeTed Unangst
2004-01-25sort options and update openssl passwd;Jason McIntyre
2004-01-25vref device vnodes early, so we don't get mismatched vrele calls.Ted Unangst
2004-01-25random generation numbers; millert okTheo de Raadt
2004-01-25This fix was made WITHOUT RUNNING REGRESS. Henning, you are beingTheo de Raadt
2004-01-25Fix entry point and crtbegin/crtend. slight ok espie millertDale Rahn