Commit Graph

9406 Commits

Author SHA1 Message Date
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
Jeremy Soller
3b91c1599e Merge pull request #992 from ids1024/fetch
"make fetch" target
2017-07-12 18:20:48 -06:00
Jeremy Soller
387c662281 Merge pull request #46 from ids1024/gawk
Recipe for gawk
2017-07-12 07:07:02 -06:00
Ian Douglas Scott
90abdadb7b
Recipe for gawk 2017-07-11 21:34:00 -07:00
Ian Douglas Scott
90e5b64905
"make fetch" target 2017-07-10 20:04:40 -07:00
Jeremy Soller
60e83318e9 Update cookbook 2017-07-10 20:36:40 -06:00
Jeremy Soller
eef05d902a Update kernel 2017-07-10 20:33:41 -06:00
Jeremy Soller
55eaf12d3a Merge pull request #45 from ids1024/py
Remove some changes to python that are unneeded now
2017-07-10 18:51:17 -06:00
Ian Douglas Scott
9899e787eb
Remove some changes to python that are unneeded now 2017-07-10 17:11:58 -07:00
Jeremy Soller
ca4159b1ec Update kernel 2017-07-09 21:34:49 -06:00
Jeremy Soller
e9fd36bcdd Update redoxfs 2017-07-09 18:51:38 -06:00
Jeremy Soller
e52c3c1002 Merge pull request #988 from ids1024/group
'user' and 'root' groups
2017-07-09 16:15:39 -06:00
Jeremy Soller
63eb98cf60 Merge pull request #44 from xTibor/rustual-boy
Add rustual-boy recipe
2017-07-09 16:15:07 -06:00