summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fill out fake preload structure to let userland tools like pmc(3) knowgonzo2012-03-152-1/+51
* Add debug.kld_debug loader tunable.ae2012-03-151-0/+1
* - Fix an erroneous invocation of the editline.kevlo2012-03-153-22/+33
* - Remove unncessary type castsgonzo2012-03-141-6/+15
* Add a PCI quirk to ignore PCI map registers from configuration space.jkim2012-03-141-8/+36
* Add the missing IPOIB option.delphij2012-03-141-0/+1
* Update man page to present -T argument in synopsissbruno2012-03-141-1/+1
* Pedantic nit: use vm_pindex_t instead of long for a count of pages.jhb2012-03-141-1/+1
* Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), sincenwhitehorn2012-03-142-4/+4
* Correctly calculate the callout interval for beacon generation.adrian2012-03-141-1/+5
* Make init(8) slightly more robust when /dev/console is missing.ed2012-03-144-17/+35
* Hide stty(1) errors.ed2012-03-142-2/+2
* Add an assert for proctree_lock to proc_to_reap().jh2012-03-141-0/+2
* Rtld on diet 3.kib2012-03-144-11/+22
* Fix indentation.kib2012-03-141-1/+1
* Import a slightly newer libc++, with some bugs fixed that were found by runningtheraven2012-03-144-10/+19
* Expose some C11 stuff that is also C++11 stuff in C++11 mode.theraven2012-03-141-1/+1
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.kib2012-03-141-0/+1
* Add missing "static".trasz2012-03-141-1/+1
* Prevent tmpfs_rename() deadlock in a way similar to UFSgleb2012-03-142-7/+179
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()gleb2012-03-141-7/+11
* Import the latest microcode.h which was used to generate the currentbschmidt2012-03-142-12/+3032
* Fix white space nits.yongari2012-03-141-7/+7
* fxp(4) does not handle deferred dma map loading. Tellyongari2012-03-141-3/+5
* Import new versions of libcxxrt and libc++.theraven2012-03-1489-3730/+5828
|\
| * Import new version of libc++ into vendor branch.theraven2012-03-1376-3698/+5479
* | Supply boolean as the second argument to ffs_update(), and not akib2012-03-132-7/+7
* | Lock the process around manipulations with p_flag.kib2012-03-131-0/+2
* | Update the rt2860's firmware and add a Makefile for the module. Whilebschmidt2012-03-134-3117/+106
* | Add a BINDIR so "make install" works.adrian2012-03-132-0/+2
* | (Re)-make these ACL routines optional.adrian2012-03-131-2/+2
* | Add dependencies onto acl_posix1e and acl_nfs4.adrian2012-03-131-0/+2
* | Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling.adrian2012-03-133-0/+20
* | Add module load/unload stubs.adrian2012-03-132-0/+86
* | First set of xlocale man pages. More to follow...theraven2012-03-1310-2/+223
* | Pull in a fix (still under GPLv2) for a double free in gdb, leading todim2012-03-131-0/+7
* | Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,dim2012-03-131-10/+8
* | Work around a binutils bug on powerpc64 where the TOC would not benwhitehorn2012-03-131-1/+2
* | And remove the duplicate inlines...theraven2012-03-131-2/+2
* | Fix the other missing prototypes.theraven2012-03-131-0/+5
* | Add missing prototypes.theraven2012-03-131-0/+5
* | More xlocale cleanups.theraven2012-03-132-26/+30
* | Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-134-6/+13
* | Some formatting for r232919.mav2012-03-131-1/+3
* | Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachmav2012-03-132-9/+31
* | Use NULL instead of 0kevlo2012-03-134-7/+7
* | Rewrite thread CPU usage percentage math to not depend on periodic callsmav2012-03-131-46/+22
* | Remove a now unneeded ARGE_UNLOCK().adrian2012-03-131-3/+0
* | Remove some files not used by the FreeBSD kernel which have been adding quitejmallett2012-03-1328-361410/+6
* | Fix link status handling on if_arge upon system boot to allow bootp/NFS toadrian2012-03-131-7/+16
OpenPOWER on IntegriCloud