summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a date, add an obsolete directory.antoine2013-03-101-1/+2
* Add 2 more obsolete files.antoine2013-03-101-0/+2
* Add more obsolete files.antoine2013-03-101-0/+6
* Finish portalfs removal.antoine2013-03-101-2/+0
* Fix a typo in DPADD.antoine2013-03-101-1/+1
* Add another register definition bit - whether to populate EVM or PLCPadrian2013-03-101-0/+1
* Add __aeabi_memcpy to libkern as clang may generate calls to it.andrew2013-03-102-0/+38
* Kill this, it's not needed at this point and (hopefully) the parentadrian2013-03-101-2/+0
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.andrew2013-03-101-0/+6
* Fix a typo where db_printf was spelt printf.andrew2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.andrew2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopandrew2013-03-101-0/+4
* Correctly align the unwind tables. Without this clang may incorrectly alignandrew2013-03-101-0/+1
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-102-32/+19
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inandrew2013-03-092-2/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theian2013-03-091-5/+6
* Update a comment: The object lock is no longer a mutex.alc2013-03-091-1/+1
* Add forgotten .Elmelifaro2013-03-091-0/+1
* Fixup r248032:davide2013-03-091-1/+1
* Document netstat -Q flags meaning.melifaro2013-03-091-1/+6
* Call make_dev_credf() rather than using the couple make_dev()/dev_ref().davide2013-03-091-8/+3
* Fix another compiler warning issue when invariants are disabled.adrian2013-03-091-2/+1
* Improve UMTX_PROFILING:attilio2013-03-091-2/+119
* Don't log a message when the watchdog is reloaded. It's not useful to do somarkj2013-03-091-2/+0
* commit correct tested fix for gr_util.cdb2013-03-091-46/+58
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutdavide2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningdavide2013-03-091-1/+2
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-0966-15139/+37
* Correct the lock class for the vm object lock.kib2013-03-091-1/+1
* Rework overflow checks of r247898 to not let too "intelligent" compiler tomav2013-03-092-7/+9
* Disable the hw TID != buffer TID check.adrian2013-03-091-0/+11
* Print out the queue flags during a TX DMA shutdown.adrian2013-03-091-2/+5
* Fix non-invariant compilation.adrian2013-03-091-6/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-0994-783/+1000
|\
| * Add missing FBSDID() tag for new file.attilio2013-03-091-0/+1
| * MFCattilio2013-03-0935-320/+587
| * MFCattilio2013-03-08677-130105/+92793
| |\
| * \ MFCattilio2013-03-02204-2265/+6633
| |\ \
| * \ \ MFCattilio2013-02-2821-48/+1763
| |\ \ \
| * | | | Revert some introduction of rwlock.h and remove unusedattilio2013-02-287-21/+0
| * | | | MFCattilio2013-02-2730-580/+1075
| * | | | Fix compiling.attilio2013-02-261-2/+2
| * | | | MFCattilio2013-02-2613-85/+124
| * | | | MFCattilio2013-02-2622-114/+228
| * | | | MFCattilio2013-02-2613-42/+77
| * | | | As VM_OBJECT_SLEEP() is a vm_object_t specific function, makeattilio2013-02-264-6/+6
| * | | | MFCattilio2013-02-26143-31133/+16791
| |\ \ \ \
| * \ \ \ \ MFCattilio2013-02-2423-239/+524
| |\ \ \ \ \
| * \ \ \ \ \ MFCattilio2013-02-2336-138/+327
| |\ \ \ \ \ \
| * | | | | | | Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-233-26/+9
OpenPOWER on IntegriCloud