summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove reference to device minor numbers in psm(4) man page.ed2010-09-011-18/+1
* o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd.maxim2010-09-011-1/+6
* In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* Increase device reset timeout from 10 to 15 seconds, same as in ahci(4).mav2010-09-011-1/+1
* - Remove duplicate comment.lulf2010-09-011-14/+0
* pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()davidxu2010-09-016-28/+60
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-0114-273/+591
* rescure comments from RELENG_4.davidxu2010-09-011-0/+12
* Whitespace and comment fixes.jamie2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.jamie2010-08-311-6/+9
* Make it clear in the example that jailparam_export's return valuejamie2010-08-311-1/+3
* Remove unnecessary atomic operation in bge_poll. bge(4) alwaysyongari2010-08-311-2/+2
* Make sure the interrupt entry point is within the video ROM range. We mustjkim2010-08-311-9/+15
* bge_txeof() already checks whether it has to free transmitted mbufsyongari2010-08-311-4/+3
* Eliminate confusing while () loop. In the first version of the code it waspjd2010-08-311-4/+3
* For consistency, change all 'i386' and MACHINE_ARCH to x86.delphij2010-08-313-3/+3
* Handle PAE case correctly. You cannot effectively specify a 4GByongari2010-08-312-3/+7
* Avoid directly manipulating a NULL pointer (which could result indim2010-08-311-2/+2
* Have memguard(9) crash with an easier-to-debug message on double-free.mdf2010-08-311-1/+5
* Always compile pc98 boot2 with gcc instead of clang, just as with i386dim2010-08-311-0/+7
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAyongari2010-08-312-243/+152
* Use a more robust way to substitute gcc for clang, when compilingdim2010-08-312-2/+6
* The realloc case for memguard(9) will copy too many bytes whenmdf2010-08-313-9/+29
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-3113-90/+171
* Remove some code made obsolete by the powerpc64 import.nwhitehorn2010-08-311-677/+0
* Include process PID in log messages.pjd2010-08-311-0/+3
* Correct error message.pjd2010-08-311-1/+1
* When upgrading a pool which contain root file system, give user a hint thatpjd2010-08-311-0/+47
* Forgot to add event.c and event.h in r212038.pjd2010-08-312-0/+208
* For consistency, cast result of getpid() to longkevlo2010-08-312-2/+3
* If a process is being debugged, skips job control caused by SIGSTOP/SIGCONTdavidxu2010-08-311-13/+6
* Mask only those signals that we want to handle.pjd2010-08-311-1/+4
* Add the workaround for 4xx lite boards after it was lost in the lastjchandra2010-08-311-0/+17
* Missed one place the SLB lock should be held in r211967.nwhitehorn2010-08-311-6/+8
* Add a null_remove() function to nullfs, so that the v_usecountrmacklem2010-08-311-0/+27
* Because it is very hard to make fork(2) from threaded process safe (we arepjd2010-08-305-34/+74
* We only want to know if descriptors are ready for reading.pjd2010-08-301-7/+4
* When someone gives NULL as data, assume this is because he want to declarepjd2010-08-301-0/+8
* For calendars which don't match the solar-based Gregorian calendar,edwin2010-08-304-37/+541
* Use pjdlog_exit() before fork().pjd2010-08-301-2/+2
* Constify arguments we can constify.pjd2010-08-304-23/+25
* Use basename(3) to determine the name of the program.edwin2010-08-301-3/+2
* Use MACHINE_ARCH instead of MACHINE as the directory to fetch packagesnwhitehorn2010-08-301-4/+8
* Drain watchdog callouts before detaching. This prevents a panic whiledelphij2010-08-301-0/+4
* Add myself to calendars.freebsd.dim2010-08-301-0/+1
* Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not usejkim2010-08-301-9/+6
* Add myself to committers-src.dot.dim2010-08-301-0/+3
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underdelphij2010-08-3012-258/+384
* When DTrace is enabled, make sure we don't overwrite the IDT_DTRACE_RETrpaulo2010-08-301-0/+25
OpenPOWER on IntegriCloud