summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-1/+1
* Commit 3/14 of sched_lock decomposition.jeff2007-06-041-4/+6
* Commit 1/14 of sched_lock decomposition.jeff2007-06-043-57/+81
* Add a function for exporting 64 bit types.dwmalone2007-06-041-0/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-013-29/+33
* Revert VMCNT_* operations introduction.attilio2007-05-311-24/+9
* Revert UF_OPENING workaround for CURRENT.kib2007-05-313-4/+4
* Add functions sx_xlock_sig() and sx_slock_sig().attilio2007-05-311-64/+90
* style(9) fixes for sx locks.attilio2007-05-291-4/+4
* Use the same ARG_MAX for arm than for the other platforms. I don't see anycognet2007-05-291-4/+0
* "make delete-old" needs more than 64KB worth of arguments. Bothmarcel2007-05-291-1/+1
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-251-1/+0
* Don't set lo_name and clobber lo_flags in lock_profile_object_init().jhb2007-05-231-2/+0
* Increase precision of time values in the process accountingdds2007-05-221-14/+57
* Bump __FreeBSDversion for shared library version bump.delphij2007-05-211-1/+1
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-1/+1
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-201-0/+2
* Rename the macros for assertion flags passed to sx_assert() from SX_* tojhb2007-05-191-3/+8
* Expose sx_xholder() as a public macro. It returns a pointer to the threadjhb2007-05-191-0/+8
* Add a new SX_RECURSE flag to make support for recursive exclusive locksjhb2007-05-191-0/+1
* Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 wasdelphij2007-05-191-1/+1
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-191-1/+2
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-9/+24
* Correct typo in commentcsjp2007-05-171-1/+1
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-2/+2
* Bump FreeBSD version for enabling of symbol versioning and changingdeischen2007-05-131-1/+1
* Make the TCP timer callout obtain Giant if the network stack is markedandre2007-05-111-0/+1
* Bump __FreeBSD_version for the addition of flopen(3) to libutil.des2007-05-101-1/+1
* Add destroyed cookie values for sx locks and rwlocks as well as extrajhb2007-05-082-0/+3
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-0/+21
* Implement three new ioctls that can be used with GEOM provider:pjd2007-05-051-0/+32
* Mark the filedescriptor table entries with VOP_OPEN being performed for themkib2007-05-041-0/+1
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-031-22/+4
* Bump FreeBSD_version to not have it going backwards.ache2007-05-011-1/+1
* Back out all POSIXified *env() changes.ache2007-05-011-1/+1
* Bump __FreeBSD_version after making setenv(), putenv(), getenv() andache2007-04-301-1/+1
* Increase the verbosity of the warning given when this file is used asbenjsc2007-04-271-1/+1
* Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() couldkib2007-04-241-0/+1
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-2/+1
* Attempt to rationalize NFS privileges:rwatson2007-04-211-1/+6
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-2/+4
* Bump the interrupt storm detection counter to 1000. My slow fileservernjl2007-04-191-1/+2
* Export vfs_mount_alloc() as it is used in ZFS.pjd2007-04-171-0/+2
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-1/+1
* 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
OpenPOWER on IntegriCloud