Fork us on GitHub Follow us on Facebook Follow us on Twitter

Timeline



2019-01-03:

22:23 Changeset in mainline [c477c80]lfnserial by Jiri Svoboda <jiri@…>
Fix some common misspellings
10:24 Changeset in mainline [a362c16]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: a bit of documentation
09:49 Changeset in mainline [60029df]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: add CSV output Use -o filename to store benchmark results …
09:20 Changeset in mainline [043d464f]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: add hint for ping_pong benchmark
06:53 Changeset in mainline [b9f1585]lfnserial by Vojtech Horky <vojtech.horky@…>
Merge upstream changes
01:43 Ticket #481 (Support for IEEE802.11 wireless networking (a.k.a. WiFi)) closed by Jiri Svoboda
fixed: WiFi? support was integrated in Bazaar changeset …
01:31 ReleaseNotes/Mainline edited by Jiri Svoboda
pci utility (diff)
01:27 Ticket #356 (PCI info utility) closed by Jiri Svoboda
fixed: I added a utility named pci and corresponding backend in …
00:53 Changeset in mainline [7acd787]lfnserial by Jiri Svoboda <jiri@…>
Utility for listing PCI devices Currently all information presented …

2019-01-02:

21:17 Changeset in mainline [b4a4ad94]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: compute average throughput correctly The correct way to compute …
13:50 Changeset in mainline [79bb48e]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: use the right type
10:41 Changeset in mainline [ca645a2]lfnserial by Jiri Svoboda <jiri@…>
Slightly improve KFB scrolling speed

2019-01-01:

22:07 Lab edited by Jakub Jermář
(diff)
22:06 Lab edited by Jakub Jermář
(diff)
22:03 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) closed by Jakub Jermář
fixed: Fixed in commit …
21:48 Changeset in mainline [e8d3165e]lfnserial by Jakub Jermar <jakub@…>
Treat additional region types as available memory In order for the …
19:58 Changeset in mainline [858469f]lfnserial by Vojtech Horky <vojtech.horky@…>
Fix formatting for Sycek Hopefully, it makes the code more readable.
19:53 Changeset in mainline [713ba400]lfnserial by Vojtech Horky <vojtech.horky@…>
Refactoring in tester and perf Use can_cast_size_t_to_int instead of …
19:45 Changeset in mainline [32236e5]lfnserial by Vojtech Horky <vojtech.horky@…>
Add can_cast_size_t_to_int There are already several places where we …
17:45 Changeset in mainline [7e85d2b]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: variable renaming
17:43 Changeset in mainline [980611d5]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: use uint64_t for workload size We also check that we do not …

2018-12-31:

23:45 Ticket #532 (Remote Framebuffer server) closed by Jiri Svoboda
fixed: I think this was fixed by […] and appeared in HelenOS 0.6.0. …
23:23 Ticket #246 (Make working directory a per-thread property) closed by Jiri Svoboda
wontfix: I changed my mind. Global state is bad. Thread- or fibril-specific …
21:22 Ticket #786 (Sysinfo mapping of OFW properties is broken) created by Jiri Svoboda
It appears OFW device nodes are mapped to sysinfo nodes having names …

2018-12-30:

17:41 Ticket #785 (vterm sometimes crashes) closed by Jiri Svoboda
fixed: tinput sometimes forgot to correct screen position when it could have …
11:49 Changeset in mainline [68f1254c]lfnserial by Jiri Svoboda <jiri@…>
Terminal/console need to handle invalid coordinates …

2018-12-29:

20:41 Ticket #779 (ls -r crashes in an empty directory) closed by Jakub Jermář
fixed: Fixed in commit 59cce2229acdeaeeefbb99985a65996c7cd9d9c7.
20:37 Changeset in mainline [59cce22]lfnserial by Jakub Jermář <jakub@…>
Prevents 'ls -r' from crashing when executed in an empty directory …
20:19 Changeset in mainline [599a1c7] by Matthieu Riolo <matthieu.riolo@…>
Prevents 'ls -r' from crashing when executed in an empty directory …
20:09 Changeset in mainline [e70f1ae] by Matthieu Riolo <matthieu.riolo@…>
Preventing find_command() to find cmds without a './' prefix This …
18:28 Changeset in mainline [96e9434] by Matthieu Riolo <matthieu.riolo@…>
correcting find_command() which returns allocated strings The old …
11:54 Changeset in mainline [6371eb47]lfnserial by Jakub Jermar <jakub@…>
vfs: unlock namespace lock when fd allocation fails Signed-off-by: …

2018-12-28:

