]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Call in to xen for privileged aspects of context switching
[FreeBSD/FreeBSD.git] / sys / kern /
2008-08-15 kmacyAdd flag to indicate to xen support code that threads...
2008-08-13 attilioIntroduce some WITNESS improvements:
2008-08-12 csjpReduce the scope of the vnode lock such that it does...
2008-08-10 kibRevert r181345.
2008-08-09 edRemove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}.
2008-08-09 desAdd sbuf_new_auto as a shortcut for the very common...
2008-08-09 desSwitch to simplified BSD license (with phk's approval...
2008-08-07 jhbPermit Giant to be passed as the explicit interlock...
2008-08-05 jhbIf a thread that is swapped out is made runnable, then...
2008-08-04 jhbClose two different races with concurrent opens of...
2008-08-04 jhb- Close a race with concurrent open's of a pts master...
2008-08-03 antoineKill a dead variable
2008-08-03 rwatsonRemove broken code to replace st_mode value with ACCESS...
2008-08-03 kibCalling linker_load_dependencies() while holding the...
2008-08-02 samadd callout_schedule; besides being useful it also...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-31 csjpCurrently, BSM audit pathname token generation for...
2008-07-30 edRemove the use of lbolt from the VFS syncer.
2008-07-30 edDon't make subr_clist.c depend on the TTY layer.
2008-07-28 jhbWhen choosing a CPU for a thread in a cpuset, prefer...
2008-07-28 jhbReally fix this.
2008-07-28 pjdProperly check if td_name is empty and if it is, print...
2008-07-28 jhbImplement support for cpusets in the 4BSD scheduler.
2008-07-28 jhbVarious and sundry style and whitespace fixes.
2008-07-27 kmacy- track maximum wait time
2008-07-27 pjdAssert for exclusive vnode lock in vinactive(), vrecycl...
2008-07-27 pjd- Move vp test for beeing NULL under IGNORE_LOCK().
2008-07-26 trhodesFill in a few sysctl descriptions.
2008-07-25 edMove ttyinfo() into its own C file.
2008-07-25 kibCall pargs_drop() unconditionally in do_execve(), the...
2008-07-25 kibs/alredy/already/ in the comments and the log message.
2008-07-23 kibDo the pargs_hold() on the copy of the pointer to the...
2008-07-21 attilio- Disallow XFS mounting in write mode. The write suppo...
2008-07-21 rwatsonIf run_interrupt_driven_config_hooks() waits 360 second...
2008-07-21 pjdImplement the following macros for completeness:
2008-07-21 kmacyAdd accessor functions for socket fields.
2008-07-20 alcEliminate dead code. (The commit message for revision...
2008-07-19 rwatsonRather than simply waiting silently and indefinitely...
2008-07-19 rwatsonwitness_addgraph() is required even if DDB isn't compil...
2008-07-19 rwatsonAdd DDB "show conifhk" command, which lists hooks curre...
2008-07-19 jeffFix a race which could result in some timeout buckets...
2008-07-19 jeff - Check whether we've recorded this tick in ts_ticks...
2008-07-18 kmacyrevert local change
2008-07-18 kmacyrevert change from local tree
2008-07-18 kmacyimport vendor fixes to cxgb
2008-07-17 kibPair the VOP_OPEN call from do_execve() with the recipr...
2008-07-13 antoineStaticize M_STACK.
2008-07-12 rodrigcIn nmount(), if we see "update" in the mount options,
2008-07-11 obrienImprove readability and cscope searches a little bit...
2008-07-11 kibMake it atomic for the devfs_populate_loop() to see...
2008-07-11 obrienRevert r180431.
2008-07-10 obrienAllow 'elf_file_t' to be used in a wider scope.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-08 edwinImprove the output of kldload(8) to show which module...
2008-07-07 bzAdd a `show cpusets' DDB command to print numbered...
2008-07-07 bzMFp4 144659:
2008-07-07 bzMove cpuset_refroot and cpuset_refbase functions up...
2008-07-07 kibThe kqueue_register() function assumes that it is calle...
2008-07-07 kibThe r178914 I erronously put the setting of the KQ_FLUX...
2008-07-05 alcEnable the creation of a kmem map larger than 4GB.
2008-07-05 rwatsonIntroduce a new lock, hostname_mtx, and use it to synch...
2008-07-04 alcCorrect an error in the comments for init_param3().
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-03 emasteUse bcopy instead of strlcpy in uipc_bind and unp_conne...
2008-07-03 julianChange a variable name to not shadow a global
2008-07-03 rwatsonUpdate copyright date in light of soreceive_dgram(9).
2008-07-02 rwatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-07-02 rdivackyUse msleep_spin() instead of unlock/tsleep/lock. This was
2008-06-29 bzRemove an unneeded error variable to make clear that...
2008-06-29 bzAdd a new priv 'PRIV_SCHED_CPUSET' to check if manipula...
2008-06-27 jhbRework the lifetime management of the kernel implementa...
2008-06-26 julianSomeone cut and pasted a bunch of stuff here so lots of
2008-06-26 dfrRe-implement the client side of rpc.lockd in the kernel...
2008-06-26 ruFix a chicken-and-egg problem: this files implements...
2008-06-25 ruEnable GCC stack protection (aka Propolice) for userland:
2008-06-24 davidxuAdd two commands to _umtx_op system call to allow a...
2008-06-23 jhbRemove the posixsem_check_destroy() MAC check. It...
2008-06-22 rwatsonIf S_IFIFO is passed to mknod(2), invoke kern_mkfifoat...
2008-06-21 gonzoUse minimum of max_aio_procs and target_aio_procs when...
2008-06-20 impSplit out the probing magic of device_probe_and_attach...
2008-06-20 alcEnforce the mapping of kernel loadable modules in the...
2008-06-19 delphijRevert rev. 178124 as requested by kris@. Having jail...
2008-06-19 gonzoRenew semaphore's pointer after wakeup since during...
2008-06-16 kibStruct cdev is always the member of the struct cdev_pri...
2008-06-16 jbRemove code that isn't required. It actually breaks...
2008-06-12 edTurn dev2unit(), minor(), unit2minor() and minor2unit...
2008-06-11 edDon't enforce unique device minor number policy anymore.
2008-06-10 gonzo Keep proper track of nsegs counter: sem_free is calle...
2008-06-09 kibProvide the mutual exclusion between the nfs export...
2008-06-08 wkoszekRemove checks against DDB, which isn't used in this...
2008-06-03 edRemove unneeded Giant locking of /dev/tty.
2008-05-30 davidxuUse a seperated hash table for mutex and rwlock, avoid...
2008-05-29 edRemove the distinction between device minor and unit...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-28 edRemove redundant checks from fcntl()'s F_DUPFD.
2008-05-27 edRename `tty_subr.c' to `subr_clist.c'.
2008-05-27 attilioImprove a comment which, in the actual CVS stock, doesn...
2008-05-26 kibTake into account possible overflow when multiplying...
2008-05-25 rwatsonRemove netatm from HEAD as it is not MPSAFE and relies...
2008-05-25 attilioThe "if" semantic is not needed, just fix this.
next