| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add myself | Peter Holm | 2008-11-18 | 2 | -0/+2 |
| * | Set of powerd enchancements: | Alexander Motin | 2008-11-18 | 2 | -89/+154 |
| * | - Fix two minor errors in at91 code. | Stanislav Sedov | 2008-11-18 | 2 | -2/+2 |
| * | Partition type FS_UNUSED does not mean the partition entry | Marcel Moolenaar | 2008-11-18 | 1 | -3/+1 |
| * | When checking to see if another CPU is running its idle thread, examine | John Baldwin | 2008-11-18 | 1 | -4/+4 |
| * | Use humanize_number(), rather than a home-grown algorithm for | Marcel Moolenaar | 2008-11-18 | 2 | -13/+7 |
| * | Fix building without ZFS (can't find library) | Andrey A. Chernov | 2008-11-18 | 1 | -0/+2 |
| * | Sort includes | Marcel Moolenaar | 2008-11-18 | 1 | -9/+10 |
| * | remove a pointless prototype and static-fy the corresponding function | Matteo Riondato | 2008-11-18 | 1 | -2/+1 |
| * | use WARNS?= instead of WARNS= | Matteo Riondato | 2008-11-18 | 1 | -1/+1 |
| * | Be more precise and use sizeof(tn) | Matteo Riondato | 2008-11-18 | 1 | -1/+1 |
| * | Use WARNS?= instead of WARNS= | Matteo Riondato | 2008-11-18 | 1 | -1/+1 |
| * | Fix a warning on amd64 caused by using int for request argument instead of | Pawel Jakub Dawidek | 2008-11-18 | 2 | -2/+2 |
| * | Pad the bootcode we write to the partition to a multiple of the | Marcel Moolenaar | 2008-11-18 | 1 | -1/+16 |
| * | Obey signedness flag in %z case. | Xin LI | 2008-11-18 | 1 | -1/+1 |
| * | Obey signedness flag in %z case. | Xin LI | 2008-11-17 | 1 | -1/+1 |
| * | Fix the maximum transfer size for mfi(4) disk devices to not exceed the | John Baldwin | 2008-11-17 | 1 | -1/+2 |
| * | make this warns=5 clean | Warner Losh | 2008-11-17 | 6 | -191/+46 |
| * | Move dumpcis to its own directory, start to decouple from the | Warner Losh | 2008-11-17 | 23 | -1223/+1 |
| * | Minor ANSI tweaks. | Warner Losh | 2008-11-17 | 1 | -5/+2 |
| * | When running on a filesystem that lacks ACL support, | Tim Kientzle | 2008-11-17 | 1 | -9/+9 |
| * | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 341 | -15843/+104503 |
| * | Undo revision 185013 until better solution is found. | Maksim Yevmenkin | 2008-11-17 | 1 | -4/+0 |
| * | Fix a potential NULL-pointer dereference in padlock(4). | Philip Paeps | 2008-11-17 | 1 | -1/+5 |
| * | gdb: Remove arm_pc_is_thumb_dummy() and related code. | Rafal Jaworowski | 2008-11-17 | 1 | -36/+1 |
| * | Initial gdbserver support for ARM. | Rafal Jaworowski | 2008-11-17 | 4 | -4/+226 |
| * | Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4). | Philip Paeps | 2008-11-17 | 1 | -3/+7 |
| * | Overhaul of CIS parsing, next step: keep a cached copy of the CIS, | Warner Losh | 2008-11-17 | 4 | -73/+68 |
| * | Fix typo. It restuled in activating unwanted Rx filtering as well | Pyun YongHyeon | 2008-11-17 | 1 | -1/+2 |
| * | More locking for syscons(4). This should prevent races with sckbdevent(). | Maksim Yevmenkin | 2008-11-16 | 1 | -0/+4 |
| * | Instead of forcing vn_start_write() to reset mp back to NULL for the | Konstantin Belousov | 2008-11-16 | 1 | -2/+1 |
| * | Revert r184118. There is actually a code in the kernel, for instance in | Konstantin Belousov | 2008-11-16 | 1 | -10/+1 |
| * | Fix argument layout of devfs_get_cdevpriv(). | Ed Schouten | 2008-11-16 | 1 | -1/+1 |
| * | - Allow the front-end to specify that iommu(4) should disable | Marius Strobl | 2008-11-16 | 3 | -19/+25 |
| * | Use the spitfire VIS block copy/zero functions also with cheetah- | Marius Strobl | 2008-11-16 | 1 | -1/+7 |
| * | Micro-optimize spitfire_block_{copy,zero}(): | Marius Strobl | 2008-11-16 | 1 | -9/+4 |
| * | Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants. | Marcel Moolenaar | 2008-11-16 | 1 | -3/+3 |
| * | - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT also | Marius Strobl | 2008-11-16 | 1 | -16/+31 |
| * | Various whitespace and style fixes. | John Baldwin | 2008-11-16 | 19 | -284/+291 |
| * | In the robust futexes list head, futex_offset shall be signed, | Konstantin Belousov | 2008-11-16 | 3 | -4/+4 |
| * | Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE. | Ed Schouten | 2008-11-16 | 1 | -0/+7 |
| * | Ignore absent CPUs when listing the current state of PMC hardware. | Joseph Koshy | 2008-11-16 | 1 | -1/+4 |
| * | Print PMC widths in the initialization announcement. | Joseph Koshy | 2008-11-16 | 1 | -1/+2 |
| * | On i386, the primary function that SYSCALL() generates is with the | Peter Wemm | 2008-11-15 | 3 | -3/+3 |
| * | - Document the class name prefix for these PMCs. | Joseph Koshy | 2008-11-15 | 1 | -1/+22 |
| * | Correct an oversight: call the MD finalize hook at module unload | Joseph Koshy | 2008-11-15 | 1 | -0/+3 |
| * | Fix assertions. | Joseph Koshy | 2008-11-15 | 1 | -6/+9 |
| * | Correct an indexing error (a change missed out in #184802). | Joseph Koshy | 2008-11-15 | 1 | -1/+1 |
| * | Correct association 0 handling. | Alexander Motin | 2008-11-15 | 1 | -14/+24 |
| * | - Update instructions for Subversion import | Rong-En Fan | 2008-11-15 | 2 | -31/+12 |