13:56 Changeset in mainline [d5caf79]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: hide more benchmark implementation It is much easier to …
13:53 Changeset in mainline [c7de81b]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: fix thruput computation
09:32 Changeset in mainline [3bd74758]lfnserial by Vojtech Horky <vojtech.horky@…>
perf: huge refactoring The overall aim of this refactoring was to …
09:31 Changeset in mainline [8ee106b]lfnserial by Vojtech Horky <vojtech.horky@…>
Add stopwatch_t for precise wallclock measurement The idea is to …

2018-12-27:

17:34 Lab edited by Jakub Jermář
(diff)
17:27 Ticket #782 (HelenOS does not boot on Raspberry Pi) closed by Jakub Jermář
fixed: Fixed in commit …
17:14 Changeset in mainline [accdbd8]lfnserial by Jakub Jermar <jakub@…>
Create mappings also for the kernel If needed, create also dedicated …

2018-12-21:

20:44 Ticket #569 (Extend toolchain.sh to check whether toolchain needs to be rebuilt) closed by Jakub Jermář
fixed: Fixed in commit …
20:42 Changeset in mainline [59564e6]lfnserial by GitHub <noreply@…>
Merge pull request #138 from matthieuriolo/ticket_569 Adds a new flag …
17:43 Changeset in mainline [a49c39c8]lfnserial by GitHub <noreply@…>
Merge pull request #145 from maurizio-lombardi/ext4_init_dfree …
16:35 Changeset in mainline [7bdedb5]lfnserial by Maurizio Lombardi <mlombard@…>
libext4: fix double free in case ext4_filesystem_open() fails. I hit …
15:12 Ticket #785 (vterm sometimes crashes) created by Maurizio Lombardi
Sometimes vterm crashes when playing with command history and command …

2018-12-19:

20:37 ReleaseChecklist edited by Jakub Jermář
(diff)
20:36 ReleaseChecklist edited by Jakub Jermář
(diff)
20:31 ReleaseChecklist edited by Jakub Jermář
(diff)
20:22 ReleaseChecklist created by Jakub Jermář
20:13 WikiStart edited by Jakub Jermář
(diff)
20:09 Download edited by Jakub Jermář
(diff)
19:47 Milestone 0.8.0 completed
18:00 About edited by Jakub Jermář
(diff)
17:59 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
17:58 ReleaseNotes/0.8.0 created by Jakub Jermář
17:57 ReleaseNotes edited by Jakub Jermář
(diff)
17:54 Download edited by Jakub Jermář
(diff)
17:52 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
11:30 ReleaseNotes/Mainline edited by Jakub Jermář
Remove LaiNES from the release notes as it exists as a branch only (diff)
08:36 Changeset in mainline [4a33845]lfnserial0.8.0 by Jakub Jermar <jakub@…>
Bump version to 0.8.0

2018-12-18:

23:21 Lab edited by Jakub Jermář
(diff)
23:19 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
23:19 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
23:15 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) created by Jakub Jermář
The following commit broke HelenOS on Dell PowerEdge 3250: […] …
20:53 Lab edited by Jakub Jermář
(diff)
20:39 Lab edited by Jakub Jermář
(diff)
20:15 Changeset in mainline [336b739]lfnserial by Jakub Jermar <jakub@…>
Set cpu_mode in context_set() Leaving the field zeroed-out from …
19:02 ReleaseNotes/Mainline edited by Jiri Svoboda
Audio stuff (diff)
18:38 Changeset in mainline [485281e]lfnserial by Jiri Svoboda <jiri@…>
Allow specifying non-default audio target Needed when there is more …

2018-12-17:

22:32 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
22:31 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
22:19 Changeset in mainline [c65590a]lfnserial by Jakub Jermar <jakub@…>
Switch bbone and bbxm to barebone config The uImage.bin's are …
22:05 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) created by Jakub Jermář
As of commit 21374e03107e5b1bc843b1d8e853a323ab9db107, HelenOS fails …
21:47 Changeset in mainline [21374e03]lfnserial by Jiri Svoboda <jiri@…>
audio_pcm_open() should accept service name It incorrectly expects a …
21:10 Changeset in mainline [375bcff]lfnserial by Jiri Svoboda <jiri@…>
Add hdaudio match IDs needed on Lenovo X250 Intel Broadwell-U and …
20:25 Lab edited by Jakub Jermář
Update last known working revision for bbone and bbxm (diff)
20:17 RaspberryPi edited by Jakub Jermář
(diff)
20:08 Ticket #782 (HelenOS does not boot on Raspberry Pi) created by Jakub Jermář
As of commit 4bb4cf88f506ddc6012f655a28835fe8872e9f71, the console …

