summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2004-11-11half of the changes from netbsds if_axe.c revision 1.5:David Gwynne
Protect MII reads and writes properly against multiple access.
2004-11-11yes, make the cdfsTheo de Raadt
2004-11-11from netbsd, if_axereg.h revision 1.2David Gwynne
Add some media defines.
2004-11-11symetry: updating a package means removing the old one and adding the newMarc Espie
one, tag unsafe operations accordingly...
2004-11-11from netbsd, if_axe.c revision 1.5David Gwynne
Dont use lockmgr() from interrupt context.
2004-11-11from netbsd revisions 1.2 and 1.3David Gwynne
revision 1.2 Alphabetize the supported device list. revision 1.3 Get rid of an oddly placed assert().
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie
all the time.
2004-11-11store a ref to %forced in $state, for access anywhere.Marc Espie
2004-11-11make setup of the rx transfers consistentDavid Gwynne
2004-11-11File::Copy use moves as well.Marc Espie
2004-11-11Handle all types of interrupts when operating in polled mode.David Gwynne
from Danovitsch@vitsch.net
2004-11-11restrict update operation less: we're not bothered by @exec or INSTALL,Marc Espie
only DEINSTALL or @unexec (we should need to run symetric checks on the package we're going to install, though...) allows forced replacement: script running, and breaking forward dependencies. Communicate more about what may break.
2004-11-11need to move collision_report over as well, and use PackageInfo routines.Marc Espie
2004-11-11package names starting with . are hidden from pkg_info by default.Marc Espie
-A shows them.
2004-11-11synch validate_plistMarc Espie
2004-11-11move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete.Marc Espie
change prototype of validate_plist, ditch globals cdrom_only and ftp_only (stash this into state). Use Warn properly.
2004-11-11typoMarc Espie
2004-11-11don't touch font directories if -n either...Marc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
use these to simplify all those packing lists manipulations. demote non-root detection to a warning in -n mode: fix a couple of minor bugs, of stuff that was run in -n mode and should not. Namely, manpages were indexed/unindexed (ouch) and tempfiles were creating during updates.
2004-11-11fix interaction of -n -v -r.Marc Espie
don't enable the progress meter if a very verbose mode is on.
2004-11-11Check IFF_UP at tun_output().Marco Pfatschbacher
ok henning, markus.
2004-11-11New config statement "rde route-age [evaluate|ignore]". If set to evaluateClaudio Jeker
the best path selection will not only be based on the path attributes but also on the age of the prefix. This is an extension to the RFC. The default is ignore but previously it was implicitly set to evaluate. OK henning@ man page OK jaredy@ jmc@
2004-11-11hide lib packagesMarc Espie
2004-11-11long live button pushers (except for when theo is nearby)Henning Brauer
2004-11-11list the things that atu relies onDavid Gwynne
2004-11-11no need to lock access for readingjoshua stein
2004-11-11quirk for iriver 3xx.Alexander Yurchenko
ok dlg@
2004-11-11remove test code; Danovitsch@vitsch.netTheo de Raadt
2004-11-11remove excessive splnet; Danovitsch@vitsch.netTheo de Raadt
2004-11-10Put back cross build piece which was lost with the 2.15 upgrade.Dale Rahn
2004-11-10missing headerskrapht
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-11-10use ${STATIC} rather than -static. ok miodDale Rahn
2004-11-10allocate a single buffer for the rx xfer to use rather than let it tryDavid Gwynne
allocating one every time we're restarting it in an interrupt handler. ok deraadt@
2004-11-10defer ! and !! handling till prompt printing, like real ksh, and this nowTheo de Raadt
means even less fallout from the prompt expansion changes; ok jmc
2004-11-10Safer IF_INPUT_ENQUEUE macro.Alexander Yurchenko
ok millert@
2004-11-100xBF is new Solaris ID; lclee@west.sun.comTheo de Raadt
2004-11-10prefix_write() works also for IPv6. OK henning@Claudio Jeker
2004-11-10It is not needed to mask the value wit 0xff as it is < 255. OK henning@Claudio Jeker