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
jdolecek
9aba366e0b
Linux enforces CLONE_VM if CLONE_SIGHAND in clone(2) is specified,
...
follow the suit - this is intended to be Linux-compatible call
2004-08-08 11:02:10 +00:00
..
cnmagic.c
…
core_elf32.c
…
core_elf64.c
…
core_netbsd.c
…
exec_aout.c
…
exec_conf.c
…
exec_ecoff.c
…
exec_elf32.c
bump the number of allowed sections to 1024; e.g. SuSE 9.1 packaged
2004-08-01 22:16:19 +00:00
exec_elf64.c
…
exec_macho.c
…
exec_script.c
…
exec_subr.c
…
genassym.awk
…
genassym.sh
…
genlintstub.awk
…
init_main.c
…
init_sysctl.c
The message buffer datum instrumented by KERN_MSGBUFSIZE is actually a
2004-07-27 12:46:18 +00:00
init_sysent.c
…
kern_acct.c
…
kern_clock.c
…
kern_descrip.c
…
kern_event.c
…
kern_exec.c
…
kern_exit.c
Use the P_ZOMBIE macro instead of open-coding it. No functional change.
2004-08-07 03:34:37 +00:00
kern_fork.c
Linux enforces CLONE_VM if CLONE_SIGHAND in clone(2) is specified,
2004-08-08 11:02:10 +00:00
kern_kcont.c
…
kern_ksyms.c
…
kern_kthread.c
…
kern_ktrace.c
…
kern_lkm.c
…
kern_lock.c
add missing wakeups in the cases of lock failure.
2004-08-04 10:37:08 +00:00
kern_lwp.c
…
kern_malloc_debug.c
…
kern_malloc.c
…
kern_microtime.c
…
kern_ntptime.c
…
kern_physio.c
…
kern_proc.c
…
kern_prot.c
…
kern_ras.c
…
kern_resource.c
…
kern_sa.c
Cast register type via intptr_t before cast to pointer.
2004-07-20 14:56:10 +00:00
kern_sig.c
…
kern_subr.c
…
kern_synch.c
…
kern_sysctl.c
…
kern_systrace.c
…
kern_time.c
…
kern_timeout.c
…
kern_uuid.c
…
kern_verifiedexec.c
…
kern_xxx.c
…
kgdb_stub.c
…
Make.tags.inc
…
Makefile
…
makesyscalls.sh
Rename LIBCOMPAT* -> SYSLIBCOMPAT*, now that <bsd.own.mk> provides LIBCOMPAT.
2004-07-31 00:55:51 +00:00
subr_autoconf.c
…
subr_devsw.c
…
subr_disk_mbr.c
…
subr_disk.c
…
subr_evcnt.c
…
subr_extent.c
…
subr_log.c
…
subr_pool.c
…
subr_prf.c
…
subr_prof.c
…
subr_prop.c
…
subr_userconf.c
…
subr_xxx.c
…
sys_generic.c
…
sys_pipe.c
…
sys_pmc.c
…
sys_process.c
…
sys_socket.c
…
syscalls.c
…
syscalls.conf
…
syscalls.master
…
sysv_ipc.c
…
sysv_msg.c
…
sysv_sem.c
The different loop variable is no longer necessary due to recent change.
2004-08-05 22:06:48 +00:00
sysv_shm.c
…
tty_conf.c
…
tty_pty.c
…
tty_subr.c
…
tty_tb.c
…
tty_tty.c
…
tty.c
…
uipc_domain.c
…
uipc_mbuf2.c
m_pulldown: fix mbuf leaks and chain truncation
2004-07-21 12:09:43 +00:00
uipc_mbuf.c
m_copyback: add an assertion to detect write attempts to a read-only mbuf.
2004-07-21 12:06:46 +00:00
uipc_proto.c
…
uipc_sem.c
…
uipc_socket2.c
…
uipc_socket.c
…
uipc_syscalls.c
…
uipc_usrreq.c
…
vfs_bio.c
…
vfs_cache.c
…
vfs_getcwd.c
…
vfs_init.c
…
vfs_lockf.c
…
vfs_lookup.c
…
vfs_subr.c
…
vfs_syscalls.c
…
vfs_vnops.c
…
vnode_if.c
…
vnode_if.sh
…
vnode_if.src
…