2018-12-15:

21:54 Ticket #745 (mkext4 should support other block sizes than 1 kB) closed by Jakub Jermář
fixed: Fixed in …
21:50 Changeset in mainline [4bb4cf88]lfnserial by Jakub Jermar <jakub@…>
Make 4K block size the default for ext4
21:02 Changeset in mainline [7f7817a9]lfnserial by Matthieu Riolo <matthieu.riolo@…>
adding a validation for alias naming
20:29 Changeset in mainline [ac2caecb]lfnserial by Matthieu Riolo <matthieu.riolo@…>
adding alias to completion
18:33 Changeset in mainline [f4f4b95]lfnserial by Matthieu Riolo <matthieu.riolo@…>
improved error handling
17:36 Changeset in mainline [c7afdf7a]lfnserial by Matthieu Riolo <matthieu.riolo@…>
correcting usage of cap_from_blocks for large files
17:32 Changeset in mainline [41453d93]lfnserial by Matthieu Riolo <matthieu.riolo@…>
rename option well_formatted with exact_size
15:48 Changeset in mainline [3c8b0a8]lfnserial by GitHub <noreply@…>
Merge pull request #143 from maurizio-lombardi/ext4_fixes_v2 Ext4 fixes
14:50 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
11:26 Codenames edited by Jakub Jermář
(diff)
10:41 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
10:01 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
08:14 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
08:13 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
07:49 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)

2018-12-14:

20:32 Ticket #781 (PS/2 mouse on HW can break due to early activity) created by Jiri Svoboda
If I move the mouse cursor while the OS is booting on Lenovo X250 …
20:30 Ticket #780 (Boot fails on Lenovo X250) closed by Jiri Svoboda
fixed
18:48 Changeset in mainline [b6d5e31]lfnserial by Jiri Svoboda <jiri@…>
Fix multiboot command extraction If the command on command line did …
17:47 Changeset in mainline [54cde43]lfnserial by GitHub <noreply@…>
Merge pull request #144 from maurizio-lombardi/sysinst_fix sysinst: …
17:16 Changeset in mainline [09d1b6fa]lfnserial by Maurizio Lombardi <mlombard@…>
sysinst: fix the default dev path \hw\pci0 has been replaced by …

2018-12-13:

13:32 Changeset in mainline [6ea5e7a]lfnserial by Maurizio Lombardi <mlombard@…>
libext4: cstyle fixes
13:29 Changeset in mainline [e2f20b9e]lfnserial by Maurizio Lombardi <mlombard@…>
libext4: fixes to flex support in …
09:07 Changeset in mainline [91fcbabc]lfnserial by Maurizio Lombardi <mlombard@…>
mkext4: add the option to choose the preferred fs block size
09:06 Changeset in mainline [4d7bf35]lfnserial by Maurizio Lombardi <mlombard@…>
libext4: fix ext4_ialloc_alloc_inode() to be less picky If can't find …
09:06 Changeset in mainline [91fc2dae]lfnserial by Maurizio Lombardi <mlombard@…>
libext4: fs creation should support different block sizes, not only 1k …
08:37 Changeset in mainline [1e36e6a] by Maurizio Lombardi <mlombard@…>
libext4: cstyle fixes

2018-12-12:

21:59 Changeset in mainline [af8c793b]lfnserial by Jakub Jermar <jakub@…>
Upgrade QEMU to 3.1.0
20:18 Ticket #780 (Boot fails on Lenovo X250) created by Jiri Svoboda
HelenOS (amd64) fails to boot bare metal on my Lenovo X250 laptop. …
18:27 Changeset in mainline [ee23f85] by Maurizio Lombardi <mlombard@…>
mkext4: add the option to choose the preferred fs block size
18:11 Changeset in mainline [6915335] by Maurizio Lombardi <mlombard@…>
libext4: fix ext4_ialloc_alloc_inode() to be less picky If can't find …
18:11 Changeset in mainline [be912f53] by Maurizio Lombardi <mlombard@…>
libext4: simplify ext4_balloc_get_first_data_block_in_group() The …
18:11 Changeset in mainline [4f38ad77] by Maurizio Lombardi <mlombard@…>
libext4: fs creation should support different block sizes, not only 1k …
16:23 Changeset in mainline [c9c1ccd]lfnserial by GitHub <noreply@…>
Merge pull request #141 from maurizio-lombardi/mkext4_fix_loop …

2018-12-11:

