Age | Commit message (Expand) | Author |
2009-02-27 | Be a bin more paranoid in m88410_inval() in the operation complete check. | Miod Vallat |
2009-02-27 | set interrupt moderation timer for tx; otherwise interrupt always for tx | Kevin Lo |
2009-02-26 | If acx_attach() fails, print the reason why it is failing. | Stefan Sperling |
2009-02-26 | Fix PR6089, "panic in acx_detach upon card eject". | Stefan Sperling |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-26 | fix tree break with two missing chars | Todd T. Fries |
2009-02-26 | declare builds from around here to be 4.5 instead of 4.5-beta, though it | Theo de Raadt |
2009-02-26 | Change apmd to use the new _REQ ioctls for zzz, this gives X a chance to | Owain Ainsworth |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-26 | bulk updates are sent from a timeout which walks over the state tree and | David Gwynne |
2009-02-26 | fix the multicast code; tested by sthen@ | Kevin Lo |
2009-02-26 | revert 1.50 and 1.51. kettenis discovered they don't let his sparcle go slow... | Ted Unangst |
2009-02-25 | after the STOP message is sent, move the receiver to the RMSG state | Alexandre Ratchov |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
2009-02-25 | add a stupid workaround for a race somewhere in the crypto code in the | Henning Brauer |
2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune | Bob Beck |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |
2009-02-25 | fix examples of list deletion to not leak memory. | Bob Beck |
2009-02-25 | Fix up multicast support, from brad. | Jonathan Gray |
2009-02-25 | On full mask revision 2 or later default to | Jonathan Gray |
2009-02-25 | NULL pointer dereference | Gilles Chehade |
2009-02-25 | remove chown's called when running with user privs, ie. basically noops; | Jacek Masiulaniec |
2009-02-25 | also known as the Attansic L1E | Theo de Raadt |
2009-02-25 | enable ale(4) on both i386 and amd64 | Kevin Lo |
2009-02-25 | sync | Theo de Raadt |
2009-02-25 | add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E). | Kevin Lo |
2009-02-24 | restore the parsing of incoming tdb update messages. this was disabled | David Gwynne |
2009-02-24 | fix tilde expansion (eg. ~/Mail); ok gilles@ | Jacek Masiulaniec |
2009-02-24 | Disable rt_if_track() for now. This causes the rtfree panic seen in PR6043 | Claudio Jeker |
2009-02-24 | The original SiS chips seem to have an bug that marks VLAN tagged packets | Claudio Jeker |
2009-02-24 | match new cpuid stuff from i386; by jsg | Theo de Raadt |
2009-02-24 | Add support for hardware acceleration to gbe(4). This provides an accelerated | Joel Sing |
2009-02-24 | move AnyDATA ADU-E100H from ubsa(4) to umsm(4) | Yojiro Uo |
2009-02-24 | move AnyDATA ADU-E100H to umsm(4) from ubsa(4) as it uses msm chipset. | Yojiro Uo |
2009-02-24 | back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because of | Theo de Raadt |
2009-02-24 | teach smtpctl's parser how to deal with parameters that are not necessarily | Gilles Chehade |
2009-02-24 | Backout a backout because noone knows what the hell the backout is a | Theo de Raadt |
2009-02-24 | request a bulk update when the pfsync if configuration is changed via an | David Gwynne |
2009-02-23 | add valid_message_id() and valid_message_uid() which test that a message id | Gilles Chehade |
2009-02-23 | unused var | Joris Vink |
2009-02-23 | we no longer push out Set-sticky to the client when writing | Joris Vink |
2009-02-23 | Properly convert between gmt and localtime for unchanged files as client. | Tobias Stoeckmann |
2009-02-23 | dont put pfsync packets on the wire if no syncdev is specified. issues | David Gwynne |
2009-02-23 | When jumping out of the interrupt handler early, clear conditions we know | Miod Vallat |
2009-02-23 | regen | Jonathan Gray |
2009-02-23 | Match on the SAS1078DE which appears to be used in at least the | Jonathan Gray |
2009-02-23 | better detect short frames. always print the version and length of the | David Gwynne |
2009-02-23 | back out last commit since it breaks a few regress tests -- this will be | Theo de Raadt |
2009-02-23 | matthew haub pointed out that pid may be used uninitialized in some contexts | Ted Unangst |
2009-02-23 | - fix test for IPv4 checksum | Kevin Lo |