This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
kern
History
mycroft
e704745a3c
Regen.
1997-10-19 03:26:22 +00:00
..
exec_aout.c
…
exec_conf.c
…
exec_ecoff.c
…
exec_elf32.c
…
exec_elf64.c
…
exec_elf_common.c
…
exec_script.c
…
exec_subr.c
…
genassym.awk
…
genassym.sh
…
init_main.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
init_sysent.c
Regen.
1997-10-19 03:26:22 +00:00
kern_acct.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_clock.c
…
kern_descrip.c
Minor change; remove unnecessary casts.
1997-10-19 01:50:33 +00:00
kern_exec.c
…
kern_exit.c
…
kern_fork.c
…
kern_ktrace.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_lkm.c
…
kern_lock.c
…
kern_malloc.c
…
kern_ntptime.c
…
kern_physio.c
…
kern_proc.c
…
kern_prot.c
…
kern_resource.c
…
kern_sig.c
…
kern_subr.c
…
kern_synch.c
…
kern_sysctl.c
…
kern_time.c
…
kern_xxx.c
…
kgdb_stub.c
…
Make.tags.inc
…
Makefile
…
makesyscalls.sh
…
subr_autoconf.c
…
subr_disk.c
…
subr_extent.c
…
subr_log.c
…
subr_prf.c
…
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
…
subr_xxx.c
…
sys_generic.c
…
sys_process.c
…
sys_socket.c
…
syscalls.c
Regen.
1997-10-19 03:26:22 +00:00
syscalls.conf
…
syscalls.master
umask(2) accepts and returns a mode_t.
1997-10-19 03:25:55 +00:00
sysv_ipc.c
…
sysv_msg.c
…
sysv_sem.c
…
sysv_shm.c
…
tty_conf.c
…
tty_pty.c
…
tty_subr.c
…
tty_tb.c
…
tty_tty.c
…
tty.c
…
uipc_domain.c
…
uipc_mbuf.c
…
uipc_proto.c
…
uipc_socket2.c
…
uipc_socket.c
…
uipc_syscalls.c
…
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
…
vfs_cache.c
…
vfs_cluster.c
…
vfs_conf.c
…
vfs_init.c
…
vfs_lockf.c
…
vfs_lookup.c
…
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
…
vfs_vnops.c
…
vnode_if.c
…
vnode_if.sh
…
vnode_if.src
…