| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MFia64: | marcel | 2010-07-01 | 1 | -1/+1 |
* | Simplify the calculation of s_scale by rewriting the FP expression to | marcel | 2010-07-01 | 1 | -20/+5 |
* | Adds `Dell Truemobile 1300' to the supported list. | weongyo | 2010-07-01 | 1 | -1/+2 |
* | When compiling with profiling, we define PROF for userspace and GPROF | marcel | 2010-07-01 | 1 | -1/+1 |
* | While functions are ideally aligned to a 32-byte boundary, don't | marcel | 2010-06-30 | 1 | -1/+1 |
* | OK, I was a bit sleep this morning and checked in | jfv | 2010-06-30 | 13 | -77/+1945 |
* | - Don't assign the return value from read(2) to a variable of type | jh | 2010-06-30 | 1 | -6/+8 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 15 | -4/+19 |
* | Update comment for tdsignal() -> tdsendsignal() rename. Forgot to include | jhb | 2010-06-30 | 1 | -1/+1 |
* | SR-IOV support added to igb | jfv | 2010-06-30 | 2 | -171/+296 |
* | Simplify entry to vm_pageout_clean(). Expect the page to be locked. | alc | 2010-06-30 | 1 | -8/+4 |
* | Left out header change in last delta - new member | jfv | 2010-06-30 | 1 | -0/+1 |
* | Fix build. | glebius | 2010-06-30 | 1 | -0/+1 |
* | Improve bufdone_finish()'s handling of the bogus page. Specifically, if | alc | 2010-06-30 | 1 | -4/+6 |
* | On powerpc, calculate s_scale using the non-FP version previously | marcel | 2010-06-30 | 1 | -1/+1 |
* | BAH, I apologize, the wrong version of the code got | jfv | 2010-06-30 | 1 | -40/+45 |
* | Add a new sysctl option, this will allow one to | jfv | 2010-06-30 | 1 | -0/+42 |
* | sh: Forget about terminated background processes sooner. | jilles | 2010-06-29 | 4 | -9/+66 |
* | Change the mpt driver to allow larger I/O sizes. | ken | 2010-06-29 | 5 | -113/+135 |
* | Initializes the ratectl for a node when the state is changed to RUN. | weongyo | 2010-06-29 | 1 | -0/+6 |
* | Fixes NULL pointer reference that it's occurred when the state is | weongyo | 2010-06-29 | 1 | -5/+0 |
* | Sort function prototypes (since I didn't manage to insert tdksignal() | jhb | 2010-06-29 | 1 | -9/+9 |
* | Send SIGPIPE to the thread that issued the offending system call | jhb | 2010-06-29 | 3 | -5/+5 |
* | Tweak the in-kernel API for sending signals to threads: | jhb | 2010-06-29 | 6 | -22/+41 |
* | Fix profiling (part 1): | marcel | 2010-06-29 | 2 | -2/+2 |
* | Don't lock buses around a call to xptperiphlistmatch- the buses will be | mjacob | 2010-06-29 | 1 | -2/+0 |
* | After processing the O_SKIPTO opcode our cmd points to the next rule, and | glebius | 2010-06-29 | 1 | -2/+3 |
* | - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join(). | jhb | 2010-06-29 | 1 | -3/+3 |
* | Revert r209578: | kib | 2010-06-29 | 1 | -3/+3 |
* | Expand system into my_system, and add the necessary tidyness that we | imp | 2010-06-29 | 2 | -2/+95 |
* | If i is going to be used in the loop unconditionally the declaration | dougb | 2010-06-29 | 1 | -2/+0 |
* | Regenerate | kib | 2010-06-28 | 18 | -2081/+2081 |
* | Despite system call deregistration drains the threads executing System V | kib | 2010-06-28 | 1 | -1/+9 |
* | Count number of threads that enter and leave dynamically registered | kib | 2010-06-28 | 6 | -29/+101 |
* | Use C99 initializers for the struct sysent generated by MAKE_SYSENT(). | kib | 2010-06-28 | 1 | -3/+3 |
* | Fix a lock leak in the deadlock resolver in case the ticks counter | attilio | 2010-06-28 | 1 | -2/+6 |
* | Various changes to make locate compilable with WARNS=6. Note that there | gavin | 2010-06-28 | 2 | -12/+13 |
* | Make WARNS=6 safe, mainly by casting to intmax_t and printing with %ju | gavin | 2010-06-28 | 2 | -16/+17 |
* | Make WARNS=6 safe. | gavin | 2010-06-28 | 2 | -5/+4 |
* | Use spaces, not tabs. | pjd | 2010-06-28 | 1 | -5/+5 |
* | Revert r209544. It papers over a binutils bug, and is not even a reliable | nwhitehorn | 2010-06-28 | 1 | -10/+3 |
* | Make the second example command more closely match the demo output, and as | gavin | 2010-06-27 | 1 | -2/+2 |
* | Properly inherit variables from src/usr.sbin/Makefile.inc for | imp | 2010-06-27 | 2 | -1/+3 |
* | Update pc-sysinstall to output list of FTP mirrors as well as some | imp | 2010-06-27 | 9 | -6/+464 |
* | Spell iXsystems, Inc properly | imp | 2010-06-27 | 41 | -41/+41 |
* | Fix transfer statistics in the "send file" case - The conditional used | gavin | 2010-06-27 | 1 | -4/+1 |
* | Fix core dump when server fails to respond. | gavin | 2010-06-27 | 1 | -1/+4 |
* | Correct a comment typo. | jh | 2010-06-27 | 1 | -1/+1 |
* | Fix typo introduced in previous revision. | rpaulo | 2010-06-27 | 1 | -1/+1 |
* | Note that internal_underscores should be used in identifier names rather | cperciva | 2010-06-27 | 1 | -0/+3 |