| Commit message (Expand) | Author | Age | Files | Lines |
* | More vnode -> bufobj migration. | phk | 2005-01-11 | 1 | -12/+13 |
* | Give flushbuflist() a struct bufv as first argument and avoid home-rolling | phk | 2005-01-11 | 1 | -36/+21 |
* | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | phk | 2005-01-11 | 11 | -11/+14 |
* | - allow a device hint to disable probing a slot on a Uninorth PCI bus. | grehan | 2005-01-11 | 1 | -5/+12 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 35 | -110/+90 |
* | MFp4: | imp | 2005-01-11 | 3 | -1/+6 |
* | Revert part of last commit that was unintentional | imp | 2005-01-11 | 1 | -1/+1 |
* | don't see NBPFILTER. | ume | 2005-01-11 | 1 | -2/+0 |
* | remove HAVE_OLD_BPF part. | ume | 2005-01-11 | 1 | -20/+0 |
* | we are not OLD_BPF system. | ume | 2005-01-11 | 1 | -1/+0 |
* | fix typo. | ume | 2005-01-11 | 1 | -1/+1 |
* | Add a few cards from NetBSD. They don't work yet, since the code to | imp | 2005-01-11 | 1 | -8/+10 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 11 | -95/+81 |
* | nits | imp | 2005-01-11 | 1 | -2/+3 |
* | The card activation failured message is lame, and not done for other | imp | 2005-01-11 | 1 | -3/+1 |
* | /* -> /*- for a second clause | imp | 2005-01-11 | 2 | -2/+2 |
* | Use the FreeBSD standard license, since there's no reason to use the | imp | 2005-01-11 | 2 | -20/+17 |
* | KAME-IPSEC has already supports TCP_SIGNATURE(IPv4) | suz | 2005-01-11 | 1 | -2/+2 |
* | There are no PC98 amd64 machines, so gc a few stray ifdefs. | imp | 2005-01-11 | 2 | -9/+0 |
* | While we want the recursion protection for the bucket zones so that | bmilekic | 2005-01-11 | 1 | -1/+11 |
* | Make default RFCOMM session MTU match default L2CAP MTU. | emax | 2005-01-11 | 1 | -3/+3 |
* | Final attempt to make aha 1542A working. If not, oh well, I don't | imp | 2005-01-11 | 2 | -7/+16 |
* | puc handles this card, so remove it from here. | imp | 2005-01-11 | 1 | -1/+0 |
* | Properly calculate the offset in mapping the memory of pccards. This | imp | 2005-01-11 | 1 | -5/+6 |
* | Add support for ptrace() and gdb breakpoints. | cognet | 2005-01-10 | 5 | -16/+80 |
* | Don't assume pmap_update() will cpwait for us, pmap_update will disappear soon. | cognet | 2005-01-10 | 1 | -3/+1 |
* | ISO C requires at least one element in an initialiser list. | stefanf | 2005-01-10 | 1 | -1/+1 |
* | whitespace | phk | 2005-01-10 | 1 | -1/+1 |
* | fixed an unexpected addr/port matching failure in IPv6 SA management | suz | 2005-01-10 | 1 | -0/+1 |
* | Make life for owners of Synaptics Touchpads more pleasant :-) | philip | 2005-01-10 | 2 | -22/+414 |
* | include "alias.h", not <alias.h> | brian | 2005-01-10 | 1 | -1/+1 |
* | Reimplement the fix in rev. 1.126. | ru | 2005-01-10 | 1 | -5/+8 |
* | don't pollute global namespace with valid_Ether_p, instead, prepend | imp | 2005-01-10 | 5 | -24/+24 |
* | NE200 -> NE200T | imp | 2005-01-10 | 1 | -1/+1 |
* | Tweaks to the name of this card, based on input from Sean Shapira. | imp | 2005-01-10 | 1 | -1/+1 |
* | Remove matcd. It isn't in the build, has issues and can be retired. | imp | 2005-01-10 | 6 | -4133/+0 |
* | sort more things alphabetically | imp | 2005-01-10 | 1 | -158/+158 |
* | Sort entries. | imp | 2005-01-10 | 1 | -9/+7 |
* | Sort entires better. | imp | 2005-01-10 | 1 | -4/+4 |
* | Add support for: | imp | 2005-01-10 | 1 | -0/+1 |
* | Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a fe | imp | 2005-01-10 | 1 | -0/+1 |
* | Free the shared devq last since CAM expects it to be there if | dwhite | 2005-01-10 | 2 | -5/+11 |
* | fix a "little-endian-big-endian confusion that luckily: | julian | 2005-01-09 | 1 | -2/+2 |
* | Only update the boot sector when there is a valid drive number provided. | peadar | 2005-01-09 | 1 | -14/+15 |
* | In my last commit, I'd assumed that LINE30 was always defined. It | imp | 2005-01-09 | 4 | -0/+58 |
* | correct direction for bus_dma sync of rx buffer | sam | 2005-01-09 | 2 | -2/+2 |
* | Don't panic when we're asked to allocate a resource type that we know | marcel | 2005-01-09 | 1 | -3/+2 |
* | Use uint32_t instead of u_long when appropriate. | cognet | 2005-01-09 | 1 | -64/+64 |
* | Increase default synchronization speed. | pjd | 2005-01-09 | 2 | -2/+2 |
* | Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processed | rwatson | 2005-01-09 | 1 | -1/+1 |