Age | Commit message (Expand) | Author |
2011-06-27 | remove some useless casts. ok krw | Ted Unangst |
2011-06-27 | cleanup this file a little, review by krw | Ted Unangst |
2011-06-27 | for mount_ntfs, fix an error in previous; for tr, fix an error of the | Jason McIntyre |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
2011-06-27 | no need for #if 1 on the readonly here, as noticed by deraadt | Ted Unangst |
2011-06-27 | cleanup the ntfs man page, and enforce readonly operation. | Ted Unangst |
2011-06-27 | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ | Christian Weisgerber |
2011-06-27 | If an shared interrupt handler returns -1, continue running other handlers. | Theo de Raadt |
2011-06-27 | When adding interrupt handlers to a chain, install them in priority order. | Joel Sing |
2011-06-27 | fix an off by one which resulted in 'no next header' packets not being | David Hill |
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson |
2011-06-27 | sync | Theo de Raadt |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2011-06-27 | vlan parent devices do not have to be physical, and they can be | Camiel Dobbelaar |
2011-06-27 | Update to tzdata2011h from elsie.nci.nih.gov | Todd C. Miller |
2011-06-27 | make things slightly more readable | Marc Espie |
2011-06-27 | add useless method for tied readability | Marc Espie |
2011-06-27 | compute checksum in plist's existing checksum class, so that very old | Marc Espie |
2011-06-27 | remove two forgotten debug printf()s | Alexandre Ratchov |
2011-06-27 | Display the CPU usage when -ddddd is used, ie the time spent on | Alexandre Ratchov |
2011-06-27 | expose audio client names through sysex messages, this way any | Alexandre Ratchov |
2011-06-27 | Fix chrtoblk() and blktochr() prototypes to reflect that they return | Matthew Dempsky |
2011-06-27 | There is no CCDNBUF option | Ted Unangst |
2011-06-27 | repair after last commit | Theo de Raadt |
2011-06-27 | the NTFS experiment "worked". it's in generic. | Ted Unangst |
2011-06-27 | use of compat_43 has apparently been discouraged for 14 years, but it remains | Ted Unangst |
2011-06-27 | Make KERN_FILE and KERN_FILE2 behavior consistent: when the caller doesn't | Philip Guenthe |
2011-06-27 | compat_vax1k goes to the attic | Ted Unangst |
2011-06-27 | remove compat_vax1k. no more 4.3bsd reno support. ok deraadt | Ted Unangst |
2011-06-27 | bring include support for config files in from ospfd. | David Gwynne |
2011-06-27 | sync | Theo de Raadt |
2011-06-27 | Ensure we don't re-issue a failed buf without clearing B_ERROR and | Kenneth R Westerback |
2011-06-27 | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott |
2011-06-26 | there has not been an ALTQ_NOPCC option for some time now | Ted Unangst |
2011-06-26 | remove mcd example here too | Ted Unangst |
2011-06-26 | these needed a proper sync too because of dates; no idea why they were not up... | Theo de Raadt |
2011-06-26 | sync | Theo de Raadt |
2011-06-26 | sync | Theo de Raadt |
2011-06-26 | no mcd | Ted Unangst |
2011-06-26 | regen makedev | Ted Unangst |
2011-06-26 | remove mcd | Ted Unangst |
2011-06-26 | delete references to mcd | Ted Unangst |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-26 | First stab at MSI support for vpci(4). Still a few rough edges, but seems | Mark Kettenis |
2011-06-26 | 1.500 was a good revision, let's stay there a little longer. (revert accident... | Ted Unangst |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-26 | remove remnants of scd device, discovered by Frederic Perrin | Ted Unangst |
2011-06-26 | In the shared interrupt handler, return the pil and ci_handled_intr_level | Theo de Raadt |