NetBSD/sys/kern
thorpej e408d7413a Fix __sysctl() to return the proper value to the caller, to match
documented behavior.  sysctl(3) is documented to return 0 on success,
-1 on failure.  The previous behavior was to return -1 on failure
and the number of bytes copied back down to user space.
Fixes part of PR #1999, from Kevin M. Lahey <kml@nas.nasa.gov>
1996-04-12 23:21:37 +00:00
..
Make.tags.inc
Makefile Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
exec_aout.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_conf.c
exec_ecoff.c - Make things compile cleanly after the NTP additions. 1996-03-07 14:31:16 +00:00
exec_elf.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_elf32.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_script.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_subr.c
init_main.c call config_init() before autoconfiguration, to initialize alldevs and 1996-04-04 00:26:28 +00:00
init_sysent.c Reran makesyscalls.sh. 1996-03-08 21:05:40 +00:00
kern_acct.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_clock.c Fix db_printf formats. 1996-03-30 22:23:18 +00:00
kern_descrip.c Eliminate kern_conf.h 1996-03-30 22:24:38 +00:00
kern_exec.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_exit.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_fork.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_ktrace.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_lkm.c Fix PR2277; make lkmenodev() be the same type as enodev(). 1996-03-31 21:40:27 +00:00
kern_malloc.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
kern_ntptime.c - Make things compile cleanly after the NTP additions. 1996-03-07 14:31:16 +00:00
kern_physio.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_proc.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_prot.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_resource.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_sig.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_subr.c Removed a function that were #ifdef vax'ed. 1996-04-09 17:21:56 +00:00
kern_synch.c Fix db_printf formats. 1996-03-30 22:23:18 +00:00
kern_sysctl.c Fix __sysctl() to return the proper value to the caller, to match 1996-04-12 23:21:37 +00:00
kern_time.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
kern_xxx.c More proto fixes 1996-02-09 18:59:18 +00:00
makesyscalls.sh support nested #if/#else/#endif sets, to allow ULTRIX compat code to handle 1996-03-15 01:25:12 +00:00
subr_autoconf.c Make config_found_sm() (and therefore config_found()) and config_rootfound() 1996-04-04 06:06:18 +00:00
subr_disk.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
subr_log.c Eliminate kern_conf.h 1996-03-30 22:24:38 +00:00
subr_prf.c Change %r -> %: as for recursive printf's 1996-03-30 22:25:18 +00:00
subr_prof.c Remove extraneous argument from sysctl_doprof(). 1996-03-17 02:44:40 +00:00
subr_rmap.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
subr_xxx.c First pass at prototyping 1996-02-04 02:15:01 +00:00
sys_generic.c kill unnecessary (and sometimes dangerous) casts of ioctl commands to int 1996-03-29 00:25:30 +00:00
sys_process.c More proto fixes 1996-02-09 18:59:18 +00:00
sys_socket.c
syscalls.c Reran makesyscalls.sh. 1996-03-08 21:05:40 +00:00
syscalls.conf
syscalls.master Add NTP kernel precision timekeeping from Dave Mill's xntp distribution 1996-02-27 04:20:30 +00:00
sysv_ipc.c
sysv_msg.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_sem.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_shm.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
tty.c Fix another printf format warning. 1996-03-29 01:55:12 +00:00
tty_conf.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_pty.c Eliminate kern_conf.h 1996-03-30 22:24:38 +00:00
tty_subr.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_tb.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_tty.c Eliminate kern_conf.h 1996-03-30 22:24:38 +00:00
uipc_domain.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_mbuf.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_proto.c uipc_proto.c: No need for the forward decls anymore; everything is prototyped. 1996-02-13 21:10:43 +00:00
uipc_socket.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_socket2.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_syscalls.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_usrreq.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_bio.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
vfs_cache.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_cluster.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
vfs_conf.c
vfs_init.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_lockf.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_lookup.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_subr.c Fix printf() formats. 1996-03-16 23:17:04 +00:00
vfs_syscalls.c Move an #ifdef FIFO so this compiles on a SPARC (-Wall) if FIFO is not 1996-03-22 06:51:04 +00:00
vfs_vnops.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vnode_if.c Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 21:01:12 +00:00
vnode_if.sh Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
vnode_if.src Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00