David van Moolenbroek
5456f2728e
ext2: resolve Coverity warnings
2012-08-14 09:11:19 +00:00
David van Moolenbroek
4aec9db571
dp8390: resolve Coverity warnings (encore)
2012-08-14 09:11:18 +00:00
David van Moolenbroek
bc404a9401
TTY: resolve Coverity warnings
2012-08-14 09:11:17 +00:00
David van Moolenbroek
533f61249b
random: resolve Coverity warnings
2012-08-14 09:11:16 +00:00
Arun Thomas
93eadc7040
Make memory driver arch-neutral
...
-Use PAGE_SIZE instead of I386_PAGE_SIZE
-No need to grant ioport access for ARM
2012-08-13 17:21:47 +02:00
Arun Thomas
697f0d097f
Rename sys_vmctl_get_cr3_i386
2012-08-12 23:30:54 +02:00
Arun Thomas
263ec1e885
pm: update for ARM
2012-08-12 23:30:54 +02:00
Arun Thomas
cdfb5ab81f
common/libc: build for ARM
2012-08-12 23:30:54 +02:00
Arun Thomas
ed9152a1a3
csu: build for ARM
2012-08-12 23:30:54 +02:00
Ben Gras
31d8526346
libexec: add load_offset feature, used for ld.so
...
. ld.so is linked at 0 but it can relocate itself; we
wish to load ld.so higher though to trap NULL dereferences.
if we know we have to execute ld.so, vfs tells libexec to put it
higher.
2012-08-12 23:22:54 +02:00
Erik van der Kouwe
ad898517ac
sprofdiff for comparing sprofile results
...
This patch adds the sprofdiff tool, which compares two sets of profiling
output files. It sorts processes and symbols by difference in average
number of samples, placing those that took more time on the left first
and those that took more time on the right last. If multiple runs are
combined, a standard deviation is computed and this is used to compute
the significance level, which gives an indication of which differences
are likely to be due to chance.
This tool is run not on the raw profiling files, but on the output of
sprofalyze -d (a new option). Though having to use two tools and an
intermediate file seems a bit awkward, the advantage is that the
original source tree is not needed to resolve the symbols. For
comparisons, this is very useful. Also, the intermediate file is in a
text format that can easily be processed by scripts, which may be useful
for other purposes as well.
2012-08-11 22:09:42 +00:00
Arun Thomas
fbd456ee2b
libc/mallocdebug: Make arch-generic
2012-08-10 22:45:35 +02:00
Arun Thomas
caa798bbe1
brksize: Remove non-ELF code
2012-08-10 22:45:35 +02:00
pikpik
90f82bb33e
Fix minimal ISO installation
...
- Minimal ISO's have little in /usr/src
- Copy boot.cfg from /etc instead
2012-08-10 22:21:59 +02:00
pikpik
445f634a90
Removed legacy floppy boot support
...
- fdbootparams and fdboot are removed
- fdboot manual references are removed
2012-08-10 22:21:58 +02:00
Arun Thomas
7fcec4ef61
drivers.h: fix machine includes
2012-08-10 22:12:13 +02:00
Arun Thomas
65a87d5bcb
Fix prototypes for getdents, read, readlink
2012-08-10 22:09:43 +02:00
Arun Thomas
fbad9eaf95
Clean up arch Makefiles for libminc
2012-08-10 19:02:38 +02:00
Arun Thomas
3131ad3154
ARM headers
2012-08-10 19:02:19 +02:00
Erik van der Kouwe
10cbc9bd11
Write raw sprofile traces to preserve all information as well as save space
2012-08-10 18:49:40 +00:00
Arun Thomas
ad95bad8f7
Restore and use C version of oneC_sum
2012-08-10 14:48:48 +02:00
David van Moolenbroek
378164d359
libnetsock: resolve Coverity warnings
2012-08-09 00:16:36 +02:00
David van Moolenbroek
ebc85e54c4
libsys: resolve Coverity warnings
2012-08-09 00:16:36 +02:00
David van Moolenbroek
49aed1ad97
libsys: remove unused stacktrace variant
2012-08-09 00:16:35 +02:00
David van Moolenbroek
be87fdda3d
PM: resolve Coverity warnings
2012-08-09 00:16:35 +02:00
David van Moolenbroek
aa5531fc67
IS: resolve Coverity warnings
2012-08-09 00:16:35 +02:00
David van Moolenbroek
fd8c6c1d30
IPC: resolve Coverity warnings
2012-08-09 00:16:35 +02:00
David van Moolenbroek
8c5d506b8a
procfs: resolve Coverity warnings
2012-08-09 00:16:34 +02:00
Ben Gras
b3f47f5835
vm: ignore RS pin (pre-allocate) requests for now
...
. done by RS to reduce/remove dependency on VM for recovery
. RS has the default stack size of 64MB since the nosegments
change, using a huge amount of unused memory to pre-allocate
. ignore these requests until actually required (i.e. being able
to survive VM crashes)
Thanks to pikpik for investigating why RS was so huge.
2012-08-08 15:51:10 +02:00
Arun Thomas
0ae2e2df94
libc: ARM generateasm
2012-08-07 17:01:25 +02:00
Erik van der Kouwe
fc42f78836
Re-write sprofalyze in C for better performance, more options and to fix problems with the gap the kernel now has
2012-08-07 13:09:02 +00:00
David van Moolenbroek
cff95276d9
pci: resolve Coverity warnings
...
Or rather, slightly improve the code based on a false positive.
2012-08-06 16:18:40 +00:00
David van Moolenbroek
2289c91010
lance: resolve Coverity warnings
2012-08-06 16:18:39 +00:00
David van Moolenbroek
431cd9f69c
fxp: resolve Coverity warnings
...
This removes some unused and unsupported features, and leaves in support
for another currently unused feature that might be used in the future.
2012-08-06 16:18:38 +00:00
David van Moolenbroek
c984359bb0
floppy: resolve Coverity warnings
2012-08-06 16:18:37 +00:00
David van Moolenbroek
4f877afeb6
e1000: resolve Coverity warnings
2012-08-06 16:18:36 +00:00
David van Moolenbroek
6199f090c8
dpeth: resolve Coverity warnings
2012-08-06 16:18:35 +00:00
David van Moolenbroek
6e3824d78b
dp8390: resolve Coverity warnings
2012-08-06 16:18:34 +00:00
David van Moolenbroek
ab6e62a523
dec21140A: resolve Coverity warnings
2012-08-06 16:18:33 +00:00
Arun Thomas
19ffad7692
Remove ACK EM_WSIZE/EM_PSIZE macro usage
2012-08-06 17:49:22 +02:00
Arun Thomas
6723dcfab7
Replace MACHINE/CHIP macros with compiler macros
2012-08-06 17:49:22 +02:00
Arun Thomas
5919360736
NetBSD ARM headers
2012-08-06 17:49:02 +02:00
David van Moolenbroek
2d20088881
MFS: fix block estimation computation
2012-08-03 13:25:56 +00:00
Tomas Hruby
9c7bae4e16
LWIP - fix, removed segments
...
- compiles again
2012-08-03 00:20:34 -07:00
David van Moolenbroek
d18f3a9bc9
ext2: remove -Werror from CFLAGS
...
This breaks the Coverity build at the moment.
2012-08-01 12:39:14 +00:00
David van Moolenbroek
5909c8ba20
libvtreefs: resolve Coverity warnings
2012-07-30 14:00:22 +00:00
David van Moolenbroek
90e2b939ab
rtl8139: resolve Coverity warnings
2012-07-30 13:59:43 +00:00
David van Moolenbroek
e34f611be3
rtl8169: resolve Coverity warnings
2012-07-30 12:10:15 +00:00
David van Moolenbroek
ee71bbbcb5
libsffs: resolve Coverity warnings
2012-07-30 12:10:14 +00:00
David van Moolenbroek
0b30c0a1bb
libchardriver: resolve Coverity warnings
2012-07-30 12:10:13 +00:00