summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MFia64:marcel2010-07-011-1/+1
* Simplify the calculation of s_scale by rewriting the FP expression tomarcel2010-07-011-20/+5
* Adds `Dell Truemobile 1300' to the supported list.weongyo2010-07-011-1/+2
* When compiling with profiling, we define PROF for userspace and GPROFmarcel2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tmarcel2010-06-301-1/+1
* OK, I was a bit sleep this morning and checked injfv2010-06-3013-77/+1945
* - Don't assign the return value from read(2) to a variable of typejh2010-06-301-6/+8
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-3015-4/+19
* Update comment for tdsignal() -> tdsendsignal() rename. Forgot to includejhb2010-06-301-1/+1
* SR-IOV support added to igbjfv2010-06-302-171/+296
* Simplify entry to vm_pageout_clean(). Expect the page to be locked.alc2010-06-301-8/+4
* Left out header change in last delta - new memberjfv2010-06-301-0/+1
* Fix build.glebius2010-06-301-0/+1
* Improve bufdone_finish()'s handling of the bogus page. Specifically, ifalc2010-06-301-4/+6
* On powerpc, calculate s_scale using the non-FP version previouslymarcel2010-06-301-1/+1
* BAH, I apologize, the wrong version of the code gotjfv2010-06-301-40/+45
* Add a new sysctl option, this will allow one tojfv2010-06-301-0/+42
* sh: Forget about terminated background processes sooner.jilles2010-06-294-9/+66
* Change the mpt driver to allow larger I/O sizes.ken2010-06-295-113/+135
* Initializes the ratectl for a node when the state is changed to RUN.weongyo2010-06-291-0/+6
* Fixes NULL pointer reference that it's occurred when the state isweongyo2010-06-291-5/+0
* Sort function prototypes (since I didn't manage to insert tdksignal()jhb2010-06-291-9/+9
* Send SIGPIPE to the thread that issued the offending system calljhb2010-06-293-5/+5
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-296-22/+41
* Fix profiling (part 1):marcel2010-06-292-2/+2
* Don't lock buses around a call to xptperiphlistmatch- the buses will bemjacob2010-06-291-2/+0
* After processing the O_SKIPTO opcode our cmd points to the next rule, andglebius2010-06-291-2/+3
* - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().jhb2010-06-291-3/+3
* Revert r209578:kib2010-06-291-3/+3
* Expand system into my_system, and add the necessary tidyness that weimp2010-06-292-2/+95
* If i is going to be used in the loop unconditionally the declarationdougb2010-06-291-2/+0
* Regeneratekib2010-06-2818-2081/+2081
* Despite system call deregistration drains the threads executing System Vkib2010-06-281-1/+9
* Count number of threads that enter and leave dynamically registeredkib2010-06-286-29/+101
* Use C99 initializers for the struct sysent generated by MAKE_SYSENT().kib2010-06-281-3/+3
* Fix a lock leak in the deadlock resolver in case the ticks counterattilio2010-06-281-2/+6
* Various changes to make locate compilable with WARNS=6. Note that theregavin2010-06-282-12/+13
* Make WARNS=6 safe, mainly by casting to intmax_t and printing with %jugavin2010-06-282-16/+17
* Make WARNS=6 safe.gavin2010-06-282-5/+4
* Use spaces, not tabs.pjd2010-06-281-5/+5
* Revert r209544. It papers over a binutils bug, and is not even a reliablenwhitehorn2010-06-281-10/+3
* Make the second example command more closely match the demo output, and asgavin2010-06-271-2/+2
* Properly inherit variables from src/usr.sbin/Makefile.inc forimp2010-06-272-1/+3
* Update pc-sysinstall to output list of FTP mirrors as well as someimp2010-06-279-6/+464
* Spell iXsystems, Inc properlyimp2010-06-2741-41/+41
* Fix transfer statistics in the "send file" case - The conditional usedgavin2010-06-271-4/+1
* Fix core dump when server fails to respond.gavin2010-06-271-1/+4
* Correct a comment typo.jh2010-06-271-1/+1
* Fix typo introduced in previous revision.rpaulo2010-06-271-1/+1
* Note that internal_underscores should be used in identifier names rathercperciva2010-06-271-0/+3
OpenPOWER on IntegriCloud