.. |
Make.tags.inc
|
…
|
|
Makefile
|
…
|
|
exec_aout.c
|
…
|
|
exec_conf.c
|
…
|
|
exec_ecoff.c
|
…
|
|
exec_elf32.c
|
…
|
|
exec_elf64.c
|
…
|
|
exec_elf_common.c
|
…
|
|
exec_script.c
|
Make this work for SETUIDSCRIPTS:
|
1997-07-08 02:32:02 +00:00 |
exec_subr.c
|
…
|
|
genassym.awk
|
Generalize somewhat (now works for alpha too).
|
1997-09-10 16:25:07 +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
|
Fix execve(2) and *setregs() interfaces so emulations can set registers in a
|
1997-09-11 23:01:44 +00:00 |
init_sysent.c
|
syscalls.master changed; regen.
|
1997-09-09 08:07:00 +00:00 |
kern_acct.c
|
…
|
|
kern_clock.c
|
…
|
|
kern_descrip.c
|
In sys_flock, change EBADF to EINVAL because error was generated by
|
1997-07-17 17:54:40 +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
|
…
|
|
kern_fork.c
|
Remove __FORK_BRAINDAMAGEd code; it's no longer needed.
|
1997-06-19 20:54:15 +00:00 |
kern_ktrace.c
|
…
|
|
kern_lkm.c
|
add a patchable `lkmdebug' variable and only print debug messages
|
1997-07-21 05:43:36 +00:00 |
kern_lock.c
|
There appear to be spinlock bugs in the VM code. They are not a problem
|
1997-07-06 22:51:59 +00:00 |
kern_malloc.c
|
…
|
|
kern_ntptime.c
|
…
|
|
kern_physio.c
|
…
|
|
kern_proc.c
|
…
|
|
kern_prot.c
|
…
|
|
kern_resource.c
|
…
|
|
kern_sig.c
|
…
|
|
kern_subr.c
|
eliminate unused variable warnings
|
1997-08-06 16:57:33 +00:00 |
kern_synch.c
|
…
|
|
kern_sysctl.c
|
…
|
|
kern_time.c
|
…
|
|
kern_xxx.c
|
…
|
|
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
|
…
|
|
subr_autoconf.c
|
…
|
|
subr_disk.c
|
…
|
|
subr_extent.c
|
Bring changes from marc-pcmcia branch down to the trunk.
|
1997-08-29 00:47:18 +00:00 |
subr_log.c
|
…
|
|
subr_prf.c
|
Avoid running off the end of the format string if the caller botched
|
1997-06-26 05:17:45 +00:00 |
subr_prof.c
|
…
|
|
subr_rmap.c
|
…
|
|
subr_xxx.c
|
…
|
|
sys_generic.c
|
…
|
|
sys_process.c
|
…
|
|
sys_socket.c
|
…
|
|
syscalls.c
|
syscalls.master changed; regen.
|
1997-09-09 08:07:00 +00:00 |
syscalls.conf
|
…
|
|
syscalls.master
|
Ups.
|
1997-09-09 08:05:35 +00:00 |
sysv_ipc.c
|
…
|
|
sysv_msg.c
|
…
|
|
sysv_sem.c
|
…
|
|
sysv_shm.c
|
…
|
|
tty.c
|
Add some robustness to ttymodem(), e.g. do not SIGHUP when there hasn't been
|
1997-06-20 10:50:11 +00:00 |
tty_conf.c
|
…
|
|
tty_pty.c
|
…
|
|
tty_subr.c
|
…
|
|
tty_tb.c
|
…
|
|
tty_tty.c
|
…
|
|
uipc_domain.c
|
…
|
|
uipc_mbuf.c
|
…
|
|
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
|
In sbappendaddr(), if the sockaddr length is larger than will fit in
|
1997-06-26 05:56:38 +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
|
Several small changes to eliminate kludginess in dealing with unix domain
|
1997-06-26 06:06:40 +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
|
…
|
|
vfs_conf.c
|
Support ext2fs.
|
1997-06-11 10:40:16 +00:00 |
vfs_init.c
|
…
|
|
vfs_lockf.c
|
…
|
|
vfs_lookup.c
|
…
|
|
vfs_subr.c
|
Allow multiple export requests for a filesystem, host pair if the flags and
|
1997-07-20 23:31:32 +00:00 |
vfs_syscalls.c
|
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
|
1997-08-25 19:31:43 +00:00 |
vfs_vnops.c
|
…
|
|
vnode_if.c
|
update for new vnode_if.sh
|
1997-07-07 20:19:54 +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
|
…
|
|