summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call NDFREE() only when vn_open() succeeded.pjd2006-01-271-1/+1
* Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.pjd2006-01-271-1/+1
* Don't forget to call NDFREE(9) in case of vn_open_cred() failure.pjd2006-01-271-2/+2
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-272-64/+87
* add an option BKTR_USE_FREEBSD_SMBUS that enables compiling the modulejmg2006-01-271-0/+5
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.rik2006-01-276-0/+9271
* make wall(1) work with pts.ume2006-01-271-2/+6
* if we are compiling with smbus support, properly depend upon the iic andjmg2006-01-271-0/+7
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-2/+2
* Create mediachg functions for the 3c503 and hpp cards. This is usedimp2006-01-274-33/+28
* Style(9) issue: return (foo);imp2006-01-271-7/+7
* Just like dofilewrite(), call bwillwrite before fo_write.davidxu2006-01-271-0/+2
* Transition from ALTPHYS to LINK2. We already document in the ed(4)imp2006-01-272-10/+14
* minor nit in comment about what kind of flags these areimp2006-01-271-1/+1
* Remove unwarranted uses of 'goto'.jasone2006-01-271-203/+153
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-274-8/+8
* Add NO_MALLOC_EXTRAS, so that various extra features that can causejasone2006-01-271-3/+16
* Fix the type of a statistics counter (unsigned --> unsigned long).jasone2006-01-271-1/+1
* return final error code in aio_return rather than a hardcoded 0.davidxu2006-01-271-1/+0
* Note that options are set using sh(1) syntax.jkoshy2006-01-271-0/+6
* Clean up statistics gathering and printing.jasone2006-01-271-71/+64
* Enable full duplex operation since it works and to solve panic issue.ariff2006-01-271-1/+1
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersmjacob2006-01-271-0/+7
* Take into account that bits 0x0000ff00 can't be used for minor.cognet2006-01-271-4/+7
* When the RAID firmware returns a failure, don't hard error the result.ambrisko2006-01-261-9/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* After changing hostres from libdisk to libgeom, it now compileserwin2006-01-261-5/+1
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-267-9/+22
* Fix rev 1.12.brooks2006-01-261-1/+1
* Don't attempt to re-create the /dev entry for the slave part if it alreadycognet2006-01-262-3/+8
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-263-8/+4
* Since the A-Z range is contained in the previous check, the else-if isnjl2006-01-261-3/+2
* opt_vmpage.h is no longer needed here because it is not included byalc2006-01-264-4/+4
* - Only touch the LED bit of the (LED) AUXIO register when turning themarius2006-01-261-4/+9
* Version bump for pts import.cognet2006-01-261-1/+1
* From the RFC2516 it is not clear, what is the correct behavior for aglebius2006-01-261-43/+117
* Replace ki_ocomm by ki_comm. The former will go away.harti2006-01-262-5/+5
* Fix a bug in the processor load code: the wrong process was used toharti2006-01-261-3/+3
* Fix false positives when searching for disks. Things like adv(4) are notharti2006-01-261-0/+9
* Remove debug printf.pjd2006-01-261-1/+0
* Fix the MIB to use libgeom instead of libdisk.harti2006-01-263-48/+170
* - Fix the www build by removing obsolete references to &hwlist.sound;brd2006-01-263-6/+0
* in aio_aqueue, store same return code into job->_aiocb_private.error.davidxu2006-01-261-3/+5
* Optimize arena_bin_pop() to reduce the number of separator operations.jasone2006-01-261-13/+10
* oopsmjacob2006-01-261-0/+3
* Plug a leak in the newer contigmalloc() implementation. Specifically, ifalc2006-01-261-10/+5
* Document JMicron JMB360.brueffer2006-01-261-1/+3
* Fix an aliasing error in the new TP support and reenable it in the build.kientzle2006-01-262-3/+5
* Put in at least an attempt to ID the 2422 (4Gb part)mjacob2006-01-261-0/+14
* Document a bit pts.cognet2006-01-261-0/+34
OpenPOWER on IntegriCloud