]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
bandaid type coercion for ia64
[FreeBSD/FreeBSD.git] / sys / kern /
2006-06-06 davidxuMake ke_rqindex unsigned.
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonAudit some arguments to nmount(), mount(), umount().
2006-06-05 rwatsonAudit command, uid arguments for quotactl().
2006-06-05 rwatsonAudit path passed to the acct() system call.
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-03 jhbBah, fix fat finger in last. Invert the ~ on MTX_FLAGM...
2006-06-03 jhbIn the case of reentering the debugger due to an attemp...
2006-06-03 jhbSimplify mtx_owner() so it only reads m->mtx_lock once.
2006-06-03 jhbStyle fix to be more like _mtx_lock_sleep(): use 'while...
2006-06-02 pjdFix a problem introduced in revision 1.220. On mount...
2006-06-02 ambriskoMake lio ident more consistant with aio ident.
2006-06-02 pjdDon't forget to unlock kq lock in low memory situations.
2006-06-02 pjdRemove confusing done_noglobal label. The KQ_GLOBAL_UNL...
2006-06-02 pjdUse SLIST_FOREACH_SAFE() macro, because knote_drop...
2006-06-01 cognetsched_rem() already sets ke->ke_state to KES_THREAD...
2006-05-31 ddsRemove two locking assertion entries that:
2006-05-30 ddsAssertion code specifications are introduced using...
2006-05-30 ddsRemove incorrect lock validation specifications that...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-29 teggeClose race between vmspace_exitfree() and exit1() and...
2006-05-29 delphijUnexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY(foo).
2006-05-28 krisCorrect typos
2006-05-28 rwatsonIn execve(), audit the path name being executed. In...
2006-05-28 ddsAdd missing % signs in the lock annotations of the...
2006-05-27 delphijextlen and cpp is not used here in linker_search_kld...
2006-05-26 phkIf the console has no cncheckc method, use cngetc instead.
2006-05-26 phkDon't use CONS_DRIVER() macro to insert dummy element...
2006-05-26 phkGC the cn_dbctl_t hook for consoles, it is unused.
2006-05-26 rodrigcAdd "update" mount option to global_opts array,
2006-05-26 rodrigcRemove calls to vfs_export() for exporting a filesystem...
2006-05-25 rwatsonUse getsock() and fput() instead of fgetsock() and...
2006-05-25 upsDo not set B_NOCACHE on buffers when releasing them...
2006-05-24 samWhen starting up threads in taskqueue_start_threads...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-21 davidxuDon't allow non-root user to set a scheduler policy...
2006-05-19 davidxuStyle fixes.
2006-05-18 davidxuMove flag TDF_UMTXQ into structure umtxq, this eliminat...
2006-05-17 phkMake the printfs relating to purging threads from a...
2006-05-16 phkSince DELAY() was moved, most <machine/clock.h> #inclu...
2006-05-16 psAllow concurrent read(2)/readv(2) access to a file.
2006-05-15 kbyancRestore the ability to mount procfs and fdescfs filesys...
2006-05-14 bennoThe VERBOSE_SYSINIT stuff sees the DDB define a lot...
2006-05-14 rodrigcFor nmount(), if "rw" is specified as a mount option,
2006-05-12 jhbRemove various bits of conditional Alpha code and fixup...
2006-05-12 bennoAdd a new kernel config option, VERBOSE_SYSINIT.
2006-05-11 phkRemove more straggling CPU_ macro references
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-09 davidxuUse wakeup_one to avoid thundering herd.
2006-05-09 davidxuUse a dedicated mutex to protect aio queues, the movati...
2006-05-07 teggeCall vn_finished_write() before calling the coredump...
2006-05-05 teggeTemporarily unlock vnode for new image being executed...
2006-04-29 pjdvn_start_write()/vn_finished_write() is not needed...
2006-04-29 krisLock giant when assigning ni_vp and keep vfslocked...
2006-04-28 pjdvn_start_write() is called only when v_type != VCHR...
2006-04-28 rwatsonAlso check use_pty in the ptmx clone lookup; this means...
2006-04-28 marcelRemove the puc-specific hacks. The puc(4) driver now...
2006-04-28 jeff - Add a BO_NEEDSGIANT flag to the bufobj. This flag...
2006-04-28 jeff - Consistently track ni_dvp and ni_vp with dvfslocked...
2006-04-27 jmgback out for now... revert ccpu to being kern.ccpu...
2006-04-26 jmgmove remaining sysctl into the kern.sched tree...
2006-04-25 jhbAdd some new commands to hopefully make it easier to...
2006-04-25 jhbUse db_lookup_thread() to lookup the thread for the...
2006-04-25 mariusRemove last vestiges of sab(4).
2006-04-25 rwatsonExtend getsock() to return the struct file flags read...
2006-04-24 maximInherit LOCAL_CREDS option from listen socket for socke...
2006-04-23 marcelMFp4: Add the ipend() method to the serdev I/F to allow...
2006-04-23 rwatsonAssert that sockets passed into soabort() not be SQ_COM...
2006-04-23 rwatsonAdd missing 'not' to SQ_COMP comment.
2006-04-23 rwatsonMove handling of SQ_COMP exception case in sofree(...
2006-04-21 jhbPrint td_name instead of p_comm if td_name is non-empty for
2006-04-21 psDon't try to kill embryonic processes in killpg1(...
2006-04-21 psAllow for nmbclusters and maxsockets to be increased...
2006-04-20 jmgconst'ify resource_spec to note that we won't be changi...
2006-04-19 impr_spare1 and r_spare2 aren't needed. They aren't used...
2006-04-19 jhbImplement rw_try_upgrade() and rw_downgrade(). rw_try_...
2006-04-18 wkoszek'owner' is not used without SMP. Fix kernel build for...
2006-04-18 jhbAdaptively spin before blocking on the turnstile if...
2006-04-18 jhb- Bring back turnstile_empty() which can check to see...
2006-04-18 delphijIn vfs_hash_get(): mount point should never be changed
2006-04-17 jhb- Add a rw_wowner() macro that just returns the owner...
2006-04-17 jhbAdd a 'show sleepqueue' alias for 'show sleepq' in...
2006-04-17 jhbTrim trailing whitespace.
2006-04-17 jhbAdd a new module_file() function that returns the linke...
2006-04-17 jhbChange msleep() and tsleep() to not alter the calling...
2006-04-16 jmgremove duplicate sizeof vnode entry (debug.sizeof.vnode...
2006-04-15 scottlTake a better stab at making this compile.
2006-04-15 scottlTake a stab at making this compile.
2006-04-14 jhbMark the thread pointer used during an adaptive spin...
2006-04-14 jhbDrop the kqueue global mutex as soon as we are finished...
2006-04-13 davidxuClear TDF_SINTR in sleepq_resume_thread, also sleepq_ca...
2006-04-13 jhbTurn on ithread_destroy() and call it from intr_event_d...
2006-04-10 csjpKill the last Giant acquisition in the exit(2) code...
2006-04-10 pjdOn shutdown try to turn off all swap devices. This...
2006-04-10 davidxuUse proc lock to prevent a thread from exiting, Giant...
2006-04-09 rwatsonRemove UNIX domain socket raw socket support. This...
2006-04-07 marcelAdd the scc_hwmtx spin mutex, defined by scc(4).
2006-04-07 jmgspell unlock correctly, this is relatively minor as...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
next