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_3_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   24 years  aaron   branches: 1.8.10; Initial check-in for support of 32-bit CardBus PC Cards; from...
[TXT] exec_conf.c  1.11   22 years  art   Unify elf32 and elf64 code with macros. This forced a renaming of a few function...
[TXT] exec_elf.c  1.35   22 years  art   Unify elf32 and elf64 code with macros. This forced a renaming of a few function...
[TXT] exec_script.c  1.13   22 years  deraadt   KNF
[TXT] exec_subr.c  1.12   22 years  art   remove old vm
[TXT] genassym.sh  1.6   22 years  miod   Feature-sync with NetBSD (add the "config" keyword). Allow multiple occurences o...
[TXT] init_main.c  1.79   22 years  gluk   Count pages not buffers. This fixes deadlock condition which mainly occurs on th...
[TXT] init_sysent.c  1.54   22 years  deraadt   branches: 1.54.4; sync
[TXT] kern_acct.c  1.9   24 years  art   Don't set filesize limit to infinity on exit. This is only needed in accounting ...
[TXT] kern_clock.c  1.28   22 years  art   generic soft interrupts for softclock. From NetBSD.
[TXT] kern_descrip.c  1.38   22 years  art   Clean up fdrelease.
[TXT] kern_event.c  1.9   22 years  provos   use pool allocator for knotes, adapted from lukem@netbsd, okay art@
[TXT] kern_exec.c  1.57   22 years  mickey   branches: 1.57.2; merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] kern_exit.c  1.35   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] kern_fork.c  1.44   22 years  art   Disable fd sharing for this release. Sorry. deraadt@ ok.
[TXT] kern_kthread.c  1.14   22 years  millert   __dead not __noreturn__
[TXT] kern_ktrace.c  1.24   22 years  aaron   branches: 1.24.2; Appease gcc by not using void pointers in arithmetic operatio...
[TXT] kern_lock.c  1.9   24 years  art   branches: 1.9.4; rename SIMPLELOCK_DEBUG to LOCKDEBUG clean up the debug functi...
[TXT] kern_malloc.c  1.39   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] kern_physio.c  1.13   22 years  art   remove old vm
[TXT] kern_proc.c  1.8   23 years  art   branches: 1.8.6; Use pool to allocate processes.
[TXT] kern_prot.c  1.18   22 years  art   branches: 1.18.4; Try again. (this time it's tested). Add proc_cansugid that ch...
[TXT] kern_resource.c  1.14   22 years  art   branches: 1.14.2; remove old vm
[TXT] kern_sig.c  1.49   22 years  deraadt   branches: 1.49.2; execsigs() could modify the wrong sigacts; based on David.Ara...
[TXT] kern_subr.c  1.20   22 years  niklas   branches: 1.20.4; Startup hooks. Can be used for providing root/swap devices f...
[TXT] kern_synch.c  1.38   22 years  art   Remove a comment that just doesn't make any sense.
[TXT] kern_sysctl.c  1.58   22 years  millert   sysctl() support for getting the SYSV *info structs and the associated SYSV stru...
[TXT] kern_time.c  1.24   22 years  csapuntz   branches: 1.24.2; Remove NQNFS
[TXT] kern_timeout.c  1.11   22 years  art   branches: 1.11.4; Rename timeout_init to timeout_startup to deconfuse a bit.
[TXT] kern_xxx.c  1.4   27 years  deraadt   branches: 1.4.16; fix syscall debugging
[TXT] makesyscalls.sh  1.8   22 years  deraadt   branches: 1.8.4; be and le varients of syscallarg; from netbsd
[TXT] subr_autoconf.c  1.29   22 years  jason   branches: 1.29.4; Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already ha...
[TXT] subr_disk.c  1.20   23 years  angelos   branches: 1.20.4; Set a flag whenever a disk is added/removed, so sysctl knows ...
[TXT] subr_extent.c  1.18   22 years  art   branches: 1.18.4; Use pool to allocate extent region descriptors.
[TXT] subr_log.c  1.7   23 years  csapuntz   branches: 1.7.6; Move offsetof define into sys/param.h
[TXT] subr_pool.c  1.13   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] subr_prf.c  1.35   22 years  deraadt   make sure that va_start() has matching va_end()
[TXT] subr_prof.c  1.8   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] subr_userconf.c  1.26   22 years  miod   branches: 1.26.4; Repair bad printf (-Wall cleanup)
[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.29   23 years  ho   branches: 1.29.2; No need to check M_WAIT/M_WAITOK malloc return values. (art@ ...
[TXT] sys_pipe.c  1.38   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] sys_process.c  1.13   22 years  art   branches: 1.13.2; remove old vm
[TXT] sys_socket.c  1.7   23 years  art   Add a fo_stat member to struct fileops. Used soon. Also add a stat function for ...
[TXT] syscalls.c  1.54   22 years  deraadt   branches: 1.54.4; sync
[TXT] syscalls.master  1.47   22 years  dugsong   branches: 1.47.4; implement djb's getpeereid(2), to allow local-domain servers ...
[TXT] sysv_ipc.c  1.3   26 years  deraadt   change ipc.h to use uid_t and friends, and then build compat system calls for th...
[TXT] sysv_msg.c  1.11   22 years  millert   branches: 1.11.4; Don't allocate globals in include files, use extern declarati...
[TXT] sysv_sem.c  1.8   22 years  fgsch   branches: 1.8.4; Change nsops to u_int to match prototype as discussed with mil...
[TXT] sysv_shm.c  1.20   22 years  millert   Don't allocate globals in include files, use extern declarations. Move the actua...
[TXT] tty.c  1.47   22 years  art   branches: 1.47.2; Setting the VTIME to a value larger than 214 lead to an integ...
[TXT] tty_conf.c  1.6   25 years  art   branches: 1.6.4; 1.6.14; we don't need to include buf.h
[TXT] tty_pty.c  1.8   22 years  mickey   branches: 1.8.4; make number of ptys configurable; deraadt@ ok
[TXT] tty_subr.c  1.15   22 years  art   branches: 1.15.4; QBITS is always defined, no point in having all those cofusin...
[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.11   23 years  deraadt   NATM domain; stoklund@taxidriver.dk
[TXT] uipc_mbuf.c  1.41   22 years  art   mbutl no more
[TXT] uipc_mbuf2.c  1.15   22 years  angelos   branches: 1.15.4; Having to update queue(3) for DLIST_* is a major PITA; thus, ...
[TXT] uipc_proto.c  1.3   26 years  millert   branches: 1.3.8; Allow PF_LOCAL as the proto arg in socketpair(2). Previously,...
[TXT] uipc_socket.c  1.35   22 years  deraadt   KNF
[TXT] uipc_socket2.c  1.20   22 years  deraadt   At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket. St...
[TXT] uipc_syscalls.c  1.42   22 years  mpech   branches: 1.42.2; occured->occurred idea from deraadt@ via NetBSD millert@ ok
[TXT] uipc_usrreq.c  1.13   22 years  dugsong   implement djb's getpeereid(2), to allow local-domain servers to determine client...
[TXT] vfs_bio.c  1.45   22 years  art   Fix flawed logic when deciding if we should sleep when we are below the low wate...
[TXT] vfs_cache.c  1.5   23 years  fgsch   branches: 1.5.4; Use correct M_CACHE type; art@ ok.
[TXT] vfs_default.c  1.7   22 years  csapuntz   Remove NQNFS
[TXT] vfs_init.c  1.11   22 years  deraadt   branches: 1.11.4; KNF
[TXT] vfs_lockf.c  1.5   22 years  deraadt   use %ll instead of %q
[TXT] vfs_lookup.c  1.19   22 years  deraadt   branches: 1.19.4; KNF
[TXT] vfs_subr.c  1.68   22 years  csapuntz   Bounds check index into routing table. Thanks to Ken Ashcraft of Stanford for ...
[TXT] vfs_sync.c  1.19   22 years  deraadt   KNF
[TXT] vfs_syscalls.c  1.80   22 years  millert   branches: 1.80.2; Back out changes to symlink and mknod that were not well test...
[TXT] vfs_vnops.c  1.33   22 years  millert   Ignore O_TRUNC on open() if we are not opening a regular file. csapuntz@ OK'd
[TXT] Make.tags.inc (in the Attic) [Hide]  1.6   22 years  deraadt   branches: 1.6.4; deal with gnu kernel dependencies right; cyxob@thief.dyndns.or...
[TXT] README (in the Attic) [Hide]  1.4   23 years  angelos   Typo.
[TXT] exec_aout.c (in the Attic) [Hide]  1.5   24 years  art   branches: 1.5.4; use round_page(foo) instead of roundup(foo, NBPG)
[TXT] exec_ecoff.c (in the Attic) [Hide]  1.7   22 years  deraadt   KNF
[TXT] exec_elf32.c (in the Attic) [Hide]  1.1   22 years  art   Unify elf32 and elf64 code with macros. This forced a renaming of a few function...
[TXT] exec_elf64.c (in the Attic) [Hide]  1.19   22 years  art   Unify elf32 and elf64 code with macros. This forced a renaming of a few function...
[TXT] kern_lkm.c (in the Attic) [Hide]  1.33   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] kern_malloc_debug.c (in the Attic) [Hide]  1.13   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] kern_ntptime.c (in the Attic) [Hide]  1.10   22 years  espie   match time definition with include file, volatile included. Okay millert@
[TXT] kgdb_stub.c (in the Attic) [Hide]  1.2   22 years  mpech   branches: 1.2.4; occured->occurred idea from deraadt@ via NetBSD millert@ ok
[TXT] subr_rmap.c (in the Attic) [Hide]  1.4   25 years  niklas   branches: 1.4.6; Sanity panics into DIAGNOSTIC
[TXT] syscalls.conf (in the Attic) [Hide]  1.5   23 years  millert   Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. Create COMPAT...
[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.25   22 years  deraadt   KNF
[TXT] vfs_conf.c (in the Attic) [Hide]  1.15   23 years  provos   branches: 1.15.8; initial import of tcfs.
[TXT] vnode_if.c (in the Attic) [Hide]  1.18   22 years  millert   Back out changes to symlink and mknod that were not well tested. A simple mknod ...
[TXT] vnode_if.sh (in the Attic) [Hide]  1.8   23 years  art   branches: 1.8.6; Since VLOCKSWORK is only set when LOCKDEBUG is defined, ifdef ...
[TXT] vnode_if.src (in the Attic) [Hide]  1.13   22 years  millert   Back out changes to symlink and mknod that were not well tested. A simple mknod ...