summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-09delint; remove redundant vars and functions; ok jaredy@Otto Moerbeek
2006-02-09Turn validate_plist() into a real visitor that calls validate() for eachMarc Espie
object in the packing-list. Move some checks earlier, so that update of packages fails before deleting the old package. Add more checks, like verifying that install/deinstall scripts are indeed located on exec'able partitions.
2006-02-09use new interface (*close*)Marc Espie
optimization: store dir into state earlier, so that do_script and other stuff can have access to it.
2006-02-09Add some nice interfaces instead of the hint() argument to close().Marc Espie
This allows the cache to finish properly even in some weird cases like fat packages (calling finish_and_close).
2006-02-09- move rcs_kw-related data into rcs.h and de-static the keyword array. thisNiall O'Higgins
allows access from outside rcs.c and will be needed for upcoming features in ci(1). ok joris@ xsa@
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-09typoBrad Smith
2006-02-09cleaning.Brad Smith
2006-02-09adjust timeouts a bit.Brad Smith
Based on the Broadcom Linux driver.
2006-02-09#include <sys/endian.h> not needed; ok djm@Kevin Steves
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
fixes a possible crash if the parent interface has been destroyed (like vlan on trunk) before destroying the vlan interface. ok brad@
2006-02-08align tabPeter Valchev
2006-02-08add nfe(4) to all ramdisksPeter Valchev
2006-02-08move #include <dirent.h> out of includes.h; ok markus@Kevin Steves
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
cookie down to the device. the most obvious use of this is to pass a device its ofw node on sparc64 and macppc so it can configure itself more appropriately. ok kettenis@ henning@ deraadt@
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
tested by kettenis@
2006-02-08fix MTU check.Brad Smith
From damien@
2006-02-08fix more breakage by xsa, although this one is partially my fault as well.Joris Vink
2006-02-08Fix lm75 check.Mark Kettenis
ok deraadt@
2006-02-08once again, we have to unbreak stuff xsa broke on his own.Joris Vink
seriously xavier, I might be in the carribean but you are drinking all the rum and commiting shit drunk.
2006-02-08For now dump only stuff from the local-RIB into mrt table dumps.Claudio Jeker
Issue found by Andre Oppermann.
2006-02-08move #include <netinet/in_systm.h> and <netinet/ip.h> out ofKevin Steves
includes.h; ok markus@
2006-02-08move #include <sys/resource.h> out of includes.h; ok markus@Kevin Steves
2006-02-08<openssl/bn.h> not neededKevin Steves
2006-02-08- configuration file can have relative pathCamiel Dobbelaar
- do not suppress logging if there is no configuration yet, otherwise we cannot log that configuration parsing failed ok mpf@ mcbride@
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
seem to be reporting.
2006-02-08small KNFKevin Steves
2006-02-08fix logic both in the decision when to re-init the capabilities negotiationHenning Brauer
structures
2006-02-08move #include <netinet/tcp.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
Pointed out by miod@.
2006-02-08ciphy and ukphy are also possible attachments.Jonathan Gray
2006-02-07regenBrad Smith
2006-02-07add Panasonic 50" touch panelBrad Smith
From NetBSD
2006-02-07restore cosmic balance by plugging a mem leak; problem reported byOtto Moerbeek
Benjamin Pineau in PR 5008; ok weingart@
2006-02-07mention source of pf_modulate_sack() in comment, no code change,Daniel Hartmeier
ok frantzen@
2006-02-07move the devices list up a bit.Brad Smith
2006-02-07typos from alexey dobriyan;Jason McIntyre
ok jakob, who is passing these fixes upstream...
2006-02-07synchMarc Espie
2006-02-07minor independent tweaks:Marc Espie
- make Newuser and Newgroup subclasses of Newauth, so that code can be shared. - add property type() for these, that expands to user/group - add property to SpecialFile() that says whether this is executed on add/delete, so that we can check for noexec fs and error out early on these.
2006-02-07look at noexec as wellMarc Espie
2006-02-07Don't push undef into the todo list. This avoids some perl warnings.Bernd Ahlers
ok espie@
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
work for some people.
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
avoids losing information due to int in proto ... thanks to KUDO Takashi for tracking this down ok miod@
2006-02-07duplicate #includeKevin Steves
2006-02-07"packet.h" not neededKevin Steves
2006-02-07"log.h" not neededKevin Steves
2006-02-07move #include <termios.h> out of includes.h; ok markus@Kevin Steves
2006-02-07regenBrad Smith