| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=70426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=53152
|
|
|
|
|
|
|
| |
targets.
Notes:
svn path=/head/; revision=47105
|
|
|
|
|
|
|
| |
Submitted-by: Andreas Klemm <andreas@knobel.gun.de>
Notes:
svn path=/head/; revision=14960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<sys/sysproto.h> and use them (so far only) in kern/init_sysent.c.
Don't put $Id in generated files.
kern/syscalls.master:
I had to add some new fields to describe some non-orthogonal names.
E.g., the args struct for the syscall-implementing function foo()
is usually named `foo_args', but for getpid() it is named `args'.
sys/sysent.h:
sy_call_t is still incomplete to hide a couple of warnings.
Notes:
svn path=/head/; revision=10905
|
|
|
|
| |
Notes:
svn path=/head/; revision=2696
|
|
Notes:
svn path=/head/; revision=1541
|