]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to
[FreeBSD/FreeBSD.git] / sys / kern /
2007-07-04 peterAdd freebsd6_ wrappers for mmap/lseek/pread/pwrite...
2007-07-04 peterRegenerate after mmap/lseek/etc syscall changes.
2007-07-04 peterCreate new syscalls for mmap(), lseek(), pread(), pwrit...
2007-07-04 peterAdd support for COMPAT6 syscalls.
2007-07-04 kibSince cdev mutex is after system map mutex in global...
2007-07-03 jeff - Use explicit locking in the various fcntl case state...
2007-07-03 jeff - Remove explicit Giant protection from lockf. Use...
2007-07-03 jhbTweak the low-level MI SMP code some:
2007-07-03 kibRev. 1.204 and 1.205 got an erronous version of destroy...
2007-07-03 kibLock Giant and proctree lock around dereferencing p_ses...
2007-07-03 kibUse make_dev_credf(MAKEDEV_REF) instead of make_dev...
2007-07-03 kibUse make_dev_credf(MAKEDEV_REF) instead of make_dev...
2007-07-03 kibAutomatically detect deadlock condition in destroy_dev...
2007-07-03 kibSince rev. 1.199 of sys/kern/kern_conf.c, the thread...
2007-07-03 kibRelock the sema_mtxp unconditionally after copyin(...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 rwatsonContinue kernel privilege cleanup for 7.0: unstaticize...
2007-07-02 rrs- Add some needed error checking on bad fd passing...
2007-07-01 jeff - Use rufetchcalc() rather than calcru() in ttyinfo...
2007-06-27 rwatsonUse vm_offset_t for kmembase and kmemlimit rather than...
2007-06-26 attilioFix an old standing LOR between callout_lock and sleepq...
2007-06-26 attilioIntroduce a new rwlocks initialization function: rw_ini...
2007-06-25 rafan- Remove UMAP filesystem. It was disconnected from...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-19 kibdevfs_free() calls free_unr(), that may sleep.
2007-06-19 kibAdd the witness warning for free_unr. Function could...
2007-06-18 pjdWe only flush entries related to the given file system...
2007-06-16 rwatsonRather than passing SUSER_RUID into priv_check_cred...
2007-06-16 marius- Remove zstty spin lock for no longer existing zs(4).
2007-06-15 jeff - Fix an off by one error in sched_pri_range.
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-14 rwatsonRemove the restriction that rtprio(2) cannot be used...
2007-06-14 rwatsonOnly require privilege to set the current time adjustme...
2007-06-14 rwatsonSpell statistics more correctly in comments.
2007-06-13 jhbImprove the ktrace locking somewhat to reduce overhead:
2007-06-13 jhbConditionally acquire Giant when dropping a reference...
2007-06-12 jeff - Include opt_sched.h for SCHED_STATS.
2007-06-12 jeff - Garbage collect unused concurrency functions.
2007-06-12 jeff - Garbage collect unused concurrency functions.
2007-06-12 jeff - Move some common code out of sched_fork_exit() and...
2007-06-12 jeffSolve a complex exit race introduced with thread_lock:
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-11 jeff - Add a missing PROC_SUNLOCK() in tdsignal()
2007-06-11 cognetRe-acquire the PROC_SLOCK before calling calcru(),...
2007-06-11 samUpdate 802.11 wireless support:
2007-06-10 attilioOptimize vmmeter locking.
2007-06-10 mjacobRemove unused variable.
2007-06-10 mjacobThe new compiler can't quite follow the logic of has_st...
2007-06-10 mjacobInitialized ets to zero. This is arguably a gcc bug...
2007-06-10 attilioFix a bug caming from the committing a pre-merge versio...
2007-06-09 marcelWork around an integer overflow in expression `3 *...
2007-06-09 attiliorufetch and calcru sometimes should be called atomicall...
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-09 mjacobPropagate volatile qualifier to make gcc4.2 happy.
2007-06-08 attilioRemove the MUTEX_WAKE_ALL option and make it the defaul...
2007-06-08 phkDouble the WITNESS and DIAGNOSTIC benchmark warnings...
2007-06-08 delphijIn getblk(), before gbincore(), use BO_LOCK directly...
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-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 attilioFix a problem with not-preemptive kernels caming from...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 kibRestore non-SMP build.
2007-06-05 jeff - Better fix for previous error; use DEVOLATILE on...
2007-06-05 jeff - Pass &sched_lock as the third argument to cpu_switch...
2007-06-05 jeff - Define TDQ_ID() for the !SMP case.
2007-06-05 jeff - Remove sched_core.c. The maintainer has lost intere...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 jeffCommit 10/14 of sched_lock decomposition.
2007-06-04 jeffCommit 9/14 of sched_lock decomposition.
2007-06-04 jeffCommit 8/14 of sched_lock decomposition.
2007-06-04 jeffCommit 7/14 of sched_lock decomposition.
2007-06-04 jeffCommit 6/14 of sched_lock decomposition.
2007-06-04 jeffCommit 5/14 of sched_lock decomposition.
2007-06-04 jeffCommit 4/14 of sched_lock decomposition.
2007-06-04 jeffCommit 3/14 of sched_lock decomposition.
2007-06-04 jeffCommit 2/14 of sched_lock decomposition.
2007-06-04 jeffCommit 1/14 of sched_lock decomposition.
2007-06-04 attilioDo proper "locking" for missing vmmeters part.
2007-06-04 attilioRework the PCPU_* (MD) interface:
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
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 krisRevert some debugging KTRs that were added during devel...
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 kibChange the VOP_OPEN(), vn_open() vnode operation and...
2007-06-01 jeff - Move rusage from being per-process in struct pstats...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 pisoIn some particular cases (like in pccard and pccbb...
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-31 rwatsonNow that sx(9) locks support an interruptible lock...
2007-05-31 attilioAdd functions sx_xlock_sig() and sx_slock_sig().
2007-05-29 attiliostyle(9) fixes for sx locks.
next