summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-1/+1
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-0/+2
* Indicate that POSIX semaphores are always supported.tijl2010-09-191-1/+1
* Adopt the deferring of object deallocation for the deleted map entrieskib2010-09-181-0/+1
* With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"rwatson2010-09-181-11/+0
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-0/+3
* sys/pcpu.h: remove a workaround for a fixed ld bugavg2010-09-151-14/+0
* Rename the field to not confuse readers. The bytes are actually used.kib2010-09-141-1/+1
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-142-2/+6
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-3/+0
* Bump __FreeBSD_version to reflect the userland DTrace changes.rpaulo2010-09-131-1/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-135-8/+12
* Add DF_1_LOADFLTR.kib2010-09-121-0/+1
* Fix typo.kib2010-09-121-1/+1
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-111-0/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Protect BSDI $Id from accidental manipulation.obrien2010-09-101-1/+1
* Bump __FreeBSD_version for sbuf ABI change.mdf2010-09-091-1/+1
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-0/+3
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-091-2/+8
* Add few more bintime math macros.mav2010-09-081-0/+19
* struct device: widen type of flags and order fields to u_intavg2010-09-041-1/+1
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* Remove trailing whitespace.emaste2010-09-021-1/+1
* rmlock(9) two additions and one change/fix:mlaier2010-09-012-11/+21
* Regenkib2010-08-303-3/+27
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-282-1/+2
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-281-1/+1
* Use private namespace for visibility keyword.kib2010-08-271-2/+2
* Add the necessary DTrace function pointers.rpaulo2010-08-251-0/+9
* Add a trap code for DTrace induced traps.rpaulo2010-08-241-0/+1
* Use preferred spelling for the __attribute__.kib2010-08-241-2/+2
* Bump __FreeBSD_version for revision 211732.davidxu2010-08-241-1/+1
* - According to specification, SI_USER code should only be generated bydavidxu2010-08-241-0/+1
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-231-0/+1
* - Change default grep back to GNU version. BSD grep can be built with thegabor2010-08-231-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-28/+61
* Kernel DTrace support for:rpaulo2010-08-221-1/+2
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-202-4/+5
* Remove an unused macro. exit1() invokes ktrprocexit() directly.jhb2010-08-191-4/+0
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+1
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-0/+4
* Add convenience defines for hidden and default/exported attributes.kib2010-08-151-0/+8
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-062-7/+16
* 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
OpenPOWER on IntegriCloud