NetBSD/sys/sys
christos 92a9826daf - Introduce a sysctl to control the default tty queue size kern.tty.qsize,
which defaults to 1024 as before.
- Add two ioctls TIOC{G,S}QSIZE to read and adjust the queue size on
  individual ptys.

NB: ttys (and ptys) still silently (or beepingly (IMAXBEL)) drop
    characters if the queue size is exceeded. I.e. you can appear
    to succeed writing to the {p,t}ty, but not all characters will
    have made it if the queue overflows.  CVS:
2011-09-24 00:05:38 +00:00
..
Makefile Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel. 2011-08-07 13:33:01 +00:00
acct.h
agpio.h
aio.h
ansi.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
aout_mids.h
ataio.h
atomic.h
audioio.h Add AUDIO_ENCODING_AC3 encoding type. 2011-09-06 01:16:43 +00:00
bitops.h add a cast (for _LP64), and mark a variable unused. 2011-07-30 16:35:58 +00:00
blist.h
boot_flag.h
bootblock.h
bswap.h
buf.h Remove no longer needed flag BC_SCANNED /* Block already pushed during sync */. 2011-04-27 09:47:25 +00:00
bufq.h
bufq_impl.h
bus.h Add bus_dma overrides. From dyoung 2011-09-01 15:10:31 +00:00
bus_proto.h Add missing prototypes for bus_*_is_equal functions. 2011-08-17 10:46:38 +00:00
callback.h
callout.h
cctr.h
cdefs.h Add __strict_weak_alias(), the type-safe alternative to __weak_alias(). 2011-08-16 23:30:24 +00:00
cdefs_aout.h
cdefs_elf.h use a comma in attribute list; from from gcc.info (5.25 Attribute Syntax): 2011-03-24 07:28:28 +00:00
cdio.h
chio.h
clockctl.h
condvar.h
conf.h Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
core.h
cpu.h Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel. 2011-08-07 13:33:01 +00:00
cpu_data.h
cpuio.h Add a cs_hwid field to cpustate and use this to store the ci_cpuid (hardware 2011-09-11 14:54:49 +00:00
ctype_bits.h
ctype_inline.h
debug.h
device.h - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
device_if.h
devmon.h
dir.h
dirent.h __typeof__, not __typeof, to avoid confusing passersby. 2011-08-09 20:05:04 +00:00
dirhash.h
disk.h
disklabel.h 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
disklabel_acorn.h
disklabel_gpt.h #define is followed by tab, not space. 2011-08-16 14:04:26 +00:00
disklabel_rdb.h
dkbad.h
dkio.h
dkstat.h
domain.h * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
drvctlio.h
dtrace_bsd.h
dvdio.h
endian.h
envsys.h
errno.h
evcnt.h
event.h * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
eventvar.h
exec.h
exec_aout.h
exec_coff.h
exec_ecoff.h
exec_elf.h Replace the word `NetBSD' with `SuSE' in the rest of comments 2011-08-03 00:22:05 +00:00
exec_script.h
extattr.h Make cp -p and mv preverve extended attributes, and complain if they cannot. 2011-08-03 04:11:15 +00:00
extent.h
fcntl.h improve comment about AT_* defines: they are not only used by linkat(2) 2011-08-09 04:19:17 +00:00
fd_set.h
fdio.h
featuretest.h
file.h - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
fileassoc.h
filedesc.h * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
filio.h
flashio.h add flash_addr_t 2011-06-28 20:49:43 +00:00
float_ieee754.h Use a builtin __FOO__ for FOO if >= GCC 3.3 2011-07-07 18:23:18 +00:00
fstrans.h
fstypes.h Add mount -o extattr option to enable extended attributs (corrently only 2011-06-17 14:23:50 +00:00
gcq.h
gennameih.awk
gmon.h
gpio.h Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin. 2011-08-28 07:48:50 +00:00
hash.h
idle.h
ieee754.h
intr.h
inttypes.h
ioccom.h
ioctl.h
ioctl_compat.h
iostat.h
ipc.h
joystick.h
kauth.h
kcore.h
kcpuset.h #include <sys/sched.h> since it's a dependency 2011-08-08 17:53:29 +00:00
kern_ctf.h
kernel.h
kernhist.h Protoize the inline to C89 and use const. 2011-06-10 14:59:35 +00:00
kgdb.h Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. 2011-04-03 22:29:25 +00:00
kmem.h
kobj.h Always provide a meaningful short name for the kobj in the error message, 2011-08-13 21:04:05 +00:00
kobj_impl.h Always provide a meaningful short name for the kobj in the error message, 2011-08-13 21:04:05 +00:00
kprintf.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
ksem.h
ksyms.h
kthread.h Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
ktrace.h kern/42030 - tracking of file descriptors by ktrace/kdump 2011-06-01 21:24:59 +00:00
localedef.h
lock.h
lockdebug.h
lockf.h
lwp.h Remove LW_AFFINITY flag and fix some bugs affinity mask handling. 2011-08-07 21:13:05 +00:00
lwpctl.h
malloc.h
mallocvar.h
mbuf.h Put the mbuf type in the ktrace record so that we know how to decode it 2011-09-21 18:10:25 +00:00
md4.h
md5.h
midiio.h
mman.h
module.h Always provide a meaningful short name for the kobj in the error message, 2011-08-13 21:04:05 +00:00
mount.h 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
mqueue.h - Move some checks into mqueue_get() and avoid some duplication. 2011-04-24 20:17:53 +00:00
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
namei.src - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
null.h
once.h
optstr.h
param.h remove things that have not been used for almost 20 years (cblock stuff) 2011-09-23 14:47:41 +00:00
pax.h
pcq.h
pcu.h Add some more MI hook points for PCU. Discard the PCU state at lwp_exit and 2011-06-06 22:04:34 +00:00
percpu.h
percpu_types.h
pipe.h
pmc.h
pmf.h
poll.h
pool.h
power.h Include stdint(3) for user space. Fixes PR # 39744. 2011-04-06 08:15:44 +00:00
proc.h Add support for PTRACE_FORK. 2011-09-02 20:10:19 +00:00
prot.h
protosw.h
pserialize.h Add an implementation of passive serialization as described in expired 2011-07-30 17:01:04 +00:00
pset.h
ptrace.h Add support for PTRACE_FORK. 2011-09-02 20:10:19 +00:00
ptree.h since all the fields are unsigned, make the constants unsigned too. 2011-07-30 16:37:05 +00:00
pty.h
queue.h
quota.h Fix bad cut'n'paste in copyright. Pointed out by dyoung@ 2011-06-07 14:56:12 +00:00
radioio.h
radixtree.h fix _STANDALONE build 2011-04-14 15:31:20 +00:00
ras.h
rbtree.h
reboot.h
resource.h - Sprinkle __read_mostly, consitify maxdmap and maxsmap. 2011-05-14 17:57:05 +00:00
resourcevar.h Revert maxdmap/maxsmap constification, as it causes problems on some 2011-06-03 17:58:18 +00:00
rmd160.h
rnd.h
rpst.h fix _STANDALONE build 2011-04-14 15:31:20 +00:00
rwlock.h
sa.h
satypes.h
savar.h
scanio.h
sched.h Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel. 2011-08-07 13:33:01 +00:00
scsiio.h
sdt.h
select.h
selinfo.h
sem.h
sha1.h
sha2.h
shm.h
siginfo.h revert previous. breaks things in subtle ways (ntpdate gets stuck on boot, 2011-04-10 14:37:20 +00:00
signal.h
signalvar.h If a signal did not fire, restore the original signal mask for pselect/pollts 2011-05-28 15:33:40 +00:00
sigtypes.h
simplelock.h
sleepq.h
socket.h * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
socketvar.h Fix kern/45093 as discussed on tech-kern@: 2011-07-02 17:53:50 +00:00
sockio.h
specificdata.h
spl.h
spldebug.h
stat.h Protect new functions with #ifndef __LIBC12_SOURCE__ so that they are not 2011-09-04 10:02:33 +00:00
statvfs.h Add mount -o extattr option to enable extended attributs (corrently only 2011-06-17 14:23:50 +00:00
stdarg.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
stdint.h
swap.h
syncobj.h
syscall.h regen 2011-08-17 07:26:16 +00:00
syscall_stats.h
syscallargs.h regen 2011-08-17 07:26:16 +00:00
syscallvar.h
sysctl.h Kill CTL_EMUL_NAMES. 2011-04-26 21:27:44 +00:00
syslimits.h
syslog.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
systm.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
tape.h
termios.h
time.h
timeb.h
timepps.h
times.h
timetc.h
timevar.h
timex.h
tls.h
tprintf.h
trace.h
tree.h
tty.h - Introduce a sysctl to control the default tty queue size kern.tty.qsize, 2011-09-24 00:05:38 +00:00
ttychars.h
ttycom.h - Introduce a sysctl to control the default tty queue size kern.tty.qsize, 2011-09-24 00:05:38 +00:00
ttydefaults.h
ttydev.h
types.h
ucontext.h
ucred.h
uidinfo.h
uio.h Forward-declare struct vmspace to reduce dependencies on uvm/uvm_extern.h. 2011-07-27 13:20:07 +00:00
un.h * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
unistd.h
unpcb.h
user.h
userconf.h Don't use the C preprocessor to configure USERCONF. Instead, either do 2011-05-31 23:28:52 +00:00
userret.h #include <sys/proc.h> before using struct proc.p_timerpend 2011-06-21 07:20:56 +00:00
utsname.h
uuid.h
vadvise.h
verified_exec.h
vfs_syscalls.h Missing bit in previous commit: do_sys_utimens prototype in the right 2011-08-17 09:29:59 +00:00
videoio.h Restore binary compatibility with NetBSD 5 binaries that utilize video(4). 2011-08-13 02:49:06 +00:00
vmem.h Report vmem(9) errors out-of-band so that we can use vmem(9) to manage 2011-09-02 22:25:08 +00:00
vmmeter.h
vnode.h 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
vnode_if.h regen 2011-08-08 12:17:27 +00:00
wait.h
wapbl.h
wapbl_replay.h
wdog.h
workqueue.h
xattr.h make the data arguments of *setxattr(2) const, as in Linux 2011-07-18 11:28:24 +00:00
xcall.h