Change mbug allocation flags from M_ to MB_ to avoid confusion with malloc
[dragonfly.git] / sys / kern /
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.
2004-05-04 Matthew DillonFix an exit-race with ^T. If a process is exiting...
2004-05-04 Joerg SonnenbergerFix races in lf_getlock and lf_clearlock when waiting...
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-05-02 Matthew Dillon(non bug) The hash routines are never called with a...
2004-05-02 Matthew DillonWe must pmap_qremove() pages that we previously pmap_qe...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-29 Matthew DillonMake SF_BUF_HASH() into an inline routine, sf_buf_hash...
2004-04-29 Matthew DillonMake hash tables one power of 2 larger so they don...
2004-04-28 Joerg SonnenbergerConditionalize accept_filter variable on defined(INET).
2004-04-26 Matthew Dillonnextsoftcheck must be a volatile pointer, not a pointer...
2004-04-26 Matthew DillonIf the server goes away while the client is trying...
2004-04-25 Hiten PandyaThe "Hashed Timers and Hierarchical Wheels: Data Struct...
2004-04-24 Matthew Dillon#ifdef out the PCATCH/CURSIG code for userland (libcaps...
2004-04-24 Hiten PandyaRename the sysctl handler for nchstats to reflect reali...
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 DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-21 Justin C. SherrillAdded short descriptions for kern.acct_suspend, kern...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Hiten PandyaAdd a KKASSERT to mount(2) to make sure we have a proc...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) vfs_syscalls.c rev. 1.151...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_event.c rev. 1.2.2.10
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_descrip.c rev. 1.81...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonWhen an mpipe was being destroyed, each element in...
2004-04-20 Joerg Sonnenbergerm_tag_alloc illegally passed the mbuf flags to malloc...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-19 Matthew DillonUse vm_page_hold() instead of vm_page_wire() for exec...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-15 David RhodusUpdate tag creation paths to reflect the cvs
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-15 Matthew DillonDetect when the target process's thread is sitting...
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-12 Matthew DillonThe malloc() call in at_fork() needs to use M_WAITOK...
2004-04-12 Matthew DillonANSIfication/style cleanups (non operational)
2004-04-11 Jeffrey HsuFix compilation errors with missing header files and...
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 Matthew DillonANSIfication and style cleanups. Non operational.
2004-04-10 Jeffrey HsuAlways send the sendfile header out even if the file...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-08 Matthew Dillonnamecache work stage 4a: Do some minor performance...
2004-04-08 Matthew Dillonnamecache work stage 4:
2004-04-05 Matthew DillonExport the lwkt_default_*() message port default functi...
2004-04-03 Matthew DillonFix bugs in xio_copy_*(). We were not using the masked...
2004-04-03 Matthew DillonIn the sysclock commit I tried to make 'boottime' a...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-04-01 Joerg SonnenbergerKObj extension stage II/III
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-03-31 Matthew DillonAdd missing sf_buf_free()'s.
next