Add some useful target mode diagnostics for incoming commands
[dragonfly.git] / sys / sys /
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 DillonGive virtual kernels access to sysctl() prototypes...
2007-07-02 Matthew DillonImplement an architecture function cpu_mplock_contested...
2007-07-01 Matthew DillonMore multi-threaded support for virtualization. Move...
2007-07-01 Sascha Wildnermi_switch() and cpu_switch() are gone. Remove manpage...
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 O_MAPONREAD (not yet implemented). This will have...
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-26 Matthew DillonRepo-copy numerous files from sys/emulation/posix4...
2007-06-20 Peter AvalosMerge from vendor branch LESS:
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 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 DillonAugment RB tree macros even more, allowing for static...
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-13 Matthew DillonExpand the diskslice->ds_openmask from 8 bits to 256...
2007-06-07 Matthew DillonGet rid of some broken _KERNEL_VIRTUAL hacks.
2007-06-07 Matthew DillonWhen compiling a kernel with all ktr logging (KTR_ALL...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-02 Matthew DillonSynchronize to FreeBSD 1.35 - just adds a #define for...
2007-06-01 Matthew DillonAdd a missing header file dependancy.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
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 DillonSyslink API work - greatly simplify the syslink_msg...
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-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-20 Matthew DillonContinue untangling the disklabel.
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
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 DillonAdd getdisktabbyname() to libc. This will soon replace...
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 DillonFix a vnode recyclement namecache<->vnode deadlock...
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
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-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-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-05-01 Matthew DillonMove clock registration from before SMP startup to...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-30 Matthew DillonStore the frequency and cputimer used to initialize...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-29 Matthew DillonUse the __boolean_t defined in machine/stdint.h instead...
2007-04-29 Matthew DillonImplement SYSREF - structural reference counting, alloc...
2007-04-29 Matthew DillonAdd a shortcut function, objcache_create_mbacked()...
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-26 Matthew DillonMove syslink_desc to sys/syslink_rpc.h so kernel code...
2007-04-25 Sascha Wildnerstyle(9) cleanup: Remove parameter names from prototypes.
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-22 Matthew DillonJust throw all the main arguments for syslink() into...
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-19 Matthew DillonWe have a few generation sets for Red-Black trees that...
2007-04-16 Matthew DillonProbably the last change to the syslink() system call...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-09 Matthew DillonAdd subr_alist.c. This is a bitmap allocator that...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-03 Matthew DillonCleanup and reformulate some of the comments.
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Matthew DillonReformulate the syslink_msg structure a bit. Instead...
2007-03-21 Matthew Dillonsyslink work - Implement code for a reformulated system...
2007-03-13 Simon SchubertDrop this strange start/endzero thing for procs and...
2007-03-12 Simon SchubertRegen.
next