freebsd_amp_hwpstate/sys/kern
Marcel Moolenaar 0917704bd4 ${MACHINE} -> ${MACHINE_ARCH}
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.

Tags added to:
	sys/boot/Makefile
	sys/boot/arc/loader/Makefile
	sys/kern/Makefile
	usr.bin/cpp/Makefile
	usr.bin/gcore/Makefile
	usr.bin/truss/Makefile

usr.bin/gcore/Makefile:
	fixed typo: MACHINDE -> MACHINE_ARCH
1999-11-14 13:54:44 +00:00
..
Make.tags.inc
Makefile ${MACHINE} -> ${MACHINE_ARCH} 1999-11-14 13:54:44 +00:00
bus_if.m * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
device_if.m
imgact_aout.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
imgact_elf.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
imgact_gzip.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
imgact_shell.c
inflate.c
init_main.c swapinit isn't called from vfs_mountroot, so don't complain about it in 1999-11-01 23:53:27 +00:00
init_sysent.c Now that userland, including modules don't use the osig* syscalls 1999-10-12 09:33:53 +00:00
kern_acct.c
kern_clock.c
kern_conf.c Zap devsw_module_handler(). 1999-11-08 08:10:00 +00:00
kern_descrip.c Use fo_stat() rather than duplicating knowledge of file type internals 1999-11-08 03:27:14 +00:00
kern_environment.c add in actual getenv_quad function 1999-11-07 01:10:30 +00:00
kern_exec.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
kern_exit.c Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
kern_fork.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_intr.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_jail.c
kern_kthread.c Add a per-signal flag to mark handlers registered with osigaction, so we 1999-10-11 20:33:17 +00:00
kern_ktrace.c
kern_linker.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_lock.c Correct a locking error in apause: It should always hold 1999-11-11 03:02:03 +00:00
kern_lockf.c
kern_malloc.c
kern_mib.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_module.c A hack basically.. We have a bunch of code that used to call 1999-11-08 06:53:30 +00:00
kern_ntptime.c
kern_physio.c Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the 1999-10-30 06:32:05 +00:00
kern_proc.c Remove a KASSERT() that has fulfilled its purpose. Note that it did 1999-10-24 08:37:21 +00:00
kern_prot.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_random.c
kern_resource.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
kern_shutdown.c A little bit of nitpicking in the 'syncing disks...' end of a shutdown. 1999-11-08 19:36:45 +00:00
kern_sig.c Bail out of the process early if the coredumpfile limit is 0. 1999-10-30 18:55:11 +00:00
kern_subr.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
kern_switch.c
kern_synch.c
kern_syscalls.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
kern_sysctl.c Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the 1999-10-30 06:32:05 +00:00
kern_tc.c
kern_threads.c
kern_time.c Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the 1999-10-30 06:32:05 +00:00
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
link_elf_obj.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
makedevops.pl
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
subr_bus.c * Add struct resource_list* argument to resource_list_alloc and 1999-10-12 21:35:51 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c Put a lock on the disk structure while we open to avoid races. 1999-11-06 10:25:58 +00:00
subr_disklabel.c
subr_diskmbr.c Fix a warning. 1999-11-09 21:35:10 +00:00
subr_diskslice.c
subr_dkbad.c
subr_eventhandler.c
subr_log.c
subr_module.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
subr_param.c
subr_prf.c
subr_prof.c Unremove used includes. 1999-10-12 02:54:23 +00:00
subr_rman.c
subr_scanf.c Move strto{u}[ql]() into their own libkern files. 1999-11-03 18:20:59 +00:00
subr_smp.c Eliminate remaining part of incorrect PCI bus numbering sanity check on systems with more than one PCI bus. 1999-10-15 21:38:15 +00:00
subr_trap.c Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It 1999-11-09 01:44:28 +00:00
subr_xxx.c
sys_generic.c Missed the second argument of fdrop(). 1999-10-14 10:50:06 +00:00
sys_pipe.c Update pipe code for fo_stat() entry point - pipe_stat() is now no longer 1999-11-08 03:28:49 +00:00
sys_process.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
sys_socket.c Update socket file type for fo_stat(). soo_stat() becomes a fileops 1999-11-08 03:31:01 +00:00
syscalls.c Now that userland, including modules don't use the osig* syscalls 1999-10-12 09:33:53 +00:00
syscalls.master Now that userland including modules don't use the osig* syscalls, 1999-10-12 09:29:53 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
tty.c
tty_compat.c
tty_conf.c Now that Netgraph is in the system there are some cleanups we can do. 1999-10-23 04:28:11 +00:00
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c New function: 1999-11-01 15:03:20 +00:00
uipc_proto.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
uipc_sockbuf.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
uipc_usrreq.c Trim unused options (or #ifdef for undoc options). 1999-10-11 15:19:12 +00:00
vfs_aio.c Simplify and de-bogotify check for raw disk. 1999-11-07 13:09:09 +00:00
vfs_bio.c Remove a #define which doesn't do miracles anymore. 1999-10-30 09:31:52 +00:00
vfs_cache.c
vfs_cluster.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
vfs_conf.c Ignore leading 'r' in base of root device name. 1999-11-08 11:44:51 +00:00
vfs_default.c Make vop_panic() a little more informative. 1999-11-07 15:09:49 +00:00
vfs_export.c Next step in the device cleanup process. 1999-11-09 14:15:33 +00:00
vfs_extattr.c Remove WILLRELE from VOP_SYMLINK 1999-11-13 20:58:17 +00:00
vfs_init.c Move a couple of globals here where they are initialised, rather than 1999-11-01 23:54:07 +00:00
vfs_lookup.c
vfs_mount.c Ignore leading 'r' in base of root device name. 1999-11-08 11:44:51 +00:00
vfs_subr.c Next step in the device cleanup process. 1999-11-09 14:15:33 +00:00
vfs_syscalls.c Remove WILLRELE from VOP_SYMLINK 1999-11-13 20:58:17 +00:00
vfs_vnops.c Add a vnode fo_stat() entry point. 1999-11-08 03:32:15 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src Remove WILLRELE from VOP_SYMLINK 1999-11-13 20:58:17 +00:00