freebsd-skq/sys/sys
Bruce Evans c7143344b2 Quick fix for the type of the bitmap in sigset_t. It was an array of
4 u_ints but needs to be an array of 4 uint32_t's to work, at least
if unsigned ints have less than 32 bits.  It should be a non-array of
1 uint128_t on 128-bit machines, especially if u_int has 128 bits.
The headers that declare uint32_t (actually __uint32_t) are intentionally
not included here since this header should only be included by other
headers.

Fixed some style bugs (space instead of tab after #ifndef and #endif).
2002-06-20 09:04:33 +00:00
..
_lock.h Renamed the idempotency identifier to match the file name. 2002-06-07 14:37:09 +00:00
_mutex.h Renamed the idempotency identifier to match the file name. Cleaned up 2002-06-09 02:52:40 +00:00
_posix.h
_sigset.h Quick fix for the type of the bitmap in sigset_t. It was an array of 2002-06-20 09:04:33 +00:00
_timespec.h
_types.h Implement the <sys/statvfs.h> header. Related changes to <sys/types.h> 2002-06-14 19:37:06 +00:00
aac_ioctl.h
acct.h
acl.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
agpio.h
aio.h
assym.h
ata.h
bio.h Make daddr_t and u_daddr_t 64bits wide. 2002-05-14 11:09:43 +00:00
bitstring.h
blist.h Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where it 2002-05-18 09:38:20 +00:00
buf.h Make daddr_t and u_daddr_t 64bits wide. 2002-05-14 11:09:43 +00:00
bus_dma.h
bus_private.h
bus.h
callout.h
ccdvar.h
cdefs.h Backout 1.54 (restore definition for printf0 to actually do something). 2002-05-24 19:16:08 +00:00
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h
conf.h Used protected names (_foo) for parameter names. This helps clean up 2002-04-21 10:57:43 +00:00
cons.h
consio.h Rename struct scr_size into struct _scr_size and struct scrmap into 2002-05-16 10:57:10 +00:00
copyright.h
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h
disklabel.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskmbr.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskpc98.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskslice.h
dkstat.h
dmap.h
domain.h
dvdio.h
elf32.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
elf64.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
elf_common.h
elf_generic.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
endian.h Make this header self-reliant with regard to the types it uses. 2002-04-29 16:58:54 +00:00
errno.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
event.h
eventhandler.h The previous ANSIfication did not take into account upgrade-builds 2002-05-24 09:37:10 +00:00
eventvar.h
exec.h
extattr.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
fbio.h
fcntl.h
fdcio.h
file.h remove bogus comment, select/poll do NOT need to fhold as they hold the 2002-06-17 09:39:30 +00:00
filedesc.h Make funsetown() take a 'struct sigio **' so that the locking can 2002-05-06 19:31:28 +00:00
filio.h
fnv_hash.h
gmon.h
gpt.h Don't use an incomplete array type to mark the start of the padding 2002-05-31 01:07:13 +00:00
iconv.h The previous ANSIfication did not take into account earlier, 2002-05-24 09:40:51 +00:00
imgact_aout.h
imgact_elf.h Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
imgact.h
inflate.h
interrupt.h
ioccom.h
ioctl_bt848.h
ioctl_compat.h
ioctl_meteor.h
ioctl.h
ipc.h
jail.h Include <sys/queue.h> so that this file provides its own namespace 2002-05-06 03:13:08 +00:00
joystick.h Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
kbio.h
kenv.h
kernel.h Add a new SYSINIT subsystem for KTRACE. 2002-06-07 05:11:39 +00:00
kerneldump.h Restore the ability to take crashdumps on alpha. This was cut and pasted 2002-05-11 21:53:46 +00:00
kobj.h Convert hit and miss counters to unsigned values. Surely negative values 2002-06-10 22:40:26 +00:00
kse.h
kthread.h
ktr.h
ktrace.h Overhaul the ktrace subsystem a bit. For the most part, the actual vnode 2002-06-07 05:32:59 +00:00
libkern.h
linedisc.h Used protected names (_foo) for parameter names. This helps clean up 2002-04-21 10:57:43 +00:00
link_aout.h
link_elf.h
linker_set.h Wrap GCC-specific stuff and provide alternative for lint. 2002-04-21 11:11:02 +00:00
linker.h Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00
lock.h Parenthesise macro arguments to reduce lint warnings. 2002-04-21 10:43:24 +00:00
lockf.h
lockmgr.h Record the file, line, and pid of the last successful shared lock holder. This 2002-05-30 05:55:22 +00:00
malloc.h fix whitespace botch in previous commit. 2002-06-19 01:23:54 +00:00
mbuf.h Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was being 2002-05-31 22:09:57 +00:00
mchain.h
md4.h
md5.h
mdioctl.h
memrange.h
mman.h
module.h
mount.h Change vfs_copyopt() so that the length argument passed to it 2002-06-14 20:04:21 +00:00
mouse.h
msg.h
msgbuf.h
mtio.h Make the mtio data structures explicitly sized. 2002-05-14 07:30:13 +00:00
mutex.h Optimize spin mutexes for UP kernels without debugging to just enter and 2002-05-21 20:34:28 +00:00
namei.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nlist_aout.h
param.h NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from 2002-06-04 05:48:38 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
poll.h
posix4.h
power.h
priority.h
proc.h - Add a per-thread member 'td_inktrace' to be used by ktrace to detect 2002-06-07 05:11:08 +00:00
procfs.h
protosw.h
ptio.h
ptrace.h
queue.h
random.h
reboot.h
regression.h
resource.h
resourcevar.h
rman.h
rtprio.h
runq.h Make the run queue parameters machine dependent. Optimize 64 bit 2002-05-25 01:12:23 +00:00
sbuf.h
select.h Now that we have a separate header file for sigset_t, use it and avoid 2002-06-16 18:40:16 +00:00
selinfo.h
sem.h
sema.h
semaphore.h
shm.h
signal.h Use <sys/_sigset.h> to get declaration of sigset_t, which has been moved 2002-06-16 18:35:24 +00:00
signalvar.h CURSIG() is not a macro so rename it cursig(). 2002-05-29 23:44:32 +00:00
smp.h Forward declare struct thread. 2002-05-20 16:11:38 +00:00
snoop.h
socket.h Reserve two constants for managing socket MAC labels via socket options. 2002-06-14 08:49:04 +00:00
socketvar.h Remove so*_locked(), which were backed out by mistake. 2002-06-18 07:42:02 +00:00
sockio.h
soundcard.h
stat.h Add the lchflags(2) syscall. 2002-05-05 23:47:41 +00:00
statvfs.h Fix two syntax errors and add declarations of statvfs() and fstatvfs(). 2002-06-16 21:02:08 +00:00
stdint.h
sun_disklabel.h Add a hack (ported from NetBSD) to support Sun disk labels. 2002-05-09 20:22:59 +00:00
sx.h
syscall.h Regen. 2002-06-13 23:44:50 +00:00
syscall.mk Regen. 2002-06-13 23:44:50 +00:00
sysctl.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
sysent.h
syslimits.h
syslog.h
sysproto.h Regen. 2002-06-13 23:44:50 +00:00
systm.h Use suword16/fuword16 instead of susword/fusword - this has two different 2002-06-20 07:23:08 +00:00
taskqueue.h
termios.h
time.h Fix visibility issues; use <sys/timespec.h>. 2002-06-15 23:37:33 +00:00
timeb.h
timepps.h Brucifixion ? Yes, out that door, row on the left, one patch each. 2002-04-30 19:48:45 +00:00
timers.h
times.h
timespec.h
timetc.h Initialize time_second to 1 instead of zero to pacify slightly bogus arp code. 2002-05-03 08:46:03 +00:00
timex.h Removed unused forward struct declaration. 2002-04-28 09:51:45 +00:00
tty.h Fixed some style bugs in recent commits. 2002-05-28 15:24:13 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h Fix visibility macros. Declare fsblkcnt_t and fsfilcnt_t (for statvfs()) 2002-06-15 23:38:43 +00:00
ucontext.h
ucred.h Squish the "could sleep with process lock" messages caused by calling 2002-06-19 06:39:25 +00:00
uio.h Remove UIO_USERISPACE - we do not support any split instruction/data 2002-06-20 07:08:43 +00:00
un.h Change spelling of u_char' to unsigned char' to avoid requiring 2002-06-19 19:05:41 +00:00
unistd.h
unpcb.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
user.h Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit to 2002-05-03 01:41:37 +00:00
utsname.h
uuid.h Add uuidgen(2) and uuidgen(1). 2002-05-28 06:16:08 +00:00
vmmeter.h Make a structure definition slightly more style(9) compliant (makes 2002-06-01 03:55:16 +00:00
vnioctl.h
vnode.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
wait.h Remove the deprecated 4.2/4.3BSD wait union. 2002-06-05 02:21:01 +00:00
xrpuio.h