.. |
Make.tags.inc
|
…
|
|
Makefile
|
…
|
|
cnmagic.c
|
…
|
|
core_elf32.c
|
Track the LWP ID of a synchronous (trap) signal, and report it in core dumps.
|
2003-05-20 17:42:51 +00:00 |
core_elf64.c
|
Add support for dumping ELF-cormat core files.
|
2001-12-09 23:05:56 +00:00 |
core_netbsd.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
exec_aout.c
|
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
|
2002-12-10 17:14:02 +00:00 |
exec_conf.c
|
grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling
|
2003-04-02 00:58:56 +00:00 |
exec_ecoff.c
|
fix previous: call vn_marktext() on the right vnode.
|
2002-10-13 17:37:16 +00:00 |
exec_elf32.c
|
If we are doing TOPDOWN, we want to truncate the address downwards. If not,
|
2003-03-01 05:55:51 +00:00 |
exec_elf64.c
|
…
|
|
exec_elf_common.c
|
add support for __MACHINE_STACK_GROWS_UP platforms. from fredette@
|
2002-11-17 22:53:46 +00:00 |
exec_macho.c
|
Some Mach-O libraries do not have a load base address. The Darwin
|
2003-04-21 14:32:25 +00:00 |
exec_script.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
exec_subr.c
|
Make elf32 load_file work properly with TOPDOWN by mapping psections in
|
2003-02-26 21:18:22 +00:00 |
genassym.awk
|
…
|
|
genassym.sh
|
support a variant of the "member" keyword where the symbol defined
|
2002-11-17 19:24:50 +00:00 |
genlintstub.awk
|
This program is called genlintstub.awk
|
2003-05-20 20:25:31 +00:00 |
init_main.c
|
Alternative pid/proc allocater, removes all searches associated with pid
|
2003-03-19 11:36:32 +00:00 |
init_sysent.c
|
regen
|
2003-03-18 18:09:48 +00:00 |
kern_acct.c
|
PR/5458: Andrew Brown: acct(2) bug accounting to files marked sappnd
|
2003-04-20 03:20:18 +00:00 |
kern_allocsys.c
|
New callout implementation. This is based on callwheel implementation
|
2003-02-04 01:21:03 +00:00 |
kern_clock.c
|
New callout implementation. This is based on callwheel implementation
|
2003-02-04 01:21:03 +00:00 |
kern_descrip.c
|
use strlcat
|
2003-05-16 14:40:41 +00:00 |
kern_event.c
|
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
|
2003-03-21 21:13:50 +00:00 |
kern_exec.c
|
typo
|
2003-04-10 20:57:01 +00:00 |
kern_exit.c
|
Alternative pid/proc allocater, removes all searches associated with pid
|
2003-03-19 11:36:32 +00:00 |
kern_fork.c
|
Alternative pid/proc allocater, removes all searches associated with pid
|
2003-03-19 11:36:32 +00:00 |
kern_ksyms.c
|
Add __KERNEL_RCSID()
|
2003-06-01 00:03:39 +00:00 |
kern_kthread.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
kern_ktrace.c
|
ktrace rval[1] - in order to get both fd numbers for pipe()
|
2003-05-15 12:56:16 +00:00 |
kern_lkm.c
|
Teach the lkm code to add loaded module symbols to the in-kernel symbol table.
|
2003-04-24 20:09:43 +00:00 |
kern_lock.c
|
Use lock_printf() in SPINLOCK_SPINCHECK() and SLOCK_TRACE().
|
2003-02-19 22:34:42 +00:00 |
kern_lwp.c
|
Use 0 instead of NULL for size parameters.
|
2003-05-21 17:57:21 +00:00 |
kern_malloc.c
|
In the KMEMSTATS && DIAGNOSTIC case, add a check for inuse already being 0
|
2003-05-06 18:07:57 +00:00 |
kern_malloc_debug.c
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
kern_microtime.c
|
Avoid integer constant is too large warnings in gcc 3.3.
|
2003-05-17 01:50:56 +00:00 |
kern_ntptime.c
|
Remember if ntp has adjusted clock rate, hardware RTC may be wrong.
|
2003-04-16 21:35:07 +00:00 |
kern_physio.c
|
Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and
|
2003-02-25 20:35:31 +00:00 |
kern_proc.c
|
Indentation fixes
|
2003-03-19 20:35:04 +00:00 |
kern_prot.c
|
add a crcmp() function.
|
2003-05-16 13:55:18 +00:00 |
kern_ras.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
kern_resource.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
kern_sa.c
|
Put the tsleep() call in sa_yield() inside a while loop that tests
|
2003-05-28 22:17:20 +00:00 |
kern_sig.c
|
Track the LWP ID of a synchronous (trap) signal, and report it in core dumps.
|
2003-05-20 17:42:51 +00:00 |
kern_subr.c
|
Use aprint_normal() for the non-error (and thus non-interative) case
|
2003-05-17 22:22:41 +00:00 |
kern_synch.c
|
Sprinkle a little white-space.
|
2003-05-20 13:48:08 +00:00 |
kern_sysctl.c
|
put back nmaxproc check mistakely changed in rev.1.132
|
2003-03-27 18:34:18 +00:00 |
kern_systrace.c
|
allow the kernel to free policies for users; kernel informs userland
|
2003-06-03 05:24:00 +00:00 |
kern_time.c
|
Expand the test in itimerfire() to only wake up an idle SA LWP if the
|
2003-05-28 22:27:57 +00:00 |
kern_timeout.c
|
Typos in comments.
|
2003-05-17 15:53:42 +00:00 |
kern_verifiedexec.c
|
* Use PAGE_SIZE rather than NBPG.
|
2003-04-01 01:41:39 +00:00 |
kern_xxx.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
kgdb_stub.c
|
fix nits to compile when DEBUG_KGDB is defined
|
2003-05-13 02:13:14 +00:00 |
makesyscalls.sh
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
subr_autoconf.c
|
Fix a logic botch that would cause some unwanted messages in the
|
2003-04-29 00:56:52 +00:00 |
subr_devsw.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
subr_disk.c
|
CONSTCONT should have been CONSTCOND
|
2003-04-13 09:08:04 +00:00 |
subr_extent.c
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
subr_log.c
|
Ensure that the pgid arg to TIOCSPGRP is in the current session.
|
2003-03-13 10:20:06 +00:00 |
subr_pool.c
|
Add the ability for pool caches to cache the physical address of
|
2003-04-09 18:22:13 +00:00 |
subr_prf.c
|
Make sure to flush each line after printf.
|
2003-03-06 00:39:42 +00:00 |
subr_prof.c
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
subr_prop.c
|
avoid constant, use sizeof
|
2003-05-17 03:12:08 +00:00 |
subr_userconf.c
|
Remove some variables that are set but not used.
|
2002-10-22 03:27:47 +00:00 |
subr_xxx.c
|
…
|
|
sys_generic.c
|
Report ioctl read and write the correct way around.
|
2003-05-28 20:02:59 +00:00 |
sys_pipe.c
|
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
|
2003-03-21 21:13:50 +00:00 |
sys_pmc.c
|
Make this compile again on i386 by avoiding an unused variable
|
2003-01-20 01:40:48 +00:00 |
sys_process.c
|
Add a ptrace interface for iterating over and collecting information
|
2003-05-20 18:16:08 +00:00 |
sys_socket.c
|
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
|
2003-03-21 21:13:50 +00:00 |
syscalls.c
|
regen
|
2003-03-18 18:09:48 +00:00 |
syscalls.conf
|
…
|
|
syscalls.master
|
_lwp_setprivate returns void
|
2003-03-18 18:08:49 +00:00 |
sysv_ipc.c
|
…
|
|
sysv_msg.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
sysv_sem.c
|
Merge the nathanw_sa branch.
|
2003-01-18 10:06:22 +00:00 |
sysv_shm.c
|
Introduce "top down" memory management for mmap()ed allocations. This
|
2003-02-20 22:16:05 +00:00 |
tty.c
|
use VREAD instead of VWRITE, this ioctl is used to redirect console output.
|
2003-04-10 22:35:00 +00:00 |
tty_conf.c
|
/*CONTCOND*/ while (0)'ed macros
|
2002-11-02 07:20:42 +00:00 |
tty_pty.c
|
Make the tty subsystem MP-safe..
|
2003-02-05 15:49:02 +00:00 |
tty_subr.c
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
tty_tb.c
|
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
|
2002-03-17 19:40:26 +00:00 |
tty_tty.c
|
merge kqueue branch into -current
|
2002-10-23 09:10:23 +00:00 |
uipc_domain.c
|
Add MBUFTRACE kernel option.
|
2003-02-26 06:31:08 +00:00 |
uipc_mbuf.c
|
Fix tyop in a comment.
|
2003-05-27 09:03:46 +00:00 |
uipc_mbuf2.c
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
uipc_proto.c
|
…
|
|
uipc_sem.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
uipc_socket.c
|
export some of sosend loan routines for nfsd.
|
2003-05-03 17:53:17 +00:00 |
uipc_socket2.c
|
A bit of an ugly workaround to avoid a warning for a larger MSIZE.
|
2003-04-17 13:12:39 +00:00 |
uipc_syscalls.c
|
PR/21030: Naoto Shimazaki: fcntl to accepted socket does not work properly
|
2003-04-05 16:54:34 +00:00 |
uipc_usrreq.c
|
RP/21088: Jesse Off: Return ENOBUFS instead of EINVAL when sbappend fails.
|
2003-04-10 18:55:11 +00:00 |
vfs_bio.c
|
remove B_NEEDCOMMIT as it's no longer used.
|
2003-04-09 12:55:50 +00:00 |
vfs_cache.c
|
Fix a missing namecache_slock unlock. From Stephan Uphoff.
|
2003-05-21 09:36:06 +00:00 |
vfs_getcwd.c
|
move declaration of getcwd_common and constant to the header file.
|
2003-04-16 20:00:03 +00:00 |
vfs_init.c
|
Typos in comments.
|
2003-05-17 15:53:42 +00:00 |
vfs_lockf.c
|
Make gcc3 happy ("label at end of compound statement").
|
2003-05-03 15:02:54 +00:00 |
vfs_lookup.c
|
Make sure the directory is still mounted before looking things up in it.
|
2003-04-10 07:26:52 +00:00 |
vfs_subr.c
|
use %PRIx64 instead of %x to print bp->b_lblkno and bp->b_blkno
|
2003-05-23 01:45:07 +00:00 |
vfs_syscalls.c
|
use strlcpy. [fixed off-by-one in subr_prop.c]
|
2003-05-16 14:25:02 +00:00 |
vfs_vnops.c
|
Copy birthtime in vn_stat.
|
2003-04-03 14:53:38 +00:00 |
vnode_if.c
|
regen:
|
2003-04-10 20:38:12 +00:00 |
vnode_if.sh
|
…
|
|
vnode_if.src
|
'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust the
|
2003-04-10 20:35:36 +00:00 |