Commit Graph

9418 Commits

Author SHA1 Message Date
Agoston Szepessy
dbaa2f370e Add dependencies to Dockerfile to build Redox 2017-07-22 19:56:20 -04:00
Jeremy Soller
7bb40a9f32 Simplify filesystem 2017-07-22 14:00:32 -06:00
Jeremy Soller
7aa9c32180 Update kernel and cookbook 2017-07-22 13:47:54 -06:00
Jeremy Soller
943fe8ae8c Make it possible to compare with source tarball 2017-07-22 13:39:29 -06:00
Jeremy Soller
e6071db0a1 Use lowercase git 2017-07-22 13:27:27 -06:00
Jeremy Soller
eb0a4c7315 Use long format for git status, add message when not a git repo 2017-07-22 13:26:36 -06:00
Jeremy Soller
1df0bc5443 Add status.sh script for checking git modifications 2017-07-22 13:20:50 -06:00
Jeremy Soller
47ac868fe3 Update kernel and redoxfs 2017-07-22 13:08:41 -06:00
Jeremy Soller
25ae3ad4e8 Do not include kernel in bootloader 2017-07-21 20:44:45 -06:00
Jeremy Soller
c8d7b6d773 Clean initfs before installing 2017-07-20 20:04:34 -06:00
Jeremy Soller
3c395f11f8 Clean kernel on initfs regen 2017-07-20 19:47:59 -06:00
Jeremy Soller
e881aa5cc6 Update cookbook 2017-07-20 19:42:47 -06:00
Jeremy Soller
d6b51ca3c2 Update for new network config 2017-07-20 19:42:30 -06:00
Jeremy Soller
36f8f5b5f7 Update drivers recipe 2017-07-20 19:37:56 -06:00
Jeremy Soller
8bdb365b61 Update rust 2017-07-20 19:25:38 -06:00
Jeremy Soller
0e2d12b246 Update cookbook 2017-07-19 19:35:26 -06:00
Jeremy Soller
3d2010b26a Add file types to pastel 2017-07-19 19:33:43 -06:00
Jeremy Soller
7d6529d6c0 Add manifest for Pastel, place in /ui/bin 2017-07-19 19:32:28 -06:00
Jeremy Soller
7080856152 Add all recipes, enable findutils, gawk, pastel, and sed 2017-07-19 19:20:33 -06:00
Jeremy Soller
e6edc09f28 Update kernel 2017-07-19 14:53:59 -06:00
Jeremy Soller
8dc0810d20 Update kernel 2017-07-18 22:02:50 -06:00
Jeremy Soller
ee218c9996 Update kernel 2017-07-18 20:55:52 -06:00
Jeremy Soller
21adea7382 Update rust 2017-07-18 19:02:27 -06:00
Jeremy Soller
704f9b9ff3 Update bootloader and kernel 2017-07-18 18:51:16 -06:00
Jeremy Soller
ea324f529e Update Rust 2017-07-17 20:28:08 -06:00
Jeremy Soller
58f69731ae Update cookbook and redoxfs 2017-07-17 19:36:53 -06:00
Jeremy Soller
7dd922b0f0 Update Rust 2017-07-17 16:34:07 -06:00
Jeremy Soller
3d993e2408 Merge pull request #51 from ids1024/gitsha
Override git sha1 implementation
2017-07-17 11:11:24 -06:00
Ian Douglas Scott
7cab4d678e
Override git sha1 implementation 2017-07-17 10:06:48 -07:00
Jeremy Soller
281bbfcb4b Merge pull request #998 from richiejp/bootstrap_correct_fuse
bootstrap.sh: Use correct FUSE package for SUSE
2017-07-16 09:51:34 -06:00
Richard Palethorpe
6376797a35 bootstrap.sh: Use correct FUSE package for SUSE 2017-07-16 17:18:40 +02:00
Jeremy Soller
527ee09c94 Update cookbook and kernel 2017-07-14 19:18:19 -06:00
Jeremy Soller
d47ac8541a Merge pull request #50 from ids1024/pastel
Fix pastel recipe; add 'mkdir'
2017-07-14 12:57:49 -06:00
Ian Douglas Scott
fd74cc3eb5
Fix pastel recipe; add 'mkdir' 2017-07-14 10:36:58 -07:00
Jeremy Soller
0428a2497b Merge pull request #996 from goyox86/goyox86/fix-copy-paste-boostrap
Fixing copy-paste error on boostrap scripts for macOS.
2017-07-14 07:03:57 -06:00
Jose Narvaez
5f67443619 Fixing copy-paste error on boostrap scripts for macOS. 2017-07-14 11:21:34 +01:00
Jeremy Soller
5b78bf1d6c Add pastel recipe 2017-07-13 21:55:52 -06:00
Jeremy Soller
ded9e8c46c Merge pull request #49 from ids1024/find
Add recipe for uutils findutils
2017-07-13 21:19:24 -06:00
Ian Douglas Scott
805492a745
Add recipe for uutils findutils 2017-07-13 20:17:57 -07:00
Jeremy Soller
b310107231 Update cookbook, kernel 2017-07-13 20:04:16 -06:00
Jeremy Soller
64eca63fc8 Merge branch 'master' of https://github.com/redox-os/redox 2017-07-13 20:03:43 -06:00
Jeremy Soller
227f006b77 Update rust 2017-07-13 20:03:38 -06:00
Jeremy Soller
11e400bd12 Merge pull request #48 from ids1024/sed
Recipe for sed
2017-07-13 18:41:55 -06:00
Ian Douglas Scott
81afdbacab
Recipe for sed 2017-07-13 16:24:17 -07:00
Jeremy Soller
d66be81ab9 Merge pull request #995 from goyox86/goyox86/fix-build-macos
Tweaks to Makefiles to be able to build the kernel on macOS again.
2017-07-13 16:09:27 -06:00
Jeremy Soller
53653625f3 Merge pull request #47 from goyox86/goyox86/macos-fixes
Detecting find and stat from Homebrew/MacPorts on macOS
2017-07-13 16:08:38 -06:00
Jose Narvaez
bd0d732adc The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an
BSD userland. With these changes we will use the GNU
`find` and `stat` installed by the now modified boostrap
script on https://github.com/redox-os/redox/pull/995.

Details

- Using `find` from Homebrew/MacPorts `findutils` package on macOS.
- Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
2017-07-13 22:03:04 +01:00
Jose Narvaez
8a43b5a3e5 Small fixes to Makefiles to be able to build the kernel on
macOS again.

Details

- We are using the toolchain compiler and archiver in order
to generate a proper ELF file when building the 'raw-cpuid'
crate C code which is currently being compiled by the macOS
toolchain.

- I added the 'findutils' and 'coreutils' Homebrew/MacPorts
packages to the bootstrap script in order to setup the proper
environment for the cookbook scripts (as the assume GNU tools).
This should be temporary until the cookbook scripts get migrated
to Rust.
2017-07-13 21:09:47 +01:00
Jeremy Soller
18c2211db4 Update rust 2017-07-12 20:46:32 -06:00
Jeremy Soller
f4100d40bd Update submodules 2017-07-12 18:28:05 -06:00