]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Add some essential tools to rescue(8) in order to make it
[FreeBSD/FreeBSD.git] / sys / sys /
2007-06-09 attilioSince locking in kern/subr_prof.c is changed a bit...
2007-06-09 attilioThe current rusage code show peculiar problems:
2007-06-07 rwatsonMove per-process audit state from a pointer in the...
2007-06-07 jhb- Remove unused variable from create_thread().
2007-06-07 kibBump __FreeBSD_version for the change of the vn_open...
2007-06-06 davidxuBackout experimental adaptive-spin umtx code.
2007-06-06 jeff - Placing the 'volatile' on the right side of the...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-04 jeff - Change comments and asserts to reflect the removal...
2007-06-04 jeffCommit 3/14 of sched_lock decomposition.
2007-06-04 jeffCommit 1/14 of sched_lock decomposition.
2007-06-04 dwmaloneAdd a function for exporting 64 bit types.
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-06-01 jeff - Move rusage from being per-process in struct pstats...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-31 attilioAdd functions sx_xlock_sig() and sx_slock_sig().
2007-05-29 attiliostyle(9) fixes for sx locks.
2007-05-29 cognetUse the same ARG_MAX for arm than for the other platfor...
2007-05-29 marcel"make delete-old" needs more than 64KB worth of argumen...
2007-05-25 pjdThe cache_leaf_test() function seems to be unused,...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-23 jhbDon't set lo_name and clobber lo_flags in lock_profile_...
2007-05-22 ddsIncrease precision of time values in the process accounting
2007-05-21 delphijBump __FreeBSDversion for shared library version bump.
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-20 jeff - Move clock synchronization into a seperate clock...
2007-05-19 jhbRename the macros for assertion flags passed to sx_asse...
2007-05-19 jhbExpose sx_xholder() as a public macro. It returns...
2007-05-19 jhbAdd a new SX_RECURSE flag to make support for recursive...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 delphijBump __FreeBSDversion to 700042 to indicate that gcc...
2007-05-19 kanAdd kern.arnd sysctl. SSP code uses it to initialize...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 kibSince renaming of vop_lock to _vop_lock, pre- and post...
2007-05-18 jeff - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros...
2007-05-17 csjpCorrect typo in comment
2007-05-14 jhbRework the support for ABIs to override resource limits...
2007-05-13 deischenBump FreeBSD version for enabling of symbol versioning...
2007-05-11 andreMake the TCP timer callout obtain Giant if the network...
2007-05-10 desBump __FreeBSD_version for the addition of flopen(3...
2007-05-08 jhbAdd destroyed cookie values for sx locks and rwlocks...
2007-05-06 pisoBring in the reminaing bits to make interrupt filtering...
2007-05-05 pjdImplement three new ioctls that can be used with GEOM...
2007-05-04 kibMark the filedescriptor table entries with VOP_OPEN...
2007-05-03 rwatsonsblock() implements a sleep lock by interlocking SB_WAN...
2007-05-01 acheBump FreeBSD_version to not have it going backwards.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 acheBack out all POSIXified *env() changes.
2007-04-30 acheBump __FreeBSD_version after making setenv(), putenv...
2007-04-27 benjscIncrease the verbosity of the warning given when this...
2007-04-24 kibDisable nesting of BOP_BDFLUSH(). VOP_FSYNC() call...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-22 rwatsonIn the MAC Framework implementation, file systems have...
2007-04-21 rwatsonAttempt to rationalize NFS privileges:
2007-04-19 mtmMake inet6_rth_* family of functions more compliant...
2007-04-19 njlBump the interrupt storm detection counter to 1000...
2007-04-17 pjdExport vfs_mount_alloc() as it is used in ZFS.
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-15 desAdd macros to assert that the process is / isn't held...
2007-04-15 kmacyback out option to disable packet zone
2007-04-14 kmacyhide static declaration
2007-04-14 kmacyAdd option for disabling allocation from the packet...
2007-04-14 kmacypad out m_hdr to make pkthdr word-aligned
2007-04-13 csjpFix the handling of IPv6 addresses for subject and...
2007-04-13 pjdWhen we are running low on vnodes, there is currently...
2007-04-11 andreAdd m_last() inline function.
2007-04-11 jhbGroup the loop to acquire/release Giant with the WITNES...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 wkoszekstrchr() and strrchr() are already present in the kerne...
2007-04-10 rwatsonAdd a new privilege, PRIV_NETINET_REUSEPORT, which...
2007-04-10 thompsaAdd the trunk(4) driver for providing link aggregation...
2007-04-09 thompsaFix a compiler warning so hash.h can be included in...
2007-04-09 pjdFix build breakage.
2007-04-09 pjdAdd kern.hostuuid sysctl, which will be used to keep...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-08 pjdAdd root_mounted() function that returns true if the...
2007-04-08 delphijBump __FreeBSDversion for CAM sg addition.
2007-04-07 pjdHide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.
2007-04-07 pjd- Remove SEEK_DATA and SEEK_HOLE from stdio.h, they...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-06 pjdBump __FreeBSD_version on ZFS import.
2007-04-06 pjdAdd ZFS-specific privileges.
2007-04-05 pjdImplement functionality I called 'jail services'.
2007-04-05 pjdMake prison_find() globally accessible.
2007-04-05 pjdImplement SEEK_DATA and SEEK_HOLE extensions to lseek...
2007-04-05 pjdAdd security.jail.mount_allowed sysctl, which allows...
next