Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-05 | - properly free fqdn if it gets reassigned due to multiple -h options | Tobias Stoeckmann | |
- fixed comment typos with input by and ok millert, otto | |||
2009-09-05 | Rework internal interfaces in the wsdisplay emulation code to prepare for | Miod Vallat | |
upcoming changes. No functional change. | |||
2009-09-05 | scsi_done before COMPLETE | David Gwynne | |
2009-09-05 | scsi_done before COMPLETE. | David Gwynne | |
2009-09-05 | call scsi_done before returning COMPLETE | David Gwynne | |
2009-09-05 | call scsi_done before returning COMPLETE in the stuffup case. | David Gwynne | |
pointed out by miod | |||
2009-09-05 | Fixed typo in comment. | Tobias Stoeckmann | |
ok millert | |||
2009-09-05 | Fix various cases of stackgap_alloc() size arguments not being computed | Miod Vallat | |
correctly, usually yielding the right value on 32 bit machines because sizeof int == sizeof pointer. | |||
2009-09-05 | Make sure ehci_open() invokes ehci_device_setintr() at splusb; found with | Miod Vallat | |
splassert. | |||
2009-09-05 | Remove unnecessary assignments in sii311[24]_chip_map(). | Miod Vallat | |
2009-09-05 | Palm: add missing GPIO setup into palm_udc.c | Marek Vasut | |
2009-09-05 | Palm: initial commit of etc/etc.palm | Marek Vasut | |
OK deraadt@ | |||
2009-09-05 | Palm: initial commit of distrib/palm | Marek Vasut | |
OK deraadt@ | |||
2009-09-05 | approximately what palm will need; ok marex | Theo de Raadt | |
2009-09-05 | Palm: initial commit of sys/arch/palm | Marek Vasut | |
OK deraadt@ | |||
2009-09-05 | Make DIOCSDINFO code consistant everywhere. | Kenneth R Westerback | |
ok miod@ deraadt@ | |||
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave | |
Useful for acpitz, acpipwrres, etc. | |||
2009-09-04 | Bring back support for iCH10 based chips. This time support for fiber cards | Dariusz Swiderski | |
seems to be fixed, thanks to tests done by mpf at mailq dot de. Also support for older fiber cards that have no PHY seems to be working, thanks to claudio@ The code includes all the changes that i backed out, plus two tweaks: 1. em_detect_gig_phy() gets called in em_setup_link() instead of em_copper_link_preconfig(), this enables phy detection on fiber cards. 2. em_detect_gig_phy() gets a condition to look for old fiber cards, that have no PHY. ok by claudio@, prodded by deraadt@ | |||
2009-09-04 | Make sure the MAC address is correct on big-endian platforms if it isn't read | Mark Kettenis | |
from the EEPROM. ok miod@ | |||
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec | |
ok gilles@ | |||
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec | |
ok gilles@ | |||
2009-09-04 | Prepend Return-Path. | Jacek Masiulaniec | |
2009-09-04 | Tidy main and make it a bit easier to read. | Nicholas Marriott | |
2009-09-04 | Fix scheduling of bounce messages. | Jacek Masiulaniec | |
From gilles@ | |||
2009-09-04 | Tell the user when sleeping due to password backoff. | Nicholas Marriott | |
2009-09-04 | Dvrmpd inherited the same yesno porblem from bgpd. Make sure it throws | Claudio Jeker | |
a proper syntax error. | |||
2009-09-04 | Make sure that a proper syntax error is produced when something else then | Claudio Jeker | |
yes or no is used in a yes/no token. OK henning | |||
2009-09-04 | merged with mda.c | Jacek Masiulaniec | |
2009-09-04 | Use the address familiy of the neighbor IP to decide which MP type to use. | Claudio Jeker | |
IPv4 session will still default to only announce inet unicast but now IPv6 session will by default use announce inet6 unicast. The defaults can be overridden on groups and in the neighbor itself but this new behaviour is way more sane then the old one. OK henning, sthen | |||
2009-09-04 | Major mda update: | Jacek Masiulaniec | |
- Fix: check external mda / mail.local exit code. - Fix: check maildir rename(2) return code. - Fix: check read(2) and write(2) return codes. - Fix: in parent, batchp->env was not set to the env of the current process. - Fix: clean file in tmp if maildir delivery fails. - Fix: mark message as temporarily failed upon start, unmark upon sucessful delivery. (safe default) - Fix: kill all message drops, aka. PERMFAILUREs, with one exception: when the local user no longer exists. - Cleanup: store.c is merged with its only user, mda.c - Feature: in parent, child_add now returns pointer to the new child struct. This is used to store and later access child->mda_batch member in order to associate children with their batches. - Feature: in parent, external mda / mail.local will timeout after 5 minutes. | |||
2009-09-04 | Fix a crash when messagep->batch_id is read from disk and used long | Jacek Masiulaniec | |
after the batch has ceased to exist. From gilles@ | |||
2009-09-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat | |
2009-09-03 | sync | Theo de Raadt | |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut | |
OK drahn@ | |||
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson | |
Fixes printing on Tuesdays from some applications. ok ian@ (yes really - http://catless.ncl.ac.uk/Risks/25.77.html#subj14) | |||
2009-09-03 | Rearrange the interrupt handler so that it handlers "error status bits" | Theo de Raadt | |
first instead of trying to push data transfers forward. Also, ensure that DONE interrupts are only un-masked when we are on the last sub-block, and that otherwise we process based on RD_REQ and WR_REQ interrupts coming in. Done with drahn and marex (starting from bizzare workarounds by marex which we could not explain) This appears to make Zaurus SD reads & writes completely reliable, even at very low cpu speeds. ok drahn marex | |||
2009-09-03 | pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not needed | Marek Vasut | |
It is not needed to read MMC_STAT if DPRINTF is empty. OK deraadt | |||
2009-09-03 | the recent changes to translation make the ordering of this document | Jason McIntyre | |
slightly redundant: move the packet filtering section to the top, and make translation a subsection; ok henning | |||
2009-09-03 | Missing header. | Joel Sing | |
2009-09-03 | The sparc64 boot block currently compares a memory address to the ELF magic | Joel Sing | |
and complains if they do not match. Instead, load the start of the ELF header from memory and complain if this does not match the ELF magic. Tested by kettenis@ ok miod@ | |||
2009-09-03 | sync | Theo de Raadt | |
2009-09-03 | remove -N from usage(); | Jason McIntyre | |
2009-09-03 | tweak previous; | Jason McIntyre | |
2009-09-03 | Check the return value of copyin(). | Joel Sing | |
ok marco@ | |||
2009-09-03 | Don't call VOP_CLOSE() with a null pointer, if the VOP_OPEN() call failed. | Joel Sing | |
ok marco@ | |||
2009-09-03 | Adapt to new pfctl, remove use of -Fn and -sn | Jonathan Gray | |
Thanks to phessler for pointing out that the show command was buried in '-gvvsn' ok henning | |||
2009-09-03 | adapt to new pf | Jonathan Gray | |
ok henning | |||
2009-09-03 | this time i commit the right diff that was | Reyk Floeter | |
ok henning@ (sorry) | |||
2009-09-03 | fix two route-to vs. rdr-to conflicts. | Reyk Floeter | |
found by sthen@ ok henning@ | |||
2009-09-03 | call scsi_done before returning COMPLETE | David Gwynne | |