summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Manage the ucred for the NFS server using the crget/crfree API defined incsjp2006-01-284-39/+47
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-1/+1
* Add _rwlock.h, apparently missed from the rwlock.h commit.scottl2006-01-281-0/+39
* Squash another invalid use of BUS_DMA_ALLOCNOW.scottl2006-01-281-1/+1
* Back out r1.653; it turns out that the race (or at least the printf) iskris2006-01-281-20/+0
* lock unused when INVARIANTS not defined, so don't declare it thenimp2006-01-281-0/+2
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-276-0/+783
* Whitespace.jhb2006-01-271-3/+3
* Oops, commit missed file from the previous change to enable multiplejhb2006-01-271-0/+1
* - Add support for having both a shared and exclusive queue of threads injhb2006-01-273-57/+193
* Add a new ddb command 'show sleepq'. It takes a wait channel as anjhb2006-01-271-2/+64
* Call WITNESS_CHECK() in the page fault handler and immediately assume itjhb2006-01-272-4/+20
* Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.jhb2006-01-272-1/+5
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisjhb2006-01-271-0/+20
* Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it assertscognet2006-01-271-0/+9
* Try harder not to recurse.cognet2006-01-271-2/+4
* Style: Add blank line after local variable declarations.alc2006-01-271-0/+1
* Have a function pointer to the routine to call for writing an mbufimp2006-01-279-100/+109
* Merge a bunch of changes that where done in tty_pty.c after tty_pts.c wascognet2006-01-271-104/+7
* 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
* 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
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-274-8/+8
* return final error code in aio_return rather than a hardcoded 0.davidxu2006-01-271-1/+0
* 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
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-267-9/+22
* 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-261-0/+2
* 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
* in aio_aqueue, store same return code into job->_aiocb_private.error.davidxu2006-01-261-3/+5
* oopsmjacob2006-01-261-0/+3
* Plug a leak in the newer contigmalloc() implementation. Specifically, ifalc2006-01-261-10/+5
OpenPOWER on IntegriCloud