jschauma
d571e4f803
Do not abort incomplete deletion if the cwd was removed. Instead, warn,
...
stay in no-longer existing dir and continue with removal of db-files;
otherwise, the packages contents would be removed, but the package not
uninstalled. Pointed out by Grant in PR pkg/18384. OK'd by hubertf.
2002-11-23 22:31:18 +00:00
thorpej
02c69e5261
Put interface attributes on the device, not another attribute with
...
the same name as the device.
2002-11-23 19:42:41 +00:00
fvdl
370e22c9fd
Enable ELF32 nlist (as well as ELF64) for x86-64.
2002-11-23 19:28:45 +00:00
provos
048da773ed
error messages need to go to stderr
2002-11-23 17:42:45 +00:00
thorpej
2e0f3f1f87
Mention xor5, xor6, xor7, and xor8.
2002-11-23 17:36:28 +00:00
wiz
ad774d9d77
Fix stack alignment; uses same alignment as COMPAT_LINUX.
...
Found by manu.
2002-11-23 17:35:06 +00:00
thorpej
df201a40b9
Correct a comment.
2002-11-23 17:23:51 +00:00
thorpej
5df3ea5331
Oops, the _init() and _fini() entry points need to be in the .init
...
and .fini sections, respectively (same as the {init,fini}_fallthru
stubs).
This is needed on PowerPC, where otherwise the linker would be unhappy
with the relocation records for the fallthru stubs when building a
shared library.
2002-11-23 17:21:22 +00:00
fvdl
589e13bd6f
Define both BOOT_ELF32 and BOOT_ELF64
2002-11-23 16:05:40 +00:00
thorpej
bf3979a00a
Use objcopy to a.out'ify the install kernel image.
2002-11-23 16:02:55 +00:00
fvdl
2861429a88
Correct lowered SPL test.
2002-11-23 15:18:12 +00:00
chris
f86ab1a63e
Sync arm asm libkern files with libc's asm files.
2002-11-23 14:29:29 +00:00
chris
0caaced5a9
Add arm asm version of memcmp, basically it's strncmp.S without the
...
check for *src != 0
2002-11-23 14:26:04 +00:00
fvdl
9d672e72f5
Use a barrier in spl/splx.
2002-11-23 13:44:41 +00:00
fvdl
c903de3a0a
Fix bogon introduced in devsw switch that made findroot() not find
...
a match for the root disk.
2002-11-23 13:23:41 +00:00
fvdl
4c357c783c
Adapt to i386 intr changes.
2002-11-23 12:53:51 +00:00
blymn
c26f63141b
Renamed verified exec fingerprint loader
2002-11-23 11:24:03 +00:00
blymn
01ab9ad2be
Change name of verified exec fingerprint loader.
2002-11-23 11:11:15 +00:00
kristerw
0e18bd2ffa
Make this identical to the other m68k machine/bswap.h by including
...
m68k/bswap.h instead of sys/bswap.h.
Solves part of PR toolchain/18314.
2002-11-23 11:04:33 +00:00
blymn
9d90ef846f
Renamed the verified exec fingerprint loader.
2002-11-23 10:53:55 +00:00
blymn
5447f70f9c
Renamed verified exec fingerprint loader.
2002-11-23 10:52:49 +00:00
blymn
e58c186212
Removed poorly named fingerprint loader utility for verified exec.
2002-11-23 10:51:03 +00:00
fvdl
b31699f426
Remove duplicate definitions, include <machine/frameasm.h> instead.
2002-11-23 10:50:09 +00:00
fvdl
e5a9ffde7a
Remove "ioapic.h" include, and always include the intr_find_mpmapping
...
prototype; it's not worth the extra bytes to avoid including this.
2002-11-23 10:37:09 +00:00
blymn
6ad0917189
Added veriexecctl to examples tree.
2002-11-23 10:30:04 +00:00
blymn
e644ca2e85
Added verified exec directory.
2002-11-23 10:25:56 +00:00
blymn
c06c99cbd3
Example signature generating scripts.
2002-11-23 10:25:03 +00:00
blymn
1c475f17bc
Removing due to rename of loader tool.
2002-11-23 10:21:17 +00:00
scw
2fcea657de
Implemented #2 : Improved TLB management
2002-11-23 09:27:03 +00:00
scw
a3885e9bdd
- Change VM_MIN_KERNEL_ADDRESS to start at KSEG1 instead of KSEG0.
...
- Overhaul the TLB management code such that we now keep track of
the exact TLB slot at which a mapping was inserted, both for user-
space and kernel mappings. This addresses #2 on the TODO list.
2002-11-23 09:25:54 +00:00
scw
dbaff62d21
Make this compile again.
2002-11-23 09:14:14 +00:00
scw
7e40fdd6f9
Keep evbsh5-specific major device declarations separate from the shared
...
sh5 devices.
2002-11-23 09:13:18 +00:00
scw
5f18a49912
Add alphaledio.h
2002-11-23 09:05:27 +00:00
scw
a354470bbf
Support for the alphanumeric LED display on the SuperH Cayman board.
2002-11-23 09:05:03 +00:00
lha
2943f5e96b
install intrdefs.h so it can be used by intr.h (and libkvm)
2002-11-23 05:33:11 +00:00
thorpej
74f4284e39
Add /usr/lib/crti.o and /usr/lib/crtn.o.
2002-11-23 03:48:55 +00:00
chris
35c74e8cc5
Add an asm version of strncmp, based on strcmp.
...
Add RCSID to strcmp, also use numeric label, rather than named label for
loop.
2002-11-23 03:10:27 +00:00
oster
93e77ce121
Nuke all (but one) of the remaining RF_UTILITY's.
2002-11-23 02:44:14 +00:00
oster
ceb8b43d54
Nuke some #if 0'ed code.
2002-11-23 02:38:59 +00:00
cgd
afa17e6b22
go back to being big-endian by default; was clobbered in last commit
2002-11-23 02:35:39 +00:00
manu
1ee1245718
Add support for two Darwin sysctl
2002-11-23 02:18:53 +00:00
lha
f882e535ec
deal with the .s -> .S change for i386
2002-11-23 02:15:45 +00:00
lha
e5a0293cb5
Add fix a missing CPUVAR define (copied from mach_sigcode.S). Frank
...
promised to a better fix when he wakes up, this just to make it
compile again.
2002-11-23 02:05:51 +00:00
oster
d8bae03774
One less goto.
2002-11-23 01:59:59 +00:00
oster
a14698a359
Bye-bye to the completely unused reconCtrlPtr->priorityList.
2002-11-23 01:58:18 +00:00
thorpej
bc4956ce1c
Fix the _init and _fini function prologues for ABICALLS. Make sure
...
the functions are aligned to a 32-bit boundary, otherwise some pretty
colorful lossage can result.
2002-11-23 01:44:13 +00:00
manu
0e734a6755
Libraries do not use relative addresses, they are absolute and should be
...
treated as such if we want the same mapping as in Darwin.
While we are there KNFify function names
2002-11-22 23:09:46 +00:00
ragge
0ccd7cbd86
It's a very bad habit to store file sizes in int's, so change it to off_t
...
instead. Obviously noone has tried to rcp files larger than 2GB.
2002-11-22 21:46:02 +00:00
fvdl
23fb62d8f1
Removed unused function. From kristerw.
2002-11-22 21:21:13 +00:00
oster
540f566858
rf_SelectMirrorDiskPartition() is only needed in a few cases. #if it
...
out in the rest. Thanks to Krister!
2002-11-22 20:56:10 +00:00