| Commit message (Expand) | Author | Age | Files | Lines |
* | Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the process | pjd | 2012-06-19 | 1 | -2/+2 |
* | The falloc() function obtains two references to newly created 'fp'. | pjd | 2012-06-19 | 1 | -2/+6 |
* | Further refine the implementation of POSIX_FADV_NOREUSE. | jhb | 2012-06-19 | 4 | -16/+94 |
* | Correct misunderstanding of hw.est.strict | sbruno | 2012-06-19 | 1 | -2/+2 |
* | Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in | jhb | 2012-06-19 | 1 | -9/+8 |
* | Fix another off-by-one error in the previous fix so that the new start | jhb | 2012-06-19 | 1 | -2/+2 |
* | Passive mode is the default, and has been for a while. | des | 2012-06-19 | 1 | -1/+1 |
* | Switch the default password hash from md5 to sha512. | des | 2012-06-19 | 2 | -2/+2 |
* | Revert user comparison back to user names as some user can share uids (root/toor | bapt | 2012-06-19 | 1 | -6/+13 |
* | Condition the implementation of pv_entry_count on PV_STATS. On amd64, | alc | 2012-06-19 | 1 | -16/+16 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 104 | -12860/+10887 |
* | Add __unused macros to appropriate places in order to allow building | eadler | 2012-06-19 | 6 | -15/+14 |
* | Allow users with RO privilege to the device to read the RO attributes. | eadler | 2012-06-19 | 10 | -35/+41 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -3/+1 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -3/+0 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -3/+2 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -6/+2 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -2/+1 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 2 | -8/+1 |
* | Remove end of line whitespace. | joel | 2012-06-19 | 1 | -2/+2 |
* | Minor mdoc fixes. | joel | 2012-06-19 | 1 | -6/+4 |
* | Document support for Intel Enhanced Speedstep Tech interface | sbruno | 2012-06-18 | 2 | -0/+101 |
* | Fix the NFSv4 client for the case where mmap'd files are | rmacklem | 2012-06-18 | 1 | -5/+15 |
* | Adjust the fix in r236953, by not generating the signal manually, but | kib | 2012-06-18 | 1 | -11/+5 |
* | Revert r236529, re-enabling verification of the flashed content as | marius | 2012-06-18 | 1 | -2/+0 |
* | Revert the part of r236495 that introduced checking of SPI_SR_TXEMPTY | marius | 2012-06-18 | 1 | -14/+8 |
* | Try to bring this file closer to style(9). | marius | 2012-06-18 | 1 | -26/+42 |
* | Unbreak after r236658 by comparing the right things. | marius | 2012-06-18 | 1 | -2/+2 |
* | Refine r237102 a bit: | marius | 2012-06-18 | 2 | -4/+16 |
* | Document the hw.ahci.force tunable here, too, as it's also used by | marius | 2012-06-18 | 1 | -2/+6 |
* | Avoid hard sentence break. | marius | 2012-06-18 | 1 | -2/+3 |
* | Add rate limitation for SCTP OOTB responses. | tuexen | 2012-06-18 | 3 | -10/+5 |
* | Cleanup the UDP decapsulation code. | tuexen | 2012-06-18 | 1 | -42/+20 |
* | Add PV chunk and list locking to pmap_page_exists_quick(), | alc | 2012-06-18 | 1 | -15/+63 |
* | Make radix lookup on src and dst flow addresses optional | melifaro | 2012-06-18 | 4 | -101/+151 |
* | Simplify IP pointer recovery in case of mbuf reallocation. | melifaro | 2012-06-18 | 1 | -53/+15 |
* | Remove never used CD/DA_FLAG_TAGGED_QUEUING flags. | mav | 2012-06-18 | 2 | -6/+0 |
* | Fix the previous commit to only copy the data we were asked to and not | phk | 2012-06-18 | 1 | -0/+1 |
* | In tty_makedev() the following construction: | pho | 2012-06-18 | 1 | -2/+19 |
* | Extend the radiotap code to be aware of the size of any extra vendor | adrian | 2012-06-18 | 2 | -6/+25 |
* | Roll to the latest 2400/2500 firmware available from the public QLogic | mjacob | 2012-06-17 | 2 | -42656/+43175 |
* | libc: Reduce relative relocations in strftime(). | jilles | 2012-06-17 | 1 | -1/+1 |
* | Prepare for FC-Tape support. This involved doing a lot of little cleanups | mjacob | 2012-06-17 | 6 | -357/+446 |
* | Don't check for race with close on advisory unlock (there is nothing smart we | pjd | 2012-06-17 | 1 | -1/+2 |
* | On certain newer Intel Atom based motherboards, for instance the | phk | 2012-06-17 | 1 | -3/+10 |
* | Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 client | rmacklem | 2012-06-17 | 1 | -9/+9 |
* | Extend the comment about checking for a race with close to explain why | pjd | 2012-06-17 | 1 | -1/+17 |
* | If VOP_ADVLOCK() call or earlier checks failed don't check for a race with | pjd | 2012-06-17 | 1 | -0/+4 |
* | Resotre LCD brightness level on resuming. | iwasaki | 2012-06-17 | 1 | -0/+32 |
* | Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D). | davide | 2012-06-17 | 1 | -1/+0 |