| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra FreeBSD tag. | kib | 2010-08-24 | 1 | -1/+0 |
* | Remove exports table. Export control by the version script is enough. | kib | 2010-08-24 | 1 | -50/+4 |
* | Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into | kib | 2010-08-24 | 3 | -4/+22 |
* | Replace structure assignments with explicity memcpy calls. This allows | rpaulo | 2010-08-24 | 1 | -4/+9 |
* | Update for the recent location of the fasttrap code. | rpaulo | 2010-08-24 | 1 | -2/+3 |
* | Replace a pksignal() call with tdksignal(). | rpaulo | 2010-08-24 | 1 | -1/+1 |
* | MD fasttrap implementation. | rpaulo | 2010-08-24 | 1 | -112/+275 |
* | Remove unused source. | kib | 2010-08-24 | 1 | -57/+0 |
* | The __hidden definition is provided by sys/cdefs.h. | kib | 2010-08-24 | 1 | -4/+0 |
* | Use preferred spelling for the __attribute__. | kib | 2010-08-24 | 1 | -2/+2 |
* | Port the fasttrap provider to FreeBSD. This provider is responsible for | rpaulo | 2010-08-24 | 1 | -208/+321 |
* | Add wrapper for setcontext() and swapcontext(), the wrappers | davidxu | 2010-08-24 | 3 | -14/+55 |
* | Bump __FreeBSD_version for revision 211732. | davidxu | 2010-08-24 | 1 | -1/+1 |
* | Optimize thr_suspend, if timeout is zero, don't call msleep, just | davidxu | 2010-08-24 | 1 | -9/+14 |
* | - According to specification, SI_USER code should only be generated by | davidxu | 2010-08-24 | 2 | -2/+3 |
* | Create a checklist and call one of the *printw() functions from the | imp | 2010-08-24 | 1 | -0/+18 |
* | Indent things consistently | imp | 2010-08-24 | 32 | -1506/+1620 |
* | Mark the following static variables as __used__ instead of __unused__: | rpaulo | 2010-08-24 | 1 | -6/+6 |
* | MFtbemd: | imp | 2010-08-23 | 54 | -150/+155 |
* | Use real atomic operations for sparc64. | marius | 2010-08-23 | 1 | -1/+1 |
* | Fix a possible unaligned access to savebyte array. | yongari | 2010-08-23 | 1 | -6/+9 |
* | Implement basic WOL support. Note, not all xl(4) controllers | yongari | 2010-08-23 | 2 | -10/+80 |
* | Move xl_reset() to xl_init_locked(). This will make driver | yongari | 2010-08-23 | 1 | -6/+3 |
* | Add powerpc64 to the list of architectures with real atomic operations. | nwhitehorn | 2010-08-23 | 1 | -1/+1 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 9 | -4/+109 |
* | Introduce implementation-private rtld interface _rtld_addr_phdr, which | kib | 2010-08-23 | 5 | -10/+48 |
* | Style. | kib | 2010-08-23 | 2 | -3/+3 |
* | - Change default grep back to GNU version. BSD grep can be built with the | gabor | 2010-08-23 | 6 | -12/+12 |
* | This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used? | imp | 2010-08-23 | 1 | -2/+2 |
* | MFtbemd: | imp | 2010-08-23 | 35 | -70/+74 |
* | uio_resid isn't updated by VOP_READDIR for nfs filesystems. Use | brian | 2010-08-23 | 1 | -3/+2 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 6 | -18/+18 |
* | MF tbemd: move to using specific architecture makefiles | imp | 2010-08-23 | 9 | -20/+27 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 2 | -11/+11 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | imp | 2010-08-23 | 8 | -10/+10 |
* | It turns out that the OUTPUT_FORMAT should do the right thing for both endian... | imp | 2010-08-23 | 2 | -135/+1 |
* | MF tbemd: differentiate between arm and armeb | imp | 2010-08-23 | 2 | -1/+135 |
* | Minor tweak from tbemd | imp | 2010-08-23 | 1 | -1/+0 |
* | Remove unnecessary controller reinitialization by checking | yongari | 2010-08-23 | 1 | -5/+11 |
* | Clean up SIOCSIFCAP handler and allow RX checksum offloading could | yongari | 2010-08-23 | 1 | -31/+38 |
* | Better wording and fix wrong explanation. | yongari | 2010-08-23 | 1 | -2/+2 |
* | Document tunable dev.rl.%unit.prefer_iomap | yongari | 2010-08-22 | 1 | -1/+8 |
* | It seems some newer RTL8139 controllers provides only memory space | yongari | 2010-08-22 | 1 | -23/+27 |
* | sh: Remove remnants of '!!' to negate pattern. | jilles | 2010-08-22 | 2 | -17/+30 |
* | Add missing mlink for insmntque1(). | ed | 2010-08-22 | 1 | -0/+1 |
* | Introduce and use devfs_populate_vp() to unlock a vnode before calling | jh | 2010-08-22 | 1 | -26/+56 |
* | sh: Test that all bytes from 128 to 255 can be used in IFS. | jilles | 2010-08-22 | 1 | -0/+21 |
* | sh(1): Add a brief summary of arithmetic expressions. | jilles | 2010-08-22 | 1 | -5/+36 |
* | UTFize my name. | des | 2010-08-22 | 1 | -1/+1 |
* | Port this to FreeBSD. We miss some suword functions, so we use copyout. | rpaulo | 2010-08-22 | 1 | -6/+13 |