]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
When calling bioq_first() to see if a queue is empty in bioq_disksort(),
[FreeBSD/FreeBSD.git] / sys / kern /
2006-01-13 rwatsonWhen calling bioq_first() to see if a queue is empty...
2006-01-13 rwatsonAdd sosend_dgram(), a greatly reduced and simplified...
2006-01-13 rwatsonXXX a comment in uipc_usrreq.c that requires updating.
2006-01-12 alfredNovel idea, don't print a string if it is NULL!
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-11 scottlThe interlock in taskqueue_terminate() is completely...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 phkMove the old BSD4.3 tty compatibility from (!BURN_BRIDG...
2006-01-10 scottlAdd functions and macros and refactor code to make...
2006-01-09 teggeAdd marker vnodes to ensure that all vnodes associated...
2006-01-08 scottlIf destroying a spinlock, make sure that it is exited...
2006-01-07 jhbRevert an untested local change that crept in with...
2006-01-07 davidxuAdd a new feature to thr_kill, if thread ID argument...
2006-01-07 avatarTrying to fix compilation bustage introduced in rev1...
2006-01-06 jhbTrim another pointer from struct lock_object (and thus...
2006-01-06 jhbReturn error from fget_write() rather than hardcoding...
2006-01-06 jhbReturn EBADF rather than EINVAL for FWRITE failure...
2006-01-05 jhbRemove XXX comments complaining that write(2) on a...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-04 bzMinor whitespace cleanup.
2006-01-04 phkDeorbit ttymalloc() in preference for ttyalloc()
2006-01-04 phkUse ttyalloc() instead of ttymalloc()
2006-01-04 phkUse MTX_SYSINIT to set up the tty list mutex.
2006-01-04 ddsFix style bug.
2006-01-04 ddsReplace tv_usec normalization with the return of EINVAL.
2006-01-03 ddsNormalize the tv_usec part of the utimes(2) arguments...
2005-12-31 netchildMI changes:
2005-12-30 pjdImprove memguard a bit:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 pjdPrint a warning when we miss vinactive() call, because...
2005-12-29 jhbpatch(1) and I aren't friends today. Axe a duplicate...
2005-12-29 jhbAdd a new function msleep_spin() which is a slightly...
2005-12-29 jhbTeach WITNESS_SAVE() and WITNESS_RESTORE() to work...
2005-12-29 jhbFix a deadlock I introduced with the recently added...
2005-12-29 jhbIncrement kobj_lookup_misses on a miss rather than...
2005-12-29 davidxuAdd code to report zombie state.
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-28 kanTrim trailing whitespace.
2005-12-28 pjdIn realloc(9), determine size of the original block...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-27 davidxuUse variable i instead of variable cpus as an index...
2005-12-26 sobomaxFix breakage introduced in the previous commit.
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-24 alcMaintain the lock on the vnode for most of exec_elfN_im...
2005-12-24 davidxuAvoid kernel panic when attaching a process which may...
2005-12-23 jeff - Remove and unused include.
2005-12-23 phkRegenerate sysent with new abort2 system call.
2005-12-23 phkAdd abort2() systemcall.
2005-12-23 phkMake sbuf_copyin() return the number of bytes copied...
2005-12-23 scottlCreate the taskqueue_fast handler with INTR_MPSAFE...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbTweak how the MD code calls the fooclock() methods...
2005-12-21 alcMaintain the vnode lock throughout elfN_load_file(...
2005-12-20 alcEliminate an unneeded (vm_prot_t) parameter from two...
2005-12-20 pjdReduce Giant scope a bit, as fdrop() is believed to...
2005-12-20 pjdvfs_mount_alloc() always returns 0, but what we really...
2005-12-19 pjdUse 'td' instead of 'curthread'.
2005-12-19 davidxuFix a bug in slice calculation code, current code uses...
2005-12-18 njlRemove the KTR for hardclock completely. It seems...
2005-12-18 njlRestore KTR_CRITICAL but conditionally compile it in...
2005-12-18 marcelMake our ELF64 type definitions match standards. In...
2005-12-17 alcCorrect a long-standing problem in elfN_map_insert...
2005-12-17 njlClean up unused or poorly utilized KTR values. Remove...
2005-12-16 jhb- Use uintfptr_t rather than int for the kernel profili...
2005-12-16 jhbChange the addupc_*() functions to use the uintfptr_t...
2005-12-16 alcStyle: The second argument to vm_map_find() should...
2005-12-16 alcUse sf_buf_alloc() instead of vm_map_find() on exec_map...
2005-12-16 delphijIn pipe_write(): when uiomove() fails, do not spin...
2005-12-16 davidxuReplace selwakeuppri with selwakeup, let scheduler...
2005-12-14 emasteWhen using m_dup(9) to copy more than MHLEN bytes of...
2005-12-14 muxFix a bunch of SYSCTL_INT() that should have been SYSCT...
2005-12-14 desEradicate caddr_t from the VFS API.
2005-12-13 jhbAdd a new 'show lock' command to ddb. If the argument...
2005-12-12 davidxuStop fiddling thread priority with msleep, eliminating...
2005-12-12 rodrigcContributions from XFS for FreeBSD project:
2005-12-11 alcRemove unneeded calls to pmap_remove_all(). The given...
2005-12-10 andreHide the 4k mbuf clusters if the normal clusters are...
2005-12-09 davidxuFix compiling warning on 64 bits system.
2005-12-09 davidxuAdd a sysctl to force a process to sigexit if a trap...
2005-12-09 davidxuRegister itimers_event_hook as a kernel event handler...
2005-12-09 davidxuComment out mqfs_create_link. Inline some small functions.
2005-12-09 davidxuNow SIGCHLD is always queued.
2005-12-09 davidxuCleanup sigqueue sysctl.
2005-12-08 andreAdd an API for jumbo mbuf cluster allocation and also...
2005-12-08 rodrigcIn devfs_first(), set mp->mnt_opt to a valid empty...
2005-12-08 rodrigcAdd "errmsg" to list of global mount options.
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-12-07 rodrigcChanges imported from XFS for FreeBSD project:
2005-12-06 alcReduce the scope of the page queues lock in exec_map_fi...
2005-12-06 davidxuo Turn on MPSAFE flag for mqueuefs.
2005-12-06 davidxuFix a lock leak in childproc_continued().
2005-12-05 jhbTweak witness handling of lock object to shave 2 pointe...
2005-12-05 davidxuAfter reading some documents, I realized SIGEV_NONE...
2005-12-05 davidxuHandle SIGEV_NONE, if notification is SIGEV_NONE, error...
2005-12-04 ruFix -Wundef.
2005-12-03 rodrigcAdd "rdonly" to global_opts, and parse it in vfs_donmou...
next