aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add myselfPeter Holm2008-11-182-0/+2
* Set of powerd enchancements:Alexander Motin2008-11-182-89/+154
* - Fix two minor errors in at91 code.Stanislav Sedov2008-11-182-2/+2
* Partition type FS_UNUSED does not mean the partition entryMarcel Moolenaar2008-11-181-3/+1
* When checking to see if another CPU is running its idle thread, examineJohn Baldwin2008-11-181-4/+4
* Use humanize_number(), rather than a home-grown algorithm forMarcel Moolenaar2008-11-182-13/+7
* Fix building without ZFS (can't find library)Andrey A. Chernov2008-11-181-0/+2
* Sort includesMarcel Moolenaar2008-11-181-9/+10
* remove a pointless prototype and static-fy the corresponding functionMatteo Riondato2008-11-181-2/+1
* use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Be more precise and use sizeof(tn)Matteo Riondato2008-11-181-1/+1
* Use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Fix a warning on amd64 caused by using int for request argument instead ofPawel Jakub Dawidek2008-11-182-2/+2
* Pad the bootcode we write to the partition to a multiple of theMarcel Moolenaar2008-11-181-1/+16
* Obey signedness flag in %z case.Xin LI2008-11-181-1/+1
* Obey signedness flag in %z case.Xin LI2008-11-171-1/+1
* Fix the maximum transfer size for mfi(4) disk devices to not exceed theJohn Baldwin2008-11-171-1/+2
* make this warns=5 cleanWarner Losh2008-11-176-191/+46
* Move dumpcis to its own directory, start to decouple from theWarner Losh2008-11-1723-1223/+1
* Minor ANSI tweaks.Warner Losh2008-11-171-5/+2
* When running on a filesystem that lacks ACL support,Tim Kientzle2008-11-171-9/+9
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-17341-15843/+104503
* Undo revision 185013 until better solution is found.Maksim Yevmenkin2008-11-171-4/+0
* Fix a potential NULL-pointer dereference in padlock(4).Philip Paeps2008-11-171-1/+5
* gdb: Remove arm_pc_is_thumb_dummy() and related code.Rafal Jaworowski2008-11-171-36/+1
* Initial gdbserver support for ARM.Rafal Jaworowski2008-11-174-4/+226
* Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4).Philip Paeps2008-11-171-3/+7
* Overhaul of CIS parsing, next step: keep a cached copy of the CIS,Warner Losh2008-11-174-73/+68
* Fix typo. It restuled in activating unwanted Rx filtering as wellPyun YongHyeon2008-11-171-1/+2
* More locking for syscons(4). This should prevent races with sckbdevent().Maksim Yevmenkin2008-11-161-0/+4
* Instead of forcing vn_start_write() to reset mp back to NULL for theKonstantin Belousov2008-11-161-2/+1
* Revert r184118. There is actually a code in the kernel, for instance inKonstantin Belousov2008-11-161-10/+1
* Fix argument layout of devfs_get_cdevpriv().Ed Schouten2008-11-161-1/+1
* - Allow the front-end to specify that iommu(4) should disableMarius Strobl2008-11-163-19/+25
* Use the spitfire VIS block copy/zero functions also with cheetah-Marius Strobl2008-11-161-1/+7
* Micro-optimize spitfire_block_{copy,zero}():Marius Strobl2008-11-161-9/+4
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.Marcel Moolenaar2008-11-161-3/+3
* - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT alsoMarius Strobl2008-11-161-16/+31
* Various whitespace and style fixes.John Baldwin2008-11-1619-284/+291
* In the robust futexes list head, futex_offset shall be signed,Konstantin Belousov2008-11-163-4/+4
* Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE.Ed Schouten2008-11-161-0/+7
* Ignore absent CPUs when listing the current state of PMC hardware.Joseph Koshy2008-11-161-1/+4
* Print PMC widths in the initialization announcement.Joseph Koshy2008-11-161-1/+2
* On i386, the primary function that SYSCALL() generates is with thePeter Wemm2008-11-153-3/+3
* - Document the class name prefix for these PMCs.Joseph Koshy2008-11-151-1/+22
* Correct an oversight: call the MD finalize hook at module unloadJoseph Koshy2008-11-151-0/+3
* Fix assertions.Joseph Koshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).Joseph Koshy2008-11-151-1/+1
* Correct association 0 handling.Alexander Motin2008-11-151-14/+24
* - Update instructions for Subversion importRong-En Fan2008-11-152-31/+12