summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* g_read_data() can return NULL, check for it.phk2005-03-181-0/+2
* After rejecting the bio request early, return instead of panicing.phk2005-03-181-1/+3
* Avoid null pointer dereference.phk2005-03-181-3/+2
* Fix a bad copy&paste mistake I made.phk2005-03-181-1/+1
* If mlx_attach() returns an error, don't free sc again.das2005-03-181-3/+1
* Don't read past the end of pVDevice[]. (Previously, we would iteratedas2005-03-181-1/+1
* Don't write past the end of the VendorId field (and into the ProductIddas2005-03-181-1/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-187-21/+21
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* Autogenerate device listings for sr(4) and rc(4).brueffer2005-03-183-22/+8
* Further refine information about supported hardware (from the hardware notes).brueffer2005-03-181-4/+6
* - move supported hardware information into a HARDWARE sectionbrueffer2005-03-181-9/+10
* Fix the double rounding problem with subnormals, anddas2005-03-182-16/+36
* - add a HARDWARE sectionbrueffer2005-03-181-10/+13
* Reflect devnode naming change from /dev/ubser?.? to /dev/ttyy??ticso2005-03-181-2/+2
* Add missing prototypes for fma() and fmaf(), and remove an inaccuratedas2005-03-181-1/+2
* fix aio+kq... I've been running ambrisko's test program for much longerjmg2005-03-183-10/+18
* Use the correct variable name for the description of multi-volumemurray2005-03-182-6/+6
* Recover gracefully if the user puts in the wrong CD volume after beingmurray2005-03-181-5/+3
* Bring back some of the cleanups and fixes jmg did in the TS7200 port.cognet2005-03-171-18/+16
* initialize pp->p_sc so it can be referenced later.ticso2005-03-172-20/+34
* Introduce a general name for the previously cmbat-only ioctls. It has thenjl2005-03-172-20/+22
* Remove the 'usbd' keyword (it isn't necessary for mixer). Also, usenjl2005-03-171-1/+1
* Make the fenv.h routines work for programs that use SSE fordas2005-03-172-85/+262
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-172-0/+11
* Fix typo in comments (spell Linux correctly)emax2005-03-171-1/+1
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.imp2005-03-171-5/+7
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-171-3/+23
* New release notes: BIND 9.3.1.hrs2005-03-172-0/+6
* I keep forgetting that I wanted the customize logs collected too.phk2005-03-171-4/+6
* Defer boot-time exploration of USB busses until all devices in theiedowse2005-03-171-1/+30
* add m_copyup function.. This can be used to help make our ip stack lessjmg2005-03-173-0/+78
* eisa attachment is safe to be in this module, both on eisa andimp2005-03-171-1/+1
* Now that the Adaptec 2842 has its own probe routine, no need to haveimp2005-03-171-3/+1
* Style(9) pass before some planned larger changes.imp2005-03-171-91/+61
* A further step on the journey of meaking panics and debugging more reliable:rwatson2005-03-171-2/+3
* Also remember to set the fsid here.phk2005-03-171-0/+1
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-172-0/+2
* Do not try to free non allocated memory in error case.bz2005-03-174-26/+122
* * Lower interrupt moderation timer 200->100.bz2005-03-174-2/+130
* * Improve chip identification.bz2005-03-174-64/+284
* * When adding/deleting multicast addresses, only whack the address filterbz2005-03-172-12/+30
* Releasing TX/RX descriptor dmamaps during device detachment instead ofavatar2005-03-171-5/+4
* Kill MAJOR_AUTOphk2005-03-173-11/+3
* Prepare for the final onslaught on devices:phk2005-03-174-13/+19
* - Don't lock the vnode interlock in vm_object_set_writeable_dirty() ifjeff2005-03-171-2/+4
* - Lock the clearing of v_data so it is safe to inspect it with thejeff2005-03-171-1/+7
* - Lock the clearing of v_data in ufs_reclaim() to prevent a pagefaultjeff2005-03-171-1/+7
* There is no longer a KNOWN_DEFECTS file, so don't try to install it.dougb2005-03-171-1/+1
* Remove unused variable.phk2005-03-171-6/+0
OpenPOWER on IntegriCloud