OpenBSD CVS

src/sys/kern/


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 / kern

Current tag: OPENBSD_2_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   27 years  niklas   branches: 1.7.14; OpenBSD tags
[TXT] exec_conf.c  1.9   26 years  downsj   COMPAT_BSDOS exec and compat changes.
[TXT] exec_elf.c  1.21   26 years  niklas   Ensure the correct probe will be run for an OLF binary
[TXT] exec_script.c  1.7   26 years  csapuntz   Updates for VFS Lite 2 + soft update.
[TXT] exec_subr.c  1.4   27 years  niklas   OpenBSD tags
[TXT] genassym.sh  1.3   26 years  mickey   branches: 1.3.12; oops, bad comments
[TXT] init_main.c  1.31   26 years  niklas   Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, <chuck@openbsd.org...
[TXT] init_sysent.c  1.25   26 years  millert   regen
[TXT] kern_acct.c  1.5   26 years  csapuntz   Updates for VFS Lite 2 + soft update.
[TXT] kern_clock.c  1.18   26 years  tholo   Updates to match type changes in syscall tables
[TXT] kern_descrip.c  1.15   26 years  deraadt   crank f_count/f_msgcount to long; when incrementing try to leave 2 slots empty f...
[TXT] kern_exec.c  1.17   26 years  niklas   KNF
[TXT] kern_exit.c  1.12   26 years  csapuntz   Updates for VFS Lite 2 + soft update.
[TXT] kern_fork.c  1.11   26 years  deraadt   only allow setuid if fd_refcnt == 1, due to rfork
[TXT] kern_ktrace.c  1.9   26 years  deraadt   bad types; wileyc@sekiya.twics.co.jp
[TXT] kern_lock.c  1.5   26 years  niklas   $OpenBSD$
[TXT] kern_malloc.c  1.9   26 years  niklas   Please GCC 2.8 -Wall
[TXT] kern_physio.c  1.4   26 years  deraadt   indent properly
[TXT] kern_proc.c  1.5   26 years  todd   Please gcc 2.8
[TXT] kern_prot.c  1.12   26 years  deraadt   branches: 1.12.10; indent
[TXT] kern_resource.c  1.7   27 years  millert   Sync with NetBSD. Figure NZERO into priorities and that rlim_cur and rlim_max a...
[TXT] kern_sig.c  1.26   26 years  niklas   GCC 2.8 caught this type error, thanks
[TXT] kern_subr.c  1.4   27 years  niklas   OpenBSD tags
[TXT] kern_synch.c  1.12   26 years  deraadt   bad types; wileyc@sekiya.twics.co.jp
[TXT] kern_sysctl.c  1.24   26 years  deraadt   add kern.nosuidcoredump to lock things out even more
[TXT] kern_time.c  1.12   26 years  niklas   Please GCC 2.8's harsher view of good style
[TXT] kern_xxx.c  1.4   27 years  deraadt   branches: 1.4.16; fix syscall debugging
[TXT] makesyscalls.sh  1.6   26 years  tholo   branches: 1.6.10; Sync with NetBSD
[TXT] subr_autoconf.c  1.20   26 years  niklas   Please GCC 2.8's harsher view of good style
[TXT] subr_disk.c  1.16   26 years  mickey   nuke prehistoric disk statistics
[TXT] subr_extent.c  1.4   26 years  weingart   Add command to print out extents. This helps in debugging PnP stuff, and "it's ...
[TXT] subr_log.c  1.5   26 years  deraadt   branches: 1.5.12; it is definately wrong to initialize the pgid at open() time ...
[TXT] subr_prf.c  1.23   26 years  deraadt   default to console ddb off
[TXT] subr_prof.c  1.6   28 years  deraadt   branches: 1.6.16; sync syscalls, no sys/cpu.h
[TXT] subr_userconf.c  1.15   26 years  deraadt   cleanup printfs
[TXT] subr_xxx.c  1.6   26 years  csapuntz   branches: 1.6.10; 1.6.20; Updates for VFS Lite 2 + soft update.
[TXT] sys_generic.c  1.12   26 years  tholo   More missing type changes; pointed out by deraadt@OpenBSD.org
[TXT] sys_pipe.c  1.8   26 years  csapuntz   Updates for VFS Lite 2 + soft update.
[TXT] sys_process.c  1.4   27 years  deraadt   comment on ptrace & P_SUGID
[TXT] sys_socket.c  1.3   26 years  deraadt   branches: 1.3.12; for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, ...
[TXT] syscalls.c  1.25   26 years  millert   regen
[TXT] syscalls.master  1.23   26 years  millert   Make "flags" field in f?chflags(2) consistent--unsigned int
[TXT] sysv_ipc.c  1.2   27 years  niklas   OpenBSD tags
[TXT] sysv_msg.c  1.2   28 years  niklas   From NetBSD: 960217 merge
[TXT] sysv_sem.c  1.2   28 years  niklas   From NetBSD: 960217 merge
[TXT] sysv_shm.c  1.6   27 years  deraadt   shmdt before shmdt (in child) fix
[TXT] tty.c  1.36   26 years  deraadt   nasty indent
[TXT] tty_conf.c  1.5   26 years  downsj   COMPAT_BSDOS exec and compat changes.
[TXT] tty_pty.c  1.7   26 years  deraadt   branches: 1.7.10; fix TIOCGPGRP in sunos emulation
[TXT] tty_subr.c  1.6   27 years  deraadt   branches: 1.6.16; a teeny bit more care
[TXT] tty_tty.c  1.6   26 years  csapuntz   branches: 1.6.10; Updates for VFS Lite 2 + soft update.
[TXT] uipc_domain.c  1.5   26 years  denny   Add AppleTalk.
[TXT] uipc_mbuf.c  1.7   26 years  deraadt   bad types; wileyc@sekiya.twics.co.jp
[TXT] uipc_proto.c  1.2   28 years  niklas   From NetBSD: 960217 merge
[TXT] uipc_socket.c  1.21   26 years  deraadt   add seperate so_euid & so_ruid to struct socket, so that identd is still fast.. ...
[TXT] uipc_socket2.c  1.7   26 years  deraadt   add seperate so_euid & so_ruid to struct socket, so that identd is still fast.. ...
[TXT] uipc_syscalls.c  1.7   26 years  tholo   Updates to match type changes in syscall tables
[TXT] uipc_usrreq.c  1.9   26 years  deraadt   crank f_count/f_msgcount to long; when incrementing try to leave 2 slots empty f...
[TXT] vfs_bio.c  1.20   26 years  csapuntz   A couple more splbio()s in vfs_bio plus moving around a couple functions.
[TXT] vfs_cache.c  1.2   28 years  niklas   From NetBSD: 960217 merge
[TXT] vfs_default.c  1.2   26 years  csapuntz   Fix a couple spinlock references. More code motion in vfs_subr.c
[TXT] vfs_init.c  1.8   26 years  niklas   Please GCC 2.8's harsher view of good style
[TXT] vfs_lockf.c  1.2   28 years  niklas   branches: 1.2.16; From NetBSD: 960217 merge
[TXT] vfs_lookup.c  1.14   26 years  csapuntz   A better fix for the mkdir ("path/") bug. This fix strips the trailing slashes (...
[TXT] vfs_subr.c  1.19   26 years  niklas   typo
[TXT] vfs_sync.c  1.3   26 years  millert   Changes necesary for new soft updates code. Doesn't affect old soft updates or ...
[TXT] vfs_syscalls.c  1.40   26 years  niklas   Missing wakeup in unmount error case, yet another amiga release staller :-)
[TXT] vfs_vnops.c  1.15   26 years  csapuntz   Re-enabled write protection on read-only file system mounts. Thanks to Niels for...
[TXT] Make.tags.inc (in the Attic) [Hide]  1.5   27 years  niklas   branches: 1.5.14; OpenBSD tags
[TXT] README (in the Attic) [Hide]  1.2   26 years  mickey   notes about sysctl additions
[TXT] exec_aout.c (in the Attic) [Hide]  1.3   27 years  deraadt   use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
[TXT] exec_ecoff.c (in the Attic) [Hide]  1.4   27 years  deraadt   use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types
[TXT] kern_fthread.c (in the Attic) [Hide]  1.1   26 years  niklas   branches: 1.1.10; Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,...
[TXT] kern_lkm.c (in the Attic) [Hide]  1.23   26 years  art   initialize all fileds in vfsconf when installing a new filesystem.
[TXT] kern_ntptime.c (in the Attic) [Hide]  1.6   26 years  tholo   Updates to match type changes in syscall tables
[TXT] subr_rmap.c (in the Attic) [Hide]  1.3   28 years  deraadt   partial sync with netbsd 960418, more to come
[TXT] syscalls.conf (in the Attic) [Hide]  1.3   26 years  deraadt   sync
[TXT] tty_tb.c (in the Attic) [Hide]  1.2   28 years  niklas   branches: 1.2.16; 1.2.26; From NetBSD: 960217 merge
[TXT] vfs_cluster.c (in the Attic) [Hide]  1.13   26 years  niklas   Please GCC 2.8's harsher view of good style
[TXT] vfs_conf.c (in the Attic) [Hide]  1.11   26 years  csapuntz   Get rid of string literals for file system names and replace with MOUNT_* macros...
[TXT] vnode_if.c (in the Attic) [Hide]  1.7   26 years  csapuntz   Updates for VFS Lite 2 + soft update.
[TXT] vnode_if.sh (in the Attic) [Hide]  1.3   28 years  niklas   NetBSD 960317 merge
[TXT] vnode_if.src (in the Attic) [Hide]  1.7   26 years  csapuntz   Updates for VFS Lite 2 + soft update.