Add more ids for RT2500USB.
[dragonfly.git] / sys / sys /
2006-12-23 Sascha WildnerRemove printf() definition and prototype from the kernel.
2006-12-23 Sascha WildnerRemove an #ifdef _KERNEL inside an #ifdef _KERNEL.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonAdd 'k' versions for printf, sprintf, and snprintf...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-18 Matthew DillonAdd a prototype for the new mcontrol() system call.
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-12-05 Matthew DillonAdd a generic interrupt controller type that the virtua...
2006-12-04 Matthew DillonMisc vkernel work.
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-08 Matthew DillonMove the Maxmem extern to systm.h
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonMove <machine/ccbque.h> to <sys/ccbque.h>. ccbque...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-26 Sascha WildnerRemove obsolete prototype and documentation of the...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonGet rid of the indirect function pointer for bzero...
2006-10-22 Matthew Dillonmemset must be a real procedure rather then an indirect...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerRemove unneccessary MALLOC_DECLARE (declared static...
2006-09-30 Sascha WildnerRemove incorrect extern declarations for stuff that...
2006-09-29 Jeffrey HsuExplicitly mark places in the IPv6 code that require...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-18 Matthew DillonSet f_ncp in the struct file unconditionally. Previous...
2006-09-18 Matthew DillonDisallow writes to filesystems mounted read-only via...
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-13 Matthew DillonClean up some #include's that shouldn't have been in...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-10 Matthew DillonReserve upcall IDs 0-31 for system use.
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-09 Matthew DillonRename struct specinfo into struct cdev. Add a new...
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
2006-09-05 Matthew DillonMake KMALLOC_ONLY the default, remove compatibility...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-04 Matthew DillonCreate 'k' versions of the kernel malloc API.
2006-09-04 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonAdd skeleton procedures for the vmspace_*() series...
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-27 David XuUse type lwpid_t for lwp_tid.
2006-08-26 Joerg SonnenbergerMove atomic_intr_t to machine/stdint.h and predent...
2006-08-23 Matthew DillonBring in the initial cut of the Cache Coherency Managem...
2006-08-17 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-08-13 Matthew DillonAdd some linux compatibility defines, _DIRENT_HAVE_D_NA...
2006-08-13 Matthew DillonAdd a #define that source code can check to determine...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-11 Matthew DillonVNode sequencing and locking - part 2/4.
2006-08-09 Matthew DillonVNode sequencing and locking - part 1/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-08-08 Matthew Dillonminor syslink cleanups to get the syslink_read() and...
2006-08-06 Matthew DillonAdd structures and skeleton code for a new system call...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-08-01 Matthew DillonUpdate the syslink structural documentation. Add sysli...
2006-07-30 Matthew DillonFix an incorrect #ifndef label. Also remove a now...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-28 Matthew DillonMake a few more #define's visible when compiling with...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-17 Matthew DillonAdjust HEAD version from 1.5 to 1.7.
2006-07-17 Matthew DillonBump sub-versions and DragonFly_version in preparation...
2006-07-16 Matthew DillonAdd missing prototype.
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-08 Sascha WildnerRemove obsolete worm(4) ioctl definitions.
2006-06-30 Eirik NygaardRemove syscall-args. It is not needed now that libcr...
next