timeout/untimeout ==> callout_* for p->p_ithandle
[dragonfly.git] / sys / kern /
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_* for p->p_ithandle
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-17 Joerg SonnenbergerFix typo.
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-17 Matthew DillonMove all the softclock/callout initialization out of...
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-15 Matthew DillonDon't complain when a cdevsw with non-zero refs is...
2004-09-15 Matthew DillonFix cdevsw_remove() warnings related to the removal...
2004-09-15 Matthew DillonImprove error reporting when the cdevsw code detects...
2004-09-13 David RhodusChange the array of char to an array of struct pollfd...
2004-09-13 Matthew DillonANSIfication/cleanup, no functional changes.
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2004-09-10 Matthew DillonImplement a convenient lwkt_initport_null_rport() call...
2004-09-04 Matthew DillonFix a bug in sillyrename handling in nfs_inactive(...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-25 Matthew DillonVFS messaging/interfacing work stage 3/99: Bring in...
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-24 Matthew DillonM_EXT_CLUSTER was not being properly inherited in m_cop...
2004-08-24 Matthew DillonFix a SFBUF memory leak in sendfile(). We were not...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-14 Matthew DillonAdd a missing uio_td assignment (that unionfs needs).
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-11 Matthew DillonDiscard accepted and pending connections after we detac...
2004-08-09 David RhodusDocument that there seems to be a problem with the...
2004-08-06 Matthew Dilloneventhandler_register() M_NOWAIT->M_INTWAIT.
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-08-02 Matthew DillonAdd a global, clocks_running, which tells us when timeo...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Matthew DillonSince mbufs are no longer limited by an mb_map the...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-30 Matthew DillonChange sendfile() to use the new m_ext callback scheme...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: ...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: fp_op...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: Only...
2004-07-29 Matthew DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-29 Matthew DillonImplement a kernel strdup() function (API synch with...
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-07-27 Hiten PandyaRemove VAX conditionalized code.
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-07-24 Matthew DillonMove usched_debug out of the INVARIANTS conditional...
2004-07-24 Matthew DillonMake fstat() account for pending direct-write data...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-23 Joerg SonnenbergerInstead of casting the function, cast the argument...
2004-07-21 Hiten PandyaAesthatical change, move 'All rights reserved' to the...
2004-07-20 Matthew DillonSCSI CD devices require 'cd0c' to be specified instead...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-15 Hiten PandyaUpdate a stale comment about lwkt_replymsg().
2004-07-14 Hiten PandyaCorrect reference to buf->b_xio.xio_pages in a comment.
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-10 Matthew DillonThere was a mountlist race in getnewvnode() whereby...
2004-07-10 Joerg SonnenbergerIn lf_wakeup, once we got a range embedded in the unloc...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Joerg SonnenbergerAdd PDEBUG call for device_shutdown.
2004-07-07 Hiten PandyaFix a small but important mistake.
2004-07-07 Hiten PandyaUse the official devised license for the first time...
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-07-04 Matthew DillonWhen booting from CD, check cd1a and acd1a after cd0a...
2004-07-02 Joerg SonnenbergerUse const char * for string argument of _assert_sbuf_in...
2004-07-02 Joerg SonnenbergerRemove cast as lvalue
2004-06-28 Matthew DillonUndo one of the recent optimizations I made (only runni...
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-06-28 Matthew DillonFix three bugs in the livelock code. Fix a minor range...
2004-06-27 Matthew DillonThe schednetisr() routine is supposed to be MP and...
2004-06-27 Matthew DillonImplement livelock detection for threaded interrupts...
2004-06-27 Joerg SonnenbergerPrint the correct list in _lf_print_lock
2004-06-26 Matthew DillonEnhance lockf's debugging with macros. Print the origi...
2004-06-26 Matthew DillonAdd a short unconditional sleep in the lockf retry...
2004-06-26 Matthew DillonWhen a kernel-created thread exits, properly remove...
2004-06-26 Matthew DillonCleanup a comment.
2004-06-25 Matthew DillonRemove a vn == vp case that was breaking out of the...
2004-06-25 Joerg SonnenbergerFix a race in the initialisation of struct lock by...
2004-06-24 David RhodusDrop to the debugger if unable to sync out the buffers...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-23 Matthew DillonFix a broken vrele() in the session tty exit code.
2004-06-22 Chris PresseyPerl is no longer user during kernel build, so remove...
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-21 Matthew Dillongcc-3.4 cleanup.
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-15 Matthew DillonFix a race with the clearing of p->p_session->s_ttyvp...
2004-06-14 Hiten PandyaIf there was a cache hit, and the msf->m_flags was...
2004-06-12 Matthew Dillonstart_forked_proc() should not be called when rfork...
2004-06-12 Matthew DillonANSIfy the remaining K&R functions. Remove two bzero...
2004-06-12 Matthew DillonFix a bug in the reply port path related to aborts...
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-09 Hiten PandyaAdd some whitespace for clarity. No operational changes.
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-07 Matthew DillonRemove dtom() from comment.
next