summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* There is no point in releasing a lock on a file which we've unlinked anddes2008-10-201-4/+0
* #ifdef out the lock-against-self test. I'm not sure it makes sense, anddes2008-10-201-0/+4
* Tune boot messages a bit.mav2008-10-201-4/+4
* Since in_lt() and in_lts() are not static, assume that they are intended todes2008-10-202-2/+22
* Additional style and whitespace fixes.des2008-10-201-1/+3
* Style and whitespacedes2008-10-201-17/+17
* Unbreakdes2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to bedes2008-10-202-5/+10
* Style and whitespace.des2008-10-201-15/+19
* Parenthesize return values.des2008-10-201-11/+11
* include and whitespace cleanup.des2008-10-201-7/+8
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-202-0/+8
* In vfs_busy(), lockmgr() cannot legitimately sleep, because code checkedkib2008-10-201-1/+1
* Actually fix pty detection for autologout setting.ru2008-10-202-2/+2
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* Add support for multiple attributes. This is required for themarcel2008-10-201-6/+13
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* In realtimer_delete(), clear timer's value and interval to telldavidxu2008-10-201-0/+8
* fix static key wep; r183248 caused drivers to be called for keys to besam2008-10-191-1/+2
* Atomically increment the number of awoken APs as all APs willmarcel2008-10-191-1/+1
* Remove trailing comma in SEE ALSO section.simon2008-10-191-1/+1
* Ktr(9) stores format string and arguments in the event circular buffer,kib2008-10-191-21/+25
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-196-53/+132
* Tiny wording nits.keramida2008-10-191-4/+5
* Further simplify the code.delphij2008-10-191-11/+2
* add -n option to suppress clearing the build tree and add -DNO_CLEANsam2008-10-191-2/+18
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-193-2/+25
* GC gratuitous XEN defineskmacy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-192-42/+65
* GC unused valueskmacy2008-10-192-13/+0
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.kientzle2008-10-191-5/+4
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentmav2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-184-149/+333
* The flags value was not always being copied out in the recv routine like itrrs2008-10-181-2/+3
* New sockets (accepted) were not inheriting the proper snd/rcv buffer value.rrs2008-10-181-3/+5
* - Peers rwnd is now available for the MIB.rrs2008-10-182-0/+2
* - Adapt layer indication was always being given (it should onlyrrs2008-10-181-33/+28
* Reported by Yehuda Weinraub (yehudasa@gamil.com) - CRC32C algorithmrrs2008-10-181-3/+3
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* Increase the date in the manual page, which should have been done in r183922.ed2008-10-181-1/+1
* Use strlcpy() in !localized case to avoid the -1's.delphij2008-10-171-2/+1
* Use strlcpy() when we mean it.delphij2008-10-173-6/+3
* Use strlcpy() when we mean it.delphij2008-10-172-6/+3
* - Use static for usage()delphij2008-10-171-3/+5
* Reduce code duplication: use calloc() intead of malloc()delphij2008-10-171-4/+2
* _kvm_malloc allocates memory through calloc() whichdelphij2008-10-172-2/+0
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-176-11/+44
* - For chipsets that can't do 64k transfers, fall back to 32k transfersjhb2008-10-174-5/+5
OpenPOWER on IntegriCloud