Timeline
2013-04-04:
- 21:01 Changeset in mainline [f22f679]lfnserial by
- Raspberry Pi: add framebuffer initialization
- 20:18 UsersGuide/DisksFileSystems edited by
- No native mkext4fs utility yet. (diff)
- 20:16 Fs/Ext4fs edited by
- (diff)
- 19:57 UsersGuide/DisksFileSystems edited by
- Add newly supported filesystems. (diff)
- 16:36 Changeset in mainline [4b33db8e]lfnserial by
- hound: implement drain iface
- 16:35 Changeset in mainline [9e40d443]lfnserial by
- libhound: add drain iface
- 16:21 Changeset in mainline [5029c788]lfnserial by
- hound: add connection fifo, implement stream mixing
- 15:39 Changeset in mainline [5a6f362]lfnserial by
- libpcm: Add doxygen
- 13:38 Changeset in mainline [76ea1b7]lfnserial by
- hound: make audio data reference counted
- 13:08 Changeset in mainline [df956b9b]lfnserial by
- Fix doxygen comment.
- 12:35 Changeset in mainline [23878dc]lfnserial by
- hound: move audio_data_t to a new header file make ctx streams opaque
- 12:16 Changeset in mainline [bf13c9a4]lfnserial by
- hound: add stream fifo
- 11:28 Ticket #528 (Address space area leak in remote_ahci_read/write_blocks()) created by
- It looks like there is a leak of a shared address space area in …
- 11:15 Changeset in mainline [b266f9e]lfnserial by
- hound: implement stream creation/destruction
- 10:39 Changeset in mainline [6133470]lfnserial by
- libhound: fix pcm format transfer
- 00:14 ReleaseNotes/Mainline edited by
- fix typo (diff)
- 00:03 Changeset in mainline [d42a0bd]lfnserial by
- Make ext4fs the default ramdisk format. mkext2.py is about 10 times …
2013-04-03:
- 22:00 Ticket #527 (mkext2.py does not handle block boundaries in directory contents correctly) closed by
- fixed: fixed in mainline,1796
- 21:43 Changeset in mainline [86d0c263]lfnserial by
- mkext2: Seek to the correct position before writing directory entry …
- 21:26 Changeset in mainline [be7eccf]lfnserial by
- hound: improve debug message
- 21:25 Changeset in mainline [6da3baec]lfnserial by
- hound: fix ctx removal. warn if still connected
- 20:35 Changeset in mainline [220210c8]lfnserial by
- Fix documentation
- 20:14 Changeset in mainline [a3b339b4]lfnserial by
- Fix /app/trace
- 19:20 Changeset in mainline [c8830a2]lfnserial by
- libposix changes required to make Python cross-compile.
- 19:04 Changeset in mainline [8f8ec69]lfnserial by
- hound: register ctx source/sink
- 19:02 Changeset in mainline [aab8e3d3]lfnserial by
- hound: initialize ctx source/sink
- 19:01 Changeset in mainline [b893cd6]lfnserial by
- hound: add null checks
- 18:42 Changeset in mainline [a94de68]lfnserial by
- hound: remove redundant checks
- 17:32 Changeset in mainline [585af0d]lfnserial by
- hound: remove debuging output
- 17:30 Changeset in mainline [eafc7b2]lfnserial by
- hound: Hook listings and connection routines
- 17:29 Changeset in mainline [5ffcbaf]lfnserial by
- hound: Implement source and sink listings
- 17:28 Changeset in mainline [35ab943]lfnserial by
- libhound: zero entire allocated space
- 16:49 Changeset in mainline [409a996]lfnserial by
- bcm2835: improve interrupt handling
- 16:35 Ticket #527 (mkext2.py does not handle block boundaries in directory contents correctly) created by
- When trying to run python, I found a bug in ext4fs and/or mkext2.py. …
2013-04-02:
- 19:06 Changeset in mainline [fa60cd69]lfnserial by
- hound: add connection class This will enable N to M routing in the future
- 15:33 Changeset in mainline [39c4d1f]lfnserial by
- libhound: include errno for error values make hound_context_id_t …
- 15:14 Changeset in mainline [62beb4b]lfnserial by
- wavplay: return correct error value and destroy context on exit
- 15:13 Changeset in mainline [3b6c1d4]lfnserial by
- hound: implement context manipulation
- 13:53 Changeset in mainline [2d1fdcad]lfnserial by
- hound: Add dummy iface implementation
2013-04-01:
- 16:54 Changeset in mainline [a21d837]lfnserial by
- Explicitly treat the str argument to fat_lfn_str_nlength() as …
- 16:51 Changeset in mainline [66108658]lfnserial by
- Define standard unaligned types for uspace.
- 15:19 Changeset in mainline [44b2b78]lfnserial by
- Detect amount of available memory using mailbox
2013-03-31:
- 21:15 Changeset in mainline [c4f7bf6]lfnserial by
- Silence compiler warnings when optimized for size.
- 20:55 Changeset in mainline [a5057cc]lfnserial by
- Disable -ftree-loop-distribute-patterns for memset() and memcpy().
- 19:46 Changeset in mainline [45f7449]lfnserial by
- Revert to the state of mainline,1783.
- 15:39 Changeset in mainline [582f4d28]lfnserial by
- Fix mips32be build.
2013-03-30:
- 18:26 Changeset in mainline [26346bd]lfnserial by
- mips32: implement memset() and memcpy()
2013-03-29:
- 16:57 Changeset in mainline [0ca441c]lfnserial by
- amd64: implement memset() and memcpy()
- 16:26 Changeset in mainline [8a5a902]lfnserial by
- GCC 4.8 recognizes parts of our C implementation of memset() and …
- 15:33 Changeset in mainline [2d1195c0]lfnserial by
- fix setjmp() and longjmp() argument type
2013-03-28:
- 20:58 Changeset in mainline [26c02b22]lfnserial by
- Fix printf format error error: format not a string literal and no …
- 20:39 Changeset in mainline [c6a7b3a]lfnserial by
- mainline changes
- 18:59 Ticket #526 (Port DOSBox to HelenOS) created by
- Port the DOSBox x86 emulator to HelenOS …
- 18:29 Ticket #525 (Service manager) created by
- Design and implement a replacement for the current init task, i. e. a …
- 17:23 Ticket #524 (Implement support for Ben NanoNote (mips32)) created by
- Implement support for the Ben NanoNote small form factor computer …
- 17:04 GSOC edited by
- remove obsolete link (diff)
- 16:03 DiffFromUnix edited by
- (diff)
- 14:31 DiffFromUnix edited by
- On legacy interfaces. (diff)
- 13:31 DiffFromUnix edited by
- (diff)
- 13:27 DiffFromUnix edited by
- (diff)
- 13:10 DiffFromUnix edited by
- Add a few words on the dot-dot resolution (diff)
2013-03-27:
- 17:16 Changeset in mainline [5d9fce4]lfnserial by
- using builtin_memcpy() and builtin_memset() actually emits calls …
- 00:32 GTA02LinuxDmesg edited by
- (diff)
- 00:31 Lab edited by
- (diff)
- 00:30 GTA02LinuxDmesg created by
- 00:28 Lab edited by
- (diff)
- 00:28 Lab edited by
- (diff)
2013-03-26:
- 17:44 Changeset in mainline [c882505]lfnserial by
- Merge arm926 and bcm2835 drivers for pl011 uart and move the code …
- 15:06 Changeset in mainline [b2fa2d86]lfnserial by
- Merge mainline changes
2013-03-25:
- 22:13 Changeset in mainline [5c4356b]lfnserial by
- arm: typos
- 21:48 Changeset in mainline [0dfa93b0]lfnserial by
- Add default configuration for raspberrypi
- 19:42 Changeset in mainline [1715b7fe]lfnserial by
- implement memcpy() and memset() using builtin functions
- 19:14 Changeset in mainline [2a08005]lfnserial by
- fix compiler warnings (possible uninitialized value)
- 18:34 Changeset in mainline [10092c9a]lfnserial by
- fix compiler warnings (possible uninitialized value)
- 18:25 Changeset in mainline [5b56dc7]lfnserial by
- fix compiler warnings (possible uninitialized value)
- 18:17 Changeset in mainline [d965dc3]lfnserial by
- bump to GCC 4.8.0 and GDB 7.5.1
- 14:16 GSoCAppTemp edited by
- (diff)
- 14:16 GSoCAppTemp edited by
- (diff)
- 13:45 Ticket #523 (Implement support for Raspberry Pi (arm32)) created by
- Implement support for the Raspberry Pi machine (arm32 big-endian …
- 13:06 CrossProjectIdeas edited by
- (diff)
- 12:38 GSOC edited by
- (diff)
- 12:26 TracQuery created by
2013-03-24:
- 19:38 Changeset in mainline [59fb782]lfnserial by
- Unify the use of virtual addresses and virtual page addresses in mm …
- 19:29 Changeset in mainline [cc3c27ad]lfnserial by
- libhound: Destroy streams on stream_exit
- 19:08 Changeset in mainline [03c2d5f]lfnserial by
- wavplay: Destroy hound context on exit
- 19:07 Changeset in mainline [5bf4310]lfnserial by
- libhound: Fix switch to to stream
- 18:28 Changeset in mainline [6ec1d48]lfnserial by
- libhound: Implement server side connection controls Fix lockup
- 17:31 Changeset in mainline [8a26f82]lfnserial by
- ew.py: no KVM for 64bit guest on 32bit hosts
- 16:35 Changeset in mainline [e6e5f4e]lfnserial by
- libhound: Fix context registration.
- 16:15 Changeset in mainline [2ba4d45]lfnserial by
- libhound: Disconnect if context registration fails.
- 15:34 Changeset in mainline [b183ce0a]lfnserial by
- Merge mainline changes
- 14:55 Changeset in mainline [8f9d70b]lfnserial by
- Initial support for Raspberry Pi
- 14:09 Changeset in mainline [ec81221]lfnserial by
- libhound: Handle default target
- 13:06 Changeset in mainline [b92a0ee]lfnserial by
- Use clang assembler explicitly
- 13:04 Changeset in mainline [7294b5b]lfnserial by
- libhound: Add client wrappers for connection control
- 03:44 Changeset in mainline [13318d1]lfnserial by
- libhound: Implement client side connection controls
- 00:12 Changeset in mainline [271e24a]lfnserial by
- hdisk - testing libmbr
2013-03-23:
- 14:11 Changeset in mainline [fd7c98b]lfnserial by
- libhound: Implement client side stream drain and recording.
- 13:56 Changeset in mainline [37ea333]lfnserial by
- libhoud: Handle recording requests.
- 13:55 Changeset in mainline [d768d4c]lfnserial by
- libc: Add call preserving data read handlers.
- 13:39 Changeset in mainline [a4165561]lfnserial by
- libhound: Implement context unregister, disallow stream drain.
- 13:12 Changeset in mainline [71780e0]lfnserial by
- libhound: Use call data preserving handler to recognize the exit command.
- 13:10 Changeset in mainline [5ae1c51]lfnserial by
- libc: Add data write handler that preserves call data.
- 13:04 Changeset in mainline [939871a]lfnserial by
- loibhound: Disallow STREAM_EXIT in general context
- 12:43 Changeset in mainline [493817b0]lfnserial by
- libound: Fix compile failure
2013-03-22:
- 17:25 Changeset in mainline [119b46e]lfnserial by
- Merge from lp:~jakub/helenos/mips-malta.
- 12:30 Changeset in mainline [8fe2c9bd]lfnserial by
- Do not pass badvaddr but rather the page address in TLB exceptions. …
- 07:26 Changeset in mainline [89f61be]lfnserial by
- Fix conversion from pfn to address in tlb_print().
2013-03-20:
- 23:18 Changeset in mainline [7f6d84b]lfnserial by
- hound: Measure time needed to mix audio data
- 16:56 Changeset in mainline [fa33ac4]lfnserial by
- make QEMU scripts compatible with newer distros (that lack the legacy …
2013-03-19:
- 23:18 Changeset in mainline [842eecdd]lfnserial by
- hound: typo
- 23:16 Changeset in mainline [6bd0216]lfnserial by
- libdrv, audio_pcm: Don't touch buffers if callback registration fails. …
2013-03-17:
- 19:09 Changeset in mainline [b66d43b]lfnserial by
- libhound: Make protocol.h public, add server side iface skeleton. …
- 17:06 Changeset in mainline [bd5860f]lfnserial by
- wavplay: Add more debug output and few fixes
- 16:23 Changeset in mainline [9e1800c]lfnserial by
- libhound: Implement hound client side API sing client side protocol headers
- 16:23 Changeset in mainline [504f1ea3]lfnserial by
- libhound: Add client side protocol skeleton
- 13:57 Changeset in mainline [059490c2]lfnserial by
- libhound: Add protocol header
- 13:54 Changeset in mainline [fe0b448]lfnserial by
- libpcm: Move constant definitions to .c file
- 12:50 Changeset in mainline [36774cf]lfnserial by
- libhound: Move new API implementation to a new file
2013-03-16:
- 23:47 Changeset in mainline [abaef81]lfnserial by
- wavplay: Add playback function based on the new hound API
- 23:46 Changeset in mainline [89d3946f]lfnserial by
- libhound: Add new client side API skeleton
- 23:19 Changeset in mainline [6b0cfa1]lfnserial by
- wavplay: Move all hound related initialization to play_hound function
- 22:49 Changeset in mainline [ddfd158]lfnserial by
- Instead of asserting on the failure to find the faulting entry in the …
- 21:48 Changeset in mainline [5c1b3cd]lfnserial by
- Mainline changes
- 18:42 Changeset in mainline [71fe7e9d]lfnserial by
- dplay: Rename BUFFER_PARTS ⇒ DEFAULT_FRAGMENTS remove redundant header
- 18:39 Changeset in mainline [9df99a17]lfnserial by
- dplay: User provided open_default function instead of hardcoding …
- 18:38 Changeset in mainline [6606378]lfnserial by
- libdrv: Add open default device helper function.
- 15:14 Changeset in mainline [92b59c7]lfnserial by
- dplay: Update buffer position after starting playback. By the time we …
- 14:49 Changeset in mainline [39a379a]lfnserial by
- dplay: 80 column
- 14:44 Changeset in mainline [1bd99785]lfnserial by
- dplay: Add timestamp to debug output.
- 14:18 Changeset in mainline [3e6a975a]lfnserial by
- dplay: Use advantages of non-interrupt approach, play as much as …
- 14:16 Changeset in mainline [7ed6ee2]lfnserial by
- typo
2013-03-15:
- 20:53 Changeset in mainline [b696cbf]lfnserial by
- Generate code exactly for the CPU used on the machine.
- 19:51 Changeset in mainline [606f6a1]lfnserial by
- Simpler test for the Malta machine.
2013-03-14:
- 17:29 Ticket #522 (Implement sendto() and recvfrom() for TCP) created by
- Although not used frequently, even SOCK_STREAM sockets can support …
- 17:25 Changeset in mainline [f597bc4]lfnserial by
- improve debugging output
- 17:19 Changeset in mainline [af076b4]lfnserial by
- cstyle
- 17:16 Changeset in mainline [9164c0c]lfnserial by
- call bind() before listen()
- 17:09 Changeset in mainline [05bfce7]lfnserial by
- make tcp_sock_bind() structurally similar to udp_sock_bind() if …
- 15:42 Ticket #521 (UDP crashes on port recycling) closed by
- fixed: A more-or-less proper workaround was implemented in …
- 15:39 Changeset in mainline [6b0b508]lfnserial by
- better workaround for #521
- 14:33 Changeset in mainline [22e80508]lfnserial by
- temporary workaround for ticket #521
- 14:30 Ticket #521 (UDP crashes on port recycling) created by
- When running nettest1 (against local netecho), the UDP server crashes …
- 14:12 Changeset in mainline [42fd4d2]lfnserial by
- cstyle (no change in functionality)
- 12:40 Changeset in mainline [3ca2e36]lfnserial by
- add assertion for valid session
- 12:15 Changeset in mainline [451481c8]lfnserial by
- properly implement the implicit binding of a socket to a port
2013-03-13:
- 20:56 Changeset in mainline [cf39b2e]lfnserial by
- Increase HZ to 1000, it's necessary for precise sleeps fixes audio …
- 18:26 Ticket #520 (Driver for VESA-compatible graphics adapter) created by
- Implement a driver for a VESA-compatible graphics card pluggable into …
- 17:11 Changeset in mainline [8fc8969]lfnserial by
- check address size before calling socket_bind()
- 16:55 Changeset in mainline [0ee053c1]lfnserial by
- implement error code handling
- 16:38 Changeset in mainline [4163d0d]lfnserial by
- cstyle
- 16:35 Changeset in mainline [c85eb02]lfnserial by
- cstyle
- 16:33 Changeset in mainline [0e1edf1]lfnserial by
- make the socket connection fibril more robust (handle hangup)
2013-03-12:
- 23:10 Changeset in mainline [aaceebc4]lfnserial by
- Create DMA zone. use dma zone for dma_map_anonymous calls. create …
- 23:04 Changeset in mainline [428bd07]lfnserial by
- root, compositor: Be more verbose about errors
- 23:03 Changeset in mainline [a05f2af]lfnserial by
- init: Fix frame buffer enabled build
- 23:01 Changeset in mainline [faf83cf]lfnserial by
- Drop long removed dplay app
- 22:58 Changeset in mainline [90c1d80]lfnserial by
- fix typo that prevented non-essential build from working
- 21:07 Changeset in mainline [2b95d13]lfnserial by
- Merge mainline changes.
- 20:47 Changeset in mainline [eceff5f]lfnserial by
- Use 0 instead of -1 for the default fibril stack size and define …
- 07:30 Changeset in mainline [878e181]lfnserial by
- Merge mainline changes
- 07:11 Changeset in mainline [7f25c4e]lfnserial by
- Unbreak mips builds (extra CC arguments)
2013-03-11:
- 22:37 Changeset in mainline [623bab8f]lfnserial by
- Fix a macro argument expansion bug on abs().
- 19:48 Changeset in mainline [b4df8db]lfnserial by
- Allow user-specified fibril stack sizes. - Let the interrupt fibrils …
- 13:57 Changeset in mainline [36ceaac]lfnserial by
- ia32 compiles with clang again
- 13:57 Changeset in mainline [328cc31]lfnserial by
- Check uint*_t sizes at compile time
- 13:55 Changeset in mainline [dd870b1]lfnserial by
- Add compile-time assert macro STATIC_ASSERT
- 13:54 Changeset in mainline [26bcc658]lfnserial by
- Run clang with -target in autotool This ensures that sizes of …
2013-03-10:
- 22:35 Changeset in mainline [e4d96e9]lfnserial by
- Improvements of stack and istate_get() definitions. - Make sure each …
- 22:00 Changeset in mainline [1570759b]lfnserial by
- amd64 compiles with clang again Well, almost. Some of the files are …
- 21:59 Changeset in mainline [39ba6d5]lfnserial by
- clang needs cross-binutils as well
- 21:57 Changeset in mainline [c8752175]lfnserial by
- clang can check printf too (-Wformat)
- 21:00 Changeset in mainline [40a0e3bd]lfnserial by
- Update year to 2013
- 20:53 Changeset in mainline [d8d7a0d]lfnserial by
- No compile-time symlinks Prior this commit, during the build process …
- 14:57 Changeset in mainline [05bab88]lfnserial by
- Merge mainline changes
- 14:56 Changeset in mainline [850235d]lfnserial by
- Merge mainline changes
- 10:20 Ticket #426 (Realtek RTL8169 Gigabit Ethernet driver) closed by
- duplicate: This is a duplicate for #519.
- 10:10 Ticket #519 (Driver for the family of Realtek Gigabit Ethernet network cards) created by
- Implement a native HelenOS driver for one or more clones of the …
2013-03-09:
- 14:59 Changeset in mainline [e4a1497]lfnserial by
- Improve the emulator wrapper. - Python 3 compatible print's. - …
2013-03-08:
- 16:15 Changeset in mainline [ba4799a]lfnserial by
- Do not overwrite arch-specific BASE_LIBS This broke PCC build on mips …
- 14:07 Ticket #518 (Switch to Waf build system) created by
- Rewrite the current make-based build scripts into …
- 12:01 DiffFromUnix edited by
- Fix typo (diff)
- 11:53 Meetings edited by
- Update venue of tomorrow's meeting. (diff)
- 10:10 Changeset in mainline [e965dec]lfnserial by
- Add missing returns
- 10:10 Changeset in mainline [5759642f]lfnserial by
- Add empty alarm() function
- 10:09 Changeset in mainline [ee5913c]lfnserial by
- Add deprecated define MAP_ANON
- 10:08 Changeset in mainline [b04ca9c]lfnserial by
- Do not use `new' as identifier in headers
- 09:52 DiffFromUnix edited by
- UN*X standards have posix_spawn() (diff)
- 09:01 Ticket #517 (Port the clang (LLVM) compiler to HelenOS) created by
- Port the clang (C frontend to LLVM) compiler …
2013-03-07:
- 23:03 Ticket #492 (btrace kcon command panics on arm32.) closed by
- fixed: Fixed in mainline,1750.
- 22:53 Changeset in mainline [2277e03]lfnserial by
- For all but ia64, make the actual istate_t location match …
- 22:39 Changeset in mainline [31399f3]lfnserial by
- alloc_tls, maketls and free_tls are not …
2013-03-06:
- 15:06 Ticket #516 (CPU hotplug) created by
- Add the ability to offline and online a CPU while the system is …
- 11:00 DiffFromUnix edited by
- A bit about signals (diff)
- 09:57 DiffFromUnix edited by
- We already have display server (diff)
2013-03-05:
- 14:55 HowToContribute edited by
- Use local link for report (diff)
- 14:52 HowToContribute edited by
- Only 2 "suggestion" tickets, remove the link; more info on active tickets (diff)
Note: See TracTimeline
for information about the timeline view.