Age | Commit message (Expand) | Author |
2010-09-21 | Better not panic in MipsEmulateBranch() if the instruction is an unspecified | Miod Vallat |
2010-09-21 | Fix a couple of typos and remove some if 0ed code that is not coming back. | Owain Ainsworth |
2010-09-21 | reorder the busy ioctl order of operations to be nicer and a little more | Owain Ainsworth |
2010-09-21 | When we reset the chip, no need to clear the active list, the | Owain Ainsworth |
2010-09-21 | Fix up an unlock that was left over when I changed the locking | Owain Ainsworth |
2010-09-21 | Replace the old floating point completion code with a C interface to the | Miod Vallat |
2010-09-21 | much better suspend/resume support | Jacob Meuser |
2010-09-21 | change quiescing to not call the audio_hw_if halt method in interrupt | Jacob Meuser |
2010-09-21 | 15 months later, there is still no mpls(4) man page: .Xr mpls 4 -> MPLS | Jason McIntyre |
2010-09-21 | save & restore the watchdog configuration when doing suspend/resume | Theo de Raadt |
2010-09-21 | The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be | sasano |
2010-09-21 | Add a real DIOCGPDINFO, allowing access to the physical information | Kenneth R Westerback |
2010-09-21 | regen | Jonathan Gray |
2010-09-21 | Add some devices from submitted dmesgs and correct some devices | Jonathan Gray |
2010-09-21 | assert copyrights / bump years | Henning Brauer |
2010-09-21 | Watchdog suspend/resume logic. | Paul Irofti |
2010-09-21 | aye. that should not have been forgotten. add the rewritten indicator | Henning Brauer |
2010-09-21 | Add '-label' to specify that you only want to see routes having the | Kenneth R Westerback |
2010-09-21 | when a packet has had addresses and/or ports rewritten, show the original | Henning Brauer |
2010-09-21 | stuff the original (before rewriting) addresses into the already existant | Henning Brauer |
2010-09-21 | after ruleset eval is done, we must apply actions from the last matching | Henning Brauer |
2010-09-21 | Warn if schema file can't be opened. | Martin Hedenfal |
2010-09-21 | do not increment states_tot on match rules. it is purely cosmetic, this | Henning Brauer |
2010-09-21 | opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands. | David Gwynne |
2010-09-21 | Better PHY probing adapted from FreeBSD by Laurent Ghigonis | Jonathan Gray |
2010-09-21 | Cleanup handlings for memory shortage condition: | YASUOKA Masahiko |
2010-09-21 | spelling fixes from Richard Toohey | Bret Lambert |
2010-09-21 | make "match log" rules log on the fly. thus you can log and see the packet | Henning Brauer |
2010-09-21 | tweak the sas io unit to use 32 openings when talking to sata disks if the | David Gwynne |
2010-09-21 | Remove bootinfo.c which has license issue. ok deraadt@ | Takuya ASADA |
2010-09-21 | Fix incorrect comment on comreg.h. ok deraadt@ | Takuya ASADA |
2010-09-21 | No need to m_freem() a NULL pointer and change the error for unknown | Claudio Jeker |
2010-09-21 | bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit | Henning Brauer |
2010-09-21 | Stefan Rinkes pointed that the disabled aac(4) driver does not compile | Kenneth R Westerback |
2010-09-21 | Avoid double unlocking the DRM lock in drmclose(). Caught by the | Matthew Dempsky |
2010-09-21 | Add device_unref() calls as appropriate to vscsi(4) to fix reference | Matthew Dempsky |
2010-09-21 | remove now obsolete XXX comment | Henning Brauer |
2010-09-21 | temporary hack to raise snaplen for pflog so that pflog header, ip header | Henning Brauer |
2010-09-21 | pflog overhaul | Henning Brauer |
2010-09-21 | make pf_translate (void so far) return 1 if it actually changed something | Henning Brauer |
2010-09-21 | Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar | Matthew Dempsky |
2010-09-21 | audio(4) and ac97(4) style suspend/resume | Jacob Meuser |
2010-09-21 | factor our the code to set up pf_pdesc, a central structure in pf carrying | Henning Brauer |
2010-09-21 | gpio at glxpcib was forgotten; tested by pirofti | Theo de Raadt |
2010-09-21 | umass is set up to only handle one command on the bus at any point | David Gwynne |
2010-09-21 | use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for | Jacob Meuser |
2010-09-21 | * add autoconf(9) activate function. basically the same as other ac97(4) | Jacob Meuser |
2010-09-21 | * use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting | Jacob Meuser |
2010-09-21 | Add support for newer asus boards that use a different method to poll | Claudio Jeker |
2010-09-21 | Add assertwaitok(9) to declare code paths that assume they can sleep. | Matthew Dempsky |