]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Synchronize perforce Id tags
[FreeBSD/FreeBSD.git] / sys / kern /
2002-11-30 Kirk McKusickRemove a race condition / deadlock from snapshots....
2002-11-30 Warner Loshdevd kernel improvements:
2002-11-28 Alan CoxUse pmap_remove_all() instead of pmap_remove() before...
2002-11-27 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-11-27 Robert DrehmelDo not set a variable (vp->p_pollinfo) to NULL if we...
2002-11-27 Maxim KonovalovSmall SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly...
2002-11-27 Tim J. Robbinso Initialise each mbuf's m_len to 0 in m_getm(); mb_put...
2002-11-27 Warner LoshMake the rman_{get,set}_* macros into real functions...
2002-11-26 Bill FennerDon't hold acct_mtx over limcopy(), since it's unnecess...
2002-11-26 Sam Lefflercorrect function names in KASSERT's for 2 m_tag routines
2002-11-26 Robert DrehmelTo avoid sleeping with all sorts of resources acquired...
2002-11-26 John BaldwinIf the file descriptors passed into do_dup() are negati...
2002-11-26 Robert WatsonUn-staticize mac_cred_mmapped_drop_perms() so that...
2002-11-25 Alan CoxAcquire and release the page queues lock around pmap_re...
2002-11-24 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-11-23 Alan CoxHold the page queues/flags lock when calling vm_page_se...
2002-11-22 Maxime HenrionUnder certain circumstances, we were calling kmem_free...
2002-11-21 Jeff Roberson - Add the new sched_pctcpu() function to the sched_...
2002-11-21 Jeff Roberson - Move scheduler specific macros and defines out of...
2002-11-21 Jeff Roberson - Move FSCALE back to kern_sync. This is not schedule...
2002-11-21 Jeff Roberson - Implement a mechanism for allowing schedulers to...
2002-11-20 Robert WatsonIntroduce p_label, extensible security label storage...
2002-11-19 Robert WatsonMerge kld access control checks from the MAC tree:...
2002-11-18 Robert WatsonWe leaked a process lock reference in the event an...
2002-11-18 David XuMake sure only update wall clock at upcall time, slight...
2002-11-18 Alfred PerlsteinDuring shutdown explain what the numbers following...
2002-11-18 David Xu1. Support versioning and wall clock in kse mailbox,
2002-11-17 Julian Elischerinclude smp.h.
2002-11-17 David Xu1.Add sysctls to control KSE resource allocation.
2002-11-17 David XuRework last exiting thread in kse_release(), wait a...
2002-11-17 Jeff Roberson - Release the imgp vnode prior to freeing exec_map...
2002-11-17 Alfred PerlsteinRework the sysconf(3) interaction with aio:
2002-11-16 Alan CoxNow that pmap_remove_all() is exported by our pmap...
2002-11-16 Alfred PerlsteinExport the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELT...
2002-11-16 Daniel EischenRegenerate after adding system calls.
2002-11-16 Daniel EischenAdd getcontext, setcontext, and swapcontext as system...
2002-11-16 Alfred PerlsteinCall 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LIST...
2002-11-15 Alfred Perlsteinheaders should not really include "opt_foo.h" (in this...
2002-11-15 David XuReturn EWOULDBLOCK for last thread in kse_release().
2002-11-14 Thomas MoestlMake the msg_size, msg_bufx and msg_bufr memebers of...
2002-11-14 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-11-14 David XuIn kse_release(), check if current thread is bound
2002-11-13 Robert WatsonIntroduce a condition variable to avoid returning EBUSY...
2002-11-13 Maxime HenrionAdd support for the C99 %t format modifier.
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-12 Robert WatsonGarbage collect mac_create_devfs_vnode() -- it hasn...
2002-11-11 John BaldwinCorrect an assertion in the code to traverse the list...
2002-11-11 Robert WatsonGarbage collect definition of M_MACOPVEC -- we no longe...
2002-11-10 Alan CoxWhen prot is VM_PROT_NONE, call pmap_page_protect(...
2002-11-09 Alfred PerlsteinFix instances of macros with improperly parenthasized...
2002-11-08 Robert WatsonAssign value of NULL to imgp->execlabel when imgp is...
2002-11-08 Robert WatsonTo reduce per-return overhead of userret(), call into
2002-11-08 Robert WatsonAdd an explicit execlabel argument to exec-related...
2002-11-07 Thomas MoestlMove the definitions of the hw.physmem, hw.usermem...
2002-11-07 John Baldwin- Use %j to print intmax_t values.
2002-11-07 John BaldwinUse %z to quiet a warning.
2002-11-07 Maxime Henrion- Fix a bunch of casts to long which were truncating...
2002-11-07 Maxime Henrion- Use a better definition for MNAMELEN which doesn...
2002-11-07 Robert WatsonDo a bit more work in the aio code to simulate the...
2002-11-05 Kelly YanceySpotted a couple of places where the socket buffer...
2002-11-05 Kelly YanceyFix filt_soread() to properly flag a kevent when a...
2002-11-05 Robert WatsonCorrect merge-o: disable the right execve() variation...
2002-11-05 Robert WatsonBring in two sets of changes:
2002-11-05 Robert WatsonRegen.
2002-11-05 Robert WatsonFlesh out the definition of __mac_execve(): per earlier...
2002-11-05 Robert WatsonAssert that appropriate vnodes are locked in mac_execve...
2002-11-05 Robert WatsonHook up the mac_will_execve_transition() and mac_execve...
2002-11-05 Giorgos KeramidasTypo in comment: commmand -> command
2002-11-05 Robert WatsonRemove reference to struct execve_args from struct...
2002-11-04 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-11-04 Robert WatsonPermit MAC policies to instrument the access control...
2002-11-04 Robert WatsonRemove mac_cache_fslabel_in_vnode sysctl -- with the...
2002-11-04 Robert WatsonLicense clarification and wording changes: NAI has...
2002-11-03 Robert WatsonIntroduce mac_check_system_settime(), a MAC check allow...
2002-11-02 Robert WatsonRegen from yesterday's system call placeholder rename.
2002-11-02 Alan CoxCatch up with the removal of the vm page buckets spin...
2002-11-02 Alan CoxRevert the change in revision 1.77 of kern/uipc_socket2...
2002-11-01 Kelly YanceyUpdate the st_size reported via stat(2) to accurately...
2002-11-01 Kelly YanceyTrack the number of non-data chararacters stored in...
2002-11-01 Robert WatsonRename __execve_mac() to __mac_execve() for increased...
2002-11-01 Robert WatsonAdd MAC checks for various kenv() operations: dump...
2002-11-01 Poul-Henning KampIntroduce malloc_last_fail() which returns the number...
2002-11-01 Poul-Henning KampIntroduce a "time_uptime" global variable which holds...
2002-10-31 David XuKSE-enabled processes only.
2002-10-30 Robert WatsonMove to C99 sparse structure initialization for the...
2002-10-30 Robert WatsonWhile 'mode_t' seemed like a good idea for the access...
2002-10-30 David XuCheck NULL thread mailbox pointer.
2002-10-30 David XuStyle fixes.
2002-10-30 David XuDon't forget to set syscall result.
2002-10-30 David XuAdd an actual implementation of kse_thr_interrupt()
2002-10-29 Robert WatsonMinor comment typo fix.
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 David MaloneThe syscall names are string constants, so make them...
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-28 Robert WatsonTrim extraneous #else and #endif MAC comments per style(9).
2002-10-28 Robert WatsonAn inappropriate ASSERT slipped in during the recent...
2002-10-28 David XuClose a race window in kse_create(): signal delivered...
2002-10-27 Ian DowseFix a case in kern_rename() where a vn_finished_write...
2002-10-27 Garrett WollmanChange the way support for asynchronous I/O is indicate...
2002-10-27 Robert WatsonCentrally manage enforcement of {reboot,swapon,sysctl...
next