OpenBSD CVS

src/sys/sys/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / sys

Current tag: OPENBSD_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] _types.h  1.1   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] acct.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ataio.h  1.5   20 years  miod   Typos: defintion -> definition, proccess -> process There are more occurences h...
[TXT] audioio.h  1.16   18 years  fgsch   some codecs have an external amplifier, and in some hw the bit to powering it do...
[TXT] buf.h  1.47   17 years  mickey   add mount/vnode/buf and softdep printing commands; tested on a few archs and wil...
[TXT] cdefs.h  1.23   18 years  cloder   When linting, #define __dead /* NORETURN */, which allows lint to detect dead co...
[TXT] cdio.h  1.15   17 years  pedro   Add a definition for CD/DVD lead-out tracks, okay krw@
[TXT] chio.h  1.7   18 years  beck   Add support for primary and alternate volume tags to ch(4) - borrowed and adap...
[TXT] conf.h  1.80   17 years  thib   zap some unused variables. the only use was in an #if notyet chunk since '97. o...
[TXT] core.h  1.3   20 years  jmc   preceeded -> preceded;
[TXT] device.h  1.32   18 years  henning   intrducing device type DV_SENSOR turned out to be a bad idea as it affects way m...
[TXT] dir.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dirent.h  1.8   17 years  jmc   typo in comment; from eric anderson ok deraadt
[TXT] disk.h  1.13   18 years  miod   Nuke dk_establish(), no longer used.
[TXT] disklabel.h  1.26   19 years  deraadt   udf_disklabelspoof() proto
[TXT] dkio.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] domain.h  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] endian.h  1.18   18 years  otto   Kill lint warning by using unsigned right hand arg to >> Right shifting signed v...
[TXT] errno.h  1.17   17 years  beck   Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs when ...
[TXT] evcount.h  1.2   19 years  miod   ec_count32 was a bad idea; remove it for good.
[TXT] event.h  1.10   18 years  millert   Change sys/select.h -> sys/selinfo.h in comment.
[TXT] eventvar.h  1.2   23 years  mickey   branches: 1.2.4; rcsid; lots of bad tabs and spaces
[TXT] exec.h  1.22   20 years  tedu   rework access to emulations slightly in an effort to both merge and separate exe...
[TXT] exec_elf.h  1.41   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] exec_script.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] extent.h  1.8   18 years  miod   Remove unused extent_find(). Then, we can keep the extent list only if option DI...
[TXT] fcntl.h  1.10   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] file.h  1.24   18 years  mickey   do per file io accounting and show that in fstat as well; pedro@ marco@ ok
[TXT] filedesc.h  1.19   19 years  tedu   remove p arg from fdplock
[TXT] filio.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] gmon.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] gpio.h  1.1   20 years  grange   branches: 1.1.2; A framework for supporting various General Purpose Input/Outpu...
[TXT] hotplug.h  1.5   18 years  mk   Actually remove the device id from events.
[TXT] ioccom.h  1.4   18 years  miod   paramter -> parameter
[TXT] ioctl.h  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ipc.h  1.10   19 years  millert   Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, etc to ...
[TXT] kcore.h  1.1   28 years  niklas   Merge of NetBSD 960317
[TXT] kernel.h  1.11   19 years  tholo   This touches only MI code, and adds new time keeping code. The code is all cond...
[TXT] kthread.h  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] ktrace.h  1.9   18 years  tedu   change ktr_len to size_t. put ktr_type after comm for better alignment ok deraa...
[TXT] limits.h  1.6   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] lock.h  1.15   18 years  pedro   Remove unnecessary lockmgr() archaism that was costing too much in terms of pani...
[TXT] lockf.h  1.7   19 years  tedu   split out uidinfo from kern_proc.c private, use it to store lock count, restrict...
[TXT] malloc.h  1.82   18 years  pedro   Make ext2fs use a memory pool to allocate inodes, okay tedu@
[TXT] mbuf.h  1.85   18 years  brad   splimp -> splvm in MBUFLOCK() macro. ok markus@
[TXT] memrange.h  1.4   21 years  matthieu   Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@ FreeBSD...
[TXT] mman.h  1.18   20 years  tedu   enforce restrictions on prot and flags to mprotect and mmap. invalid or undefin...
[TXT] mount.h  1.75   17 years  mickey   add mount/vnode/buf and softdep printing commands; tested on a few archs and wil...
[TXT] mplock.h  1.8   18 years  niklas   A second approach at fixing the telnet localhost & problem (but I tend to call i...
[TXT] msg.h  1.13   19 years  millert   Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, etc to ...
[TXT] msgbuf.h  1.8   19 years  krw   Try to start log message buffer on a new line. Helps install scripts avoid detec...
[TXT] mtio.h  1.7   18 years  krw   We do not create st devices with different density modes. i.e. with device minor...
[TXT] mutex.h  1.3   18 years  fgsch   remove trailing newline in panic(9); ok millert@ and deraadt@
[TXT] namei.h  1.16   18 years  miod   Typo in kern.nchstats sysctl names.
[TXT] param.h  1.68   17 years  deraadt   crank to 4.0-beta
[TXT] pciio.h  1.2   22 years  jason   openbsd tag
[TXT] pipe.h  1.13   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] poll.h  1.11   20 years  millert   Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.
[TXT] pool.h  1.19   18 years  tedu   remove drain hooks from pool. 1. drain hooks and lists of allocators make the c...
[TXT] proc.h  1.88   17 years  mickey   from freebsd 1.179: When the softupdates worklist gets too long, threads that at...
[TXT] protosw.h  1.9   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ptrace.h  1.10   18 years  miod   Replace procfs_domem() with a similar interface, process_domem(), which lives ou...
[TXT] queue.h  1.31   18 years  otto   Introduce debugging aid for queue macros. Disabled by default; but developers ar...
[TXT] radioio.h  1.4   18 years  jakemsr   improve support for TV tuning via radio(4) by: - adding a TV or radio mode flag ...
[TXT] reboot.h  1.13   20 years  tom   Ensure that we obey a user's ddb> boot reboot command even if the system is cold...
[TXT] resource.h  1.7   20 years  millert   Add id_t type as per POSIX and use it for [gs]etpriority(2). OK henning@ and der...
[TXT] resourcevar.h  1.9   17 years  kurt   Ensure virtual and profiling interval timers are reset in child process after fo...
[TXT] rwlock.h  1.8   18 years  tedu   fix really stupid botch i made in last commit. RW_WRITE and RW_READ are array in...
[TXT] sched.h  1.13   18 years  niklas   A second approach at fixing the telnet localhost & problem (but I tend to call i...
[TXT] scsiio.h  1.7   17 years  dlg   remove some scsi ioctls, most importantly the ones that can reprobe the bus. sup...
[TXT] select.h  1.9   18 years  otto   x << long generates a lint warning, so silence it by casting __NFDBITS to unsign...
[TXT] selinfo.h  1.1   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] sem.h  1.19   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] sensors.h  1.18   17 years  kettenis   Get rid of rfact member of 'struct sensor'; pack the struct while we're there. ...
[TXT] shm.h  1.20   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] siginfo.h  1.9   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] signal.h  1.19   18 years  millert   Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2
[TXT] signalvar.h  1.15   18 years  niklas   A second approach at fixing the telnet localhost & problem (but I tend to call i...
[TXT] socket.h  1.53   18 years  claudio   Add sysctl to retrieve the routing table statisitcs. Will be used by netstat ins...
[TXT] socketvar.h  1.38   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] sockio.h  1.37   18 years  mpf   Introduce attributes to interface groups. As a first user, move the global carp(...
[TXT] stat.h  1.16   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] stdarg.h  1.4   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] stdint.h  1.3   18 years  millert   Fix INTX_MIN limits; the minus sign got dropped by accident when I was convertin...
[TXT] swap.h  1.4   22 years  art   kill old vm
[TXT] syscall.h  1.95   18 years  otto   regen
[TXT] syscallargs.h  1.97   18 years  otto   regen
[TXT] sysctl.h  1.88   18 years  gwk   Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, ...
[TXT] syslimits.h  1.10   18 years  millert   Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h Use correct values for _...
[TXT] syslog.h  1.12   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] systm.h  1.69   18 years  tedu   use the underscore variants of _BYTE_ORDER which are always defined even when va...
[TXT] termios.h  1.10   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] time.h  1.24   17 years  deraadt   two typecasts which make lint warn a lot less; ok kettenis otto went further, an...
[TXT] timeout.h  1.16   21 years  art   license cleaning.
[TXT] times.h  1.5   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] timetc.h  1.1   19 years  tholo   This touches only MI code, and adds new time keeping code. The code is all cond...
[TXT] tprintf.h  1.6   20 years  avsm   sprinkle some __kprintf__ attributes around functions which use format strings i...
[TXT] tree.h  1.9   19 years  tdeval   typo
[TXT] tty.h  1.22   17 years  miod   Jump scroll support for vt100 and sun wscons emulations, helps macppc and zaurus...
[TXT] ttycom.h  1.8   18 years  mbalmer   Add basic NMEA0183 support as a tty line discipline. The line discipline decode...
[TXT] ttydefaults.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] types.h  1.29   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] ucred.h  1.6   20 years  tedu   change arguments to suser. suser now takes the process, and a flags argument. ...
[TXT] uio.h  1.13   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] un.h  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] unistd.h  1.13   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] unpcb.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] user.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] utsname.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] varargs.h  1.2   20 years  espie   branches: 1.2.2; switch to shorter licence at millert@ suggestion.
[TXT] vmmeter.h  1.12   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vnode.h  1.71   17 years  thib   touch of KNF. reorder prototypes, dont use variable names in them and zap vn_upd...
[TXT] wait.h  1.14   18 years  tedu   use the underscore variants of _BYTE_ORDER which are always defined even when va...
[TXT] agpio.h (in the Attic) [Hide]  1.1   21 years  mickey   branches: 1.1.4; support for the agp gart on various agp chipsets. only i810 dr...
[TXT] dkbad.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dkstat.h (in the Attic) [Hide]  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] exec_aout.h (in the Attic) [Hide]  1.21   19 years  deraadt   big-endian MIPS64 mid
[TXT] exec_ecoff.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] exec_olf.h (in the Attic) [Hide]  1.8   22 years  deraadt   KNF
[TXT] hash.h (in the Attic) [Hide]  1.4   20 years  jmc   typo from jared yanovich;
[TXT] ioctl_compat.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kgdb.h (in the Attic) [Hide]  1.5   18 years  fgsch   move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@
[TXT] lkm.h (in the Attic) [Hide]  1.11   22 years  ericj   streams gone
[TXT] localedef.h (in the Attic) [Hide]  1.3   28 years  deraadt   partial sync with netbsd 960418, more to come
[TXT] midiio.h (in the Attic) [Hide]  1.3   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] scanio.h (in the Attic) [Hide]  1.7   27 years  tholo   Add quirk, type for AT3 scanner (ViewStation 32)
[TXT] simplelock.h (in the Attic) [Hide]  1.11   20 years  niklas   debranch SMP, have fun
[TXT] tablet.h (in the Attic) [Hide]  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] timeb.h (in the Attic) [Hide]  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ttychars.h (in the Attic) [Hide]  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ttydev.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vnode_if.h (in the Attic) [Hide]  1.41   18 years  jsg   regen