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_1


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.54   17 years  miod   Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values.
[TXT] cdefs.h  1.24   17 years  miod   When compiling with gcc3, flag pool_get() as a malloc-like function, this helps ...
[TXT] cdio.h  1.16   17 years  krw   Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi commands via t...
[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.81   17 years  dlg   define the bio(4) cdev stuff in conf.h, rather than having a per machine definit...
[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.28   17 years  krw   Zap D_REMOVABLE flag from disklabel. If you didn't already know that floppies an...
[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.23   17 years  otto   Bump fixed part of the stackgap to 2k. Allows two full paths to be stored, neede...
[TXT] exec_elf.h  1.42   17 years  miod   Early bits for a 32-bit SuperH toolchain, currently for little-endian systems on...
[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.16   17 years  miod   Remove unused functionality from lockmgr(): - LK_EXCLUPGRADE is never used. - LK...
[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.83   17 years  mickey   no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; mi...
[TXT] mbuf.h  1.86   17 years  claudio   Remove two "unused" mbuf tag functions and kill the superfluous argument to the ...
[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.77   17 years  krw   Nuke GEMDOSFS. Unused part of unused atari port. Simplifies MSDOSFS code. Elimin...
[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.8   17 years  krw   As first brought to my attention by Russel Sutherland, our deletion of the mt_fi...
[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.69   17 years  henning   4.1-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.20   17 years  miod   When compiling with gcc3, flag pool_get() as a malloc-like function, this helps ...
[TXT] proc.h  1.90   17 years  art   Use atomic.h operation for manipulating p_siglist in struct proc. Solves the pro...
[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.10   17 years  miod   Keep a counter for addupc_intr() invocations, and pass its value, instead of 1, ...
[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.14   17 years  miod   Remove unused functionality from lockmgr(): - LK_EXCLUPGRADE is never used. - LK...
[TXT] scsiio.h  1.8   17 years  dlg   add bio code to do hotplug of devices on the scsibus. thumbs up deraadt@
[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.22   17 years  deraadt   add missing copyright; Constantine
[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.16   17 years  art   Use atomic.h operation for manipulating p_siglist in struct proc. Solves the pro...
[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.39   17 years  kurt   exclude control data from the number of bytes returned by FIONREAD ioctl() by ad...
[TXT] sockio.h  1.38   17 years  reyk   Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work by Andrew T...
[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.4   17 years  deraadt   typo; Alexander_Bluhm@genua.de
[TXT] swap.h  1.4   22 years  art   kill old vm
[TXT] syscall.h  1.97   17 years  pedro   regen
[TXT] syscallargs.h  1.99   17 years  pedro   regen
[TXT] sysctl.h  1.90   17 years  art   Switch some lockmgr locks to rwlocks. In this commit: - gdt lock on amd64 - sy...
[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.70   17 years  jmc   typos; from bret lambert
[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.2   17 years  otto   Timecounter based implementation of adjfreq(2). Largely from art@ Tested by vari...
[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.30   17 years  pedro   Introduce daddr64_t and use it for physical block numbers Okay weingart@, "I'm g...
[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.7   17 years  claudio   Make getpeereid() work on both sides of a connection. The client can now get the...
[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.74   17 years  pedro   Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@
[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.22   17 years  miod   Early bits for a 32-bit SuperH toolchain, currently for little-endian systems on...
[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   19 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.44   17 years  thib   regen