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_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] _types.h  1.2   16 years  otto   Widen some struct statfs fields to support large filesystem stata and add some t...
[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.21   13 years  jakemsr   add two new members to structs audio_encoding and audio_prinfo. for both structs...
[TXT] buf.h  1.74   13 years  matthew   All users of physio(9) now pass NULL as the buf pointer argument, so no point in...
[TXT] cdefs.h  1.31   13 years  guenther   Add __only_inline, for use in headers like <ctype.h> for defining copies of func...
[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.110   13 years  jakemsr   garbage collect "usb events". without /dev/usb there is no way to access them f...
[TXT] core.h  1.4   15 years  kettenis   Make ELF platforms generate ELF core dumps. Somewhat based on code from NetBSD....
[TXT] device.h  1.42   13 years  deraadt   Add DVACT_QUIECE support. This is called before splhigh() and before DVACT_SUSP...
[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.28   13 years  bluhm   Make the comment for dk_timestamp more accurate. ok krw@, jmc@
[TXT] disklabel.h  1.48   14 years  deraadt   introducing a 64-bit type to the disklabel structure leads some architectures to...
[TXT] dkio.h  1.8   14 years  jsing   Introduce a diskmap pseudo device which allows userland to open a disk specified...
[TXT] domain.h  1.9   15 years  otto   fix PR 6082: do not create more fd's than will fit in the message on the receivi...
[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.22   14 years  guenther   Change ENOTSUP's strerror() to "Not supported" Provide C and Pig locale expansio...
[TXT] evcount.h  1.3   13 years  matthew   Get rid of evcount's support for arranging counters in a tree hierarchy. Everyt...
[TXT] event.h  1.15   13 years  guenther   Fix knote handling for exiting processes: when triggering a NOTE_EXIT knote, rem...
[TXT] eventvar.h  1.2   23 years  mickey   branches: 1.2.4; rcsid; lots of bad tabs and spaces
[TXT] exec.h  1.25   14 years  thib   Remove the VREF() macro and replaces all instances with a call to verf(), which ...
[TXT] exec_elf.h  1.48   14 years  sthen   update url in comment; Nikolai Fetissov
[TXT] exec_script.h  1.5   15 years  djm   increase MAXINTERP from 64 to 128 and allow a little extra room on top of that f...
[TXT] extent.h  1.12   15 years  kettenis   Add a new EX_FILLED flag to make extent_create() create an extent map that has a...
[TXT] fcntl.h  1.11   16 years  jmc   some spelling fixes from Martynas Venckus
[TXT] file.h  1.27   13 years  guenther   Rollback the allproclk and fileheadlk addition. When grabbing an rwlock, the th...
[TXT] filedesc.h  1.20   15 years  art   Fix a bunch of problems and races with posix file locking. - file descriptor ta...
[TXT] filio.h  1.5   17 years  deraadt   FIBMAP is used by nothing; checked by miod and pvalchev
[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.7   15 years  mbalmer   Change the semantics of gpio(4) devices by locking down pin configuration and de...
[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.11   13 years  tedu   remove support for compat_sunos (and m68k4k). ok deraadt guenther
[TXT] ipc.h  1.11   13 years  guenther   Remove the old COMPAT_23 SysV IPC structures and the never implemented semconfig...
[TXT] kcore.h  1.1   28 years  niklas   Merge of NetBSD 960317
[TXT] kernel.h  1.12   17 years  art   The world of __HAVEs and __HAVE_NOTs is reducing. All architectures have cpu_inf...
[TXT] kthread.h  1.4   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[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.8   14 years  guenther   Move MB_LEN_MAX into the machine-independent sys/limits.h header, rather than de...
[TXT] lock.h  1.21   14 years  deraadt   cut down simple locks (so simple that they don't even lock) to the point where t...
[TXT] lockf.h  1.8   15 years  art   Fix a bunch of problems and races with posix file locking. - file descriptor ta...
[TXT] malloc.h  1.99   13 years  tedu   ntfs memory names were too long and make vmstat -m look ugly
[TXT] mbuf.h  1.144   13 years  claudio   Implement m_print as real ddb command "show mbuf addr" in the way other such com...
[TXT] memrange.h  1.5   14 years  kettenis   Reload mtrr state on all CPUs after updates. Seems to speed up X on MP systems,...
[TXT] mman.h  1.21   13 years  guenther   Remove an obsolete (was in rev 1.1) and unclear comment
[TXT] mount.h  1.100   13 years  tedu   makefstype was only used in ported from freebsd filesystems. fix them and remov...
[TXT] mplock.h  1.9   16 years  art   Move the implementation of __mp_lock (biglock) into machine dependent code. At t...
[TXT] msg.h  1.16   13 years  guenther   Remove the old COMPAT_23 SysV IPC structures and the never implemented semconfig...
[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.9   17 years  krw   No need for tape fields to be daddr_t. int will do. ok beck@ deraadt@
[TXT] mutex.h  1.7   14 years  weingart   A new(er) mtx_enter_try(). Ok oga@, "the time is now" deraadt@.
[TXT] namei.h  1.25   13 years  thib   Rename lookup/relookup to vfs_lookup/vfs_relookup. OK oga@, beck@, matthew@
[TXT] param.h  1.89   13 years  deraadt   move to 4.9-current
[TXT] pciio.h  1.7   13 years  kettenis   Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining ...
[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.36   13 years  tedu   unify some pool and malloc flag values. the important bit is that all flags hav...
[TXT] proc.h  1.132   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] protosw.h  1.15   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[TXT] ptrace.h  1.12   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] queue.h  1.32   17 years  pedro   Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels. Input and okays from krw@, mille...
[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.9   13 years  kettenis   Include <sys/time.h> such that <sys/resource.h> becomes usable on its own as req...
[TXT] resourcevar.h  1.12   13 years  guenther   Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX sproc() suppo...
[TXT] rwlock.h  1.13   13 years  matthew   Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and rwlock misuse...
[TXT] sched.h  1.28   14 years  kettenis   Make sure we initialize sched_lock before we try to use it. ok miod@, thib@, og...
[TXT] scsiio.h  1.9   13 years  jasper   - add a define for CMDBUFLEN, and use it for scsireq.cmd ok krw@
[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.3   16 years  art   Back out the tracking of procs in struct selinfo. There's one serious bug in the...
[TXT] sem.h  1.21   13 years  guenther   Remove the old COMPAT_23 SysV IPC structures and the never implemented semconfig...
[TXT] sensors.h  1.30   14 years  deraadt   scale angle by 1000000 to permit min.sec accuracy
[TXT] shm.h  1.23   13 years  guenther   Remove the old COMPAT_23 SysV IPC structures and the never implemented semconfig...
[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.21   13 years  tedu   remove support for compat_sunos (and m68k4k). ok deraadt guenther
[TXT] signalvar.h  1.19   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] socket.h  1.71   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[TXT] socketvar.h  1.48   13 years  bluhm   Add socket option SO_SPLICE to splice together two TCP sockets. The data receive...
[TXT] sockio.h  1.48   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] stat.h  1.17   15 years  guenther   Switch struct stat's timespec members to the names standardized in POSIX 1003.1-...
[TXT] statvfs.h  1.2   16 years  otto   flag constant values should be UL, spotted by deraadt@
[TXT] stdarg.h  1.7   14 years  jsg   Use __builtin_va_start instead of __builtin_stdarg_start for va_start() which wa...
[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.116   13 years  millert   Regen for new getdirentries.
[TXT] syscallargs.h  1.118   13 years  millert   Regen for new getdirentries.
[TXT] sysctl.h  1.107   13 years  dlg   export the network livelock counter. part of a diff i committed the userland sid...
[TXT] syslimits.h  1.11   16 years  kettenis   Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. ok krw@, laurent@
[TXT] syslog.h  1.13   13 years  deraadt   Remove the LOG_MAKEPRI macro. It has been broken (the << 3 is wrong) since the ...
[TXT] systm.h  1.87   13 years  tedu   add a new function, explicit_bzero, to be used for erasing "secret" stuff. unlik...
[TXT] termios.h  1.11   14 years  jmc   SIGINTR -> SIGINT; taken from mrg@netbsd's fix to termios.4 (-r1.33); ok guenthe...
[TXT] time.h  1.26   14 years  guenther   Convert thrsleep() to an absolute timeout with clockid to eliminate a race condi...
[TXT] timeout.h  1.20   14 years  deraadt   libevent has named two of it's new macros by the same name as our kernel macros,...
[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.12   15 years  mikeb   Fixup empty macro. Original comment from harti at freebsd.org: Make the defaul...
[TXT] tty.h  1.29   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] ttycom.h  1.11   15 years  stevesk   endrun(4) - EndRun Technologies native time-of-day message timedelta sensor. Ba...
[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.31   16 years  otto   Widen some struct statfs fields to support large filesystem stata and add some t...
[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.15   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] un.h  1.10   15 years  otto   fix PR 6082: do not create more fd's than will fit in the message on the receivi...
[TXT] unistd.h  1.18   13 years  deraadt   support _SC_HOST_NAME_MAX; from brad a libc crank is happening in < 24 hours
[TXT] unpcb.h  1.8   13 years  deraadt   Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to getpeerei...
[TXT] user.h  1.7   13 years  guenther   Strip out ancient bits in struct user that were still used only by the now-remov...
[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] videoio.h  1.6   13 years  miod   __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and u...
[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.107   13 years  thib   Bring back the "End the VOP experiment." diff, naddy's issues where unrelated, a...
[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.3   15 years  oga   Fixup AGP_MODE{GET,SET}_RATE() macros. the agp 2.0 spec defines that the lowest ...
[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.8   13 years  miod   Remove unused DK_NDRIVE define. ok krw@ deraadt@
[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.10   16 years  deraadt   olf death throes: OOSN_* names can go away; ok miod
[TXT] hash.h (in the Attic) [Hide]  1.5   13 years  claudio   Make the endpointer also const so that there is no warning from gcc4 about disca...
[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.13   15 years  deraadt   wrap do/while construct around the function macro DISPATCH(); ok dlg
[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.4   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] scanio.h (in the Attic) [Hide]  1.7   27 years  tholo   Add quirk, type for AT3 scanner (ViewStation 32)
[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
[TXT] workq.h (in the Attic) [Hide]  1.6   14 years  dlg   when you add a task to a workq, it allocates memory to handle the task and shove...