Update cardbus/pccard support.
[dragonfly.git] / sys / kern /
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...
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
2007-06-13 Matthew DillonExpand the diskslice->ds_openmask from 8 bits to 256...
2007-06-09 Matthew DillonMove initialization of a vnode's various red-black...
2007-06-08 Matthew DillonIncrease the tsleep/wakeup hash table size and augment...
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Simon SchubertFix module loading for vkernel.
2007-06-07 Matthew DillonAdd KTR logging for SMP page table syncing ops.
2007-06-07 Matthew DillonUse the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized...
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-29 Matthew DillonRename private to privdata and class to srclass to...
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-27 Matthew DillonSyslink API work - greatly simplify the syslink_msg...
2007-05-27 Matthew DillonThe proper root device for a vkernel fs is vkd0s0a...
2007-05-26 Matthew DillonAdd the kernel support function allocsysid().
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-24 Matthew DillonFix the kinfo run/sleep state for pure kernel threads...
2007-05-23 Matthew DillonThe dump device must be opened before ioctls can be...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-23 Matthew DillonSimplify the lwkt_msg structure by removing two unused...
2007-05-21 Matthew DillonFix a bug in recent commits. When creating a virgin...
2007-05-20 Matthew DillonWhen a traditional bsd disklabel is present, try to...
2007-05-20 YONETANI TomokazuMerge fixes to debugging messages from FreeBSD:
2007-05-20 Matthew DillonCleanup diskerr() output a bit - don't say it was tryin...
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
2007-05-19 Matthew DillonFix a one-character allocated string buffer overflow...
2007-05-19 Matthew DillonKeep the ds_skip_* fields in struct diskslice properly...
2007-05-19 Matthew DillonContinue untangling the disklabel. Clean up dumpdev...
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-17 Matthew DillonAdd dev_drefs() - return the number of references on...
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2007-05-13 Matthew DillonMake the kern.ipc.nmbclusters and kern.ipc.nmbufs sysct...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-13 Matthew DillonOoops, cache_inval_vp_nonblock() was being called too...
2007-05-13 Matthew DillonFix a vnode recyclement namecache<->vnode deadlock...
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-09 Matthew DillonFix a bug where multiple mounts on the same mount point...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-07 Matthew DillonAdd fields to the ktrace header to allow kdump to also...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-05-07 YONETANI TomokazuDo not rely on the fact that components in module_path...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-05 Matthew DillonThe bus_get_resource_list DEVMETHOD is primarily used...
2007-05-05 YONETANI Tomokazu(essential part of rev 1.54 in FreeBSD)
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-05-02 Matthew DillonWhen thread0 is initialized it must also be LWKT schedu...
next