Create per-interface sysctl tree.
[dragonfly.git] / sys / kern /
2007-09-12 Sepherosa ZiehauPrepare to support polling(4) on multiple cpus:
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
2007-09-10 Matthew Dillonkern_access() had the same bug kern_stat() had with...
2007-09-09 Sepherosa Ziehau- Make fwe(4) aware of IFF_POLLING setting in its if_in...
2007-09-09 Sepherosa ZiehauNULL should never be passed to ether_poll_deregister...
2007-09-09 Sepherosa Ziehau- Fix comment.
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-03 Matthew DillonBring in FreeBSD/1.177 - fix a bug in a call made to...
2007-09-03 Matthew DillonAdd a MNTK_ flag to the mount structure allowing a...
2007-08-30 Peter AvalosAdd WCONTINUED option for waitpid(2).
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-28 Matthew DillonAdd vop_stdgetpages() and vop_stdputpages() and replace...
2007-08-26 Matthew DillonFix a misleading error message when the device specifie...
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-21 Matthew DillonDo not try to dump UIO_NOCOPY writes to the journal...
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
2007-08-20 Matthew DillonAdd a prototype and wrapper for lockuninit() to complem...
2007-08-20 Matthew DillonFix another ^T race related to catching a LWP just...
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-08-14 Matthew DillonAdd '-H', 'nlwp', and 'tid' options to ps(1) to display...
2007-08-13 Matthew DillonAdd additional functionality to the syslink implementat...
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-13 Matthew DillonAdd xio_init_pages(), which builds an XIO based on...
2007-08-12 Matthew DillonChange the ordering of the zombie test for ^T to avoid...
2007-08-12 Simon SchubertFix exporting of lwp data.
2007-08-12 Matthew DillonMake m_mclfree() MP safe by fixing a N->0 dereferencing...
2007-08-11 Joe TalbottMake mbuf allocator statistics SMP safe.
2007-08-11 Matthew DillonIt is possible to catch a LWP while it is being created...
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2007-08-09 Matthew DillonFix a mbuf leak that was introduced in April. In April...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-08-04 Sepherosa Ziehau'phrase' and 'pending_polls' should never be changed...
2007-08-02 Simon SchubertFix select and poll use in LWPs.
2007-08-01 Matthew DillonThe LWP run/sleep state does not always match the actua...
2007-07-31 Simon SchubertReorder initialization sequence of devclasses.
2007-07-31 Matthew Dillonvrecycle() is typically called from a VFS's inactive...
2007-07-30 Matthew DillonIntroduce krateprintf(), a rate-controlled kprintf...
2007-07-30 Peter AvalosSpelling corrections.
2007-07-30 Simon SchubertFix a memory leak when kern_execve() fails fatally.
2007-07-30 Matthew DillonAdd infrastructure to locate a disk device by name...
2007-07-28 Matthew DillonAdd an ordering field to the interrupt config hook...
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-23 Matthew Dillondssetmask() was being called too early, causing the...
2007-07-23 Matthew DillonThe disk layer must not inherit the D_TRACKCLOSE flag...
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-07-19 Matthew DillonBe a little more verbose when reporting unmount errors.
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonBe more verbose in the bad-opencount assertion.
2007-07-12 Matthew DillonFix LWP support on exec. exec now properly kills all...
2007-07-04 Matthew DillonFix an insufficient test of the message flags when...
2007-07-04 Matthew DillonTry to catch double-replies a little earlier so we...
2007-07-03 Matthew DillonFix a number of races in the controlling terminal open...
2007-07-02 Matthew DillonAdd usched_mastermask - a master cpu mask specifying...
2007-07-02 Matthew DillonImplement an architecture call for contended spinlocks...
2007-07-02 Matthew DillonBecause the objcache caches up to two magazines on...
2007-07-02 Matthew DillonClean up a kprintf() that was missing a newline.
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-02 Matthew DillonDo not allow umtx_sleep() to restart on a restartable...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-06-30 Matthew DillonA signal is sent to a particular LWP must be delivered...
2007-06-30 Sascha WildnerUse the actual function name in the message.
2007-06-30 Hasso TepperFix KASSERT messages.
2007-06-30 Matthew DillonMove the P_WEXIT check from lwpsignal() to kern_kill...
2007-06-29 Matthew DillonFlag the checkpoint descriptor so on restore we can...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-29 Matthew DillonClean up syslink a bit and add an abstraction that...
2007-06-29 Matthew DillonAdd a new flag, XIOF_VMLINEAR, which requires that...
2007-06-29 Matthew DillonGet out-of-band DMA buffers working for user<->user...
2007-06-28 Matthew DillonClarify cpu localization requirements when using callou...
2007-06-26 Matthew DillonA file descriptor of -1 is legal when accessing journal...
2007-06-26 Matthew DillonRepo-copy numerous files from sys/emulation/posix4...
2007-06-24 Sascha WildnerFix typo in a diagnostic message.
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-20 Matthew DillonFix an issue with positive namecache timeouts. Locked...
2007-06-19 Matthew DillonRename d_obj_uuid to d_stor_uuid to conform to the...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-19 Matthew DillonImplement non-booting support for the DragonFly 64...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonMore syslink messaging work. Now basically done except...
2007-06-17 Matthew DillonFix an overflow in the GPT code, I wasn't allocating...
2007-06-17 Matthew DillonAdd subr_diskgpt.c - oops. part of the GPT commit.
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-16 Matthew DillonRegenerate system callsa (add uuidgen()).
2007-06-16 Matthew DillonBring uuidgen(3) into libc and implement the uuidgen...
2007-06-16 Matthew DillonImport the kernel GPT and UUID header files from FreeBS...
next