Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | half of the changes from netbsds if_axe.c revision 1.5: | David Gwynne | |
Protect MII reads and writes properly against multiple access. | |||
2004-11-11 | yes, make the cdfs | Theo de Raadt | |
2004-11-11 | from netbsd, if_axereg.h revision 1.2 | David Gwynne | |
Add some media defines. | |||
2004-11-11 | symetry: updating a package means removing the old one and adding the new | Marc Espie | |
one, tag unsafe operations accordingly... | |||
2004-11-11 | from netbsd, if_axe.c revision 1.5 | David Gwynne | |
Dont use lockmgr() from interrupt context. | |||
2004-11-11 | from netbsd revisions 1.2 and 1.3 | David Gwynne | |
revision 1.2 Alphabetize the supported device list. revision 1.3 Get rid of an oddly placed assert(). | |||
2004-11-11 | move collision reporter to a separate file, so that it doesn't get loaded | Marc Espie | |
all the time. | |||
2004-11-11 | store a ref to %forced in $state, for access anywhere. | Marc Espie | |
2004-11-11 | make setup of the rx transfers consistent | David Gwynne | |
2004-11-11 | File::Copy use moves as well. | Marc Espie | |
2004-11-11 | Handle all types of interrupts when operating in polled mode. | David Gwynne | |
from Danovitsch@vitsch.net | |||
2004-11-11 | restrict 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-11 | need to move collision_report over as well, and use PackageInfo routines. | Marc Espie | |
2004-11-11 | package names starting with . are hidden from pkg_info by default. | Marc Espie | |
-A shows them. | |||
2004-11-11 | synch validate_plist | Marc Espie | |
2004-11-11 | move 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-11 | typo | Marc Espie | |
2004-11-11 | don't touch font directories if -n either... | Marc Espie | |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc 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-11 | fix interaction of -n -v -r. | Marc Espie | |
don't enable the progress meter if a very verbose mode is on. | |||
2004-11-11 | Check IFF_UP at tun_output(). | Marco Pfatschbacher | |
ok henning, markus. | |||
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio 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-11 | hide lib packages | Marc Espie | |
2004-11-11 | long live button pushers (except for when theo is nearby) | Henning Brauer | |
2004-11-11 | list the things that atu relies on | David Gwynne | |
2004-11-11 | no need to lock access for reading | joshua stein | |
2004-11-11 | quirk for iriver 3xx. | Alexander Yurchenko | |
ok dlg@ | |||
2004-11-11 | remove test code; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-11 | remove excessive splnet; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-10 | Put back cross build piece which was lost with the 2.15 upgrade. | Dale Rahn | |
2004-11-10 | missing headers | krapht | |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-11-10 | use ${STATIC} rather than -static. ok miod | Dale Rahn | |
2004-11-10 | allocate a single buffer for the rx xfer to use rather than let it try | David Gwynne | |
allocating one every time we're restarting it in an interrupt handler. ok deraadt@ | |||
2004-11-10 | defer ! and !! handling till prompt printing, like real ksh, and this now | Theo de Raadt | |
means even less fallout from the prompt expansion changes; ok jmc | |||
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko | |
ok millert@ | |||
2004-11-10 | 0xBF is new Solaris ID; lclee@west.sun.com | Theo de Raadt | |
2004-11-10 | prefix_write() works also for IPv6. OK henning@ | Claudio Jeker | |
2004-11-10 | It is not needed to mask the value wit 0xff as it is < 255. OK henning@ | Claudio Jeker | |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker | |
places where needed. OK henning@ | |||
2004-11-10 | add support for the Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
thanks go to Paul de Weerd for providing the hardware | |||
2004-11-10 | regen | David Gwynne | |
2004-11-10 | Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
2004-11-10 | Remove no longer needed code. OK henning@ | Claudio Jeker | |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer | |
ntp_settime() -> priv_settime() ntp_host_dns() -> priv_host_dns() | |||
2004-11-10 | const'ify conffile | Henning Brauer | |
From: Joerg Sonnenberger <joerg@britannica.bec.de> | |||
2004-11-10 | Diff from art@: | Alexander Yurchenko | |
Update ticks in timeout_hardclock_update to avoid errors in hardclock (this is the third time we mess up here). ticks is only used for timeouts anyway. At the same protect updating ticks with timeout_mutex and be slightly more paranoid in timeout_hardclock_update. ok tdeval@ miod@ | |||
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-10 | - replace stge_lookup() with pci_matchbyid() | Alexander Yurchenko | |
- remove useless product description strings - don't print pci product revision, pci bus does it for us - print interrupt and address string like other drivers do ok brad@ | |||
2004-11-10 | strncpy->strlcpy | Alexander Yurchenko | |
ok henning@ |