Giacomo Tesio
86d0b03316
travis-ci: fix dotters
2017-05-18 19:11:33 +02:00
Giacomo Tesio
5e6f606295
travis-ci: hide GCC & newlib output on success
2017-05-18 03:56:56 +02:00
Giacomo Tesio
da775be6fd
newlib: fix usleep; signal improvements
2017-05-18 01:25:09 +02:00
Giacomo Tesio
f33c913574
Qemu runners: set -rtc clock=vm
2017-05-15 01:15:07 +02:00
Giacomo Tesio
12d3dc40bc
newlib: fix kill and signal trampoline
2017-05-03 23:36:55 +02:00
Giacomo Tesio
8af8a05998
newlib: implement sleep and pipe
2017-04-30 17:01:13 +02:00
Giacomo Tesio
d836972146
usyscalls: generate weak symbols
...
With weak symbol we avoid conflicts with POSIX's libc.
2017-04-29 00:25:31 +02:00
Giacomo Tesio
810f149dbd
newlib: fix open_translator
2017-04-28 23:08:25 +02:00
Giacomo Tesio
6933d912cf
newlib: use upstream print functions with -O0 and --disable-newlib-fvwrite-in-streamio
2017-04-27 23:50:05 +02:00
Giacomo Tesio
bc1847a444
newlib: use -O0 and --disable-newlib-fvwrite-in-streamio
2017-04-27 23:37:41 +02:00
Giacomo Tesio
cd087cebd1
newlib: enable multibyte support
2017-04-23 22:38:21 +02:00
Giacomo Tesio
fc63a34c55
coverity-scan.sh: set CPATH to workaround cross-compiling issues
2017-04-23 14:03:18 +02:00
Giacomo Tesio
7771a83f18
newlib: set CPATH for coverity too
2017-04-23 13:35:01 +02:00
Giacomo Tesio
4d58700318
continuous-build.sh: set CPATH to workaround cross-compiling issues
2017-04-22 18:57:05 +02:00
Giacomo Tesio
b84ab5b731
newlib: fix typo
2017-04-22 18:29:48 +02:00
Giacomo Tesio
065a42c61a
newlib: set CPATH to cross compiler's includes
2017-04-22 18:25:06 +02:00
Giacomo Tesio
c5b3f320fa
newlib: travis-ci madness... why? why?
2017-04-22 18:06:08 +02:00
Giacomo Tesio
0f5de04207
newlib: travis-ci madness... why?
2017-04-22 18:04:56 +02:00
Giacomo Tesio
b8d535da58
newlib: travis-ci madness
2017-04-22 17:45:40 +02:00
Giacomo Tesio
0e734fcf74
newlib: fix host configuration
2017-04-22 14:34:33 +02:00
Giacomo Tesio
729aef71c2
newlib: specify build and host to configure
2017-04-22 14:26:51 +02:00
Giacomo Tesio
9d09c4d45e
newlib: fix shell script
2017-04-22 13:59:42 +02:00
Giacomo Tesio
dc177db311
newlib: print config.log on build error
2017-04-22 12:05:27 +02:00
Giacomo Tesio
40111101ec
newlib: getppid
2017-04-22 00:42:13 +02:00
Giacomo Tesio
2872875ca9
newlib: better installation; $NEWLIB_OPTIMIZATION drives gcc -O flags
2017-04-21 23:52:18 +02:00
Giacomo Tesio
cf1572487e
newlib.sh: build and installs
2017-04-20 00:53:47 +02:00
Giacomo Tesio
eb37bc6013
Merge branch 'newlib'
2017-04-19 23:14:02 +02:00
Giacomo Tesio
454498b954
Revert "cross-compiler: use automake 1.11.6 instead of 1.11.1"
...
This reverts commit b1ab4f1a08
.
2017-04-19 23:13:43 +02:00
Giacomo Tesio
b07c09e087
newlib: setup newlib sources
2017-04-19 23:08:16 +02:00
Giacomo Tesio
372896ff41
gcc: posix include directories under /sys/posix/
2017-04-19 17:03:53 +02:00
Giacomo Tesio
b60ed18066
ksyscalls use libc ns
2017-04-11 18:21:56 +02:00
Giacomo Tesio
13e1540deb
devshell.sh: set CPATH for cross compiling
2017-03-30 16:05:53 +02:00
Giacomo Tesio
b1ab4f1a08
cross-compiler: use automake 1.11.6 instead of 1.11.1
2017-03-23 18:42:08 +01:00
Giacomo Tesio
8a92861412
disk-create.sh: remove perl dependency (used to slow down the fdisk script)
2017-02-25 11:07:45 +01:00
Giacomo Tesio
f2443751aa
continuous-build.sh: better cleanup function
2017-02-22 00:55:12 +01:00
Giacomo Tesio
c577fffb34
disk-create.sh: hack fdisk calls for compatibility
...
The fdisk version in Ubuntu trusty (provided by travis-ci) is different enough
from the one shipped with Debian Jessie to require few careful changes.
With this commit disk-create.sh should work on both version in the same way.
2017-02-16 00:07:56 +01:00
Giacomo Tesio
4c045a3f64
disk-create.sh: slow down fdisk input; describe environment on travis-ci
2017-02-15 01:13:10 +01:00
Giacomo Tesio
b2db87ff26
disk-create.sh: dd mbr.bin from $SYSLINUXMBR
...
If not defined, SYSLINUXMBR is /usr/lib/syslinux/mbr/mbr.bin as in Debian GNU/Linux.
However, on travis-ci configuration, SYSLINUXMBR will be as expected in Ubuntu Trusty
/usr/lib/syslinux/mbr.bin
2017-02-15 00:48:49 +01:00
Giacomo Tesio
40077daa88
continuous-build.sh: preserve the toolchain on broken build/test
2017-02-05 03:14:01 +01:00
Giacomo Tesio
3c714125b0
QA: run /qa/check on a disk image too
...
This should catch bugs introduced in the disk image generation, in hjfs
and in ahci driver. Also, the checks are run with a single core virtual
machine so that some kind of bugs I might introduce in the scheduler
could break the build.
2017-02-05 02:37:00 +01:00
Giacomo Tesio
ded9ac9fb9
various fixes
2017-01-20 01:54:11 +01:00
Giacomo Tesio
7d54956ba2
make runDisk.sh and runOver9P.sh uniform
2017-01-19 23:36:01 +01:00
Giacomo Tesio
7be0dbfbed
devshell.sh: introduce $JEHANNE_DEVELOPER_DIR
...
$JEHANNE_DEVELOPER_DIR (default to ~/.jehanne) can hooks the
into the enviroment started by ./hacking/devshell.sh:
$JEHANNE_DEVELOPER_DIR/devshell.sh is sourced by ./hacking/devshell.sh
$JEHANNE_DEVELOPER_DIR/gdbinit is sourced by gdb started with ./hacking/gdb.sh
2017-01-19 19:31:39 +01:00
Giacomo Tesio
a14a0f9224
gdb.sh: start gdb with useful facilities
2017-01-19 19:31:38 +01:00
Giacomo Tesio
8649dcc9b6
continuous-build.sh: restore toolchain chain
2017-01-06 18:37:32 +01:00
Giacomo Tesio
f43f95265d
continuous-build.sh: allow to skip QA
2017-01-06 03:47:40 +01:00
Giacomo Tesio
285f3026b0
continuous-build: run QA tests on travis-ci
2016-12-15 22:47:10 +01:00
Giacomo Tesio
b77038020c
coverity-scan.sh: remove cov-configure from prepare
2016-11-27 00:04:48 +01:00
Giacomo Tesio
40897e744a
coverity-scan.sh: cov-configure during prepare
2016-11-26 23:44:20 +01:00
Giacomo Tesio
346a00bbd1
coverity-scan.sh: cov-configure gcc cross-compiler
2016-11-26 23:23:53 +01:00