Age | Commit message (Expand) | Author |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4). | Mark Kettenis |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4). | Mark Kettenis |
2008-12-15 | Let tty subsystem know when transmit is finished so ioctls do not hang. | Dale Rahn |
2008-12-15 | Unbreak netstat, reflecting kernel changes. | Michele Marchetto |
2008-12-15 | work around tree breakage by mpls people | Theo de Raadt |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek |
2008-12-15 | turns out gcc is not smart enough to avoid the local array in const | Otto Moerbeek |
2008-12-15 | in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE | Damien Bergamini |
2008-12-15 | regen | Damien Bergamini |
2008-12-15 | remove duplicated usb id | Damien Bergamini |
2008-12-15 | regen | Damien Bergamini |
2008-12-15 | more RT2770/RT2870/RT3070/RT3071 product ids. | Damien Bergamini |
2008-12-15 | Reflect kernel changes. Labels are no more per link unique | Michele Marchetto |
2008-12-15 | Initial fixup of sockaddr_mpls struct. | Michele Marchetto |
2008-12-15 | tweak the defaults to also do -M if you ask for info on a given package. | Marc Espie |
2008-12-15 | Cleanup the temporary directory in all the error paths. | Federico G. Schwindt |
2008-12-15 | remove unused vars; damien@ ok. | Federico G. Schwindt |
2008-12-15 | a little more clarity on link aggregation, after some discussion | Jason McIntyre |
2008-12-15 | correct the description of fstat output for sockets; | Jason McIntyre |
2008-12-15 | remove i386-only inline assembler roll() function; gcc optimises the | Damien Miller |
2008-12-15 | revert 1.20 now that the new allocator is used to control the number of | Brad Smith |
2008-12-14 | MCLGETI takes an mbuf *, not an mbuf. | David Gwynne |
2008-12-14 | Allow trunk_hashmbuf() to take HW VLAN tagging into consideration. | Brad Smith |
2008-12-14 | Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific | Brad Smith |
2008-12-14 | Make sure the low water mark for cluster pools isn't 0 such that network | Mark Kettenis |
2008-12-14 | Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring. | Mark Kettenis |
2008-12-14 | Files under /incoming don't need flock(2)ing anymore. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | queue_create_incoming_layout must return 0 on failure, not -1. | Jacek Masiulaniec |
2008-12-14 | Disable TX_DMA writing back DDONE into TXD. | Damien Bergamini |
2008-12-14 | Implement a "machine xir" ddb command, making it possible to send an | Mark Kettenis |
2008-12-14 | o Correctly clear UGEN_ASLP in all cases. | Federico G. Schwindt |
2008-12-14 | txpower range checks should be inclusive. | Jonathan Gray |
2008-12-14 | display message is +DISPLAY; from Ingo Schwarze | Jason McIntyre |
2008-12-14 | - properly handle RT2860_TX_RX_COHERENT interrupts. | Damien Bergamini |
2008-12-14 | Add an ieee80211_notify_dtim() function that drivers should call after | Damien Bergamini |
2008-12-14 | Remove useless fields from template, they just serve to confuse | Ray Lai |
2008-12-14 | Give names to anonymous unions. | Ray Lai |
2008-12-14 | regen | Brad Smith |
2008-12-14 | Add the Novatel Merlin X950D ExpressCard. | Brad Smith |
2008-12-13 | Properly restore PSTATE_IE when returning from send_softint(). | Mark Kettenis |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-13 | Detect alias duplicates. | Jacek Masiulaniec |
2008-12-13 | Fix few parsing bugs in parse_entry, most severe of which was | Jacek Masiulaniec |
2008-12-13 | Simplify parse_entry; streamline the code to call db->put in one | Jacek Masiulaniec |
2008-12-13 | If parse_aliases fails, don't warn about syntax errors; it may fail | Jacek Masiulaniec |
2008-12-13 | Use mkstemp instead of mkdtemp; also, add more X's. | Jacek Masiulaniec |