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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] acct.h  1.4   20 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.15   20 years  jmc   typo from Jared Yanovich;
[TXT] buf.h  1.45   20 years  tedu   dynamic bufq support. basically a nullop. ok grange@
[TXT] cdefs.h  1.13   20 years  millert   Fix the logic for defining away __extension__, it was reversed. Noticed by espie...
[TXT] cdio.h  1.12   21 years  mickey   define CDIOREADTOCENTRYS CDIOREADTOCENTRIES, not as a duplicate _IOWR(); deraadt...
[TXT] chio.h  1.6   21 years  mickey   OCHIO* dies horrible death by dd; as per renaming done before
[TXT] conf.h  1.73   20 years  millert   Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET ioctl(2)...
[TXT] core.h  1.3   20 years  jmc   preceeded -> preceded;
[TXT] device.h  1.27   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dir.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dirent.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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.24   20 years  millert   Add NTFS; deraadt@ OK
[TXT] dkio.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] domain.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] endian.h  1.14   20 years  brad   mark u_int64_t constants with ULL to make gcc3 happy ok drahn@ tedu@
[TXT] errno.h  1.11   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] event.h  1.9   20 years  tedu   klist_invalidate to help clean up when the backend disappears, tested by mpf@
[TXT] eventvar.h  1.2   23 years  mickey   branches: 1.2.4; rcsid; lots of bad tabs and spaces
[TXT] exec.h  1.21   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] exec_elf.h  1.39   20 years  deraadt   change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many reasons f...
[TXT] exec_script.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] extent.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] fcntl.h  1.9   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] file.h  1.23   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] filedesc.h  1.17   20 years  tedu   lock filedesc before manipulating. avoids some rare races. testing for quite so...
[TXT] filio.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] gmon.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ioccom.h  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ioctl.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ipc.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kcore.h  1.1   28 years  niklas   Merge of NetBSD 960317
[TXT] kernel.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kthread.h  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] ktrace.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] limits.h  1.4   22 years  millert   branches: 1.4.2; Avoid multiple definitions of macros in float.h and limits.h. ...
[TXT] lock.h  1.11   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] lockf.h  1.6   20 years  grange   Get rid of M_LOCKF and use pool for allocating lockf structures. From NetBSD. ...
[TXT] malloc.h  1.70   20 years  grange   Get rid of M_LOCKF and use pool for allocating lockf structures. From NetBSD. ...
[TXT] mbuf.h  1.74   20 years  mcbride   Mbuf tag tcp and udp packets which are translated to localhost, and use the 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.58   20 years  mickey   constify vfsops; tedu@ ok
[TXT] msg.h  1.10   21 years  pvalchev   fix a typo in a comment; from Gabriel
[TXT] msgbuf.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] mtio.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] namei.h  1.12   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] param.h  1.54   20 years  deraadt   oops; move to 3.5-beta
[TXT] pciio.h  1.2   22 years  jason   openbsd tag
[TXT] pipe.h  1.11   20 years  miod   Bring several fixes from FreeBSD to our current pipe implementation: - when allo...
[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.15   20 years  tedu   faster pools. split pagelist into full, partial, and empty so we find what we'r...
[TXT] proc.h  1.68   20 years  nordin   Avoid a race condition while swapping in a process. Tested by mickey@, henning@,...
[TXT] protosw.h  1.9   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ptrace.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] queue.h  1.24   20 years  millert   Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR is like ...
[TXT] radioio.h  1.2   22 years  mickey   update for radio drivers from tm@oganer.net und jumbo@narod.ru
[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.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] rwlock.h  1.3   20 years  tedu   branches: 1.3.2; let lsof compile again. report and fix confirmed pvalchev@
[TXT] sched.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] scsiio.h  1.6   21 years  tdeval   typos
[TXT] select.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] sem.h  1.14   20 years  millert   Use SLIST macros instead of rolling our own. Idea from and partly based on chan...
[TXT] sensors.h  1.4   20 years  grange   Add flags field to the sensor structure and an only flag SENSOR_FINVALID which a...
[TXT] shm.h  1.15   20 years  millert   Linux shmat allows lookup of segments that are marked as removed so our Linux co...
[TXT] siginfo.h  1.8   20 years  deraadt   remove terms 3 and 4 of some of my licences
[TXT] signal.h  1.16   20 years  tedu   change sigaltstack.ss_size type to size_t. handle syscall fallout. add stack_t ...
[TXT] signalvar.h  1.10   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] socket.h  1.47   20 years  tedu   sysctl knob for bpf tunables. some tips from canacar@ ok canacar@ deraadt@ mcbr...
[TXT] socketvar.h  1.32   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] sockio.h  1.24   20 years  markus   add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt
[TXT] stat.h  1.12   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] stdarg.h  1.3   20 years  drahn   add __va_copy(), follow (old) ISO C 89 behavior, used by gnu software. ok espie@...
[TXT] swap.h  1.4   22 years  art   kill old vm
[TXT] syscall.h  1.75   20 years  miod   Regen
[TXT] syscallargs.h  1.77   20 years  miod   Regen
[TXT] sysctl.h  1.76   20 years  grange   Move setperf_prio to the machdep code, requested by deraadt@ ok deraadt@
[TXT] syslimits.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] syslog.h  1.11   20 years  avsm   sprinkle some __kprintf__ attributes around functions which use format strings i...
[TXT] systm.h  1.60   20 years  espie   unobfuscate systm.h: use va_list for vprintf. _BSD_VA_LIST_ explained by millert...
[TXT] termios.h  1.9   20 years  jmc   remove extraneous bracket in comment;
[TXT] time.h  1.17   20 years  kevlo   add itimerspec data structure, defined by POSIX 1003.1b. ok marc@
[TXT] timeout.h  1.16   20 years  art   license cleaning.
[TXT] times.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] tprintf.h  1.6   20 years  avsm   sprinkle some __kprintf__ attributes around functions which use format strings i...
[TXT] tree.h  1.7   21 years  art   When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that the children ...
[TXT] tty.h  1.18   20 years  millert   Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET ioctl(2)...
[TXT] ttycom.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ttydefaults.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] types.h  1.23   20 years  millert   Add id_t type as per POSIX and use it for [gs]etpriority(2). OK henning@ and der...
[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.11   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] un.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] unistd.h  1.11   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] unpcb.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] user.h  1.6   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] utsname.h  1.5   20 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   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vnode.h  1.58   20 years  tedu   back out vnode parents. weird breakge found in ports tree
[TXT] wait.h  1.11   20 years  millert   Implement the WCONTINUED flag to the wait(2) family of syscalls and the associat...
[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   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dkstat.h (in the Attic) [Hide]  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] exec_aout.h (in the Attic) [Hide]  1.19   20 years  deraadt   change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many reasons f...
[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] extattr.h (in the Attic) [Hide]  1.2   22 years  drahn   branches: 1.2.2; Add missing prototypes for functions in libc/posix1e.
[TXT] hash.h (in the Attic) [Hide]  1.3   20 years  weingart   Nuke terms 3 & 4 on some of my software.
[TXT] ioctl_compat.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] kgdb.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[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] md5k.h (in the Attic) [Hide]  1.6   22 years  millert   First round of __P removal in sys
[TXT] midiio.h (in the Attic) [Hide]  1.2   22 years  millert   Final __P removal plus some cosmetic fixups
[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.10   22 years  millert   First round of __P removal in sys
[TXT] tablet.h (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] timeb.h (in the Attic) [Hide]  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ttychars.h (in the Attic) [Hide]  1.3   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ttydev.h (in the Attic) [Hide]  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vnode_if.h (in the Attic) [Hide]  1.34   20 years  tedu   these need to be synced when vnode_if.src changes