Age | Commit message (Expand) | Author |
2009-03-14 | Match on D-Link DWA-130. | Jonathan Gray |
2009-03-14 | D-Link DWA-130, from Todd Carson in pr 6105. | Jonathan Gray |
2009-03-13 | Add SCSI pass-through and enclosure support. Tested on lpinto's | Alexander Yurchenko |
2009-03-13 | tabs; stupid emacs | Marco Peereboom |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave |
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave |
2009-03-13 | No need for a line break, makes code a bit more compact. | Claudio Jeker |
2009-03-13 | Some preparation steps for SCSI pass-through support: | Alexander Yurchenko |
2009-03-13 | Process command completion errors while polling, too. | Alexander Yurchenko |
2009-03-13 | Next step in mrt cleanup. Switch buf_write to a smarter version of itself. | Claudio Jeker |
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker |
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker |
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker |
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker |
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker |
2009-03-13 | regen | Kevin Lo |
2009-03-13 | add nVidia GeForce 9300M CS | Kevin Lo |
2009-03-13 | Add tab's to the whitespace pattern used to eliminate existing entries | Kenneth R Westerback |
2009-03-12 | In the most common case -- array failure -- move error message under | Alexander Yurchenko |
2009-03-12 | Advanced error checking. | Alexander Yurchenko |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko |
2009-03-12 | Add new function time_to_text to correctly display the date. | pea |
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov |
2009-03-12 | regen | Philip Guenthe |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe |
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker |
2009-03-12 | sync | Claudio Jeker |
2009-03-12 | Add usbdevs of the smallest run(4) ever seen. That thing is smaller then | Claudio Jeker |
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling |
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling |
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth |
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave |
2009-03-11 | Remove noisy printf debug | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-11 | Rework command polling to be able to sleep if no SCSI_NOSLEEP flag | Alexander Yurchenko |
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea |
2009-03-11 | fix log_info(), while other processes know about message uid, the smtp | Gilles Chehade |
2009-03-10 | First step in cleaning up amd64 iommu. | Owain Ainsworth |
2009-03-10 | Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. | Kenneth R Westerback |
2009-03-10 | implement basic logging, needs more work; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | when calling external mda, use restricted environment; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | regen | Damien Bergamini |
2009-03-10 | cleanup the mess in Intel WiFi Link PCI Ids. | Damien Bergamini |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave |
2009-03-10 | run external mda with cwd set to $HOME or /; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | kill few lines, saving one seteuid(2) call; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | - Use setsid(2) to create new process group for external mda. | Jacek Masiulaniec |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling |