Timeline
2018-04-16:
- 13:47 Ticket #728 (Kernel panic in QEMU on ia32 without KVM) closed by
- fixed: Thanks! Forgot to initialize a struct field. Should be fixed with …
- 13:42 Changeset in mainline [1cac875]lfnserial by
- Fix missing struct field initialization (my bad).
- 12:17 CStyle edited by
- Ccheck (diff)
- 08:54 Ticket #728 (Kernel panic in QEMU on ia32 without KVM) created by
- Since CI build 156 (well, …
2018-04-15:
- 22:19 Changeset in mainline [cbc534c]lfnserial by
- Fix period table formatting (C style).
- 21:39 Changeset in mainline [30e9f42] by
- Instead of generating headers for certain structures, write the …
- 19:21 Changeset in mainline [902dd4b]lfnserial by
- Remove const qualifier from arguments that pass ownership of a buffer.
- 19:15 Changeset in mainline [2ee0e4a1]lfnserial by
- Fix one more file with ccheck.
- 18:47 Changeset in mainline [363fe7e]lfnserial by
- oops
- 18:28 Changeset in mainline [ba3841e2]lfnserial by
-
libposix: get rid of
dlopen()
override The trick we used to … - 12:33 Changeset in mainline [c1f44ca]lfnserial by
- Superfluous parentheses.
- 09:35 Changeset in mainline [18b6a88]lfnserial by
- More ccheck fixes, sometimes with manual intervention.
2018-04-13:
- 12:39 Changeset in mainline [8ebe212]lfnserial by
- ccheck-fix a few files with for loops.
2018-04-12:
- 16:54 Changeset in mainline [f712a85]lfnserial by
- rtl8139: Add a note about the hardcoded address
- 16:41 Changeset in mainline [36470ce8]lfnserial by
- Font cstyle fix (ccheck).
- 16:34 Changeset in mainline [3cf22f9]lfnserial by
- Fix typo.
- 16:27 Changeset in mainline [3bacee1]lfnserial by
- Make ccheck-fix again and commit more good files.
- 12:57 Changeset in mainline [76d0981d]lfnserial by
- Use proper boolean constant in while loops.
- 09:47 Changeset in mainline [9c514be]lfnserial by
- Fix ia64 interrupt vector names (thx ccheck).
2018-04-10:
- 20:17 Changeset in mainline [a69d42e]lfnserial by
-
Define
_end
, and use it instead of the address of__entry
in C code. - 19:43 Changeset in mainline [1abcf1d]lfnserial by
- puts() should append newline.
- 19:43 Changeset in mainline [9fa14d8d]lfnserial by
- libposix: pid_t should be int
- 19:43 Changeset in mainline [64532a97]lfnserial by
- Fix insufficient buffer size.
- 19:43 Changeset in mainline [ad0d1f5]lfnserial by
- Fix possible use of uninitialized variables due to unchecked error return.
- 18:51 Changeset in mainline [ae84e38]lfnserial by
- Remove _gp from sparc linker script. The global pointer is set by …
- 18:51 Changeset in mainline [20287223]lfnserial by
- Instead of having a special linker script for loader, move its base …
- 18:51 Changeset in mainline [57d44dd]lfnserial by
- Instead of using .interp section, determine loader by name.
- 18:51 Changeset in mainline [e3f819f]lfnserial by
- No sense reading sections in the kernel either.
2018-04-09:
- 17:21 Changeset in mainline [3f932a7e]lfnserial by
- PCUT_INIT declaration also needs a terminating semicolon.
- 15:06 Changeset in mainline [1890f2a2]lfnserial by
- fix linker warnings
- 15:05 Changeset in mainline [0a4667a7]lfnserial by
- make sure workq is initialized
- 15:04 Changeset in mainline [105fcf0]lfnserial by
- bump to binutils 2.30, GCC 7.3 and GDB 8.1 GDB now supports RISC-V
- 06:18 ReleaseNotes/Mainline edited by
- Mention Travis (diff)
2018-04-07:
- 15:54 ReleaseNotes/Mainline edited by
- (diff)
- 10:00 ReleaseNotes/Mainline edited by
- Add my contributions (diff)
2018-04-06:
- 21:29 Changeset in mainline [231c770]lfnserial by
- Fix handling of hound audio data Commit …
- 19:14 ReleaseNotes/Mainline edited by
- Record some of the things done since 0.7.1 (diff)
2018-04-05:
- 21:06 Changeset in mainline [2f1c88e]lfnserial by
- Make it easier to bump QEMU version Instead of manually computing and …
2018-04-04:
- 17:22 Changeset in mainline [4618998]lfnserial by
- Fix tools/srepl to work in non-bash shells.
- 17:01 Changeset in mainline [5754c31e]lfnserial by
- We should not attempt to read sections in the ELF file.
- 17:01 Changeset in mainline [2c4e1cc]lfnserial by
- Define TLS consistently in linker scripts, and remove nonstandard …
- 15:42 Changeset in mainline [1433ecda]lfnserial by
- Fix cstyle: make ccheck-fix and commit only files where all the …
2018-04-03:
- 19:00 UsersGuide/CompilingFromSource edited by
- Update Ubuntu instructions. (diff)
2018-03-30:
- 21:35 Changeset in mainline [47b2d7e3]lfnserial by
- Always load ELF headers as part of the text segment. This forces us …
2018-03-29:
- 18:22 Changeset in mainline [5b8f731]lfnserial by
- Fix travis script (changed interface of hsct.sh)
- 14:34 Changeset in mainline [e8f6f94]lfnserial by
- Add C-style check to make check.
- 13:47 Changeset in mainline [ccea254]lfnserial by
- Merge pull request #29 from jxsvoboda/master Add Ccheck to Travis CI
- 13:39 Changeset in mainline [40b7fd3]lfnserial by
- Ccheck is fast so why not get it done first.
- 13:09 Changeset in mainline [483a3f4]lfnserial by
- Add ccheck job to travis.
- 12:43 Changeset in mainline [fb08c47]lfnserial by
- Let ccheck.sh give non-zero exit code if a file cannot be parsed by …
2018-03-27:
- 16:49 Changeset in mainline [1c7a170] by
- Merge 94d211e1f212626c420cf42c22b056ac1db9c0f1 into …
- 06:51 Changeset in mainline [f303afc6]lfnserial by
- Fix oops.
- 06:48 Changeset in mainline [bf2042f9]lfnserial by
- Yet more magic.
- 06:34 Changeset in mainline [e2172284]lfnserial by
- Too much magic.
2018-03-26:
- 22:07 Changeset in mainline [eb748a0]lfnserial by
- Three more loop fixes.
- 20:04 Changeset in mainline [af60409]lfnserial by
- Modify PADDn macros so that their use is easier to parse.
- 16:19 Changeset in mainline [b752a31]lfnserial by
- Strip trailing whitespace.
- 15:27 Changeset in mainline [0ba88ae]lfnserial by
- Disable -Werror for app/tester. It does nonsensical things on purpose.
- 15:27 Changeset in mainline [8f3230e]lfnserial by
- Use standard constants with standard functions.
- 15:26 Changeset in mainline [92cf9a4]lfnserial by
- Fix insufficient memset.
- 15:26 Changeset in mainline [41bbab6]lfnserial by
- Check for path length overflow in rm.
- 15:26 Changeset in mainline [81b1db8]lfnserial by
- Avoid using standard C function names for local functions.
- 15:21 Changeset in mainline [fd57745c]lfnserial by
- Fix printf specifier.
- 15:21 Changeset in mainline [9ce35f0]lfnserial by
- Add two missing intrinsics for arm32.
- 12:46 Changeset in mainline [48974d6]lfnserial by
- Need declarations to be terminated by semicolon.
- 12:35 Changeset in mainline [5a01f7d]lfnserial by
- Move assembler code out of .h files.
- 11:53 Changeset in mainline [064e0fd]lfnserial by
- Ccheck requires declarations to be terminated by semicolon.
2018-03-23:
- 13:31 Ticket #727 (pt_mapping_remove needs TLB shootdown before freeing frames) closed by
- invalid: Nope, I just misunderstood how TLB shootdown works. Ignore this.
- 13:14 Ticket #727 (pt_mapping_remove needs TLB shootdown before freeing frames) created by
-
pt_mapping_remove
frees page table frames without any …
2018-03-22:
- 23:33 Changeset in mainline [cbb37b6]lfnserial by
- Fix doxygen comments
- 23:23 Changeset in mainline [eed4139]lfnserial by
- Fix some comments mentioning 'call IDs'
- 22:54 Changeset in mainline [77f0a1d]lfnserial by
- Get rid of rid in favor of req_handle
- 06:49 Changeset in mainline [a46e56b]lfnserial by
- Prefer handle over ID in naming handle variables
- 00:28 Changeset in mainline [3e242d2]lfnserial by
- Case range is a GCC extension, not a portable construct.
2018-03-21:
- 21:29 Changeset in mainline [3be9d10]lfnserial by
- Get rid of ipc_callid_t
- 20:58 Changeset in mainline [eadaeae8]lfnserial by
- Make capability handles type-safe Define distinct pointer types for …
- 19:32 Changeset in mainline [94d211e] by
- Change the way page flags work. TODO description
- 17:42 Ticket #725 (libsoftfloat should support __aeabi_fcmple) closed by
- fixed: Fixed in commit 3212921a1
- 17:41 Ticket #726 (libsoftfloat should support __aeabi_f2lz) closed by
- fixed: Fixed in commit 874381a54
2018-03-20:
- 20:47 Changeset in mainline [874381a]lfnserial by
- Add aeabi_f2lz
- 20:23 Changeset in mainline [3212921]lfnserial by
- Add aeabi_fcmple
- 20:22 Changeset in mainline [565aaff]lfnserial by
- Fix aeabi floating-point comparison helpers According to the …
- 17:46 Ticket #726 (libsoftfloat should support __aeabi_f2lz) created by
- Some coastline …
- 17:43 Ticket #725 (libsoftfloat should support __aeabi_fcmple) created by
- Some coastline …
- 17:33 Ticket #724 (libsoftint should support __multi3) created by
- We have some failed coastline …
- 17:31 Ticket #723 (coastline should support harbours buildable only on certain architectures) created by
- Currently, the matrix script in the coastline attempts to build all …
2018-03-19:
- 22:09 Changeset in mainline [6d1d143]lfnserial by
- fat12: do not convert from little-endian twice
- 20:35 Changeset in mainline [013e5d32]lfnserial by
- More cstyle-related fixes.
- 08:12 Camp2018 edited by
- (diff)
2018-03-18:
2018-03-17:
- 18:39 Changeset in mainline [c6a1768] by
- Add pcut tests for libsoftint multiplication
- 17:42 Changeset in mainline [e6d670f] by
- Rename muldi3 to multi3 and add muldi3 muldi3 is supposed to …
- 17:40 Changeset in mainline [e59627e] by
- Use the largest int type in PCUT_ASSERT_INT_EQUALS
Note: See TracTimeline
for information about the timeline view.