| Commit message (Expand) | Author | Age | Files | Lines |
* | s/u_intXX_t/uintXX_t/g | yongari | 2011-11-04 | 2 | -135/+135 |
* | Make ti(4) build with 'options TI_PRIVATE_JUMBOS'. | yongari | 2011-11-04 | 1 | -1/+1 |
* | style. | yongari | 2011-11-04 | 1 | -163/+163 |
* | Use ANSI function definations. | yongari | 2011-11-04 | 1 | -146/+55 |
* | Always use the opt_*.h options for ipfw.ko, not just when | bz | 2011-11-04 | 8 | -28/+6 |
* | Silence an (otherwise harmless) very recurrent warning when building the | rmh | 2011-11-04 | 1 | -1/+2 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 31 | -49/+48 |
* | Call the correct chipset power routine when disabling the AR5416 and later NICs. | adrian | 2011-11-04 | 1 | -1/+1 |
* | Fix for panic at USB controller attach failure during cold boot. | hselasky | 2011-11-04 | 1 | -0/+5 |
* | Simplify the implementation of the failure case in kmem_alloc_attr(). | alc | 2011-11-04 | 1 | -8/+7 |
* | Regen. | jhb | 2011-11-04 | 11 | -14/+101 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 18 | -24/+511 |
* | Move the cleanup of f_cdevpriv when the reference count of a devfs | jhb | 2011-11-04 | 2 | -6/+7 |
* | Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30 | bz | 2011-11-03 | 21 | -0/+6918 |
* | Fix kernel panic when d_fdopen csw method is called for NULL fp. | kib | 2011-11-03 | 1 | -0/+4 |
* | Fix a use-after-free/redzone issue in the routing code. | mlaier | 2011-11-03 | 1 | -12/+14 |
* | Both a crash reported on freebsd-current on Oct. 18 under the | rmacklem | 2011-11-03 | 1 | -1/+2 |
* | Disable interrupt and preemption for smp_rendezvous() also in the | attilio | 2011-11-03 | 1 | -0/+12 |
* | Remove the remnants of /stand/sysinstall. | pluknet | 2011-11-03 | 2 | -2/+2 |
* | Remove a couple of write-only variables. | pluknet | 2011-11-03 | 1 | -7/+0 |
* | Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK. | des | 2011-11-02 | 1 | -0/+6 |
* | Sprinkle some const. | marius | 2011-11-02 | 1 | -6/+6 |
* | Remove variable initialized but no longer actually used since r226995. | marius | 2011-11-02 | 1 | -3/+0 |
* | Restore sysctl names for tcp_sendspace/tcp_recvspace. | pluknet | 2011-11-02 | 2 | -2/+2 |
* | Disable the TX ready interrupts once we received one, some UART won't clear | cognet | 2011-11-02 | 1 | -2/+5 |
* | Despite official i386 ABI does not mandate any stack alignment besides | kib | 2011-11-02 | 2 | -0/+28 |
* | Make sure that stack is 16-byte aligned before calling a function, | kib | 2011-11-02 | 2 | -0/+6 |
* | OpenBSD 5.0 added. | maxim | 2011-11-02 | 1 | -0/+4 |
* | Add mutex and two flags to make orphan() call properly asynchronous: | mav | 2011-11-02 | 1 | -22/+65 |
* | 1. Add a new option, --run-updates, to always or never run the newalises, | dougb | 2011-11-02 | 2 | -17/+63 |
* | Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist() | alc | 2011-11-02 | 2 | -12/+44 |
* | If the user is moving from any other time zone to UTC we need | dougb | 2011-11-02 | 1 | -0/+12 |
* | Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb() | mav | 2011-11-01 | 1 | -12/+27 |
* | Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and | marius | 2011-11-01 | 11 | -6/+741 |
* | Refactor disk disconnection and geom destruction handling sequences. | mav | 2011-11-01 | 2 | -50/+44 |
* | Increase the IOC port initialization timeouts by ten times to what the | marius | 2011-11-01 | 1 | -1/+1 |
* | In r225931 I've missed the only other driver using the pointer returned | marius | 2011-11-01 | 3 | -7/+31 |
* | Refactor disk disconnection and geom destruction handling sequences. | mav | 2011-11-01 | 1 | -55/+46 |
* | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | marius | 2011-11-01 | 28 | -2174/+866 |
* | Added missing cache purge of from argument for rename(). | pho | 2011-11-01 | 1 | -0/+1 |
* | Two bugs fixed: | fabient | 2011-11-01 | 1 | -2/+4 |
* | Workaround the problem introduced by combination of r162200 and r215687. | mav | 2011-11-01 | 1 | -1/+1 |
* | MFV of r226974, tzdata2011n | edwin | 2011-11-01 | 5 | -24/+51 |
* | Fix the wrong commit log message for r226967: "Added missing cache purge | pho | 2011-10-31 | 1 | -0/+2 |
* | The kern_renameat() looks up the fvp using the DELETE flag, which causes | pho | 2011-10-31 | 1 | -0/+7 |
* | Add information about MD_READONLY and MD_COMPRESS flags to the | ae | 2011-10-31 | 1 | -0/+5 |
* | Put some static keywords in the source code. | ed | 2011-10-31 | 6 | -23/+23 |
* | Pull in r143305 and r143312 from upstream clang trunk, so using "clang | dim | 2011-10-30 | 1 | -3/+18 |
* | Add multiple inclusion protection. | marius | 2011-10-30 | 1 | -0/+4 |
* | Actually, limit to 32-bit DMA for the transfer buffers as the address is | marius | 2011-10-30 | 1 | -2/+2 |