NetBSD/sys/kern
cgd 4431ea58a9 replace ELF_ALIGN with ELF_TRUNC (round to lower alignment boundary) and
ELF_ROUND (round to higher alignment boundary), and use them properly.
Also, change a bit of code in elf_load_psection to use the next ELF_ROUND
macro.  This fixes a bug found by Robert Baron <rvb+@cs.cmu.edu> where
elf_load_psection, if given a properly aligned address at which to load
the section, would round actually load it at the next highest alignment
boundary.
1996-10-11 19:44:02 +00:00
..
Make.tags.inc
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 replace ELF_ALIGN with ELF_TRUNC (round to lower alignment boundary) and 1996-10-11 19:44:02 +00:00
exec_elf64.c add support and reorganize for 64-bit ELF, included by EXEC_ELF64 1996-09-26 20:51:03 +00:00
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 printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +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
init_main.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
init_sysent.c renamed sys_getlogin to sys___getlogin. required by libc namespace conventions 1996-09-19 04:52:12 +00:00
kern_acct.c
kern_clock.c Fix unused variable warning for an "int i" left over from the old disk 1996-07-24 16:13:04 +00:00
kern_descrip.c
kern_exec.c exec vnode locking protocol changes: in a nutshell, don't keep vnodes 1996-09-30 23:18:43 +00:00
kern_exit.c remove include of <sys/cpu.h> 1996-04-22 01:38:12 +00:00
kern_fork.c Use PHOLD() and PRELE() rather than frobbing p_holdcnt directly. 1996-10-09 00:04:39 +00:00
kern_ktrace.c
kern_lkm.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
kern_malloc.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
kern_ntptime.c
kern_physio.c Check user access rights only if `uio_segflg' says it's a user space buffer. 1996-06-13 22:30:18 +00:00
kern_proc.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
kern_prot.c renamed sys_getlogin to sys___getlogin. required by libc namespace conventions 1996-09-19 04:52:12 +00:00
kern_resource.c Fix p_nice vs. NZERO code. 1996-10-02 18:04:56 +00:00
kern_sig.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
kern_subr.c Removed a function that were #ifdef vax'ed. 1996-04-09 17:21:56 +00:00
kern_synch.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
kern_sysctl.c Add compile-time and run-time control over automatic niceing 1996-07-17 21:54:04 +00:00
kern_time.c
kern_xxx.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
makesyscalls.sh
subr_autoconf.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_disk.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_extent.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_log.c Implement poll(2). 1996-09-07 12:40:22 +00:00
subr_prf.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_prof.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_rmap.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
subr_xxx.c
sys_generic.c Use INFTIM, not -1. 1996-09-07 21:47:23 +00:00
sys_process.c fix obscure problem involving ptrace of init 1996-05-15 06:17:47 +00:00
sys_socket.c Implement poll(2). 1996-09-07 12:40:22 +00:00
syscalls.c renamed sys_getlogin to sys___getlogin. required by libc namespace conventions 1996-09-19 04:52:12 +00:00
syscalls.conf Change reboot(2) to take two arguments: bootopt like normal and also 1996-08-09 10:30:23 +00:00
syscalls.master renamed sys_getlogin to sys___getlogin. required by libc namespace conventions 1996-09-19 04:52:12 +00:00
sysv_ipc.c
sysv_msg.c - Use debugging printf - macros instead if #ifdef #endif everywhere 1996-10-10 22:43:21 +00:00
sysv_sem.c - Use debugging printf - macros instead if #ifdef #endif everywhere 1996-10-10 22:43:21 +00:00
sysv_shm.c Calling shmdt(2) before calling shmat(2) would crash the system because 1996-09-01 22:53:06 +00:00
tty.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
tty_conf.c Add line discipline code, initialization, and config support for MosquitoNet's 1996-05-19 17:17:50 +00:00
tty_pty.c Implement poll(2). 1996-09-07 12:40:22 +00:00
tty_subr.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
tty_tb.c
tty_tty.c Implement poll(2). 1996-09-07 12:40:22 +00:00
uipc_domain.c formatting fix only 1996-08-14 05:43:35 +00:00
uipc_mbuf.c if kmem_malloc() fails while trying to allocate an mbuf cluster, try 1996-06-13 17:02:23 +00:00
uipc_proto.c
uipc_socket.c This fixes a nasty little bug where traceroute (and other raw-ip sending 1996-08-14 05:53:18 +00:00
uipc_socket2.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
uipc_syscalls.c avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
uipc_usrreq.c Oops. Add missing label. 1996-05-23 17:07:03 +00:00
vfs_bio.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_cache.c
vfs_cluster.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_conf.c
vfs_init.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_lockf.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_lookup.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_subr.c printf -> kprintf, sprintf -> ksprintf 1996-10-10 22:46:11 +00:00
vfs_syscalls.c Implement futimes(). 1996-04-23 10:29:02 +00:00
vfs_vnops.c Implement poll(2). 1996-09-07 12:40:22 +00:00
vnode_if.c Regen. 1996-09-07 12:56:49 +00:00
vnode_if.sh
vnode_if.src Implement poll(2). 1996-09-07 12:40:22 +00:00