| Commit message (Expand) | Author | Age | Files | Lines |
| * | First cut at a driver for National Instruments PCI-GPIB hardware. | Poul-Henning Kamp | 2005-09-15 | 1 | -0/+400 |
| * | Remove checks for shutdown(2) on non-connected socket. | Maxim Konovalov | 2005-09-15 | 1 | -7/+0 |
| * | Backout rev. 1.246, it breaks code uses shutdown(2) on non-connected | Maxim Konovalov | 2005-09-15 | 1 | -2/+0 |
| * | Fix system shutdown timeout handling by again supporting longer running | Ralf S. Engelschall | 2005-09-15 | 4 | -3/+35 |
| * | Allocate unit numbers with unr, implement detach function. | Poul-Henning Kamp | 2005-09-15 | 2 | -5/+21 |
| * | o Return ENOTCONN when shutdown(2) on non-connected socket. | Maxim Konovalov | 2005-09-15 | 1 | -0/+2 |
| * | Various minor polishing. | Poul-Henning Kamp | 2005-09-15 | 3 | -22/+10 |
| * | Protect the devfs rule internal global lists with a sx lock, the per | Poul-Henning Kamp | 2005-09-15 | 1 | -1/+9 |
| * | Absolve devfs_rule.c from locking responsibility and call it with | Poul-Henning Kamp | 2005-09-15 | 3 | -19/+5 |
| * | Retire unused dev_named() function. | Poul-Henning Kamp | 2005-09-15 | 2 | -14/+0 |
| * | Close a race which could result in unwarranted "ruleset %d already | Poul-Henning Kamp | 2005-09-15 | 3 | -44/+34 |
| * | When stopping the card, and returning to page 0, it is best if you do | Warner Losh | 2005-09-15 | 1 | -1/+1 |
| * | Fix so that when a slice or a partition is removed through g_slice_config(), | Craig Rodrigues | 2005-09-14 | 1 | -0/+1 |
| * | Determine where the runtime loader got mapped to when a dynamically | Joseph Koshy | 2005-09-14 | 1 | -84/+118 |
| * | Remove any hardcoded assumptions about malloc's way of allocating, | Andrey A. Chernov | 2005-09-14 | 1 | -4/+4 |
| * | Don't reuse *pl to skip [], it is already used for {} parts in the loop above | Andrey A. Chernov | 2005-09-14 | 1 | -3/+3 |
| * | Make device_detach methods really work. | Ruslan Ermilov | 2005-09-14 | 2 | -2/+2 |
| * | Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95 | Andre Oppermann | 2005-09-14 | 1 | -4/+0 |
| * | Xref msdosfs(5) | Joel Dahl | 2005-09-14 | 1 | -0/+1 |
| * | Remove superfluous reference to the FreeBSD handbook. | Joel Dahl | 2005-09-14 | 1 | -4/+0 |
| * | Increase boot-time DigiBIOS initialization timeout to allow | Andre Oppermann | 2005-09-14 | 1 | -1/+1 |
| * | Do not ignore all other TCP options (eg. timestamp, window scaling) | Andre Oppermann | 2005-09-14 | 1 | -1/+1 |
| * | Remove bogous semicolons at the end of the definitions of | Andre Oppermann | 2005-09-14 | 2 | -7/+7 |
| * | Harden the hotplug support for SATA devices. | Søren Schmidt | 2005-09-14 | 4 | -51/+77 |
| * | Add some defines for EPSON machines and use them. | Yoshihiro Takahashi | 2005-09-14 | 3 | -12/+29 |
| * | Remove EPSON PC-386 note A/W/AE/WR support. | Yoshihiro Takahashi | 2005-09-14 | 6 | -108/+12 |
| * | Fixed "Memory modified after free" panic in rl_detach() due | Ruslan Ermilov | 2005-09-14 | 1 | -4/+3 |
| * | Correct type. | Pawel Jakub Dawidek | 2005-09-14 | 1 | -4/+4 |
| * | Fix "Memory modified after free" panic on detach, caused by accessing | Ruslan Ermilov | 2005-09-14 | 1 | -3/+0 |
| * | Back out 1.247. On ia64 <osreldate.h> is included from assembler source, | Stefan Farfeleder | 2005-09-14 | 1 | -1/+0 |
| * | Fix panic when kernel compiled without INET6 by rejecting | Bjoern A. Zeeb | 2005-09-14 | 1 | -6/+30 |
| * | Note acpi_sony(4) manpage addition. | Christian Brueffer | 2005-09-14 | 2 | -4/+4 |
| * | Bring aac_cam into line with using time_uptime instead of time_second. | Scott Long | 2005-09-14 | 1 | -1/+1 |
| * | Use time_uptime for timing commands instead of time_second. This is a bit | Scott Long | 2005-09-14 | 1 | -9/+9 |
| * | Hook up acpi_sony.4 | Christian Brueffer | 2005-09-14 | 1 | -0/+1 |
| * | Manpage for the acpi_sony(4) driver. This is more of a dummy page at the | Christian Brueffer | 2005-09-14 | 1 | -0/+56 |
| * | Fix module unload panic which was caused by missing sx lock release. | Pyun YongHyeon | 2005-09-14 | 1 | -1/+5 |
| * | Print a warning if we fail to retrieve the process name for any reason. | Christian S.J. Peron | 2005-09-13 | 1 | -1/+3 |
| * | If there are'nt any bpf descriptors to process than dont bother attempting to | Christian S.J. Peron | 2005-09-13 | 1 | -0/+2 |
| * | MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan | Warner Losh | 2005-09-13 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2005-09-13 | 1 | -37/+13 |
| * | MFp4: Omnibus ed changes | Warner Losh | 2005-09-13 | 4 | -198/+285 |
| * | MFp4: | Warner Losh | 2005-09-13 | 1 | -73/+40 |
| * | Use new convenience function to read CIS rather than the older, harder to | Warner Losh | 2005-09-13 | 1 | -2/+1 |
| * | Don't consider being unable to open the bounds file worthy of printing | Robert Watson | 2005-09-13 | 1 | -1/+2 |
| * | MFp4: Minor formatting nits in pccard table. | Warner Losh | 2005-09-13 | 1 | -9/+9 |
| * | Use kenv -q to extract dumpdev rather than kenv, in order to avoid | Robert Watson | 2005-09-13 | 1 | -1/+1 |
| * | Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant | Warner Losh | 2005-09-13 | 1 | -9/+9 |
| * | Add a "-q" quiet flag to kenv so that warnings can be suppressed. | Robert Watson | 2005-09-13 | 2 | -9/+20 |
| * | Add the olicom OC2231 and OC2232 to the list of cards that we should | Warner Losh | 2005-09-13 | 1 | -0/+2 |