| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix PIC_RETURN when abicalls are not defined. | jchandra | 2010-10-24 | 1 | -1/+1 |
| * | MFi386: the part of revision 213226. | nyan | 2010-10-24 | 1 | -44/+55 |
| * | MFi386: revision 214210 | nyan | 2010-10-24 | 1 | -2/+2 |
| * | Move variable declarations into the conditional block where they are | emaste | 2010-10-24 | 1 | -1/+1 |
| * | Modify the experimental NFSv4 server's file handle hash function | rmacklem | 2010-10-23 | 2 | -7/+5 |
| * | Apply the same workaround for SDI flow control used on BCM5906 A1 | yongari | 2010-10-23 | 2 | -5/+9 |
| * | Make the IPsec SADB embedded route cache a union to be able to hold both the | bz | 2010-10-23 | 5 | -8/+15 |
| * | Add missing DTrace probe invocation to mac_vnode_check_open; the probe | rwatson | 2010-10-23 | 1 | -0/+2 |
| * | Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/... | trasz | 2010-10-23 | 1 | -22/+0 |
| * | In thr_exit() and kthread_exit(), only remove thread from | davidxu | 2010-10-23 | 2 | -7/+12 |
| * | Remove mention of non-existant -o flag for debugging options. | uqs | 2010-10-23 | 1 | -5/+3 |
| * | The firmware does pad notifications to an even number of bytes (at least | bschmidt | 2010-10-23 | 1 | -2/+2 |
| * | - Improve error messages, so instead of 'Not fully done', the user will get | pjd | 2010-10-22 | 1 | -17/+21 |
| * | Close a race between checking if device is already suspended and suspending it. | pjd | 2010-10-22 | 1 | -9/+9 |
| * | Add State tag, so 'geli status' will report active/suspended status, eg: | pjd | 2010-10-22 | 1 | -0/+2 |
| * | Encryption keys array might be NULL if device is suspended. Check for this, so | pjd | 2010-10-22 | 1 | -3/+6 |
| * | Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() | pjd | 2010-10-22 | 3 | -42/+27 |
| * | Modify the file handle hash function in the experimental NFS | rmacklem | 2010-10-22 | 3 | -1/+17 |
| * | Add possibility to generate devctl notifications regardless of UGEN presence. | hselasky | 2010-10-22 | 2 | -15/+47 |
* | | Apply commit f6c8fecc6fe3d5532691867a7f27820bb1c426a9 from upstream | dim | 2010-10-25 | 3 | -7/+20 |
* | | Apply commit d3a5e914c6ff07c426b026b0cda8d044fd1cdabe from upstream | dim | 2010-10-25 | 1 | -2/+2 |
* | | Most of binutils now compiles at WARNS=3, except for libiberty and | dim | 2010-10-22 | 13 | -14/+1 |
* | | In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h. | dim | 2010-10-22 | 1 | -1/+3 |
* | | Sync: merge r214077 through r214219 from ^/head. | dim | 2010-10-22 | 126 | -4738/+9961 |
|\ \
| |/ |
|
| * | Add workaround for BCM5906 A1 controller silicon bug. When | yongari | 2010-10-22 | 2 | -0/+6 |
| * | Enable TX MAC state machine lockup fix for both BCM5755 or higher | yongari | 2010-10-22 | 2 | -1/+7 |
| * | Avoid using memcpy() for copying 32bit chunks. This shrinks | rdivacky | 2010-10-22 | 1 | -2/+2 |
| * | - Add a new PCI quirk to whitelist an old chipset that doesn't support | jhb | 2010-10-22 | 1 | -1/+31 |
| * | Validate syscall_timing test names before starting to provide earlier | rwatson | 2010-10-22 | 1 | -12/+68 |
| * | Revert to r214147, errno is not clobbered as originally | bcr | 2010-10-22 | 1 | -2/+0 |
| * | Unbreak ia64. | marcel | 2010-10-22 | 2 | -5/+16 |
| * | More simplifications | imp | 2010-10-22 | 2 | -23/+7 |
| * | Remove unnecessary variable. | imp | 2010-10-22 | 1 | -2/+0 |
| * | Fix two typos | imp | 2010-10-21 | 1 | -2/+2 |
| * | More support for IMAGE installations | imp | 2010-10-21 | 1 | -1/+9 |
| * | Minor tweaks in compression support: | imp | 2010-10-21 | 1 | -9/+9 |
| * | Universally use uintmax_t in syscall_timing; rearrange arithmetic to | rwatson | 2010-10-21 | 1 | -64/+65 |
| * | Call chainevh callback when we are invoked with neither MOD_LOAD nor | delphij | 2010-10-21 | 1 | -1/+3 |
| * | Fix typo in last commit. | glebius | 2010-10-21 | 1 | -1/+1 |
| * | Free opencrypto sessions on suspend, as they also might keep encryption keys. | pjd | 2010-10-21 | 2 | -35/+81 |
| * | The firmware always sets bit 14 and 15, to get the real associd we need | bschmidt | 2010-10-21 | 1 | -1/+1 |
| * | Instead of calling return when reaching the end of the assoc notification | bschmidt | 2010-10-21 | 1 | -1/+1 |
| * | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 5 | -82/+108 |
| * | Add Cambridge/Google tag since the copyright has been updated. | rwatson | 2010-10-21 | 1 | -0/+3 |
| * | Further syscall_timing improvements: allow an arbitrary "path" string | rwatson | 2010-10-21 | 1 | -45/+41 |
| * | Modify the experimental NFS server in a manner analagous to | rmacklem | 2010-10-21 | 1 | -1/+9 |
| * | Document strtonum()s behavior of setting errno to 0 when no error is found. | bcr | 2010-10-21 | 1 | -0/+2 |
| * | Sync with OpenBSD rev. 1.13: | bcr | 2010-10-21 | 1 | -2/+1 |
| * | Clarify a misleading comment. The test in pci_reserve_map() was meant to | jhb | 2010-10-21 | 1 | -9/+9 |
| * | Fix bug in recent syscall_timing change: measure the number of iterations | rwatson | 2010-10-21 | 1 | -3/+4 |