15:46 Changeset in mainline [737ebf3]lfnserial by Jiri Svoboda <jiri@…>
Fix window reference leak in compositor.
14:02 Changeset in mainline [6abdef37]lfnserial by Maurizio Lombardi <mlombard@…>
mkext4: fix infinite loop when passing an invalid argument. Also adds …
13:33 UsersGuide/DisksFileSystems edited by Jiri Svoboda
Ext2 mkfs (diff)
13:32 Fs/Ext4fs edited by Jiri Svoboda
Ext2 mkfs (diff)
13:26 ReleaseNotes/Mainline edited by Jiri Svoboda
Parallel port driver, lprint (diff)
13:22 UsersGuide/Printing created by Jiri Svoboda
Printing chapter
12:59 UsersGuide edited by Jiri Svoboda
Add printing chapter (diff)
12:58 ReleaseNotes/Mainline edited by Jiri Svoboda
B+tree completely replaced (diff)
12:48 Changeset in mainline [10b21a1b]lfnserial by Jiri Svoboda <jiri@…>
PC parallel port driver and printing utility Add pc-lpt driver for …
11:39 Changeset in mainline [3301452]lfnserial by Matthieu Riolo <matthieu.riolo@…>
adding proper extended help message
11:12 Ticket #779 (ls -r crashes in an empty directory) created by Jiri Svoboda
[…]
07:29 Changeset in mainline [ca4c5596]lfnserial by Jakub Jermar <jakub@…>
Remove leftover mentions of B+tree
06:41 Changeset in mainline [25cfc3d]lfnserial by Matthieu Riolo <matthieu.riolo@…>
fixing SIGBUS error

2018-12-10:

14:29 Changeset in mainline [4f87a85a]lfnserial by Jiri Svoboda <jiri@…>
Check return code from ddf_add_fun_to_category
11:15 Changeset in mainline [433d52f]lfnserial by jxsvoboda <5887334+jxsvoboda@…>
No need to compute number of used pages again In as_area_change_flags …
11:15 Changeset in mainline [247fdea]lfnserial by jxsvoboda <5887334+jxsvoboda@…>
Remove B+tree
11:15 Changeset in mainline [2fc3b2d]lfnserial by jxsvoboda <5887334+jxsvoboda@…>
Replace B+tree with ordered dict. for used space Replace the use of …
10:50 Changeset in mainline [bfb1179] by Jiri Svoboda <jiri@…>
No need to compute number of used pages again In as_area_change_flags …

2018-12-09:

08:18 Changeset in mainline [dd74b5b] by Jiri Svoboda <jiri@…>
Remove B+tree

2018-12-08:

23:32 Changeset in mainline [7be8d4d] by Jiri Svoboda <jiri@…>
Replace B+tree with ordered dict. for used space Replace the use of …
20:32 Changeset in mainline [3ca0a2d] by Maurizio Lombardi <mlombard@…>
mkext4: fix infinite loop when passing an invalid argument. Also adds …
14:50 Changeset in mainline [0296ee1]lfnserial by Matthieu Riolo <matthieu.riolo@…>
making formatted output right justified - default is now always …
13:45 Changeset in mainline [a27e370]lfnserial by Matthieu Riolo <matthieu.riolo@…>
correct -1 according to feedback This corrects the format for dirs vs …

2018-12-05:

22:25 Changeset in mainline [de9a18e]lfnserial by Jakub Jermar <jakub@…>
Make the call explicitly invalid in case of error
10:58 UsersGuide/Installation edited by Jiri Svoboda
Fix first paragraph (diff)
10:53 UsersGuide/Installation edited by Jiri Svoboda
Update for /w and no longer need HelenOS-CD in a specific HW path (diff)
10:42 UsersGuide/DisksFileSystems edited by Jiri Svoboda
Update for automatic volume mounting, fdisk, vol (diff)
09:12 Changeset in mainline [5a2e0dd5]lfnserial by Jiri Svoboda <jiri@…>
Be more careful when comparing large numbers
06:26 Changeset in mainline [bbe20da]lfnserial by Jakub Jermar <jakub@…>
Purge leftovers from RCU removal
06:24 Changeset in mainline [d836630]lfnserial by Jakub Jermar <jakub@…>
Add missing calls to refcount_init()

2018-12-04:

15:39 Ticket #761 (Package for GZX) closed by Jiri Svoboda
fixed: Added harbour in harbour changeset …
15:19 Ticket #778 (Support for Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2]) created by Jiri Svoboda
My Lenovo X250 has this E1000 variant. This is an ICH8 chipset. Add …
13:14 Repositories edited by Jakub Jermář
(diff)
Note: See TracTimeline for information about the timeline view.