Remove ASR_MEASURE_PERFORMANCE, it doesn't work anyway.
[dragonfly.git] / sys / sys /
2004-08-19 Joerg SonnenbergerAdd implemenation of splay tree and red-black tree.
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
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-12 Joerg SonnenbergerAdd LIST_FOREACH_MUTABLE which works like TAILQ_FOREACH...
2004-08-07 Matthew DillonDo not hack a #define __FreeBSD_version if __FreeBSD__...
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-08-02 Matthew Dillontaskqueue_create() should use M_INTWAIT rather then...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
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 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 DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
2004-07-29 Matthew DillonAdd LWKT convenience functions lwkt_getpri() and lwkt_g...
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 David RhodusWe will need more resource-limiting compliance work...
2004-07-27 David RhodusCorrect getpriority() and setpriority() function defini...
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-24 Jeroen Ruigrok/asmodaiBump version number for the 1.1-CURRENT tree.
2004-07-23 Hiten PandyaIt is 'estcpu', not 'setcpu'.
2004-07-17 Hiten PandyaBUF/BIO stage 2:
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-16 Hiten PandyaAnnotate the b_xio field member of the BUF structure.
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-12 Hiten PandyaUse the official 3-clause license for the MSFBUF header...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-04 Matthew DillonWhen booting from CD, check cd1a and acd1a after cd0a...
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-06-27 David RhodusUse correct copy-write notation for The DragonFly proje...
2004-06-25 Matthew DillonImplement duel-console mode and make it the default...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Hiten PandyaZero the interval timers on fork(2) rather than copying...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-06-08 Hiten PandyaRemove an accessory function called msf_buf_xio();...
2004-06-08 Hiten PandyaConditionally include the essential header files, sys...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-06 Matthew DillonAdd the prototype for the recently added XIO API call...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-06-05 Matthew DillonRearrange the kern_getcwd() procedure to return the...
2004-06-05 Eirik NygaardSplit the __getcwd syscall into a kernel and an userlan...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-06-04 Matthew DillonRemove dtom(). dtom() is no longer supported (precurso...
2004-06-04 Hiten PandyaDeprecate use of m_act, which is an alias of m_nextpkt...
2004-06-04 Matthew DillonAdd MPF_INT (for mpipe_init()), which allows one to...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Hiten PandyaRemove the compat macro textvp_fullpath(), and use...
2004-06-03 Hiten PandyaVM Resident Executables update:
2004-06-03 Joerg SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
2004-06-03 Hiten PandyaCleanup the textvp_fullpath() function; summary of...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-05 Hiten PandyaAdd bus_alloc_resource_any(9).
2004-05-05 Jeffrey HsuAdd restrict keyword to string functions.
2004-05-04 Matthew DillonA memory ordering barrier is needed in crit_exit()...
2004-05-04 Hiten PandyaAdd a forward declaration of 'struct uidinfo'.
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-25 Chris PresseyAdd missing function prototype.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Chris PresseyRemove two unused GEOM function prototypes. They were...
2004-04-21 Chris PresseyClean up typos and punctuation in comment.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-14 Joerg SonnenbergerKObj extension stage IIIa/III
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-09 Joerg SonnenbergerThis is _SYS_XIO_H, not _SYS_UIO_H.
next