Correct sizeof(pointer) bugs that should have been sizeof(*pointer)
[dragonfly.git] / sys / sys /
2006-01-11 Simon SchubertUse _KERNEL_STRUCTURES where appropriate
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-01 Sascha WildnerAdd 2006 to the copyrights.
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-23 Matthew Dillon1.4 Release branched, HEAD is now 1.5.
2005-12-23 Matthew DillonBump us to 1.3.8 in preparation for pre-release tagging.
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Joerg SonnenbergerSet POSIX feature test macros to the correct value...
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-21 Matthew DillonAdd a thread flag, TDF_MPSAFE, which is used during...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-10 YONETANI TomokazuRename spin_lock()/spin_unlock() to spin_lock_quick...
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-11-04 Matthew DillonThe 'picmode' variable was mis-named. The MPTable...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-10-27 Matthew DillonIncrease the MSGBUF_SIZE from 32K to 64K, boot verbose...
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-24 Eirik NygaardMake wakeup, tsleep and friends MP-safe.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-09 Matthew DillonBump subversion in param.h
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.3/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-06 Simon SchubertDisable lwp_flag and lwp_stat for now so that it doesn...
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-16 Matthew DillonReserve the same amount of space for the spinlock struc...
2005-09-16 Matthew DillonBump __Dragonfly_version to 130006 (+ slip preview...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-07 Matthew DillonSlightly reorganize the transaction data. Instead...
2005-09-06 Matthew DillonDocument a special case for Journaling PAD records...
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Matthew DillonRework and expand the algorithms in JSCAN, part 1/2...
2005-09-03 Joerg SonnenbergerUpdate __DragonFly_version as well. Don't let this...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-08-29 Matthew DillonUse a typedef that already conveniently exists instead...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-08-24 Matthew DillonFilesystem journaling. Reorganize the journal scan...
2005-08-23 Matthew DillonAdd a TTY_PATH_MAX limit, set to 256, and reduce the...
2005-08-12 Hiten PandyaMove bio_lblkno (logical blockno in a file) field back...
2005-08-10 Joerg SonnenbergerAdd _DIRENT_NEXT, which is for now only used in the...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerAdd vop_write_dirent helper functions, which isolates...
2005-08-09 Joerg SonnenbergerPass the direction to kern_getdirentries, it will be...
2005-08-09 Joerg SonnenbergerAdd vn_get_namelen to simplify correct emulation of...
2005-08-09 Hiten PandyaWhitespace cleanup.
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-08 Hiten PandyaBUF/BIO cleanup 7/99:
2005-08-07 Hiten PandyaAdd 'debug.sizeof.buf' sysctl for determining size...
2005-08-07 Joerg SonnenbergerAdd rman_set_device.
2005-08-06 Joerg SonnenbergerAdd SYSCTL_NODE_CHILDREN.
2005-08-04 Hiten PandyaPut unused flag space definitions back to their origina...
2005-08-03 Hiten PandyaBring name of an unused flag field in line with the...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
next