NetBSD/sys/sys
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
Makefile Remove obsoleted properties.h. 2006-05-06 00:20:18 +00:00
acct.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
agpio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
ansi.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ataio.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
audioio.h Make <sys/audioio.h> include prerequisite headers; audio(4) was incomplete 2006-03-28 21:12:04 +00:00
blist.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
boot_flag.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bootblock.h Add definitions for ews4800mips. 2005-12-29 15:25:24 +00:00
bswap.h make sure bswap64() returns an uint64_t, not an unsigned long long, 2006-05-22 16:28:27 +00:00
buf.h integrate kauth. 2006-05-14 21:31:52 +00:00
bufq.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bufq_impl.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
callback.h move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
callout.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cc_microtime.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
cdefs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cdefs_aout.h Add __weak_reference macro in a way that it works with both gcc < 4 and 2006-05-18 17:55:38 +00:00
cdefs_elf.h Add __weak_reference macro in a way that it works with both gcc < 4 and 2006-05-18 17:55:38 +00:00
cdio.h Add support for SCSI MMC feature 0x0024: hardware assisted defect 2006-02-04 21:26:15 +00:00
chio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
clockctl.h Do not use SCARG() in userland. Eliminates need for <sys/systm.h>. 2006-03-09 23:44:43 +00:00
conf.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
core.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
cpu_data.h changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
device.h Remove the devprop API and switch everthing over to the new proplib. Add 2006-05-05 18:04:41 +00:00
dir.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
dirent.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
disk.h iostat_find/disk_find: constify and simplify. 2006-04-21 13:53:30 +00:00
disklabel.h Add preliminary support for System V Boot File System. 2005-12-29 14:53:45 +00:00
disklabel_acorn.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
disklabel_gpt.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
dkbad.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
dkio.h - add ioctls to set/get disk bufq strategy. 2005-12-26 10:36:47 +00:00
dkstat.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
domain.h s/struct proc/struct lwp/ to provide forward reference for lwp. 2005-12-13 21:33:21 +00:00
drvctlio.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
dvdio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
endian.h const -> __const__ 2006-05-05 15:08:11 +00:00
envsys.h Update arguments to ENVSYS_GTREDATA, ENVSYS_STREINFO, and ENVSYS_GTREINFO 2006-03-15 11:22:23 +00:00
errno.h PR/32879: arnaud degroote: NetBSD doesn't define the EPROTO errno 2006-02-20 17:30:16 +00:00
evcnt.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
event.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
eventvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec.h integrate kauth. 2006-05-14 21:31:52 +00:00
exec_aout.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
exec_coff.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_ecoff.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec_elf.h Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen 2006-05-16 00:08:24 +00:00
exec_macho.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
exec_script.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
extattr.h integrate kauth. 2006-05-14 21:31:52 +00:00
extent.h Make extent_alloc_subregion(), extent_alloc(), and extent_alloc1() real 2006-03-08 04:43:00 +00:00
fcntl.h merge yamt-readahead branch. 2005-11-29 22:52:02 +00:00
fd_set.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
fdio.h
featuretest.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
file.h integrate kauth. 2006-05-14 21:31:52 +00:00
filedesc.h remove the no longer useful fdavail(), as proposed and (thankfully) not 2006-03-07 17:13:53 +00:00
filio.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
float_ieee754.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
fstypes.h convert "magiclinks" from a per-fs mount option to a system-wide sysctl. 2006-02-12 01:32:06 +00:00
gmon.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
gpio.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
hash.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
ieee754.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
inttypes.h
ioccom.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ioctl_compat.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
iostat.h change from: 2006-04-21 13:56:45 +00:00
ipc.h integrate kauth. 2006-05-14 21:31:52 +00:00
joystick.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
kauth.h remove kauth_cred_destroy, which isn't used anymore. ok'ed by Elad Efrat. 2006-05-28 06:49:27 +00:00
kcont.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kcore.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
kernel.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
kgdb.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kprintf.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ksem.h Change the way semid_t values are chosen. Instead of using kernel 2006-03-05 00:49:19 +00:00
ksyms.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kthread.h
ktrace.h meet Mr. Webster. 2005-12-11 20:07:30 +00:00
lkm.h - cast to uint32_t for shift. 2006-05-15 14:31:29 +00:00
localedef.h sprinkle const 2005-11-29 03:12:16 +00:00
lock.h Add simple_lock_assert_locked/simple_lock_assert_unlocked to provide additional 2006-03-26 20:19:52 +00:00
lockf.h move lockf implementation details from sys/lockf.h to kern/vfs_lockf.c. 2006-05-20 12:02:47 +00:00
lwp.h introduce macros, UAREA_TO_USER and USER_TO_UAREA, 2006-05-22 13:43:54 +00:00
malloc.h prevent using MALLOC when size is not const. 2006-03-17 23:27:12 +00:00
mallocvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mbuf.h fix EXT_ bits in M_FLAGS_BITS. 2006-03-16 13:41:56 +00:00
md4.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
md5.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
midiio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
mman.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mount.h integrate kauth. 2006-05-14 21:31:52 +00:00
msg.h Introduce msgrcv1 and msgsnd1 which take special care of the msg_type 2006-03-06 14:24:13 +00:00
msgbuf.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mtio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
namei.h integrate kauth. 2006-05-14 21:31:52 +00:00
null.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
once.h - tweak RUN_ONCE api to allow init_func returns an error. 2006-01-16 21:45:38 +00:00
optstr.h Implement options string parsing of the form 'a=b c=d ...'. This will be 2006-02-03 11:04:46 +00:00
param.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
pax.h Better implementation of PaX MPROTECT, after looking some more into the 2006-05-20 15:45:37 +00:00
pipe.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pmc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
poll.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pool.h remove a nested function so that its initializers can be compiled by gcc2. 2006-05-27 08:41:13 +00:00
power.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
proc.h Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen 2006-05-16 00:08:24 +00:00
protosw.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ptrace.h Support the generation of coredumps for 32-bits binaries under 2006-03-12 20:25:25 +00:00
pty.h Strip the chrooted portion of the path from the reported pty path. Reported 2006-04-13 17:44:24 +00:00
queue.h add CIRCLEQ_LOOP_{NEXT,PREV}(), as discussed (briefly) a while ago 2006-03-07 17:56:00 +00:00
radioio.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
ras.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 19:01:28 +00:00
reboot.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
resource.h integrate kauth. 2006-05-14 21:31:52 +00:00
resourcevar.h move setid core externs near defcorename, as requested by yamt@. 2006-02-04 16:11:36 +00:00
rnd.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
sa.h Add SA_UPCALL_STRINGS used by kdump. 2005-12-11 20:06:57 +00:00
savar.h Rework the _lwp* and sa_* families of syscalls so some details can be 2006-03-29 23:02:31 +00:00
scanio.h
sched.h integrate kauth. 2006-05-14 21:31:52 +00:00
scsiio.h
select.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
selinfo.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sem.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sha1.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
shm.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
siginfo.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
signal.h Introduce SA_NOKERNINFO, a flag for SIGINFO not to print kernel messages. 2006-06-03 18:18:26 +00:00
signalvar.h integrate kauth. 2006-05-14 21:31:52 +00:00
sigtypes.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
socket.h Add MSG_NOSIGNAL (from FreeBSD) 2006-05-11 15:49:44 +00:00
socketvar.h integrate kauth. 2006-05-14 21:31:52 +00:00
sockio.h Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
spl.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
stat.h Add commented out UF_NOUNLINK and SF_NOUNLINK. These flags are defined 2006-02-24 22:01:30 +00:00
statvfs.h don't allocate struct statvfs on stack as it's too large. 2006-05-10 11:02:29 +00:00
stdint.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
swap.h
syscall.h regen 2006-05-29 09:58:51 +00:00
syscallargs.h regen 2006-05-29 09:58:51 +00:00
sysctl.h Make i/o statistics collection more generic, include tape drives and 2006-04-14 13:09:05 +00:00
syslimits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
syslog.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
systm.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
systrace.h Move ISSET/SET/CLR macros to sys/types.h 2006-03-05 16:57:16 +00:00
tape.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
termios.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
time.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
timeb.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
timepps.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
times.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
timetc.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
timevar.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
timex.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tprintf.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
trace.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tree.h put back inline to __inline, as it's a user-visible header. 2005-12-28 15:26:06 +00:00
tty.h Introduce SA_NOKERNINFO, a flag for SIGINFO not to print kernel messages. 2006-06-03 18:18:26 +00:00
ttychars.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ttycom.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ttydefaults.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ttydev.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
types.h integrate kauth. 2006-05-14 21:31:52 +00:00
ucontext.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ucred.h integrate kauth. 2006-05-14 21:31:52 +00:00
uio.h merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
un.h u_intN_t -> uintN_t 2005-12-26 18:41:36 +00:00
unistd.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
unpcb.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
user.h cleanup user.h. 2006-05-11 11:54:36 +00:00
userconf.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
userret.h Remove pc532 from the list of machines not yet using mi_userret(). 2006-03-11 13:53:41 +00:00
utsname.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uuid.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vadvise.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
verified_exec.h Add and document a "query" keyword to veriexecctl. Usage: 2005-12-12 21:47:58 +00:00
vmmeter.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vnode.h integrate kauth. 2006-05-14 21:31:52 +00:00
vnode_if.h integrate kauth. 2006-05-14 21:31:52 +00:00
wait.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
wdog.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
workqueue.h Make sure that multiple header inclusion is done, it uses consistent names, 2005-12-03 17:10:46 +00:00
xattr.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00