| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't over-allocate array values in jailparam_export. | jamie | 2010-08-31 | 1 | -6/+9 |
* | Make it clear in the example that jailparam_export's return value | jamie | 2010-08-31 | 1 | -1/+3 |
* | Remove unnecessary atomic operation in bge_poll. bge(4) always | yongari | 2010-08-31 | 1 | -2/+2 |
* | Make sure the interrupt entry point is within the video ROM range. We must | jkim | 2010-08-31 | 1 | -9/+15 |
* | bge_txeof() already checks whether it has to free transmitted mbufs | yongari | 2010-08-31 | 1 | -4/+3 |
* | Eliminate confusing while () loop. In the first version of the code it was | pjd | 2010-08-31 | 1 | -4/+3 |
* | For consistency, change all 'i386' and MACHINE_ARCH to x86. | delphij | 2010-08-31 | 3 | -3/+3 |
* | Handle PAE case correctly. You cannot effectively specify a 4GB | yongari | 2010-08-31 | 2 | -3/+7 |
* | Avoid directly manipulating a NULL pointer (which could result in | dim | 2010-08-31 | 1 | -2/+2 |
* | Have memguard(9) crash with an easier-to-debug message on double-free. | mdf | 2010-08-31 | 1 | -1/+5 |
* | Always compile pc98 boot2 with gcc instead of clang, just as with i386 | dim | 2010-08-31 | 1 | -0/+7 |
* | Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA | yongari | 2010-08-31 | 2 | -243/+152 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 2 | -2/+6 |
* | The realloc case for memguard(9) will copy too many bytes when | mdf | 2010-08-31 | 3 | -9/+29 |
* | Restructure how reset and poweroff are handled on PowerPC systems, since | nwhitehorn | 2010-08-31 | 13 | -90/+171 |
* | Remove some code made obsolete by the powerpc64 import. | nwhitehorn | 2010-08-31 | 1 | -677/+0 |
* | Include process PID in log messages. | pjd | 2010-08-31 | 1 | -0/+3 |
* | Correct error message. | pjd | 2010-08-31 | 1 | -1/+1 |
* | When upgrading a pool which contain root file system, give user a hint that | pjd | 2010-08-31 | 1 | -0/+47 |
* | Forgot to add event.c and event.h in r212038. | pjd | 2010-08-31 | 2 | -0/+208 |
* | For consistency, cast result of getpid() to long | kevlo | 2010-08-31 | 2 | -2/+3 |
* | If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT | davidxu | 2010-08-31 | 1 | -13/+6 |
* | Mask only those signals that we want to handle. | pjd | 2010-08-31 | 1 | -1/+4 |
* | Add the workaround for 4xx lite boards after it was lost in the last | jchandra | 2010-08-31 | 1 | -0/+17 |
* | Missed one place the SLB lock should be held in r211967. | nwhitehorn | 2010-08-31 | 1 | -6/+8 |
* | Add a null_remove() function to nullfs, so that the v_usecount | rmacklem | 2010-08-31 | 1 | -0/+27 |
* | Because it is very hard to make fork(2) from threaded process safe (we are | pjd | 2010-08-30 | 5 | -34/+74 |
* | We only want to know if descriptors are ready for reading. | pjd | 2010-08-30 | 1 | -7/+4 |
* | When someone gives NULL as data, assume this is because he want to declare | pjd | 2010-08-30 | 1 | -0/+8 |
* | For calendars which don't match the solar-based Gregorian calendar, | edwin | 2010-08-30 | 4 | -37/+541 |
* | Use pjdlog_exit() before fork(). | pjd | 2010-08-30 | 1 | -2/+2 |
* | Constify arguments we can constify. | pjd | 2010-08-30 | 4 | -23/+25 |
* | Use basename(3) to determine the name of the program. | edwin | 2010-08-30 | 1 | -3/+2 |
* | Use MACHINE_ARCH instead of MACHINE as the directory to fetch packages | nwhitehorn | 2010-08-30 | 1 | -4/+8 |
* | Drain watchdog callouts before detaching. This prevents a panic while | delphij | 2010-08-30 | 1 | -0/+4 |
* | Add myself to calendars.freebsd. | dim | 2010-08-30 | 1 | -0/+1 |
* | Save MSR_FSBASE, MSR_GSBASE and MSR_KGSBASE directly to PCB as we do not use | jkim | 2010-08-30 | 1 | -9/+6 |
* | Add myself to committers-src.dot. | dim | 2010-08-30 | 1 | -0/+3 |
* | Vendor update to version 3.80.06.003 to fix a panic with ZFS when under | delphij | 2010-08-30 | 12 | -258/+384 |
* | When DTrace is enabled, make sure we don't overwrite the IDT_DTRACE_RET | rpaulo | 2010-08-30 | 1 | -0/+25 |
* | execve(2) has a special check for file permissions: a file must have at | jh | 2010-08-30 | 5 | -16/+53 |
* | Regen | kib | 2010-08-30 | 6 | -9/+107 |
* | Make the syscalls reserved for AFS usable by OpenAFS port. | kib | 2010-08-30 | 1 | -2/+6 |
* | Move debug.h to the the rge driver directory. rge.c is the only user of | jchandra | 2010-08-30 | 4 | -18/+6 |
* | Clean up header files in RMI platform code (sys/mips/rmi), and remove | jchandra | 2010-08-30 | 20 | -985/+390 |
* | o Some programs could send broadcast/multicast traffic to ipfw | maxim | 2010-08-30 | 1 | -2/+21 |
* | Remove misleading comment in pte.h. MIPS PTE entries are software managed | jchandra | 2010-08-30 | 1 | -3/+0 |
* | Make flags in usage() and SYNOPSYS more style(9)-ish. | maxim | 2010-08-30 | 2 | -3/+2 |
* | Execute hook when connection between the nodes is established or lost. | pjd | 2010-08-30 | 3 | -10/+41 |
* | Execute hook when split-brain is detected. | pjd | 2010-08-30 | 3 | -0/+10 |