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_3_9


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.46   19 years  pedro   kill breada(), from Sven Dehmlow. ok tedu@ millert@
[TXT] cdefs.h  1.22   18 years  millert   Use _SYS_CDEFS_H_ not _CDEFS_H_ for duplicate header supression. OK deraadt@
[TXT] cdio.h  1.13   18 years  deraadt   in ansi c, bitfields must be done against int, unsigned int, or _Bool. so we mus...
[TXT] chio.h  1.6   21 years  mickey   OCHIO* dies horrible death by dd; as per renaming done before
[TXT] conf.h  1.78   18 years  miod   Split the d_type field of cdevsw entries into d_type and d_flags for clarity. Di...
[TXT] core.h  1.3   20 years  jmc   preceeded -> preceded;
[TXT] device.h  1.30   18 years  miod   Remove now unused zeroref member in cfattach structures.
[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.7   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] disk.h  1.12   20 years  tedu   new arg to disk_unbusy, to record separate read/write statistics. looked at by v...
[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.17   18 years  millert   Adapt things to use __type_t instead of _BSD_TYPE_T_ Add new sys/_types.h header...
[TXT] errno.h  1.16   18 years  millert   Split off the non-kernel visible portion of sys/errno.h into a separate errno.h....
[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.23   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[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.1   20 years  grange   branches: 1.1.2; Devices hot plugging support. The hotplug pseudo-device passes...
[TXT] ioccom.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.67   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[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.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.66   18 years  deraadt   crank to 3.8-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.18   19 years  mickey   proper condition for freeing a page and fix a comment appropriately; art@ tedu@ ...
[TXT] proc.h  1.84   18 years  tedu   fix memory leak conditions in thrsleep and significantly simplify
[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.8   19 years  art   hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and sends SIGVT...
[TXT] rwlock.h  1.5   18 years  tedu   check in of "rwlock.20051230" from art. mostly cleanup and simplification, thoug...
[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.6   22 years  tdeval   typos
[TXT] select.h  1.8   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[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.14   18 years  dlg   get rid of the sensors globals. theyre were only used by sysctl for locating and...
[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.52   19 years  mcbride   Experimental support for opportunitic use of jumbograms where only some hosts on...
[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.36   18 years  norby   Make it possible to set a default vlan priority for vlan interfaces. ok claudio...
[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.92   18 years  tedu   rebuild
[TXT] syscallargs.h  1.94   18 years  tedu   rebuild
[TXT] sysctl.h  1.86   18 years  jmc   typos from alexey dobriyan;
[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.68   18 years  miod   Remove unused _{ins,rem}que functions - they were not even implemented on all ar...
[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.21   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[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.20   18 years  millert   Move contents of sys/select.h to sys/selinfo.h in preparation for a userland-vis...
[TXT] ttycom.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.66   18 years  pedro   Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. Inspirati...
[TXT] wait.h  1.12   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[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