summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-12Update intro(4) with recent hardware support, and a few sentence cleanup.Miod Vallat
2004-01-12a native geode reset, because quite a few geode boards without keyboardTheo de Raadt
controllers are showing up; various ok
2004-01-12Get rid of that ugly m88100_saved_state structure, use trapframe everywhereMiod Vallat
instead. Allow struct reg and struct trapframe to live different lives and grow separately. Righty now they are still the same, and code expects a trapframe to always start with a struct reg. This may change...
2004-01-12FILESDIR no longer holds "at least the checksum file"Jolan Luff
from Andrew Dalgleish
2004-01-12use klist_invalidate to permit destroy while kqueued. ok mpf@Ted Unangst
2004-01-12klist_invalidate to help clean up when the backend disappears, tested by mpf@Ted Unangst
2004-01-12these need to be synced when vnode_if.src changesTed Unangst
2004-01-12fix string mishandling of lpath, ok millert, deraadtBob Beck
2004-01-12some comments on ffs sysctls, mainly dirhashTed Unangst
2004-01-12Add manpages for the new devices created for snapper audio.Dale Rahn
Should have gone in before being enabled in GENERIC.
2004-01-12Completely remove the device name from this print, not just the %s.Dale Rahn
2004-01-12GCC3 compatible asm code. tested on gcc2 myself. ok brad@Dale Rahn
2004-01-12Better defaults on snapper, fixes xmms problem reported by joshua steinDale Rahn
just hours after the driver was committed.
2004-01-12syncTheo de Raadt
2004-01-11in ANSI world, "string1" "string2" is enough for concatecationPeter Valchev
gcc3 bitches as "str1"##"str2" is not a valid token; ok espie
2004-01-11give a correct example, using make -kPeter Valchev
(-k is needed otherwise it stops at the first unavailable distfile, which is not what you want for a mirror) ok espie
2004-01-11Mark more code as dependent upon option PTRACE, and slight cleaning while there.Miod Vallat
2004-01-11Implement and use splraise() rather than spl() whenever necessary.Miod Vallat
2004-01-11Use splhigh() instead of splimp() in cpu_exit. [similar fix as done on mvme88k]Miod Vallat
2004-01-11Trivial changes to pass through -WallAlexander Yurchenko
ok millert@
2004-01-11-DANCACHE belongs to CPPFLAGS, not CFLAGS.Alexander Yurchenko
ok millert@
2004-01-11KNFHenning Brauer
2004-01-11This comment is not true. We decided to use a separate struct kroute6Claudio Jeker
for IPv6.
2004-01-11use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordinglyHenning Brauer
ok claudio@
2004-01-11support new MAKEDEV for pegasos; from toddTheo de Raadt
2004-01-11set address family...Henning Brauer
2004-01-11remove obsolete commentHenning Brauer
2004-01-11remove the temporary -O flag..Theo de Raadt
2004-01-11Bad sizeof slipped in while resolving a conflict. OK henning@Claudio Jeker
2004-01-11for pty opening, only use the openpty() path. the other stuff only needsTheo de Raadt
to be in openssh-p; markus ok
2004-01-11Print output as "var=value" instead of "var = value". Also, any assignmentTheo de Raadt
implies -w. I have despised the existing behaviour for years. ok from henning, millert, grange
2004-01-11Move all struct in_addr to either struct bgpd_addr or in_addr_t whicheverClaudio Jeker
is more appropriate. The rde uses now in most cases struct bgpd_addr. OK henning@
2004-01-11__sglue should be extern; from art@Todd C. Miller
2004-01-11in the nexthop imsgs use struct bgpd_addr for the data part instead ofHenning Brauer
in_addr_t ok claudio@
2004-01-11$OpenBSD$ tagsDale Rahn
2004-01-11Add to the IMSG_SESSION_UP message the local and remote address of theClaudio Jeker
peer session. This is needed to set the correct nexthop address in outgoing bgp UPDATES. OK henning@
2004-01-11we need to have the address family set in bgpd_addr structs when theyHenning Brauer
contain anything worthwile...
2004-01-11when sending the nexthop status message, include the kroute that makes thatHenning Brauer
nexthop reachable. needed in the RDE for calculating the to-be-announced nexthop. ok claudio@
2004-01-11add mirror-maker(7) MLINK (to mirroring-ports(7)); ok espiePeter Valchev
2004-01-11mark u_int64_t constants with ULL to make gcc3 happyBrad Smith
ok drahn@ tedu@
2004-01-11use struct bgpd_addr for nexthop and gateway in struct kroute_nexthopHenning Brauer
(and thus the nexthop messages between parent and RDE) ok claudio@
2004-01-11With wonderful new dhclient there is no need to try to kill a runningKenneth R Westerback
client or to run it with -1.
2004-01-11clean up setting the poll events a bit. no functional changes.Henning Brauer
2004-01-11Little sync dmesg output with pciide.Alexander Yurchenko
ok drahn@
2004-01-11plug snapper audio into build. ok dhartmei@Dale Rahn
2004-01-11Audio support for some newer macppc machines, any 'snapper' based systems.Dale Rahn
Driver ported from netbsd with bus_dma addition/vtophys deletion. This driver does not work on the first generation 'Digital audio' systems those were 'tumbler' nor the latest version. ok dhartmei@
2004-01-11Add OF_getnodebyname interface to openfirmware, from netbsd.Dale Rahn
2004-01-11Add new getnodebyname interface as OF_getnodebyname to openfirmware, fromDale Rahn
netbsd. Only implemented on macppc so far.
2004-01-11Add url for fingerprint submission page.Ryan Thomas McBride
ok deraadt@
2004-01-11add loopback routes lateTheo de Raadt