aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix forward variable declaration.Roman Kurakin2006-01-301-61/+68
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.Florent Thoumie2006-01-303-0/+13
* Regroup order of operations to better reflect what was probably intended.Scott Long2006-01-301-3/+3
* Fix a leftover "iwi_boot" string.Max Laier2006-01-301-1/+1
* This driver can do hardware VLAN tagging + checksum offloading.Gleb Smirnoff2006-01-302-3/+5
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveGleb Smirnoff2006-01-309-130/+512
* Prepare for sconfig(8) update.Roman Kurakin2006-01-301-4/+74
* Move pts master devices into /dev/pty/ instead of littering /dev with them;Robert Watson2006-01-301-2/+2
* Fix typo.Gleb Smirnoff2006-01-301-1/+1
* Add some initial locking to gif(4). It doesn't covers the whole driver,Gleb Smirnoff2006-01-304-25/+26
* - In pipe() return the error returned by pipe_create(), rather thenGleb Smirnoff2006-01-301-2/+3
* - Remove a stale comment. This function was rewritten to be SMP safe someJeff Roberson2006-01-301-6/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisJeff Roberson2006-01-301-10/+4
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKJeff Roberson2006-01-301-0/+1
* - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant).Jeff Roberson2006-01-302-4/+10
* Add support for Asus A4D laptops. Currently without display switchingPhilip Paeps2006-01-291-0/+12
* Add support for Asus A6VM laptops.Philip Paeps2006-01-291-0/+12
* Allow non-P laptops to make use of this module.Philip Paeps2006-01-291-81/+233
* Back out of r1.148, it causes two arp replies to be sent with different macAndrew Thompson2006-01-291-1/+1
* Add makefile for ce(4) module.Roman Kurakin2006-01-291-0/+29
* Fix module from panic.Roman Kurakin2006-01-291-0/+1
* Take a stab at making this compile when WITNESS is not defined. gcc can'tScott Long2006-01-291-4/+4
* Fix some potential NULL pointer dereferences.Alexander Leidinger2006-01-291-27/+59
* Adjust tx power based on user preferences.Damien Bergamini2006-01-291-0/+3
* o Fix short preamble supportDamien Bergamini2006-01-293-60/+95
* o Re-enable scatter/gatherDamien Bergamini2006-01-292-37/+45
* The change a few years ago of having contigmalloc start its scan at the topScott Long2006-01-291-2/+19
* Set MACHINE to i386(pc98). This fixes cross-building.Yoshihiro Takahashi2006-01-292-2/+6
* firmware(9) is a subsystem to load binary data into the kernel via aMax Laier2006-01-298-0/+559
* Unbreak on archs where %d doesn't print uintptr_t arithmetic.Max Laier2006-01-291-1/+2
* Tune format scoring so (non)stereo format will get better chanceAriff Abdullah2006-01-291-9/+17
* Rename use_old_pty variable to use_pts, as this more accurately reflectsRobert Watson2006-01-281-5/+4
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.Suleiman Souhlal2006-01-281-4/+12
* Manage the ucred for the NFS server using the crget/crfree API defined inChristian S.J. Peron2006-01-284-39/+47
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar2006-01-281-1/+1
* Add _rwlock.h, apparently missed from the rwlock.h commit.Scott Long2006-01-281-0/+39
* Squash another invalid use of BUS_DMA_ALLOCNOW.Scott Long2006-01-281-1/+1
* Back out r1.653; it turns out that the race (or at least the printf) isKris Kennaway2006-01-281-20/+0
* lock unused when INVARIANTS not defined, so don't declare it thenWarner Losh2006-01-281-0/+2
* Add a basic reader/writer lock implementation to the kernel. ThisJohn Baldwin2006-01-276-0/+783
* Whitespace.John Baldwin2006-01-271-3/+3
* Oops, commit missed file from the previous change to enable multipleJohn Baldwin2006-01-271-0/+1
* - Add support for having both a shared and exclusive queue of threads inJohn Baldwin2006-01-273-57/+193
* Add a new ddb command 'show sleepq'. It takes a wait channel as anJohn Baldwin2006-01-271-2/+64
* Call WITNESS_CHECK() in the page fault handler and immediately assume itJohn Baldwin2006-01-272-4/+20
* Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.John Baldwin2006-01-272-1/+5
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisJohn Baldwin2006-01-271-0/+20
* Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it assertsOlivier Houchard2006-01-271-0/+9
* Try harder not to recurse.Olivier Houchard2006-01-271-2/+4
* Style: Add blank line after local variable declarations.Alan Cox2006-01-271-0/+1