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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] param.h  1.74   16 years  deraadt   forgot to update the param symbols to 4.3
[TXT] sysctl.h  1.92   16 years  kettenis   Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on machine...
[TXT] syslimits.h  1.11   16 years  kettenis   Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. ok krw@, laurent@
[TXT] disklabel.h  1.41   16 years  otto   Fix max disk size: whe have 48 bits for size in 512 bytes units. 1 bit allowance...
[TXT] ttycom.h  1.9   16 years  mbalmer   Add support for the Meinberg Standard Time String format that all Meinberg radio...
[TXT] syscall.h  1.100   16 years  miod   regen
[TXT] syscallargs.h  1.102   16 years  miod   regen
[TXT] vnode.h  1.90   16 years  thib   fifofs, deadfs and specfs all have the same "trivial lookup routine that always ...
[TXT] disk.h  1.18   16 years  dlg   protect the disk statistics with a mutex. ok tedu@ kettenis@
[TXT] pool.h  1.25   16 years  tedu   big patch to simplify pool code. remove pool_cache code. it was barely used, a...
[TXT] conf.h  1.85   16 years  oga   Initial import of the DRM (direct rendering manager). This is the kernel part n...
[TXT] malloc.h  1.90   16 years  oga   Initial import of the DRM (direct rendering manager). This is the kernel part n...
[TXT] proc.h  1.102   16 years  oga   Add msleep. This is identical to tsleep but it takes a mutex as a parameter. The...
[TXT] mbuf.h  1.96   16 years  deraadt   move protos to right place
[TXT] systm.h  1.73   16 years  art   Add possibility to add flags to syscalls in syscalls.master to mark syscalls as ...
[TXT] socket.h  1.55   16 years  martynas   typos; ok jmc@ sys/dev/pci/pciide.c from naddy@
[TXT] mplock.h  1.9   16 years  art   Move the implementation of __mp_lock (biglock) into machine dependent code. At t...
[TXT] device.h  1.37   16 years  dlg   we dont need ot include sys/lock.h here ok miod@ krw@
[TXT] fcntl.h  1.11   16 years  jmc   some spelling fixes from Martynas Venckus
[TXT] gpio.h  1.3   16 years  mbalmer   GPIO pins can be programmed to invert input or output on some devices. Introduce...
[TXT] tree.h  1.10   16 years  djm   remove extra backslash at the end of RB_PROTOTYPE, report from Jan.Pechanec AT S...
[TXT] msg.h  1.14   16 years  blambert   typo (naem -> name) ok jmc@
[TXT] sched.h  1.18   16 years  art   sched_lock_idle and sched_unlock_idle are obsolete now.
[TXT] audioio.h  1.18   16 years  jakemsr   add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the data str...
[TXT] cdefs.h  1.26   16 years  otto   pcc knows inline. ok kjell@ miod@
[TXT] protosw.h  1.10   16 years  mk   There is no such word as `detatch'. ok mglocker
[TXT] errno.h  1.20   16 years  millert   Add ENOMSG and EIDRM; from jsg@
[TXT] namei.h  1.20   16 years  thib   fix the "double-path" errors seen with getcwd by saving the orignal buffer posit...
[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] socketvar.h  1.40   16 years  dim   From FreeBSD: Fix a bug in sblock() that has existed since revision 1.1 from ...
[TXT] sensors.h  1.24   16 years  dlg   rework sensor tasks to use the kernels generic workq rather than a special kerne...
[TXT] sockio.h  1.39   16 years  reyk   Add a new "rtlabel" option to ifconfig. It allows to specify a route label which...
[TXT] filio.h  1.5   17 years  deraadt   FIBMAP is used by nothing; checked by miod and pvalchev
[TXT] mtio.h  1.9   17 years  krw   No need for tape fields to be daddr_t. int will do. ok beck@ deraadt@
[TXT] mount.h  1.81   17 years  deraadt   remove crufty adosfs. everytime we try to change a vfs layer interface, adosfs ...
[TXT] event.h  1.11   17 years  tedu   add a new kevent filter type for timers. this allows processes to create a seri...
[TXT] shm.h  1.21   17 years  sturm   adapt from netbsd: fold sys_shmat1() back into sys_shmat(), instead add flag for...
[TXT] rwlock.h  1.11   17 years  thib   Add a name argument to the RWLOCK_INITIALIZER macro. Pick reasonble names for th...
[TXT] buf.h  1.57   17 years  pedro   cluster_read() is gone, so remove its prototype, spotted by mickey@ okay tedu@
[TXT] exec.h  1.24   17 years  krw   More comment typos from Diego Casati. Including winners like funtion, allmost, o...
[TXT] kernel.h  1.12   17 years  art   The world of __HAVEs and __HAVE_NOTs is reducing. All architectures have cpu_inf...
[TXT] mutex.h  1.4   17 years  art   Remove the MI implementation of mutexes and remove the __HAVE_MUTEX option. Ever...
[TXT] exec_elf.h  1.43   17 years  tedu   uint32_t is not spelled u_long. makes the 32-bit NO_ADDR potentially useful on ...
[TXT] time.h  1.25   17 years  deraadt   unused apis, very dangerous: getbinuptime() getbintime(), ok art
[TXT] limits.h  1.7   17 years  millert   UCHAR_MAX and USHRT_MAX should not have a 'U' suffix. That is only needed for co...
[TXT] queue.h  1.32   17 years  pedro   Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels. Input and okays from krw@, mille...
[TXT] lock.h  1.18   17 years  thib   Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK flag. Thi...
[TXT] dkio.h  1.6   17 years  dlg   provide an ioctl interface for userland to ask disk drivers about various produc...
[TXT] resourcevar.h  1.11   17 years  art   Since p_flag is often manipulated in interrupts and without biglock it's a good ...
[TXT] signalvar.h  1.16   17 years  art   Use atomic.h operation for manipulating p_siglist in struct proc. Solves the pro...
[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] stdint.h  1.4   17 years  deraadt   typo; Alexander_Bluhm@genua.de
[TXT] scsiio.h  1.8   17 years  dlg   add bio code to do hotplug of devices on the scsibus. thumbs up deraadt@
[TXT] unpcb.h  1.7   17 years  claudio   Make getpeereid() work on both sides of a connection. The client can now get the...
[TXT] timetc.h  1.2   17 years  otto   Timecounter based implementation of adjfreq(2). Largely from art@ Tested by vari...
[TXT] types.h  1.30   17 years  pedro   Introduce daddr64_t and use it for physical block numbers Okay weingart@, "I'm g...
[TXT] dirent.h  1.8   17 years  jmc   typo in comment; from eric anderson ok deraadt
[TXT] tty.h  1.22   17 years  miod   Jump scroll support for vt100 and sun wscons emulations, helps macppc and zaurus...
[TXT] chio.h  1.7   18 years  beck   Add support for primary and alternate volume tags to ch(4) - borrowed and adap...
[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] ktrace.h  1.9   18 years  tedu   change ktr_len to size_t. put ktr_type after comm for better alignment ok deraa...
[TXT] wait.h  1.14   18 years  tedu   use the underscore variants of _BYTE_ORDER which are always defined even when va...
[TXT] endian.h  1.18   18 years  otto   Kill lint warning by using unsigned right hand arg to >> Right shifting signed v...
[TXT] file.h  1.24   18 years  mickey   do per file io accounting and show that in fstat as well; pedro@ marco@ ok
[TXT] select.h  1.9   18 years  otto   x << long generates a lint warning, so silence it by casting __NFDBITS to unsign...
[TXT] extent.h  1.8   18 years  miod   Remove unused extent_find(). Then, we can keep the extent list only if option DI...
[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] signal.h  1.19   18 years  millert   Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2
[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] 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] 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] _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] unistd.h  1.13   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] sem.h  1.19   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] stat.h  1.16   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] termios.h  1.10   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] uio.h  1.13   18 years  millert   First step in include files overhaul. Use __FOO_VISIBLE (as defined in sys/cdef...
[TXT] ptrace.h  1.10   18 years  miod   Replace procfs_domem() with a similar interface, process_domem(), which lives ou...
[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] msgbuf.h  1.8   19 years  krw   Try to start log message buffer on a new line. Helps install scripts avoid detec...
[TXT] lockf.h  1.7   19 years  tedu   split out uidinfo from kern_proc.c private, use it to store lock count, restrict...
[TXT] evcount.h  1.2   19 years  miod   ec_count32 was a bad idea; remove it for good.
[TXT] filedesc.h  1.19   19 years  tedu   remove p arg from fdplock
[TXT] ipc.h  1.10   19 years  millert   Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, etc to ...
[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] varargs.h  1.2   20 years  espie   branches: 1.2.2; switch to shorter licence at millert@ suggestion.
[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] poll.h  1.11   20 years  millert   Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.
[TXT] core.h  1.3   20 years  jmc   preceeded -> preceded;
[TXT] ataio.h  1.5   20 years  miod   Typos: defintion -> definition, proccess -> process There are more occurences h...
[TXT] tprintf.h  1.6   20 years  avsm   sprinkle some __kprintf__ attributes around functions which use format strings i...
[TXT] ucred.h  1.6   20 years  tedu   change arguments to suser. suser now takes the process, and a flags argument. ...
[TXT] mman.h  1.18   20 years  tedu   enforce restrictions on prot and flags to mprotect and mmap. invalid or undefin...
[TXT] timeout.h  1.16   21 years  art   license cleaning.
[TXT] ttydefaults.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] un.h  1.8   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] vmmeter.h  1.12   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dir.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] gmon.h  1.4   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] acct.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] memrange.h  1.4   21 years  matthieu   Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@ FreeBSD...
[TXT] kthread.h  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] exec_script.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] swap.h  1.4   22 years  art   kill old vm
[TXT] pciio.h  1.2   22 years  jason   openbsd tag
[TXT] eventvar.h  1.2   23 years  mickey   branches: 1.2.4; rcsid; lots of bad tabs and spaces
[TXT] kcore.h  1.1   28 years  niklas   Merge of NetBSD 960317
[TXT] agpio.h (in the Attic) [Hide]  1.2   16 years  oga   Change the AGP_DEVICE define to /dev/agp0. syncing it with the truth. ok deraad...
[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.12   16 years  mikeb   Fix LKM support for amd64. ok deraadt weingart
[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] 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.4   16 years  tedu   remove the DIRECTOK flag. the caller semantics were too weird, and it's a bad i...