summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test to detect if waiting on the I/O serialization lockrwatson2007-05-062-0/+216
* Unbreak the build.des2007-05-061-2/+2
* Fix two comments.andre2007-05-061-2/+2
* Add missing 'bp', since it should be passed as g_print_bio() argument.wkoszek2007-05-061-1/+1
* Don't acquire Giant unconditionally.wkoszek2007-05-061-14/+20
* Add support for Ralink Technology RT2501USB/RT2601USB devices.kevlo2007-05-0611-0/+3261
* Remove parameter names from prototypes to avoid namespace issues.des2007-05-061-22/+22
* Use provider's ident to handle situations when disks are moved aroundpjd2007-05-069-63/+680
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.pjd2007-05-062-2/+4
* Clean up a little.pjd2007-05-062-8/+8
* File d_ident field with disk's serial number.pjd2007-05-061-0/+2
* Implement and document some utility functions that can be used to communicatepjd2007-05-064-3/+360
* Fix mdoc warnings.pjd2007-05-061-3/+1
* Print provider's ident when in verbose mode.pjd2007-05-061-1/+6
* Two bugs:rrs2007-05-062-10/+37
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-056-129/+150
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-056-502/+441
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-0510-17/+63
* Allow to use ':' in d_ident, which is quite handy character.pjd2007-05-051-1/+2
* Handle GEOM::ident attribute by attaching 'sX' string at the end of identpjd2007-05-051-0/+32
* Because there are many strange hardware out there, allow to use onlypjd2007-05-051-0/+39
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...jmg2007-05-051-7/+6
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-053-2/+9
* Implement three new ioctls that can be used with GEOM provider:pjd2007-05-052-0/+52
* Implement g_delete_data() similar to g_read_data() and g_write_data().pjd2007-05-052-0/+23
* - Implement helper g_handleattr_str() function for string attributespjd2007-05-052-7/+23
* - Nuke unnecessary header.sephe2007-05-051-1/+1
* Forgot to bump .Ddjoel2007-05-051-1/+1
* Document more quirks and supported codecs.joel2007-05-051-1/+27
* Fix (or rather workaround) Intel 440MX Errata #36ariff2007-05-051-58/+116
* Miscellaneous changes and fix:ariff2007-05-052-312/+999
* Fix a TLS memory leak.davidxu2007-05-051-0/+1
* Add Prologix GPIB-USB Controller (Highly recommended btw)phk2007-05-051-0/+2
* Document devices that can driveatakawata2007-05-051-0/+2
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...suz2007-05-052-1/+11
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingrwatson2007-05-042-13/+32
* MFC after: 2 weeksdavidch2007-05-043-312/+515
* Since if_gem is being touted as one of our more architecturallyphk2007-05-043-195/+141
* Tweak comment at end of tcp_input() when calling into tcp_do_segment(): therwatson2007-05-042-6/+6
* Avoid extra rc4_init() when ng_mppc_updatekey() going to do it anyway.mav2007-05-041-5/+7
* Compact code a bitmav2007-05-041-5/+3
* Make coherency counter 12bit as it shouldmav2007-05-041-4/+6
* - Fix typogabor2007-05-041-2/+2
* Fix small mistake (sizeof(pad2) instead of sizeof(pad1))mav2007-05-041-1/+1
* - s/jail id/jail ID/, acronyms should be in uppercase in general. Also,rafan2007-05-044-5/+5
* Remove unneded bzero().mav2007-05-041-1/+0
* - Add top '-j' switchrafan2007-05-041-0/+3
* Fixes a missing unlock in the one-2-one hash table, ifrrs2007-05-042-0/+4
* Correct osa@ full name.fjoe2007-05-041-1/+1
* Add jdp@ and myself.fjoe2007-05-041-0/+4
OpenPOWER on IntegriCloud