freebsd-dev/sys/sys
Ed Schouten 8129693e78 Let syslog(3) use RFC 5424.
With r332099 changing syslogd(8) to parse RFC 5424 formatted syslog
messages, go ahead and also change the syslog(3) libc function to
generate them. Compared to RFC 3164, RFC 5424 has various advantages,
such as sub-second precision for log entry timestamps.

As this change could have adverse effects when not updating syslogd(8)
or using a different system logging daemon, add a notice to UPDATING and
increase __FreeBSD_version.

Differential Revision:	https://reviews.freebsd.org/D14926
2018-04-06 13:00:45 +00:00
..
disk
_bitset.h Implement several enhancements to NUMA policies. 2018-03-29 02:54:50 +00:00
_bus_dma.h
_callout.h
_cpuset.h
_domainset.h
_ffcounter.h
_iovec.h
_kstack_cache.h
_lock.h
_lockmgr.h
_mutex.h
_null.h
_pctrie.h
_pthreadtypes.h
_rmlock.h
_rwlock.h
_semaphore.h
_sigset.h
_sockaddr_storage.h
_stack.h
_stdarg.h
_stdint.h
_sx.h
_task.h
_termios.h
_timespec.h
_timeval.h
_types.h
_ucontext.h
_uio.h Move uio enums to sys/_uio.h. 2018-03-27 15:20:03 +00:00
_umtx.h
_unrhdr.h
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h
alq.h
apm.h
assym.h
ata.h
atomic_common.h
auxv.h
bio.h
bitset.h
bitstring.h
blist.h
boot.h
buf_ring.h
buf.h
bufobj.h
bus_dma_internal.h
bus_dma.h
bus.h
busdma_bufalloc.h
callout.h
capability.h
caprights.h
capsicum.h
cdefs.h Drop support for lint for cdefs.h. 2018-03-20 21:18:40 +00:00
cdio.h
cdrio.h
cfictl.h
chio.h
clock.h
cnv.h
compressor.h
condvar.h
conf.h
cons.h
consio.h
copyright.h
counter.h
cpu.h
cpuctl.h
cpuset.h Implement several enhancements to NUMA policies. 2018-03-29 02:54:50 +00:00
ctype.h
devicestat.h
devmap.h
dir.h
dirent.h
disk_zone.h
disk.h
disklabel.h
diskmbr.h
dkstat.h
dnv.h
domain.h
domainset.h Implement several enhancements to NUMA policies. 2018-03-29 02:54:50 +00:00
dtrace_bsd.h
dvdio.h
efi.h
efiio.h
elf32.h
elf64.h
elf_common.h Move remaining EF_MIPS_* flags to <sys/elf_common.h>. 2018-03-23 19:31:52 +00:00
elf_generic.h
elf.h
endian.h
errno.h
eui64.h
event.h
eventhandler.h
eventvar.h
exec.h
extattr.h
fail.h
fbio.h
fcntl.h
fdcio.h
file.h
filedesc.h
filio.h
firmware.h
fnv_hash.h
gmon.h
gpio.h
gpt.h
gtaskqueue.h
hash.h
hhook.h
iconv.h
imgact_aout.h
imgact_binmisc.h
imgact_elf.h
imgact.h Move uio enums to sys/_uio.h. 2018-03-27 15:20:03 +00:00
inflate.h
interrupt.h
intr.h
ioccom.h
ioctl_compat.h
ioctl.h
iov_schema.h
iov.h
ipc.h
ipmi.h
jail.h
joystick.h
kbio.h
kdb.h
kenv.h
kernel.h Move sysinit and sysuninit linker sets in the data (writeable) section. 2018-03-21 10:26:39 +00:00
kerneldump.h
khelp.h
kobj.h
ksem.h
kthread.h
ktr_class.h
ktr.h
ktrace.h
libkern.h
limits.h
link_aout.h
link_elf.h
linker_set.h Move sysinit and sysuninit linker sets in the data (writeable) section. 2018-03-21 10:26:39 +00:00
linker.h
lock_profile.h
lock.h Start witness much earlier in boot so that we can shrink the pend list and 2018-03-22 19:11:43 +00:00
lockf.h
lockmgr.h
lockstat.h
loginclass.h
mac.h
malloc.h
mbuf.h
mchain.h
md4.h
md5.h
mdioctl.h
memdesc.h
memrange.h
mman.h
module_khelp.h
module.h Fix minor whitespace nits 2018-04-04 02:35:48 +00:00
mount.h
mouse.h
mpt_ioctl.h
mqueue.h
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h Move uio enums to sys/_uio.h. 2018-03-27 15:20:03 +00:00
nlist_aout.h
numa.h
nv.h
osd.h
param.h Let syslog(3) use RFC 5424. 2018-04-06 13:00:45 +00:00
pciio.h
pcpu.h
pctrie.h
pidctrl.h
pioctl.h
pipe.h
pmc.h
pmckern.h
pmclog.h
poll.h
posix4.h
power.h
priority.h
priv.h Allow to specify PCP on packets not belonging to any VLAN. 2018-03-27 15:29:32 +00:00
proc.h Don't verify td_locks accounting after a panic. 2018-03-31 23:24:28 +00:00
procctl.h
procdesc.h
procfs.h
protosw.h
ptio.h
ptrace.h
queue.h
racct.h
random.h Implement getrandom(2) and getentropy(3) 2018-03-21 01:15:45 +00:00
rangelock.h
rctl.h
reboot.h
refcount.h ZFS vn_rele_async: catch up with the use of refcount(9) for the vnode use count 2018-03-28 08:55:31 +00:00
regression.h
resource.h
resourcevar.h
rman.h
rmlock.h
rtprio.h
runq.h
rwlock.h
sbuf.h
sched.h
sdt.h
select.h
selinfo.h
sem.h
sema.h
seq.h seq: provide a comment explaining what seq is for and note 2 caveats 2018-03-28 04:38:45 +00:00
serial.h
sf_buf.h
sglist.h
shm.h
sigio.h
signal.h
signalvar.h
sleepqueue.h
slicer.h
smp.h
snoop.h
sockbuf.h
socket.h
socketvar.h
sockio.h Allow to specify PCP on packets not belonging to any VLAN. 2018-03-27 15:29:32 +00:00
sockopt.h
soundcard.h
spigenio.h
stack.h
stat.h
statvfs.h
stdatomic.h
stddef.h
stdint.h
sun_disklabel.h
sx.h
syscall.h Regenerate sysent files after r331279. 2018-03-21 01:17:01 +00:00
syscall.mk Regenerate sysent files after r331279. 2018-03-21 01:17:01 +00:00
syscallsubr.h Move uio enums to sys/_uio.h. 2018-03-27 15:20:03 +00:00
sysctl.h
sysent.h
syslimits.h
syslog.h
sysproto.h Regenerate sysent files after r331279. 2018-03-21 01:17:01 +00:00
systm.h
taskqueue.h
terminal.h
termios.h
thr.h
tiio.h
time.h
timeb.h
timeet.h
timeffc.h
timepps.h
timers.h
times.h
timespec.h
timetc.h
timex.h
tree.h
tslog.h
tty.h
ttycom.h
ttydefaults.h
ttydevsw.h
ttydisc.h
ttyhook.h
ttyqueue.h
turnstile.h
types.h
ucontext.h
ucred.h
uio.h Move uio enums to sys/_uio.h. 2018-03-27 15:20:03 +00:00
umtx.h
un.h
unistd.h
unpcb.h
user.h
utsname.h
uuid.h
vdso.h
vmem.h
vmmeter.h
vnode.h
vtoc.h
wait.h
watchdog.h
zlib.h
zutil.h