]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Rework how the mpt_user personality handles buffers for config pages.
[FreeBSD/FreeBSD.git] / sys / kern /
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.
2008-05-25 attilioReplace direct atomic operation for the file refcount...
2008-05-25 jbAdd the vtime (virtual time) hooks for DTrace.
2008-05-24 jbAdd DTrace 'proc' provider probes using the Statically...
2008-05-23 rodrigcDo not convert the "snapshot" string to the MNT_SNAPSHO...
2008-05-23 kibRev. 1.274 put the ttyrel() call before the destroy_dev...
2008-05-23 kibThe dev_refthread() in the tty_gettp() may fail, becaus...
2008-05-23 kibUse the t_state for the TS_GONE test.
2008-05-23 kibAssert that si_threadcount > 0 before decrementing...
2008-05-23 edMove TTY unrelated bits out of <sys/tty.h>.
2008-05-23 kibAnother problem caused by the knlist_cleardel() potenti...
2008-05-23 kibDestruction of the pipe calls knlist_cleardel() to...
2008-05-23 jbAdd the ctf_get function and update the args to linker_...
2008-05-23 jbAdd the ctf_get method.
2008-05-23 jbAllow a rendezvous with just a specified CPU too.
2008-05-23 jbAdd the CTF source file which gets shared with link_elf...
2008-05-23 jbAdd hooks for the Compact C Type Format (CTF) data...
2008-05-23 jbAdd support for the DTrace malloc provider which can...
2008-05-22 rwatsonWhen sendto(2) is called with an explicit destination...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-21 kibImplement the per-open file data for the cdev.
2008-05-18 pjdBe more friendly for DDB pager.
2008-05-18 jbAdd support for the DTrace struct proc and struct threa...
2008-05-18 jbAdd kernel support for the Statically Defined Trace...
2008-05-18 rpaulodevctl_process_running(): Check for devsoftc.inuse...
2008-05-16 rwatsonAttempt to improve convergence of POSIX semaphore code...
2008-05-15 gnnUpdate the kernel to count the number of mbufs and...
2008-05-15 attilio- Embed the recursion counter for any locking primitive...
2008-05-15 jhbGo back to using the process command name (p_comm)...
2008-05-14 kibAdd the devctl notifications for the cdev create/destro...
2008-05-12 julianfix typo in runz_fuzz
2008-05-10 alcIntroduce a new parameter "superpage_align" to kmem_sub...
2008-05-10 kibKqueue_scan() may sleep when encountered the influx...
2008-05-10 kibThe kqueue_close() encountering the KN_INFLUX knotes...
2008-05-09 julianAdd code to allow the system to handle multiple routing...
2008-05-09 dfrWhen blocking on an F_FLOCK style lock request which...
2008-05-09 pjd- Export HZ value via kern.hz sysctl (this is the same...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 attilioAdd a new witness sysctl which returns the relations...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-05-05 kmacyadd malloc flag to blist so that it can be used in...
2008-05-05 jhbFix a few edge cases with error handling in cpufreq...
2008-05-04 peterExpand kdb_alt_break a little, most commonly used with...
2008-05-04 attiliosync_vnode() has some messy code about locking in order...
2008-04-30 julianAttempt to make the print types more friendly to other...
2008-04-29 julianDocument the kproc_kthread_add() call
2008-04-29 rdivackyLock filedesc exclusively when modifying fd_[cr]dir.
2008-04-29 julianAdd an option (compiled out by default)
2008-04-29 davidxuFix compiling problem.
2008-04-29 davidxuIntroduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP...
2008-04-27 rwatsonWhen writing trailers in sendfile(2), don't call kern_w...
2008-04-26 kris* Correct a mis-merge that leaked the PROC_LOCK [1]
2008-04-26 pjdImplement 'show mount' command in DDB. Without argument...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jeff - Add an integer argument to idle to indicate how...
2008-04-24 krisfdhold can return NULL, so add the one remaining missin...
2008-04-24 kibAllow the vnode zone to return the unused memory. The...
2008-04-22 phkNow that all platforms use genclock, shuffle things...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-21 pjdBack-out previous revision. For now I can use _ddb...
2008-04-17 rwatsonConvert pcbinfo and inpcb mutexes to rwlocks, and modif...
next