summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add macros to assert that the process is / isn't held in memory.des2007-04-151-0/+6
* back out option to disable packet zonekmacy2007-04-151-6/+0
* hide static declarationkmacy2007-04-141-2/+4
* Add option for disabling allocation from the packet zonekmacy2007-04-141-0/+4
* pad out m_hdr to make pkthdr word-alignedkmacy2007-04-141-1/+8
* Fix the handling of IPv6 addresses for subject and process BSM auditcsjp2007-04-131-1/+1
* When we are running low on vnodes, there is currently no way to ask otherpjd2007-04-131-0/+4
* Add m_last() inline function.andre2007-04-111-0/+10
* Group the loop to acquire/release Giant with the WITNESS_SAVE/RESTORE underjhb2007-04-111-8/+10
* strchr() and strrchr() are already present in the kernel, but with lesswkoszek2007-04-101-0/+12
* Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserrwatson2007-04-101-0/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+1
* Fix a compiler warning so hash.h can be included in the kernel. This changesthompsa2007-04-091-4/+5
* Fix build breakage.pjd2007-04-091-1/+1
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.pjd2007-04-092-1/+4
* Add root_mounted() function that returns true if the root file system ispjd2007-04-081-0/+1
* Bump __FreeBSDversion for CAM sg addition.delphij2007-04-081-1/+1
* Hide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.pjd2007-04-071-1/+1
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.pjd2007-04-071-0/+2
* Bump __FreeBSD_version on ZFS import.pjd2007-04-061-1/+1
* Add ZFS-specific privileges.pjd2007-04-061-0/+9
* Implement functionality I called 'jail services'.pjd2007-04-051-1/+19
* Make prison_find() globally accessible.pjd2007-04-051-0/+1
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-052-0/+8
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+1
* Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.pjd2007-04-051-0/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-61/+15
* m_extadd does not appear to do the right thing for the case of clusterskmacy2007-04-041-0/+39
* add helper functions for mapping size to zonez and typeskmacy2007-04-041-37/+63
* Fixes to sx for newsx - fix recursed case and move out of inlinekmacy2007-04-031-14/+6
* move lock_profile calls out of the macros and into kern_mutex.ckmacy2007-04-031-16/+10
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...kmacy2007-04-031-2/+4
* Add dl_iterate_phdr function prototype and corresponding dl_phdr_infokan2007-04-031-1/+21
* Remove unneccessary LO_CONTESTED flagkmacy2007-04-032-10/+6
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-031-0/+1
* Correct PT_GNU_EH_FRAME definition.kan2007-04-031-1/+1
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structjhb2007-04-021-6/+9
* More style nits.pjd2007-04-011-9/+9
* Style nit.pjd2007-04-011-1/+1
* Make vdropl() public; zfs needs it. There is also plenty of existingdes2007-03-311-0/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-313-21/+216
* Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them.pjd2007-03-311-0/+2
* - Use PARTIAL_PICKUP_GIANT() to implement PICKUP_GIANT().jhb2007-03-301-13/+9
* - Use lock_init/lock_destroy() to setup the lock_object inside of lockmgr.jhb2007-03-301-2/+2
* Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT andkib2007-03-291-5/+14
* Fix a comment grammar nit.jhb2007-03-271-1/+1
* Bump FreeBSD version for inclusion of CPU frequency change notifiers.njl2007-03-261-1/+1
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-262-1/+44
* General style cleanup.rwatson2007-03-241-162/+163
* Rename the cv_*wait*() functions to _cv_*wait*() and change their secondjhb2007-03-211-6/+17
OpenPOWER on IntegriCloud