| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the historic DIOCGDINFO ioctl for gpart on BSD | Warner Losh | 2014-11-18 | 1 | -1/+1 |
* | Automate options INET/INET6 turning into MK_$opt_SUPPORT | Warner Losh | 2014-11-14 | 1 | -0/+12 |
* | Use ${SYSDIR} as the reference pointer instead of specifying relative path di... | Xin LI | 2014-11-14 | 1 | -1/+1 |
* | Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a... | John Baldwin | 2014-11-13 | 1 | -1/+0 |
* | Derive copyright year from src/COPYRIGHT. | Xin LI | 2014-11-13 | 1 | -1/+1 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 2 | -4/+0 |
* | Overhaul if_gre(4). | Andrey V. Elsukov | 2014-11-07 | 2 | -3/+8 |
* | Retire the '@' symlink. It isn't really needed and causes more | Warner Losh | 2014-11-06 | 1 | -66/+26 |
* | Add VirtIO console to the x86 NOTES and files | Bryan Venteicher | 2014-11-03 | 2 | -0/+2 |
* | agp_intel.c provides support for AGP on Intel chipsets from 440/BX to | Konstantin Belousov | 2014-11-03 | 1 | -1/+0 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 3 | -10/+8 |
* | Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. | Ian Lepore | 2014-10-26 | 1 | -1/+0 |
* | Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that | John Baldwin | 2014-10-24 | 2 | -0/+8 |
* | xen: implement the privcmd user-space device | Roger Pau Monné | 2014-10-22 | 1 | -0/+1 |
* | xen: import a proper event channel user-space device | Roger Pau Monné | 2014-10-22 | 1 | -0/+1 |
* | Add vxlan interface | Bryan Venteicher | 2014-10-20 | 2 | -0/+5 |
* | Only build the ARM tranpoline when KERNPHYSADDR is defined as it is | Andrew Turner | 2014-10-19 | 1 | -0/+2 |
* | Add an elf not so kgdb detects the kernel as a FreeBSD elf file. The | Andrew Turner | 2014-10-18 | 1 | -0/+1 |
* | After r273087,r273090,r273091,r273121 changes to gif(4) try to fix | Bjoern A. Zeeb | 2014-10-17 | 1 | -2/+3 |
* | Don't depend on @ or machine for assym.s or genassym.o. That's a | Warner Losh | 2014-10-17 | 1 | -2/+2 |
* | Move the adm1030 driver to the proper location, and rename it. | Justin Hibbits | 2014-10-16 | 1 | -1/+1 |
* | Add inet/inet6 to the dependency list. Without them if_gif is useless. | Andrey V. Elsukov | 2014-10-15 | 1 | -1/+1 |
* | Change the PF hash from Jenkins to Murmur3. In forwarding tests | George V. Neville-Neil | 2014-10-10 | 1 | -0/+1 |
* | Rename elf*-powerpc into elf*-powerpc-freebsd in binutils | Baptiste Daroussin | 2014-10-10 | 2 | -2/+4 |
* | For gcc 4.6 and newer, _Static_assert is a keyword, so don't try to | Warner Losh | 2014-10-10 | 1 | -1/+1 |
* | Merge HEAD@r272834 | Alexander V. Chernikov | 2014-10-09 | 1 | -1/+7 |
|\ |
|
| * | When building with a newer GCC, suppress some warnings for the | Warner Losh | 2014-10-09 | 1 | -1/+7 |
* | | Sync to HEAD@r272825. | Alexander V. Chernikov | 2014-10-09 | 2 | -1/+3 |
|\| |
|
| * | Move the SCTP syscalls to netinet with the rest of the SCTP code. The | Marcel Moolenaar | 2014-10-09 | 1 | -0/+1 |
| * | Only catch the line from the compiler output where 'version' is a word | Baptiste Daroussin | 2014-10-09 | 1 | -1/+1 |
| * | Add explicit_bzero(3) and its kernel counterpart. | Xin LI | 2014-10-07 | 1 | -0/+1 |
* | | Sync to HEAD@r272609. | Alexander V. Chernikov | 2014-10-06 | 3 | -0/+5 |
|\| |
|
| * | Disable generating vfp and NEON instructions in the arm kernel. | Andrew Turner | 2014-10-06 | 1 | -0/+3 |
| * | Add kernel option KSTACK_USAGE_PROF to sample the stack depth on | Konstantin Belousov | 2014-10-04 | 2 | -0/+2 |
* | | Sync to HEAD@r272516. | Alexander V. Chernikov | 2014-10-04 | 10 | -62/+75 |
|\| |
|
| * | Merge pc98's machdep.c into i386/i386/machdep.c. | Yoshihiro Takahashi | 2014-10-04 | 1 | -1/+1 |
| * | Reduce diffs against i386. | Yoshihiro Takahashi | 2014-10-04 | 1 | -7/+9 |
| * | - MFi386: Add compile-with option for tau32-ddk.c. | Yoshihiro Takahashi | 2014-10-04 | 1 | -3/+3 |
| * | Merge ACPICA 20140926. | Jung-uk Kim | 2014-10-02 | 1 | -0/+6 |
| * | Split you the syscall handling to a separate file. | Andrew Turner | 2014-10-01 | 1 | -0/+1 |
| * | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 2 | -6/+1 |
| * | xen: add xenstored user-space device | Roger Pau Monné | 2014-09-30 | 1 | -0/+1 |
| * | xen: move xenstore devices | Roger Pau Monné | 2014-09-30 | 1 | -2/+2 |
| * | msi: add Xen MSI implementation | Roger Pau Monné | 2014-09-30 | 2 | -0/+3 |
| * | Merge the PC98 fdc(4) driver into the MI driver. While here, replace | John Baldwin | 2014-09-25 | 1 | -2/+2 |
| * | Lock ncr(4) and mark it MPSAFE along with various other fixes: | John Baldwin | 2014-09-25 | 1 | -2/+1 |
| * | Note KBI breakage with DEBUG_LOCKS. | Bryan Drewery | 2014-09-23 | 1 | -1/+2 |
| * | DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use it. | Bryan Drewery | 2014-09-23 | 1 | -3/+1 |
| * | Hardware driver update from Mellanox Technologies, including: | Hans Petter Selasky | 2014-09-23 | 1 | -1/+1 |
| * | As per [1] Intel only supports this driver on 64bit platforms. | Bjoern A. Zeeb | 2014-09-23 | 3 | -22/+20 |