Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-09 | delint; remove redundant vars and functions; ok jaredy@ | Otto Moerbeek | |
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc 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-09 | use 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-09 | Add 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. this | Niall O'Higgins | |
allows access from outside rcs.c and will be needed for upcoming features in ci(1). ok joris@ xsa@ | |||
2006-02-09 | Oops, put the default case outside the ADBVERBOSE block in adbprint(). | Miod Vallat | |
2006-02-09 | typo | Brad Smith | |
2006-02-09 | cleaning. | Brad Smith | |
2006-02-09 | adjust 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-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk 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-08 | align tab | Peter Valchev | |
2006-02-08 | add nfe(4) to all ramdisks | Peter Valchev | |
2006-02-08 | move #include <dirent.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David 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-08 | lower the number of Jumbo slots on sparc64. | Brad Smith | |
2006-02-08 | eliminate a reset when configuring the IP address. | Brad Smith | |
tested by kettenis@ | |||
2006-02-08 | fix MTU check. | Brad Smith | |
From damien@ | |||
2006-02-08 | fix more breakage by xsa, although this one is partially my fault as well. | Joris Vink | |
2006-02-08 | Fix lm75 check. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-08 | once 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-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker | |
Issue found by Andre Oppermann. | |||
2006-02-08 | move #include <netinet/in_systm.h> and <netinet/ip.h> out of | Kevin Steves | |
includes.h; ok markus@ | |||
2006-02-08 | move #include <sys/resource.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-08 | <openssl/bn.h> not needed | Kevin Steves | |
2006-02-08 | - configuration file can have relative path | Camiel Dobbelaar | |
- do not suppress logging if there is no configuration yet, otherwise we cannot log that configuration parsing failed ok mpf@ mcbride@ | |||
2006-02-08 | Add back minimal debugging to help track down tx errors some MACs | Jonathan Gray | |
seem to be reporting. | |||
2006-02-08 | small KNF | Kevin Steves | |
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer | |
structures | |||
2006-02-08 | move #include <netinet/tcp.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-08 | Use __LP64__ instead of __amd64__ for portability. | Jonathan Gray | |
Pointed out by miod@. | |||
2006-02-08 | ciphy and ukphy are also possible attachments. | Jonathan Gray | |
2006-02-07 | regen | Brad Smith | |
2006-02-07 | add Panasonic 50" touch panel | Brad Smith | |
From NetBSD | |||
2006-02-07 | restore cosmic balance by plugging a mem leak; problem reported by | Otto Moerbeek | |
Benjamin Pineau in PR 5008; ok weingart@ | |||
2006-02-07 | mention source of pf_modulate_sack() in comment, no code change, | Daniel Hartmeier | |
ok frantzen@ | |||
2006-02-07 | move the devices list up a bit. | Brad Smith | |
2006-02-07 | typos from alexey dobriyan; | Jason McIntyre | |
ok jakob, who is passing these fixes upstream... | |||
2006-02-07 | synch | Marc Espie | |
2006-02-07 | minor 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-07 | look at noexec as well | Marc Espie | |
2006-02-07 | Don't push undef into the todo list. This avoids some perl warnings. | Bernd Ahlers | |
ok espie@ | |||
2006-02-07 | Disable checksum offload for the moment as it appears to not | Jonathan Gray | |
work for some people. | |||
2006-02-07 | convert 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-07 | duplicate #include | Kevin Steves | |
2006-02-07 | "packet.h" not needed | Kevin Steves | |
2006-02-07 | "log.h" not needed | Kevin Steves | |
2006-02-07 | move #include <termios.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-07 | regen | Brad Smith | |