freebsd_amp_hwpstate/sys/kern
Bruce Evans 654f6be1c8 Changed the type used to represent the user stack pointer from `long *'
to `register_t *'.  This fixes bugs like misplacement of argc and argv
on the user stack on i386's with 64-bit longs.  We still use longs to
represent "words" like argc and argv, and assume that they are on the
stack (and that there is stack).  The suword() and fuword() families
should also use register_t.
1999-12-27 10:42:55 +00:00
..
Make.tags.inc
Makefile
bus_if.m
device_if.m
imgact_aout.c
imgact_elf.c Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c If we fail to find init, print out the search path used. This helps 1999-12-20 02:50:49 +00:00
init_sysent.c regenerate after making getfh a standard syscall. 1999-12-21 20:21:48 +00:00
kern_acct.c
kern_acl.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
kern_clock.c
kern_conf.c
kern_descrip.c Removed unused includes. 1999-12-26 14:07:43 +00:00
kern_environment.c
kern_exec.c Changed the type used to represent the user stack pointer from `long *' 1999-12-27 10:42:55 +00:00
kern_exit.c
kern_fork.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktrace.c
kern_linker.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_switch.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c Fixed some type mismatches. p_retval[0] in struct proc has type 1999-12-27 10:22:09 +00:00
link_aout.c Fixed a cast of a pointer to an integer of a possibly different size. 1999-12-24 15:33:36 +00:00
link_elf.c Fixed a cast of a pointer to an integer of a possibly different size. 1999-12-24 15:33:36 +00:00
link_elf_obj.c Fixed a cast of a pointer to an integer of a possibly different size. 1999-12-24 15:33:36 +00:00
makedevops.pl
makesyscalls.sh Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c * Set the devclass of a device before calling the probe method. This allows 1999-12-24 16:21:15 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c Don't ignore return value from tsleep(). 1999-12-19 12:36:41 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_scanf.c
subr_smp.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Use vfs_timestamp() instead of getnanotime() to set timestamps. This 1999-12-26 13:04:52 +00:00
sys_process.c
sys_socket.c
syscalls.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
syscalls.master make getfh a standard syscall instead of dependant on having 1999-12-21 20:21:12 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Make m_print const correct (avoids a warning) 1999-12-20 18:10:00 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c Correct an uninitialized variable use, which, unlike most times, is 1999-12-27 06:31:53 +00:00
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_aio.c
vfs_bio.c Reimplement buf_daemon / getnewbuf() interaction for dealing with 1999-12-20 20:28:40 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_export.c Prettyness police: Identify flags in b_xflags with BX_ to distinguish 1999-12-22 03:11:04 +00:00
vfs_extattr.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Prettyness police: Identify flags in b_xflags with BX_ to distinguish 1999-12-22 03:11:04 +00:00
vfs_syscalls.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00