Add a missing '$' to the FreeBSD cvs tags.
[dragonfly.git] / sys / kern /
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.
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-06 Hiten PandyaNow that we have clients that use m_getcl(9), set the...
2004-06-06 Jeffrey HsuClose race condition in accept(2).
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-06-05 Matthew DillonM_NOWAIT is just wrong in the init code. The allocatio...
2004-06-05 Matthew DillonRearrange the kern_getcwd() procedure to return the...
2004-06-05 Eirik NygaardSwap order of first and second argument in bcopy, forgo...
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 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-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Hiten PandyaLock manipulation of the 'exec_res_list', i.e., the...
2004-06-03 Hiten PandyaSurround a multi-line conditional block with braces...
2004-06-03 Hiten PandyaVM Resident Executables update:
2004-06-03 Hiten PandyaCleanup the textvp_fullpath() function; summary of...
2004-06-03 Joerg SonnenbergerHide unused function under #ifdef SMP
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
2004-06-02 Matthew DillonANSIfication and cleanup. No functional changes.
2004-06-02 Hiten PandyaPlug a memory leak when the kernel initialiazes config_...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonANSIfication. No operational changes.
2004-05-31 Matthew DillonIn the root fs search use the correct unit number when...
2004-05-29 Matthew DillonMake sysctl_kern_proc() iterate through available cpus...
2004-05-28 Matthew DillonAdd lwkt_setcpu_self(), a function which migrates the...
2004-05-26 Matthew DillonANSIfication and cleanup. No functional changes.
2004-05-26 Matthew DillonCleanup warnings. No operational changes.
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-26 Matthew Dillonpreload_delete_name() needs to use the same path mungin...
2004-05-26 Matthew DillonANSIfication and general cleanup. No operational changes.
2004-05-25 Matthew DillonANSIfication and cleanup. No operational changes.
2004-05-25 Matthew DillonThe extended mbr handling code was improperly using...
2004-05-21 David RhodusRemove unneeded typecast.
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-21 Hiten PandyaFix SYSCTL description style.
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-17 Matthew DillonFix more ^T panics. calcru() and p_comm also need...
2004-05-17 Matthew DillonFix another race in ^T. ttyprintf() can block, during...
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 Dillonsf_buf_ref() needs a critical section. Note that the...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-13 Matthew Dillonsf_buf_free() requires a critical section to safely...
2004-05-13 Hiten PandyaAdd a read-only sysctl for observing the maximum number of
2004-05-13 Matthew DillonAttempting to access a device which has been destroyed...
2004-05-12 Hiten PandyaIn sodealloc(), use do_setopt_accept_filter() to free...
2004-05-11 Matthew DillonFix a bug in sys/pipe.c. xio_init_ubuf() might not...
2004-05-11 Matthew DillonFollowup log-only addendum: It turns out that last...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-11 Matthew Dillonlf_alloc_range() must initialize the returned structure...
2004-05-11 Matthew Dillonlf_setlock() was not returning the correct error code...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-05-10 Hiten PandyaRemove redundant newline in a call to panic(9).
2004-05-09 Joerg SonnenbergerFix two bugs in the lockf code. The first one is a...
2004-05-09 Jeffrey HsuMove accounting of sendfile header bytes sent down...
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-07 Matthew DillonOne of the lf_create_range() calls in lf_clearlock...
2004-05-06 Matthew DillonDocument the fact that SYSTIMERS operate without the...
2004-05-05 Joerg SonnenbergerSerialize access to lockf via pool tokens.
next