freebsd-skq/sys/sys
Craig Rodrigues 6951bea6c8 Changes imported from XFS for FreeBSD project:
- add fields to struct buf (needed by XFS)
    - 3 private fields: b_fsprivate1, b_fsprivate2, b_fsprivate3
    - b_pin_count, count of pinned buffer

- add new B_MANAGED flag
- add breada() function to initiate asynchronous I/O on read-ahead blocks.
- add bufdone_finish(), bpin(), bunpin_wait() functions

Patches provided by:	kan
Reviewed by:		phk
Silence on:		arch@
2005-12-07 03:39:08 +00:00
..
_iovec.h
_label.h
_lock.h Tweak witness handling of lock object to shave 2 pointers off of each 2005-12-05 20:45:24 +00:00
_mutex.h
_null.h
_pthreadtypes.h
_semaphore.h Const-qualify ksem_timedwait's parameter abstime as it's only passed in. 2005-10-18 11:46:24 +00:00
_sigset.h
_task.h
_timespec.h
_timeval.h
_types.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h Fix sigevent's POSIX incompatible problem by adding member fields 2005-10-30 02:12:49 +00:00
alq.h
assym.h
ata.h add set/read max address 48bit versions 2005-11-10 10:29:04 +00:00
bio.h Correct division by zero error in comment. 2005-11-24 00:53:14 +00:00
bitstring.h
blist.h
buf.h Changes imported from XFS for FreeBSD project: 2005-12-07 03:39:08 +00:00
bufobj.h
bus_dma.h
bus.h
callout.h
cdefs.h
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h
conf.h
cons.h
consio.h
copyright.h
cpu.h
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h
disklabel.h
diskmbr.h
diskpc98.h
dkstat.h
domain.h
dvdio.h
elf32.h
elf64.h
elf_common.h
elf_generic.h
endian.h
errno.h
eui64.h
event.h Fix prototype to match the code and documentation. 2005-11-24 09:51:59 +00:00
eventhandler.h
eventvar.h
exec.h
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
filedesc.h
filio.h
fnv_hash.h
gmon.h
gpt.h
iconv.h
imgact_aout.h
imgact_elf.h
imgact.h
inflate.h
interrupt.h Add a swi_remove() function to teardown software interrupt handlers. For 2005-10-26 15:51:05 +00:00
ioccom.h
ioctl_compat.h
ioctl.h
ipc.h
jail.h
joystick.h
kbio.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
kdb.h
kenv.h
kernel.h
kerneldump.h
kobj.h
kse.h
ksem.h
kthread.h
ktr.h Extend the scope of #ifndef LOCORE to also cover the prototype of 2005-12-06 16:37:01 +00:00
ktrace.h Moderate rewrite of kernel ktrace code to attempt to generally improve 2005-11-13 13:27:44 +00:00
libkern.h
limits.h Define MQ_PRIO_MAX, it seems it is the only place 2005-12-02 07:45:28 +00:00
linedisc.h
link_aout.h
link_elf.h
linker_set.h
linker.h
lock.h Tweak witness handling of lock object to shave 2 pointers off of each 2005-12-05 20:45:24 +00:00
lockf.h - Fix leak of struct nlminfo on process exit. 2005-10-26 07:18:37 +00:00
lockmgr.h
mac_policy.h
mac.h
malloc.h
mbpool.h
mbuf.h Purge layer specific mbuf flags on layer crossings to avoid confusing 2005-11-18 16:23:26 +00:00
mchain.h
md4.h
md5.h
mdioctl.h Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency 2005-11-11 11:31:23 +00:00
memrange.h Fix module builds for i386 and amd64. 2004-08-04 18:30:31 +00:00
mman.h
module.h
mount.h Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. 2005-11-29 00:28:17 +00:00
mouse.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
mqueue.h Last step to make mq_notify conform to POSIX standard, If the process 2005-11-30 05:12:03 +00:00
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h
nlist_aout.h
param.h Bump __FreeBSD_version to reflect removal of MNT_NODEV mount option. 2005-12-05 09:13:35 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
pmc.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
pmckern.h
pmclog.h
poll.h
posix4.h
power.h
priority.h
proc.h Last step to make mq_notify conform to POSIX standard, If the process 2005-11-30 05:12:03 +00:00
procfs.h
protosw.h Push the assignment of a new or updated so_qlimit from solisten() 2005-10-30 19:44:40 +00:00
ptio.h
ptrace.h
queue.h Userland applications may include queue.h and define INVARIANTS 2005-11-23 04:02:27 +00:00
random.h
reboot.h
refcount.h
regression.h
resource.h Correct description of RLIMIT_CPU. 2005-11-16 18:18:52 +00:00
resourcevar.h
rman.h
rtprio.h
runq.h
sbuf.h
sched.h
select.h
selinfo.h
sem.h
sema.h
semaphore.h
serial.h
sf_buf.h
shm.h
sigio.h
signal.h o Add some pad fields into struct sigevent for future extension. 2005-12-06 06:02:35 +00:00
signalvar.h Sync with signal.h. 2005-12-06 07:54:10 +00:00
sleepqueue.h
smp.h Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all 2005-10-24 21:04:19 +00:00
snoop.h
socket.h
socketvar.h Retire MT_HEADER mbuf type and change its users to use MT_DATA. 2005-11-02 13:46:32 +00:00
sockio.h
soundcard.h
stack.h
stat.h
statvfs.h
stddef.h
stdint.h
sun_disklabel.h
sx.h
syscall.h Regen. 2005-11-27 01:23:31 +00:00
syscall.mk Regen. 2005-11-27 01:23:31 +00:00
syscallsubr.h Reformat socket control messages on input/output for 32bit compatibility 2005-10-31 21:09:56 +00:00
sysctl.h
sysent.h Calling setrlimit from 32bit apps could potentially increase certain 2005-11-02 21:18:07 +00:00
syslimits.h
syslog.h
sysproto.h Regen. 2005-11-27 01:23:31 +00:00
systm.h
taskqueue.h
termios.h /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
thr.h
tiio.h
time.h Add several aliases for existing clockid_t names to indicate that the 2005-11-27 00:55:18 +00:00
timeb.h
timepps.h
timers.h Let itimer store itimerspec instead of itimerval, so I don't have to 2005-10-30 02:56:08 +00:00
times.h
timespec.h Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC 2005-10-23 04:22:56 +00:00
timetc.h
timex.h
tree.h
tty.h Make ttsetcompat() static 2005-10-16 20:40:40 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
turnstile.h
types.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
ucontext.h
ucred.h
uio.h
umtx.h do umtx_wake at userland thread exit address, so that others userland 2005-10-26 06:55:46 +00:00
un.h
unistd.h messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L. 2005-12-02 02:52:17 +00:00
unpcb.h
user.h
utsname.h
uuid.h
vmmeter.h
vnode.h
wait.h Since union wait was removed in revision 1.17 (3 years, 5 months ago), 2005-11-10 05:00:20 +00:00
watchdog.h
xrpuio.h