..
Make.tags.inc
relocate where scsi devices are
1997-11-02 22:44:42 +00:00
Makefile
…
exec_aout.c
fix some typos and clean up some comments.
1996-09-26 23:34:46 +00:00
exec_conf.c
allow a.out executable support to be optional (conditioned on EXEC_AOUT),
1996-10-02 05:29:29 +00:00
exec_ecoff.c
clean up a comment (in code derived from the a.out code, where i cleaned
1996-09-27 03:38:27 +00:00
exec_elf32.c
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
1997-05-08 16:19:43 +00:00
exec_elf64.c
…
exec_elf_common.c
don't include <machine/exec.h> explicitly. No other changes needed, since
1996-10-07 21:43:02 +00:00
exec_script.c
Make this work for SETUIDSCRIPTS:
1997-07-08 02:32:02 +00:00
exec_subr.c
exec vnode locking protocol changes: in a nutshell, don't keep vnodes
1996-09-30 23:18:43 +00:00
genassym.awk
Oops... That was meant for the head.
1997-11-04 20:45:22 +00:00
genassym.sh
replace gawk-specific C-style comments with generic AWK comments; from
1997-08-20 06:58:10 +00:00
init_main.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
init_sysent.c
Regen - syscalls.master changed.
1997-11-04 21:26:18 +00:00
kern_acct.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_clock.c
Moved db_show_callout() to ddb/db_xxx.c
1997-05-21 19:55:45 +00:00
kern_descrip.c
Fix the shared library versioning snafu caused by the recent changes
1997-10-20 22:05:06 +00:00
kern_exec.c
Fix execve(2) and *setregs() interfaces so emulations can set registers in a
1997-09-11 23:01:44 +00:00
kern_exit.c
Delay turning off P_TRACED until the process is actually waited on. It can't
1997-04-28 13:17:05 +00:00
kern_fork.c
Remove __FORK_BRAINDAMAGEd code; it's no longer needed.
1997-06-19 20:54:15 +00:00
kern_ktrace.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_lkm.c
add a patchable `lkmdebug' variable and only print debug messages
1997-07-21 05:43:36 +00:00
kern_lock.c
Make wmesg arguments to various functions const.
1997-10-09 12:49:44 +00:00
kern_malloc.c
Add another bit of const poisoning.
1997-10-09 13:05:59 +00:00
kern_ntptime.c
ntp_gettime()'s argument is a struct ntptimeval *, not a struct timex *
1996-12-22 06:23:38 +00:00
kern_physio.c
Use PHOLD() and PRELE(), rather than manipulating p_holdcnt directly.
1997-05-19 10:43:28 +00:00
kern_proc.c
Moved db_kill_proc() and db_show_all_procs() to ddb/db_xxx.c
1997-05-21 19:56:50 +00:00
kern_prot.c
Clean up code from last commit.
1997-11-10 08:26:09 +00:00
kern_resource.c
Adjust u_int arguments of some system calls to int, to match user-level
1997-10-15 17:03:52 +00:00
kern_sig.c
Disable an effectively no-op reference to u_kproc, with an explanation of what
1997-10-16 02:45:39 +00:00
kern_subr.c
Copyright assigned to The NetBSD Foundation.
1997-10-05 18:37:01 +00:00
kern_synch.c
GC pageproc and bclnlist.
1997-10-10 08:19:41 +00:00
kern_sysctl.c
Fix PR4313: kern.maxvnodes setting was a psychotic placebo
1997-10-21 18:51:06 +00:00
kern_time.c
Adjust u_int arguments of some system calls to int, to match user-level
1997-10-15 17:03:52 +00:00
kern_xxx.c
Use the copied-in string to pass to cpu_reboot(), not a pointer into user space.
1997-09-20 19:32:15 +00:00
kgdb_stub.c
Use the macro PC_ADVANCE(), if defined, to skip over a breakpoint.
1997-09-10 19:37:31 +00:00
makesyscalls.sh
* Don't actually output args structure definitions for INDIR syscalls (typo).
1996-12-22 06:45:14 +00:00
subr_autoconf.c
Call device_register() on i386 too.
1997-09-20 14:16:43 +00:00
subr_disk.c
Copyright assigned to The NetBSD Foundation.
1997-10-05 18:37:01 +00:00
subr_extent.c
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:37:50 +00:00
subr_log.c
Implement the kernel part of pr-1891. This allows for a more flexible sized
1997-09-19 13:52:37 +00:00
subr_prf.c
A new kprintf was imported on 10/24, and it will cause a kernel panic
1997-11-15 09:27:33 +00:00
subr_prof.c
Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>.
1997-10-17 22:37:38 +00:00
subr_rmap.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
subr_xxx.c
…
sys_generic.c
Fix slight argument bogosity with getgroups(), setgroups(), select(),
1997-11-04 21:24:14 +00:00
sys_process.c
Reinstate P_FSTRACE, with different semantics:
1997-04-28 04:49:27 +00:00
sys_socket.c
Implement poll(2).
1996-09-07 12:40:22 +00:00
syscalls.c
Regen - syscalls.master changed.
1997-11-04 21:26:18 +00:00
syscalls.conf
…
syscalls.master
Fix slight argument bogosity with getgroups(), setgroups(), select(),
1997-11-04 21:24:14 +00:00
sysv_ipc.c
Don't use vaccess() here.
1997-05-08 17:16:15 +00:00
sysv_msg.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
sysv_sem.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
sysv_shm.c
Fix error handling - call wakeup() in error case too.
1997-10-09 08:35:13 +00:00
tty.c
defopt UCONSOLE
1997-10-28 01:53:50 +00:00
tty_conf.c
It's STRIPDISC, not STRIPIPDISC.
1997-04-03 00:54:19 +00:00
tty_pty.c
…
tty_subr.c
remove duplicate prototypes from tty_subr.c (ndqb, putc, b_to_q), and
1996-10-25 21:20:29 +00:00
tty_tb.c
…
tty_tty.c
…
uipc_domain.c
Add netatalk domain.
1997-04-04 14:22:21 +00:00
uipc_mbuf.c
Get `canwait' argument to kmem_malloc() right.
1997-06-06 10:51:49 +00:00
uipc_proto.c
…
uipc_socket.c
Fix a mbuf leak in sosend() when we have a negative residual count.
1997-08-27 07:10:01 +00:00
uipc_socket2.c
Make various standard wmesg strings const.
1997-10-09 12:59:50 +00:00
uipc_syscalls.c
Use UCHAR_MAX rather than "255" when sanity-checking the length of a
1997-06-26 06:13:36 +00:00
uipc_usrreq.c
PR/4280: Chris Jones: Sending more than one fd over AF_UNIX sockets causes
1997-10-17 17:35:08 +00:00
vfs_bio.c
Check `b_dev' field in bdwrite() before using it as an index into bdevsw[].
1997-07-08 22:03:30 +00:00
vfs_cache.c
…
vfs_cluster.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
vfs_conf.c
Allow more than 4 (up to 16 now) virtual filesystems to be loaded.
1997-10-20 17:40:07 +00:00
vfs_init.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
vfs_lockf.c
make it compile with -DLOCKF_DEBUG
1997-04-10 23:46:18 +00:00
vfs_lookup.c
Conditionalize the recognition of symbolic link permission by
1997-10-30 22:47:06 +00:00
vfs_subr.c
Separate assigments of tv_sec and tv_nsec since tv_sec is a time_t (int on
1997-10-18 16:34:17 +00:00
vfs_syscalls.c
Conditionalize the recognition of symbolic link permission by
1997-10-30 22:47:06 +00:00
vfs_vnops.c
Add vn_readdir function for use in both the old getdirentries and
1997-10-10 02:09:30 +00:00
vnode_if.c
Regen.
1997-10-10 02:07:55 +00:00
vnode_if.sh
mark prototypes for static inline functions in the generated files as
1997-07-07 20:17:36 +00:00
vnode_if.src
Make last argument to VOP_READDIR off_t.
1997-10-10 02:07:00 +00:00