]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
- Ease sanity check to get cylinders.
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2002-10-27 Robert WatsonImplement mac_check_system_sysctl(), a MAC Framework...
2002-10-27 Robert WatsonHook up mac_check_system_reboot(), a MAC Framework...
2002-10-27 Robert WatsonMerge from MAC tree: rename mac_check_vnode_swapon...
2002-10-26 Maxime HenrionFix a style nit.
2002-10-26 Robert WatsonSlightly change the semantics of vnode labels for MAC...
2002-10-26 Julian ElischeriBack out david's last commit. the suspension code...
2002-10-26 David XuMove suspension checking code from userret() into threa...
2002-10-26 David XuBackout revision 1.48.
2002-10-25 Robert WatsonComment describing the semantics of mac_late.
2002-10-25 Maxime Henrion- Rename the DDB specific %z printf format to %y.
2002-10-25 Peter WemmSplit 4.x and 5.x signal handling so that we can keep...
2002-10-25 Poul-Henning Kamp#include <geom/geom.h> to get proper prototypes. Contr...
2002-10-25 David Xususpend thread only when it can be interrupted.
2002-10-25 David Xulet thread_schedule_upcall() handle idle kse.
2002-10-25 Poul-Henning KampDisable the kernacc() check in mtx_validate() until...
2002-10-25 Poul-Henning KampIn vrele() we can actually have a VCHR with v_rdev...
2002-10-25 Julian Elischerfix style-o
2002-10-25 Julian ElischerMore work on the interaction between suspending and...
2002-10-25 Kirk McKusickWithin ufs, the ffs_sync and ffs_fsync functions did...
2002-10-25 David Xufix typo.
2002-10-24 Julian ElischerExtract out KSE specific code from machine specific...
2002-10-24 Poul-Henning KampFix the spechash lock order reversal by keeping an...
2002-10-24 Poul-Henning KampMake sure GEOM has stopped rattling the disks before...
2002-10-24 Poul-Henning KampDon't try to be cute and save a call/return by implemen...
2002-10-24 David Xurespect TDF_SINTR, also for SINGLE_NO_EXIT threading...
2002-10-24 David Xudon't forget to remove kse from idle queue.
2002-10-24 Julian ElischerMove thread related code from kern_proc.c to kern_thread.c.
2002-10-23 Dag-Erling SmørgravWhitespace cleanup.
next