Make sure BBP is ready before writing to it.
[dragonfly.git] / sys / kern /
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-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
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 Matthew DillonFix a stack overflow due to recursion. When the nameca...
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-22 Matthew DillonReorganize the way machine architectures are handled...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
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 wrong redeclarations.
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-26 Matthew DillonFix a bug in the device intercept code used by /dev...
2006-09-24 Matthew DillonTry to clean up any remaining filesystem references...
2006-09-22 Matthew DillonFix a compile error when DDB is not defined. db_print_...
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Matthew DillonCheck that namecache references to the mount point...
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-16 Matthew DillonFix a bug in sendmsg() and two compatibility versions...
2006-09-13 Sascha WildnerAnsify the rest of the K&R-style function declarations...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
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 Matthew DillonFix a case where a spinlock was not being released.
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-23 Matthew DillonBring in the initial cut of the Cache Coherency Managem...
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-17 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-08-12 Sascha WildnerSilence LINT warning.
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-03 Matthew DillonGet rid of a bogus check that cut the blocked-lock...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-25 Matthew DillonFix a bug where the VMAYHAVELOCKS flag on a vnode may...
2006-07-20 Matthew DillonCheck the the ops mount pointer is not NULL before...
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-14 Simon SchubertFix two bugs in cluster_read:
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-11 Matthew DillonCorrect a problem with the user process scheduler's...
2006-07-10 Matthew DillonChange the seeder array from a modulo to a logical...
2006-07-10 Matthew DillonCleanup, no functional changes.
2006-07-10 Matthew DillonDisassociate the VM object after calling VOP_INACTIVE...
2006-07-07 Simon SchubertCorrect typo in comment
2006-07-04 Matthew DillonDo not attempt to read the slice table or disk label...
2006-06-30 Eirik NygaardRemove syscall-args. It is not needed now that libcr...
2006-06-27 Matthew Dillon/dev/[k]mem was not allowing access to the CPU globalda...
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-20 Matthew DillonFix a case where RTP_PRIO_FIFO was not being handled...
2006-06-18 Matthew DillonReplace the random number generator with an IBAA genera...
2006-06-18 Matthew DillonReplace the random number generator with an IBAA genera...
2006-06-14 Matthew Dillonfcntl(.., F_SETFL, ..) should only do an FIOASYNC ioctl...
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-10 Matthew DillonRemove the select_curproc vector from the usched struct...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-08 Matthew DillonAdd an option, DEBUG_PCTRACK, which will record the...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonCleanup crit_*() usage to reduce bogus warnings printed...
next