summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version for multizone malloc(9).mdf2010-07-281-1/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-0/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+1
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-0/+1
* Revert r210451, and the similar part of the r210431. The forward-declarationkib2010-07-261-1/+2
* Use forward declartion for enum uio_seg in imgact.h. This allows to removekib2010-07-241-2/+1
* Reword the comment, fixing typo.kib2010-07-241-2/+2
* Remove extra commas from KTR_EVENT4() macro to match number of CTR6() args.mav2010-07-241-1/+1
* Eliminate a little bit of duplicated code.alc2010-07-231-0/+1
* - Bump __FreeBSD_version for BSD grep importgabor2010-07-221-1/+1
* Fix taskqueue_drain(9) to not have false negatives. For threadedmdf2010-07-222-6/+11
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-224-30/+32
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-211-13/+0
* Fix typo in comment.rpaulo2010-07-201-1/+1
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-0/+3
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-1811-24/+24
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-1811-24/+24
* Remove outdated comment and move part of it into more applicable place.trasz2010-07-181-1/+3
* Style fix - keep the line length below 80 characters.trasz2010-07-181-1/+1
* Style fix.trasz2010-07-181-1/+1
* Unbreak DPCPU_SUM() by dereferencing the pointer returned by DPCPU_ID_PTR().lstewart2010-07-171-1/+1
* Retire td_syscalls now that it is no longer needed.jhb2010-07-151-1/+0
* Move functions declaration to MI code, following implementation.mav2010-07-151-0/+4
* - Document layout of KTR_STRUCT payload in a comment.jhb2010-07-141-3/+7
* UT_NAMESIZE is no more.ed2010-07-131-1/+0
* - The sum variable used in DPCPU_SUM needs to be of the same type as thelstewart2010-07-131-3/+2
* Macro to simplify zeroing DPCPU variables.lstewart2010-07-131-0/+9
* - Rename DPCPU_SUM to DPCPU_VARSUM to better reflect the fact it operates onlstewart2010-07-131-1/+13
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialnwhitehorn2010-07-101-0/+11
* 32-bit sysctl emulation is also interesting on powerpc64.nwhitehorn2010-07-101-1/+1
* Add definitions for powerpc64 ELF relocation types. Some 64-bit relocationsnwhitehorn2010-07-101-0/+21
* - Various style and whitespace fixes.jhb2010-07-081-74/+64
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-051-0/+1
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-042-1/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-302-4/+6
* Sort function prototypes (since I didn't manage to insert tdksignal()jhb2010-06-291-9/+9
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-3/+3
* Revert r209578:kib2010-06-291-3/+3
* Regeneratekib2010-06-283-3/+3
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-0/+10
* Use C99 initializers for the struct sysent generated by MAKE_SYSENT().kib2010-06-281-3/+3
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-261-0/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-0/+105
* - Rename the internal for loop iterator to "_i" to avoid potential shadowing oflstewart2010-06-191-7/+11
* Remove the unit argument from the recently added make_dev_p().ed2010-06-171-2/+2
* Implement flexible BPF timestamping framework.jkim2010-06-151-0/+1
* Rename CRITSECT_ASSERT to CRITICAL_ASSERT.kib2010-06-151-1/+1
* Add assert to check that the (current) thread is in critical section.kib2010-06-151-0/+3
* Set the comment at the right place for PMC uncore classes.fabient2010-06-151-4/+4
OpenPOWER on IntegriCloud