summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau
2004-11-12file not usedTheo de Raadt
2004-11-12some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>Henning Brauer
2004-11-12Update to sudo 1.6.8p2Todd C. Miller
2004-11-12support SIOCG80211BSSID SIOCS80211CHANNEL SIOCG80211POWER; from daanTheo de Raadt
2004-11-12cleanup prototypesTheo de Raadt
2004-11-12Don't use the IRIX workaround for relocs. Seems to break reloc count inPer Fogelstrom
some shared libs and we don't need any workaround in OpenBSD.
2004-11-12typos from joel gudknecht;Jason McIntyre
help/ok hshoexer@
2004-11-12mention `s';Jason McIntyre
from aleksander piotrowski; ok henning@ deraadt@ millert@
2004-11-12add wdt(4)'s ddb(4) warning to BUGS;Jason McIntyre
original diff from michael knudsen; ok jaredy@
2004-11-12typo: comparations -> comparisonsJean-Francois Brousseau
2004-11-12Show file specifications as optional last arguments to the commit,Jean-Francois Brousseau
diff and update commands
2004-11-12print address, this is not a debug pieceTheo de Raadt
2004-11-12computed fullname.Marc Espie
2004-11-11use from_installation and forget.Marc Espie
2004-11-11use ether_ifdetach; from daanTheo de Raadt
2004-11-11simplify debug printf mechanism, with various levels of verbosity moreTheo de Raadt
in tune with what one needs when debugging; from daan
2004-11-11strlcpyTheo de Raadt
2004-11-11forget packing-lists after deleting the package (avoid out-of-memory errorMarc Espie
when deleting large sets of packages).
2004-11-11stuff that needs to be done.Marc Espie
2004-11-11typo; bad krwTheo de Raadt
2004-11-11TyposMiod Vallat
2004-11-11oopsMarc Espie
2004-11-11strchr("whatever", 0) returns non NULL. From Patrick Latifi.Otto Moerbeek
ok deraadt@ millert@
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
thanks to Joerg Sonnenberger and Nathan Binkert.
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11- Fix Yukon ram sizing.Brad Smith
- Keep tx queue running by kicking the tx bmu repeatedly. - Handle if_timer a bit better. From NetBSD ok deraadt@
2004-11-11Somewhat improve single-stepping.Mark Kettenis
ok pefo@, miod@
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
used to sync functions start are now (with gcc3) all over the code. Need to think about some other way to figure out the frame size from looking for the right sp adjust instruction.
2004-11-11rev 1.71Brad Smith
Add some special case code to fix a problem with the BCM5704 in TBI (fiber) mode. The 5704 apparently has some s00p3r s33kr1t registers for setting the advertisement of pause frame ability (i.e flow control) when in autoneg mode. If we don't set these registers correctly, we may not be able to negotiate a proper link with some switches. (Symptom is that the NIC reports the link as up (PCS synched) but no traffic can be exchanged.) rev 1.73 Commit patch to supress spurious link change events. Apparently, with copper NICs, a link change event is posted whenever MII autopolling is toggled off and on, which happens whenever someone calls bge_miibus_readreg() or bge_miibus_writereg() to access the PHY registers. This means anytime someone called the SIOCGIFMEDIA ioctl on a bge interface, the link would reset. Even a simple "ifconfig bge0" would do it, though other apps like dhclient or the PPPoE daemon could trigger it as well. An obvious symptom of this problem is lots of "bgeX: gigabit link up" messages appearing on the console for no apparent reason. Through experimentation, I determined that when a real link change event occurs, the BGE_MIMODE_AUTOPOLL in the BGE_MI_MODE register is always set, so now if we have a copper NIC and an link change event occurs and the BGE_MIMODE_AUTOPOLL bit is clear, we ignore the event. Note that this does not apply to the original BCM5700 chip since we use a different method for sensing link changes with that chip (the status block method was broken), nor to fiber optic NICs since they don't use the GMII PHY access registers. From FreeBSD ok deraadt@
2004-11-11syncTheo de Raadt
2004-11-11Unbreak peer_localaddr() because Link Local Addresses reported byClaudio Jeker
getifaddrs() have the scope id added to the address and so fuck up in the compare later. This part has bin stolen from ifconfig/ifconfig.c and shows the beauty of IPv6. Thank you KAME. disgusting but OK henning@
2004-11-11Unbreak link local IPv6 sessions by setting the correct scope_id inClaudio Jeker
addr2sa. OK henning@
2004-11-11Don't hardcode the prefix table to the IPv4 one, especially if there isClaudio Jeker
already code to select the correct tree by AF.
2004-11-11Pass the copied as-path attributes to the filter function and not theClaudio Jeker
original. Affected code is currently still unreachable.
2004-11-11this needs to be sgid gamesJolan Luff
2004-11-11reversed test.Marc Espie
2004-11-11say hello to XKSEG0 and XKSEG1!Per Fogelstrom
2004-11-11up default data size so things doesn't blow up to easyPer Fogelstrom
2004-11-11new accounting method that works with chroot installations.Marc Espie
2004-11-11cache packing-lists, so that we don't read them again and again.Marc Espie
big win as soon as pkg_add -r updates two or three packages with lots of dependencies.
2004-11-11add support for the Atmel AT76c503a (vendor/device ids, we should alreadyDavid Gwynne
support this chip) and the Linksys WUSB11 v2.8 found by Sam Chill and Barry Dexter A. Gonzaga respectively. they both seem keen to try this driver out.
2004-11-11regenDavid Gwynne
2004-11-11change the device id of the "atmel dwl-120" (which is what dlink calls itsDavid Gwynne
product) to Atmel AT76c503a. many vendors use this product/vendor id in their product so we'll say whats inside rather than whats printed on the packaging.
2004-11-11oops, updatable is an object method, so $self is first parameter.Marc Espie
Mark @unexec /sbin/ldconfig -R and @unexec install-info --delete as innocuous.
2004-11-11spaces at EOL in comments, spotted by theoHenning Brauer
2004-11-11NOTREACHED not not reached! Stupid me.Claudio Jeker
2004-11-11Store the local v4 and v6 address of a session. For IPv4 sessions the firstClaudio Jeker
IPv6 address with global scope of the interface used by the session is used. In any case the local endpoint of the session is used for one of the two no matter what scope. OK henning@
2004-11-11from netbsd, if_axe.c revision 1.6David Gwynne
When adding/deleting multicast addresses, only whack the address filter if the interface is marked RUNNING.
2004-11-11the other half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
Set full duplex mode when status tells us to.