The NetBSD Project

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: [cvs.NetBSD.org] / src / sys / kern

Current tag: gehenna-devsw-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Make.tags.inc  1.10   22 years  lukem   branches: 1.10.38; 1.10.52; 1.10.56; use ${.CURDIR:H:H} instead of ../.. for ...
[TXT] Makefile  1.10   22 years  jhawk   branches: 1.10.22; SYSDIR should be relative here, too. And actually use it aft...
[TXT] cnmagic.c  1.4   22 years  bouyer   branches: 1.4.16; In cn_get_magic() don't increment i in the for(;;) loop, as i...
[TXT] core_elf32.c  1.3   22 years  thorpej   branches: 1.3.2; 1.3.4; 1.3.16; Cast off_t to (long long) for printing.
[TXT] core_elf64.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.4; Add support for dumping ELF-cormat core files.
[TXT] core_netbsd.c  1.2   22 years  thorpej   branches: 1.2.2; 1.2.4; Move the code that walks the process's VM map during a...
[TXT] exec_aout.c  1.23   21 years  chs   only create a vmcmd for the BSS if there is any BSS. fixes PR 17834.
[TXT] exec_ecoff.c  1.16   22 years  lukem   branches: 1.16.10; add RCSIDs
[TXT] exec_elf.c  1.9   27 years  cgd   branches: 1.9.78; 1.9.82; 1.9.86; rename exec_elf.c to exec_elf32.c, since it...
[TXT] exec_elf32.c  1.72   21 years  christos   - Implement passing AT_{R,E}{U,G}ID in the elf aux vector. - Pass struct proc to...
[TXT] exec_elf64.c  1.2   22 years  lukem   branches: 1.2.114; 1.2.118; 1.2.124; 1.2.128; add RCSIDs
[TXT] exec_script.c  1.30   22 years  lukem   branches: 1.30.10; add RCSIDs
[TXT] exec_subr.c  1.30   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] genlintstub.awk  1.4   22 years  perry   branches: 1.4.2; Add a /* LINTSTUB: include <foo.h> */ mechanism.
[TXT] init_main.c  1.204   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] init_sysent.c  1.132   21 years  gmcgarry   Regenerate: rasctl
[TXT] kern_acct.c  1.50   22 years  lukem   branches: 1.50.4; 1.50.12; add RCSIDs
[TXT] kern_clock.c  1.80   21 years  briggs   Implement pmc(9) -- An interface to hardware performance monitoring counters. T...
[TXT] kern_descrip.c  1.93   21 years  thorpej   sys_fpathconf: Don't panic in the default case; just return EOPNOTSUPP.
[TXT] kern_event.c  1.2   22 years  lukem   move to kqueue branch for now
[TXT] kern_exec.c  1.155   21 years  gmcgarry   MI kernel support for user-level Restartable Atomic Sequences (RAS).
[TXT] kern_exit.c  1.100   21 years  gmcgarry   MI kernel support for user-level Restartable Atomic Sequences (RAS).
[TXT] kern_fork.c  1.92   21 years  gmcgarry   MI kernel support for user-level Restartable Atomic Sequences (RAS).
[TXT] kern_kthread.c  1.13   21 years  lukem   SIMPLEQ rototill: - implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it...
[TXT] kern_ktrace.c  1.58   21 years  itojun   disallow ktrace on P_SUGID. from openbsd
[TXT] kern_lock.c  1.62   21 years  thorpej   Move kernel_lock manipulation info functions so that they will show up in a prof...
[TXT] kern_lwp.c  1.1   23 years  nathanw   branches: 1.1.2; file kern_lwp.c was initially added on branch nathanw_sa.
[TXT] kern_malloc.c  1.72   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] kern_mutex.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_mutex.c was initially added on bra...
[TXT] kern_ntptime.c  1.21   21 years  eeh   Back out previous.
[TXT] kern_physio.c  1.53   21 years  hannken   Remove the old device buffer queue interface. Approved by: Jason R. Thorpe <tho...
[TXT] kern_proc.c  1.51   21 years  gmcgarry   MI kernel support for user-level Restartable Atomic Sequences (RAS).
[TXT] kern_prot.c  1.69   21 years  thorpej   branches: 1.69.2; Fix some signed/unsigned comparison warnings from GCC 3.3.
[TXT] kern_ras.c  1.1   21 years  gmcgarry   branches: 1.1.2; 1.1.4; 1.1.6; MI kernel support for user-level Restartable A...
[TXT] kern_resource.c  1.63   21 years  thorpej   Fix signed/unsigned comparison warning from GCC 3.3.
[TXT] kern_rwlock.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_rwlock.c was initially added on br...
[TXT] kern_sig.c  1.123   21 years  thorpej   Fix signed/unsigned conditional expression warning from GCC 3.3.
[TXT] kern_subr.c  1.86   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] kern_synch.c  1.111   21 years  briggs   Only include sys/pmc.h if PERFCTRS is defined.
[TXT] kern_sysctl.c  1.112   21 years  augustss   Get rid of sysctl for setting BCM2033 firmware path. It doesn't work for ports ...
[TXT] kern_time.c  1.61   22 years  simonb   branches: 1.61.10; Implement the CLOCK_MONOTONIC clock for the posix/opengroup ...
[TXT] kern_turnstile.c  1.1   22 years  thorpej   branches: 1.1.2; 1.1.18; 1.1.36; file kern_turnstile.c was initially added on...
[TXT] kgdb_stub.c  1.12   22 years  dbj   add support for the `D' kgdb detach command add comment about minimum requiremen...
[TXT] makesyscalls.sh  1.52   22 years  lukem   add RCSID to generated .c files
[TXT] subr_autoconf.c  1.64   21 years  drochner   fix off-by-one error in string len check
[TXT] subr_devsw.c  1.1   21 years  gehenna   branches: 1.1.2; file subr_devsw.c was initially added on branch gehenna-devsw....
[TXT] subr_disk.c  1.42   21 years  hannken   Remove the old device buffer queue interface. Approved by: Jason R. Thorpe <tho...
[TXT] subr_extent.c  1.46   22 years  thorpej   Pool deals fairly well with physical memory shortage, but it doesn't deal with s...
[TXT] subr_log.c  1.22   21 years  enami   branches: 1.22.2; Fix the return value of logioctl() for unhandled ioctl; retur...
[TXT] subr_pool.c  1.79   21 years  thorpej   Fix signed/unsigned comparison warnings from GCC 3.3.
[TXT] subr_prf.c  1.85   21 years  scw   Casting from a pointer, to a db_expr_t, has to go via an intptr_t. (db_expr_t ==...
[TXT] subr_prof.c  1.25   22 years  lukem   add RCSIDs
[TXT] subr_userconf.c  1.5   22 years  lukem   add RCSIDs
[TXT] sys_generic.c  1.64   21 years  thorpej   Fix some signed/unsigned comparison warnings from GCC 3.3.
[TXT] sys_pipe.c  1.26   21 years  thorpej   Fix signed/unsigned comparison warnings from GCC 3.3.
[TXT] sys_process.c  1.77   21 years  gmcgarry   branches: 1.77.2; Attempt to protect restartable atomic sequences of a traced p...
[TXT] sys_socket.c  1.32   22 years  lukem   add RCSIDs
[TXT] syscalls.c  1.127   21 years  gmcgarry   Regenerate: rasctl
[TXT] syscalls.conf  1.6   23 years  mycroft   branches: 1.6.24; Round up the sysent table size.
[TXT] syscalls.master  1.114   21 years  gmcgarry   MI kernel support for user-level Restartable Atomic Sequences (RAS).
[TXT] sysv_ipc.c  1.15   22 years  lukem   branches: 1.15.16; 1.15.32; add RCSIDs
[TXT] sysv_msg.c  1.34   22 years  nathanw   Make the debugging printfs compile: - printf format checking doesn't like %x fo...
[TXT] sysv_sem.c  1.44   22 years  christos   use the exithook mechanism to clean up semaphores.
[TXT] sysv_shm.c  1.64   21 years  fvdl   branches: 1.64.4; Split off the backend of the shmat system call, and find remo...
[TXT] tty.c  1.140   21 years  thorpej   Avoid signed/unsigned comparison warnings from GCC 3.3.
[TXT] tty_conf.c  1.38   22 years  atatat   branches: 1.38.4; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTT...
[TXT] tty_pty.c  1.62   22 years  itohy   branches: 1.62.2; Print ttyinfo *before* (not after) sending SIGINFO to process...
[TXT] tty_subr.c  1.22   22 years  ad   In clalloc(), clear the quoted char bitmap (part of the ring buffer was being cl...
[TXT] tty_tty.c  1.17   22 years  lukem   branches: 1.17.8; add RCSIDs
[TXT] uipc_domain.c  1.37   21 years  matt   Make domains extern.
[TXT] uipc_mbuf.c  1.60   21 years  thorpej   Changes to allow the IPv4 and IPv6 layers to align headers themseves, as necessa...
[TXT] uipc_proto.c  1.13   22 years  lukem   branches: 1.13.16; add RCSIDs
[TXT] uipc_socket.c  1.71   21 years  thorpej   Make use of page loaning for large socket writes the default. The SOSEND_NO_LOA...
[TXT] uipc_socket2.c  1.46   21 years  thorpej   In sbcompress(), if we toss an empty mbuf, make sure to update sb_lastrecord if ...
[TXT] uipc_syscalls.c  1.69   21 years  itojun   support setsockopt() with larger data (up to MCLBYTES). From: Hitoshi Asaeda <Hi...
[TXT] uipc_usrreq.c  1.53   22 years  lukem   add RCSIDs
[TXT] vfs_bio.c  1.83   21 years  hannken   Remove the old device buffer queue interface. Approved by: Jason R. Thorpe <tho...
[TXT] vfs_cache.c  1.36   21 years  thorpej   Fix signed/unsigned comparison warnings from GCC 3.3.
[TXT] vfs_getcwd.c  1.15   22 years  lukem   branches: 1.15.10; add RCSIDs
[TXT] vfs_init.c  1.21   22 years  thorpej   Pool deals fairly well with physical memory shortage, but it doesn't deal with s...
[TXT] vfs_lockf.c  1.18   22 years  lukem   add RCSIDs
[TXT] vfs_lookup.c  1.41   21 years  soren   Make NAMEI_DIAGNOSTIC compile.
[TXT] vfs_subr.c  1.176   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] vfs_syscalls.c  1.175   21 years  thorpej   Fix a signed/unsigned comparison warning from GCC 3.3.
[TXT] vfs_vnops.c  1.54   22 years  atatat   branches: 1.54.6; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTT...
[TXT] vnode_if.c  1.39   22 years  lukem   regen (for RCSID)
[TXT] vnode_if.sh  1.30   22 years  lukem   add RCSID to generated .c file
[TXT] vnode_if.src  1.30   22 years  chs   a whole bunch of changes to improve performance and robustness under load: - r...


CVSweb <webmaster@jp.NetBSD.org>