summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use real atomic operations for sparc64.marius2010-08-231-1/+1
* Fix a possible unaligned access to savebyte array.yongari2010-08-231-6/+9
* Implement basic WOL support. Note, not all xl(4) controllersyongari2010-08-232-10/+80
* Move xl_reset() to xl_init_locked(). This will make driveryongari2010-08-231-6/+3
* Add powerpc64 to the list of architectures with real atomic operations.nwhitehorn2010-08-231-1/+1
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-239-4/+109
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-235-10/+48
* Style.kib2010-08-232-3/+3
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-236-12/+12
* This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?imp2010-08-231-2/+2
* MFtbemd:imp2010-08-2335-70/+74
* uio_resid isn't updated by VOP_READDIR for nfs filesystems. Usebrian2010-08-231-3/+2
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-236-18/+18
* MF tbemd: move to using specific architecture makefilesimp2010-08-239-20/+27
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-232-11/+11
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-238-10/+10
* It turns out that the OUTPUT_FORMAT should do the right thing for both endian...imp2010-08-232-135/+1
* MF tbemd: differentiate between arm and armebimp2010-08-232-1/+135
* Minor tweak from tbemdimp2010-08-231-1/+0
* Remove unnecessary controller reinitialization by checkingyongari2010-08-231-5/+11
* Clean up SIOCSIFCAP handler and allow RX checksum offloading couldyongari2010-08-231-31/+38
* Better wording and fix wrong explanation.yongari2010-08-231-2/+2
* Document tunable dev.rl.%unit.prefer_iomapyongari2010-08-221-1/+8
* It seems some newer RTL8139 controllers provides only memory spaceyongari2010-08-221-23/+27
* sh: Remove remnants of '!!' to negate pattern.jilles2010-08-222-17/+30
* Add missing mlink for insmntque1().ed2010-08-221-0/+1
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* sh: Test that all bytes from 128 to 255 can be used in IFS.jilles2010-08-221-0/+21
* sh(1): Add a brief summary of arithmetic expressions.jilles2010-08-221-5/+36
* UTFize my name.des2010-08-221-1/+1
* Port this to FreeBSD. We miss some suword functions, so we use copyout.rpaulo2010-08-221-6/+13
* Call the systrace_probe_func() when the error value.rpaulo2010-08-221-2/+2
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-2216-90/+129
* Remove an elif and add an or-clause.rpaulo2010-08-221-3/+1
* Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead ofrpaulo2010-08-221-6/+3
* Fix style issues.rpaulo2010-08-221-6/+14
* Fix keyword expansion properties.jilles2010-08-220-0/+0
* Destroy the helper device when unloading.rpaulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttraprpaulo2010-08-221-3/+33
* sh: Add a test for breaking from a loop outside the current function.jilles2010-08-221-0/+15
* Kernel DTrace support for:rpaulo2010-08-2210-247/+614
* Add a function compatibility function dtrace_instr_size_isa() that onrpaulo2010-08-222-0/+14
* Add the FreeBSD definition for the fasttrap ioctls.rpaulo2010-08-221-0/+5
* Add support for whiteouts on tmpfs.ed2010-08-223-40/+116
* Document newly introduced tunable dev.bge.%d.forced_udpcsum.yongari2010-08-221-1/+21
* It seems all Broadcom controllers have a bug that can generate UDPyongari2010-08-222-7/+43
* Load tunable from loader.conf(5) instead of device.hints(5).yongari2010-08-211-3/+6
* Remove LIBELF_PIC.rpaulo2010-08-211-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withrpaulo2010-08-213-9/+2
* Modify clang so that when TOOLS_PREFIX is defined we register therpaulo2010-08-213-12/+25
OpenPOWER on IntegriCloud