freebsd-dev/sys/sys
Bruce Evans 8f359bc68c Quick fix for not being able to sync all the buffers in boot() if
an ext2fs file system is mounted.  The soft update changes added
a check for B_DELWRI buffers.  This exposed the complete brokenness
of the previous quick fix for failing syncs (PR 3571, committed on
1997/08/04).  Use a new buffer flag B_DIRTY and don't abuse B_DELWRI.
B_DIRTY buffers are still written too late, as broken in the previous
fix.  This is fairly harmless, because B_DIRTY is only used for
bitmap buffers and fsck.ext2 can fix up the bitmaps perfectly.

Fixed a race in ULCK_BUF() (bremfree() was outside of the splbio()
section).
1998-10-03 16:19:28 +00:00
..
_posix.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
_sigset.h Define ss_size in struct sigaltstack as size_t instead of int. 1998-08-05 09:04:36 +00:00
acct.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
aio.h Add aio_error decl. 1998-04-12 03:09:43 +00:00
alogio.h
bio.h Quick fix for not being able to sync all the buffers in boot() if 1998-10-03 16:19:28 +00:00
bitstring.h
buf.h Quick fix for not being able to sync all the buffers in boot() if 1998-10-03 16:19:28 +00:00
bus_dma.h Don't pretend to support ix86's with 16-bit ints by using longs just 1998-09-29 09:06:00 +00:00
bus_private.h Add some very simple support for a compiled in (from config(8)) resource 1998-07-22 08:35:52 +00:00
bus.h Make it possible to have a driver registered with more than one parent bus. 1998-07-31 09:18:52 +00:00
callout.h
ccdvar.h system.h: 1998-09-15 10:07:26 +00:00
cdefs.h Null-terminate the message for a warning symbol in the __warn_references() 1998-09-20 03:24:55 +00:00
cdio.h Add new atapi-cd driver that supports atapi CD-R/RW drives. 1998-09-08 20:57:47 +00:00
chio.h system.h: 1998-09-15 10:07:26 +00:00
clist.h
conf.h Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform 1998-09-05 14:13:12 +00:00
cons.h
copyright.h
dataacq.h
devfsext.h Added macros __printflike() and __scanflike() to <sys/cdefs.h>. 1998-07-13 06:45:23 +00:00
device.h Remove '???' because it generates an annoying message about 1998-07-04 19:00:47 +00:00
devicestat.h Change the devstat generation number from an int to a long. The int-sized 1998-09-20 00:11:23 +00:00
dir.h
dirent.h
disk.h
disklabel.h Remove a useless ifdef which made struct disklabel have a different 1998-08-24 08:45:37 +00:00
diskmbr.h Remove a useless ifdef which made struct disklabel have a different 1998-08-24 08:45:37 +00:00
diskpc98.h Remove a useless ifdef which made struct disklabel have a different 1998-08-24 08:45:37 +00:00
diskslice.h remove bdevsw arg from dsopen(); 1998-08-23 20:16:35 +00:00
dkbad.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
dkstat.h New Kernel device statistics code. 1998-09-15 08:16:17 +00:00
dmap.h
domain.h
elf32.h Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give 1998-09-14 20:30:13 +00:00
elf64.h Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give 1998-09-14 20:30:13 +00:00
elf_common.h Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give 1998-09-14 20:30:13 +00:00
elf_generic.h Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give 1998-09-14 20:30:13 +00:00
errno.h Make errno finally and permanently thread-aware so that it is no longer 1998-04-30 09:38:03 +00:00
exec.h Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
fbio.h
fcntl.h Implement a new open(2) flag: O_NOFOLLOW. This will instruct open 1998-04-06 17:38:43 +00:00
fdcio.h
file.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
filedesc.h
filio.h
ftape.h
gmon.h Changed to the C9x draft spelling of the (unsigned) integral type 1998-07-14 05:09:48 +00:00
imgact_aout.h Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
imgact_elf.h Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
imgact.h Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
inflate.h
interrupt.h Implemented dynamic registration of software interrupt handlers. Not 1998-08-11 15:08:13 +00:00
ioccom.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ioctl_bt848.h Changed tuner code to autodetect tuner i2c address. 1998-09-30 20:43:25 +00:00
ioctl_compat.h
ioctl_meteor.h
ioctl.h
ipc.h Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header. 1998-02-25 02:17:46 +00:00
joystick.h
kernel.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ktrace.h
libkern.h
linedisc.h Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform 1998-09-05 14:13:12 +00:00
link_aout.h Add GDB support for ELF shared libs. 1998-05-23 15:17:53 +00:00
link_elf.h Add GDB support for ELF shared libs. 1998-05-23 15:17:53 +00:00
linker.h Add constants associated with preloaded kernel modules. 1998-09-14 18:31:19 +00:00
lkm.h There is no such thing any more as "struct bdevsw". 1998-07-04 22:30:26 +00:00
lock.h
lockf.h Forward declare a struct and #include <sys/queue.h> so that this file 1998-02-03 22:17:45 +00:00
lockmgr.h
malloc.h Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
mbuf.h Re-implement tcp and ip fragment reassembly to not store pointers in the 1998-08-24 07:47:39 +00:00
md5.h Export MD5Transform in md5.c and remove a private version in random_machdep.c 1998-03-29 11:55:06 +00:00
mdioctl.h
mman.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
module.h Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
mount.h (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
mouse.h Reviewed by: Amancio 1998-06-14 20:05:27 +00:00
msg.h
msgbuf.h Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. 1998-05-28 09:30:28 +00:00
mtio.h system.h: 1998-09-15 10:07:26 +00:00
namei.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
nlist_aout.h
param.h Bump __FreeBSD_version to 300004 to indicate post E-day. 1998-09-03 08:28:42 +00:00
pciio.h Revive PCIConf. 1998-09-15 08:21:13 +00:00
pioctl.h
pipe.h Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
poll.h Cleaned up some comments and ifdefs. 1998-02-03 22:32:23 +00:00
posix4.h The system call stubs for the sched_* system calls can't be 1998-03-28 22:44:28 +00:00
proc.h Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. 1998-05-28 09:30:28 +00:00
procfs.h Viola! The kernel now generates standard ELF core dumps for ELF 1998-09-14 22:46:08 +00:00
protosw.h Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
ptrace.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
queue.h When some functions were added to sys/queue.h (1.15, 1.16), 1998-06-24 20:51:09 +00:00
random.h Converted add_interrupt_randomness() to take a `void *' arg. Rewrote 1998-06-21 11:33:32 +00:00
reboot.h Define shift, mask and extraction macros for obtaining the slice number 1998-03-08 15:04:20 +00:00
resource.h
resourcevar.h Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. 1998-05-28 09:30:28 +00:00
rlist.h
rtprio.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
scsiio.h Serves me right for committing code late at night... 1998-02-01 18:09:50 +00:00
select.h
selinfo.h
sem.h Cast pointers to uintptr_t/intptr_t instead of to u_long/long, 1998-07-15 02:32:35 +00:00
semaphore.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
shm.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
signal.h Define ss_size in struct sigaltstack as size_t instead of int. 1998-08-05 09:04:36 +00:00
signalvar.h Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
sliceio.h Bad144 support for the slice system (!) 1998-04-22 19:27:54 +00:00
smp.h Maintain a mapping from irq number to (ioapic number, int pin) tuple, 1998-09-06 22:41:42 +00:00
snoop.h Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
socket.h (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
socketvar.h Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
sockio.h
soundcard.h soundcard.h wasn't upgraded when i386/isa/snd was 1998-02-18 02:27:00 +00:00
stat.h Fix the futimes/undelete/utrace conflict with other BSD's. Note that 1998-05-11 03:55:28 +00:00
syscall-hide.h Regnerate. 1998-08-24 08:32:19 +00:00
syscall.h Regnerate. 1998-08-24 08:32:19 +00:00
syscall.mk Regnerate. 1998-08-24 08:32:19 +00:00
sysctl.h Ignore the statically configured vfs type numbers and assign vfs 1998-09-05 17:13:28 +00:00
sysent.h Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
syslimits.h
syslog.h Added macros __printflike() and __scanflike() to <sys/cdefs.h>. 1998-07-13 06:45:23 +00:00
sysproto.h Regnerate. 1998-08-24 08:32:19 +00:00
systm.h system.h: 1998-09-15 10:07:26 +00:00
tablet.h
termios.h Change a couple of long types to int to match NetBSD so that termios 1998-05-05 21:49:37 +00:00
time.h Add a tc_ prefix to struct timecounter members. 1998-06-09 13:10:54 +00:00
timeb.h
timepps.h Typo fix. 1998-06-22 21:09:10 +00:00
timers.h
times.h
timetc.h Add a tc_ prefix to struct timecounter members. 1998-06-09 13:10:54 +00:00
timex.h Introduce std_pps_ioctl() to automagically DTRT. 1998-06-13 09:30:26 +00:00
tprintf.h Added macros __printflike() and __scanflike() to <sys/cdefs.h>. 1998-07-13 06:45:23 +00:00
tty.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ucred.h
uio.h
un.h Fixed missing and unused forward declarations of structs. 1998-05-17 18:17:59 +00:00
unistd.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
unpcb.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
user.h Point at the right place for alpha registers. 1998-07-15 20:18:00 +00:00
utsname.h
vadvise.h
vcmd.h
vlimit.h
vmmeter.h Make vm_fault much cleaner by removing the evil macro inlines, and 1998-03-07 20:45:47 +00:00
vnioctl.h
vnode.h All the references to cfs, in symbols, structs, and strings 1998-09-11 18:50:17 +00:00
vsio.h
wait.h
wormio.h Add an ioctl to retrieve the next writable address. 1998-03-31 01:56:29 +00:00