1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/sys
Robert Watson 96c4266cb3 Add an implementation of strdup() to libkern. Allocated memory is of
type M_STRING, now defined in malloc.h.  Useful when string parsing
must occur using the kernel strsep() and we want to avoid toasting
the source string.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-02-23 14:30:17 +00:00
..
_iovec.h
_label.h
_lock.h
_mutex.h
_semaphore.h
_sigset.h
_timespec.h
_timeval.h
_types.h
aac_ioctl.h
acct.h
acl.h
agpio.h Document a few acronyms. 2003-02-08 20:42:26 +00:00
aio.h
alq.h
assym.h
ata.h First round off updates/fixes to the ATA driver. 2003-02-20 19:55:45 +00:00
bio.h Implement a bio-taskqueue to reduce number of context switches in 2003-02-11 22:30:26 +00:00
bitstring.h
blist.h Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft 2003-01-11 01:09:51 +00:00
buf.h - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member 2003-02-09 11:28:35 +00:00
bus_dma.h Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as 2003-01-29 07:25:27 +00:00
bus.h Bump pnpinfo and location size to 128 bytes. Since these are computed 2003-02-17 19:01:33 +00:00
callout.h
ccdvar.h NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t" 2003-02-21 23:25:43 +00:00
cdefs.h
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h
conf.h NO_GEOM cleanup: 2003-02-21 19:00:48 +00:00
cons.h Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
consio.h
copyright.h We've had something like this file since 1992, so therefore this file 2003-01-07 04:37:40 +00:00
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h NO_GEOM cleanup: 2003-02-21 15:13:26 +00:00
disklabel.h NO_GEOM cleanup: unifdef 2003-01-30 13:12:31 +00:00
diskmbr.h Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for the 2003-01-20 11:06:24 +00:00
diskpc98.h Remove NEXTDOSPART. 2003-01-21 14:02:11 +00:00
diskslice.h NO_GEOM cleanup: unifdef 2003-01-30 13:12:31 +00:00
dkstat.h This file is now empty and should no longer be used anywhere. 2003-02-16 14:15:03 +00:00
domain.h
dvdio.h
elf32.h
elf64.h
elf_common.h
elf_generic.h
endian.h
errno.h
event.h Tweak the definition of the EV_SET macro so that it evaluates each 2003-02-02 19:39:51 +00:00
eventhandler.h
eventvar.h
exec.h Use __CONCAT and __XSTRING when concatenating or stringifying arguments to 2003-01-04 08:17:27 +00:00
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h Do not allow kqueues to be passed via unix domain sockets. 2003-02-15 06:04:55 +00:00
filedesc.h Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a 2003-02-15 05:52:56 +00:00
filio.h
fnv_hash.h
gmon.h
gpt.h
iconv.h
imgact_aout.h
imgact_elf.h - Provide backwards compatibility for kern.fallback_elf_brand. 2003-01-05 03:48:14 +00:00
imgact.h
inflate.h
interrupt.h
ioccom.h
ioctl_bt848.h
ioctl_compat.h
ioctl_meteor.h
ioctl.h
ipc.h It is possible for an active aio to prevent shared memory from being 2003-01-13 23:04:32 +00:00
jail.h
joystick.h
jumbo.h
kbio.h
kenv.h
kernel.h Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
kerneldump.h
kobj.h
kse.h Add a timeout parameter to kse_release. 2003-02-20 08:18:15 +00:00
kthread.h
ktr.h
ktrace.h
libkern.h Add an implementation of strdup() to libkern. Allocated memory is of 2003-02-23 14:30:17 +00:00
linedisc.h NO_GEOM cleanup: 2003-02-21 19:00:48 +00:00
link_aout.h
link_elf.h Implement dlinfo() function. 2003-02-13 17:47:44 +00:00
linker_set.h
linker.h Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
lock.h
lockf.h
lockmgr.h The lockmanager has to keep track of locks per thread, not per process. 2003-02-05 19:36:58 +00:00
mac_policy.h
mac.h
malloc.h Add an implementation of strdup() to libkern. Allocated memory is of 2003-02-23 14:30:17 +00:00
mbuf.h o Allow "buckets" in mb_alloc to be differently sized (according to 2003-02-20 04:26:58 +00:00
mchain.h Some style fixes. 2003-02-21 16:24:49 +00:00
md4.h
md5.h
mdioctl.h Add an ioctl to return the unit numbers of the configured md devices. 2003-01-27 07:54:59 +00:00
memrange.h
mman.h
module.h
mount.h
mouse.h
msg.h Add const qualifier to data argument for msgsnd. 2003-01-26 20:09:34 +00:00
msgbuf.h
mtio.h
mutex.h
namei.h Remove four members of struct nameidata which have been commented 2003-01-13 08:49:36 +00:00
nlist_aout.h
param.h Bump __FreeBSD_version to mark the fact that <sys/dkstat.h> should no longer 2003-02-19 06:32:52 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
poll.h
posix4.h Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
power.h
priority.h
proc.h Eliminate unused KSE symbols. 2003-02-19 06:59:00 +00:00
procfs.h
protosw.h
ptio.h
ptrace.h
queue.h
random.h
reboot.h
regression.h
resource.h Move cp_time[CPUSTATES] and related #defines to <sys/resource.h> 2003-02-16 13:30:29 +00:00
resourcevar.h Remove the PL_SHAREMOD flag from struct plimit, which could have been 2003-02-20 04:18:42 +00:00
rman.h Implement rman_get_device 2003-02-12 07:00:59 +00:00
rtprio.h
runq.h
sbuf.h
sched.h
select.h
selinfo.h
sem.h Bring semop() closer the the opengroup standards. 2003-01-25 21:27:37 +00:00
sema.h
semaphore.h
shm.h Bring shm functions closer the the opengroup standards. 2003-01-25 21:33:05 +00:00
sigio.h
signal.h
signalvar.h
smp.h
snoop.h
socket.h
socketvar.h Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sockio.h
soundcard.h
stat.h
statvfs.h
stddef.h
stdint.h
sun_disklabel.h
sx.h
syscall.h Add a timeout parameter to kse_release. 2003-02-20 08:18:15 +00:00
syscall.mk Add a timeout parameter to kse_release. 2003-02-20 08:18:15 +00:00
syscallsubr.h Break out the bind and connect syscalls to intend to make calling 2003-02-03 17:36:52 +00:00
sysctl.h Introduce the ability to flag a sysctl for operation at secure level 2 or 3 2003-01-14 19:35:33 +00:00
sysent.h
syslimits.h Add the POSIX sanctioned "LOGIN_NAME_MAX" -- Maximum length of a login name. 2003-01-06 04:33:47 +00:00
syslog.h
sysproto.h Add a timeout parameter to kse_release. 2003-02-20 08:18:15 +00:00
systm.h Add vsnrprintf() which is just like vsnprintf() but takes a "radix" 2003-02-04 10:00:34 +00:00
taskqueue.h
termios.h
tiio.h
time.h Implement CLOCK_MONOTONIC. 2003-02-23 10:18:31 +00:00
timeb.h
timepps.h
timers.h
times.h
timespec.h
timetc.h Move timecounters notion of frequency to 64 bits. 2003-01-29 11:29:22 +00:00
timex.h
tree.h
tty.h Declare tty related counters in a tty related .h file. 2003-02-16 13:23:29 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h Style: keep most typedefs in the same place. 2003-01-29 19:36:08 +00:00
ucontext.h
ucred.h
uio.h
un.h
unistd.h
unpcb.h Remove vestiges of no longer needed unp_rvnode field. 2003-02-06 01:34:43 +00:00
user.h
utsname.h
uuid.h
vmmeter.h - It's more accurate to say that vm_paging_needed() returns TRUE 2003-02-02 07:16:40 +00:00
vnode.h - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member 2003-02-09 11:28:35 +00:00
wait.h
xrpuio.h