Changeset 3061bc1 in mainline
- Timestamp:
- 2018-02-28T17:52:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8565a42, a35b458
- Parents:
- 1b20da0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r1b20da0 r3061bc1 615 615 ! OPTIMIZATION (choice) 616 616 617 % Barebone build with essential binaries only 617 % Barebone build with essential binaries only 618 618 ! CONFIG_BAREBONE (n/y) 619 619 -
Makefile
r1b20da0 r3061bc1 97 97 # Pre-integration build check 98 98 check: $(CHECK) 99 ifdef JOBS 99 ifdef JOBS 100 100 $(CHECK) -j $(JOBS) 101 101 else -
boot/arch/mips32/Makefile.inc
r1b20da0 r3061bc1 40 40 ifeq ($(MACHINE),lmalta) 41 41 BFD_NAME = elf32-tradlittlemips 42 BFD_OUTPUT = elf32-tradlittlemips 42 BFD_OUTPUT = elf32-tradlittlemips 43 43 ENDIANESS = LE 44 44 EXTRA_CFLAGS += -march=4kc … … 46 46 ifeq ($(MACHINE),bmalta) 47 47 BFD_NAME = elf32-tradbigmips 48 BFD_OUTPUT = elf32-tradbigmips 48 BFD_OUTPUT = elf32-tradbigmips 49 49 ENDIANESS = BE 50 50 EXTRA_CFLAGS += -march=4kc -
contrib/highlight/Syntax
r1b20da0 r3061bc1 1 file ..\*\\.(bp|BP)$ Behavior\sProtocol 1 file ..\*\\.(bp|BP)$ Behavior\sProtocol 2 2 include bp.syntax 3 3 -
defaults/ia64/Makefile.config
r1b20da0 r3061bc1 24 24 25 25 # Use VHPT 26 CONFIG_VHPT = n 26 CONFIG_VHPT = n 27 27 28 28 # Support for userspace debuggers -
kernel/Makefile
r1b20da0 r3061bc1 405 405 $(AUTOGEN) probe $< >$<.probe.c 406 406 $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c 407 $(AUTOGEN) generate $< <$<.probe.s >$@ 407 $(AUTOGEN) generate $< <$<.probe.s >$@ 408 408 409 409 %.o: %.S | depend -
kernel/arch/ia32/_link.ld.in
r1b20da0 r3061bc1 23 23 } 24 24 25 .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) { 25 .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) { 26 26 ktext_start = .; 27 27 *(.text .text.*); -
kernel/genarch/Makefile.inc
r1b20da0 r3061bc1 174 174 GENARCH_AUTOGENS_AG += \ 175 175 genarch/include/genarch/multiboot/multiboot_memmap_struct.ag \ 176 genarch/include/genarch/multiboot/multiboot_info_struct.ag 176 genarch/include/genarch/multiboot/multiboot_info_struct.ag 177 177 endif 178 178 -
kernel/test/mm/mapping1.def
r1b20da0 r3061bc1 3 3 "Mapping test", 4 4 &test_mapping1, 5 true 5 true 6 6 }, -
uspace/app/bdsh/cmds/builtins/README
r1b20da0 r3061bc1 1 Commands that need to modify the running user structure defined in scli.h 1 Commands that need to modify the running user structure defined in scli.h 2 2 should reside here. They (will) have a slightly different prototype that 3 3 allows passing the user structure to them for ease of modifications. -
uspace/app/bdsh/cmds/mknewcmd
r1b20da0 r3061bc1 34 34 35 35 # If your shell does not support eval, shift (x) or 36 # here-now documents, sorry :) 36 # here-now documents, sorry :) 37 37 38 38 usage() -
uspace/app/bdsh/cmds/modules/README
r1b20da0 r3061bc1 3 3 update or read cliuser_t. 4 4 5 Stuff that needs to write to the user structures contained in scli.h should 5 Stuff that needs to write to the user structures contained in scli.h should 6 6 be made as built-in commands, not modules, but there are very few times when 7 7 you would want to do that. -
uspace/app/bdsh/cmds/modules/printf/TODO
r1b20da0 r3061bc1 1 1 At this stage printf is very young and limited, as it hopefully 2 2 will be developed along with BDSH. Functionality is heavily related 3 on libc printf already available. BDSH printf implements only 3 format 4 flags, with no options/precision/width modifiers allowed. Also, 3 on libc printf already available. BDSH printf implements only 3 format 4 flags, with no options/precision/width modifiers allowed. Also, 5 5 one output control is available - '\n'. '\' character stands 6 as an escape character, i.e. every special character after it 6 as an escape character, i.e. every special character after it 7 7 will be treated as general char and will be printed out. 8 8 What's missing: -
uspace/app/df/Makefile
r1b20da0 r3061bc1 31 31 32 32 SOURCES = \ 33 df.c 33 df.c 34 34 35 35 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/tester/mm/malloc2.def
r1b20da0 r3061bc1 3 3 "Memory reservation feature test", 4 4 &test_malloc2, 5 false 5 false 6 6 }, -
uspace/dist/src/bithenge/gif/gif.bh
r1b20da0 r3061bc1 99 99 100 100 .lzw_initial_size <- uint8; 101 .lzw_data <- generic_data_block; 101 .lzw_data <- generic_data_block; 102 102 }; 103 103 … … 125 125 }; 126 126 } 127 }; 127 }; 128 128 129 129 transform main = struct { … … 145 145 .blocks <- repeat { 146 146 gif_block 147 }; 147 }; 148 148 }; -
uspace/dist/src/bithenge/usbdesc.bh
r1b20da0 r3061bc1 15 15 # USB configuration descriptor 16 16 # This is not the full configuration descriptor (i.e. with interface 17 # and endpoint descriptors included) but only the header. 17 # and endpoint descriptors included) but only the header. 18 18 transform usb_configuration_descriptor_bare = struct { 19 19 .wTotalLength <- uint16le; -
uspace/lib/c/Makefile
r1b20da0 r3061bc1 197 197 $(AUTOGEN) probe $< >$<.probe.c 198 198 $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c 199 $(AUTOGEN) generate $< <$<.probe.s >$@ 199 $(AUTOGEN) generate $< <$<.probe.s >$@ 200 200 201 201 $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld: $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld.in -
uspace/lib/c/arch/ia32/_link.ld.in
r1b20da0 r3061bc1 39 39 *(.rel.plt); 40 40 } 41 /* 42 *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt 41 /* 42 *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt 43 43 * without alignment gap or DT_REL will be broken 44 44 */ -
uspace/lib/pcut/Makefile
r1b20da0 r3061bc1 23 23 $(PCUT_TEST_PREFIX)testlist$(PCUT_TEST_SUFFIX) \ 24 24 $(PCUT_TEST_PREFIX)timeout$(PCUT_TEST_SUFFIX) \ 25 $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 25 $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 26 26 27 27 EXTRA_CLEAN = $(SELF_TESTS)
Note:
See TracChangeset
for help on using the changeset viewer.