Timeline
2012-04-01:
- 21:56 Changeset in mainline [79e84c9] by
- kernel, arm32: Update implementer information. Fix array access checks.
- 21:02 Changeset in mainline [28ca043] by
- RTC: raise an error if the I/O range assigned to the device is too small.
- 20:38 Changeset in mainline [e4fbccd] by
- Make `sleep' work with fractional seconds.
- 20:19 Changeset in mainline [4b44de57] by
- RTC: invoke the cleanup function in case of errors
- 19:38 Changeset in mainline [3d367ee2] by
- Implement the `sleep' command.
- 19:32 Changeset in mainline [0883de8] by
- RTC: add the driver to the "clock" category; add a function to enable …
- 19:30 Changeset in mainline [557b7b3] by
- RTC: add new category "clock".
- 19:21 Changeset in mainline [087c27f6] by
- Renamed process_esc to process_ctl, more comments added
- 19:06 Changeset in mainline [a44ae3dd] by
- mkuimage: Claim that we are NetBSD instead of Linux. Booting Linux …
- 19:04 Changeset in mainline [d5f99e6] by
- boot, arm32: Cleanup PA offset macros.
- 18:44 Changeset in mainline [abb8737] by
- Merge improvemens from GSOC12 "how-do-you-do period"
- 18:35 Changeset in mainline [0d4db0f] by
- function for release data block (last) from extent, actually without …
- 17:45 Changeset in mainline [8e81a7e] by
- Added TODO for printf, some comments, fixed BDSH TODO list
- 15:42 Changeset in mainline [1ffd74e] by
- Added printf functionality
- 07:13 Changeset in mainline [6582b36] by
- Make some scripts work with Python 3. Arch Linux has already switched …
2012-03-31:
- 20:00 Changeset in mainline [a2fa350] by
- Merge with mainline
- 20:00 Changeset in mainline [1ac1ab4] by
- simplied headers of more functions, improved bg_ref and inode_ref …
- 18:14 Changeset in mainline [81f70b4] by
- Mainline changes and some usb fixes.
- 18:09 Changeset in mainline [95c9158] by
- amdm37x,uart: Use FIFO level status register instead of isr2. …
- 17:52 Changeset in mainline [d01b9a1] by
- beagleboardxm: Only enable uart interrupts if input is initialized …
- 12:39 Changeset in mainline [711e7fe5] by
- Added printf module
- 11:37 Changeset in mainline [c47f1b6] by
- RTC: read the I/O address assigned to the device.
- 09:57 Changeset in mainline [9d5003e0] by
- RTC: add the cmos-rtc driver to the isa.dev list
- 09:56 Changeset in mainline [5ef13847] by
- RTC: move the rtc driver under drv/time/cmos-rtc
- 09:32 StudentTips edited by
- fix link (diff)
- 06:27 Changeset in mainline [1cdb412] by
- mdm37x, uart: Fix initialziation, setup receive fifo. Do not reset …
2012-03-30:
- 20:35 Changeset in mainline [b3db669] by
- RTC: Initial implementation of the rtc_dev_initialize() function
- 19:55 Changeset in mainline [66a272f8] by
- Add UDP skeleton.
- 17:42 Changeset in mainline [8bf672d] by
- Static route configuration.
- 17:39 Changeset in mainline [d9faae91] by
- Consolidate and update copyright banners.
- 13:44 Changeset in mainline [0b8a3e7] by
- RTC: Add some comments on top of rtc_time_get() and rtc_time_set() …
- 13:24 Changeset in mainline [6b329749] by
- RTC: add a fibril mutex to synchronize the access to the real time …
- 12:53 Changeset in mainline [a31ca11f] by
- RTC: add the rtc_dev_add() skeleton.
- 08:56 Changeset in mainline [4863bb52] by
- RTC: the rtc driver implements the CLOCK_DEV_IFACE interface.
- 08:55 Changeset in mainline [c9f703b] by
- RTC: Add CLOCK_DEV_IFACE to the enum of available interfaces.
- 08:21 Changeset in mainline [a2e4889] by
- RTC: link the rtc driver to the uspace Makefile and fix some typos
- 06:58 Changeset in mainline [b8d5f2b] by
- RTC: rename rtc_dev.h to a more generic clock.h
- 06:56 Changeset in mainline [38384ae] by
- Merge with mainline
- 06:31 Changeset in mainline [ec351c3] by
- check.sh: pass through all arguments
2012-03-29:
- 21:49 Changeset in mainline [e4def65] by
- RTC: add the rtc_dev_ops structure definition.
- 21:44 Ticket #418 (Error when inflating 6.5M deflated initrd image on ia64) closed by
- fixed: Fixed in mainline,1445.
- 21:41 Changeset in mainline [bb1b44e] by
- Make sure to run inflate() on non-overlapping source and destination …
- 21:41 Changeset in mainline [b31f735] by
- Add memmove() to boot.
- 21:20 Changeset in mainline [1e19a15] by
- RTC: first commit, rtc driver skeleton.
- 11:11 Changeset in mainline [fffb061] by
- find extent procedure with path saving (it's slow), for loading block …
- 11:06 ArchFeature edited by
- Update USB state (diff)
- 09:02 Ticket #434 (USB mass storage writes not flushed) created by
- It has been reported that when you mount a file system on a USB stick, …
- 07:56 Changeset in mainline [a9a6d8d] by
- Support for LFN in mkfat.py utility (#400) mkfat.py is now able to …
2012-03-27:
- 13:29 Ticket #433 (Restartable system calls) created by
- There are several scenarios where we want to examine or set/modify the …
- 13:13 Changeset in mainline [cc9f314] by
- Implement head and tail functionality in bdsh/cat (thx Taylor Killian) …
2012-03-26:
- 15:32 Ticket #432 (Rock Ridge extension in cdfs) created by
- The cdfs server that implements the ISO 9660 file system for HelenOS …
- 15:30 Ticket #431 (Joliet extension in cdfs) created by
- The cdfs server that implements the ISO 9660 file system for HelenOS …
- 11:55 UsersGuide/RunningInQEMU edited by
- Several notes on USB (diff)
- 09:42 Changeset in mainline [47faec1] by
- introduced binary search in extent index node
- 06:57 Changeset in mainline [9463b245] by
- Merge with mainline
- 06:57 Changeset in mainline [30ac3c3] by
- some debugging modifications, not yet completely debugged binary …
2012-03-25:
- 22:06 UsersGuide/Shell edited by
- Add basic info about I/O redirection (diff)
- 21:52 UsersGuide edited by
- Fix typo (diff)
- 21:52 UsersGuide edited by
- Add links to pages about running in QEMU and VirtualBox? (diff)
- 21:50 UsersGuide/RunningInQEMU edited by
- Add stub for section about serial ports (diff)
- 21:34 UsersGuide/RunningInQEMU edited by
- Added a note about mips32 support (diff)
- 21:12 UsersGuide/RunningInQEMU edited by
- Added link to QEMU website (diff)
- 21:10 UsersGuide/RunningInVirtualBox created by
- Add basic stub for this page
- 19:42 Changeset in mainline [9bdf1f2a] by
- No need to be conforming to Unix ls especially when 'r' is unused in …
- 19:37 Changeset in mainline [2249e16] by
- Merge from lp:~vivek-cs-iitr/helenos/ls.
- 18:46 Changeset in mainline [4567b31c] by
- add -R (—recursive) option to 'ls' command
- 17:42 Changeset in mainline [e0fe4ab] by
- Update machine type in GXemul launcher script for mips32
- 16:12 Ticket #430 (Loader crashes when 'Strip binaries' is used) created by
- When 'Strip binaries' is selected, the boot process stops after …
- 15:54 UsersGuide/RunningInQEMU edited by
- Mention the difference between QEMU 1.0.0 and 1.0.1 (diff)
2012-03-24:
- 23:39 UsersGuide/RunningInQEMU edited by
- clarified TODO (diff)
- 23:37 UsersGuide/QuickStart edited by
- Added a link to wiki page with more information about running in QEMU (diff)
- 22:50 UsersGuide/RunningInQEMU edited by
- Change structure so that advanced options may be added (diff)
- 21:41 UsersGuide/RunningInQEMU created by
- Add basic stub for this page
- 20:01 Changeset in mainline [6514d1f] by
- Merge with mainline
2012-03-22:
- 10:30 Changeset in mainline [059a8e4] by
- rename str_uint64() to str_uint64_t() for better consistency with the …
2012-03-21:
- 14:17 Changeset in mainline [971cc0cc] by
- improve the 'touch' command (based on a patch by Vivek Prakash) * add …
- 10:20 Ticket #429 (Graphics Stack for HelenOS) created by
- Placeholder for the master thesis …
- 09:56 WhoIsWho edited by
- add myself (diff)
2012-03-20:
- 20:33 Changeset in mainline [a4419e7] by
- binary search for extent (not for extent index !!!)
- 20:22 Changeset in mainline [9104bb5] by
- changes according to reading inode data with extent
- 11:08 StudentTips edited by
- small improvements and additions (diff)
- 10:50 GSOC edited by
- update (diff)
2012-03-19:
- 18:52 Changeset in mainline [cd581120] by
- Merge with mainline
- 13:59 UsersGuide edited by
- Link to FAQ (diff)
- 12:39 UsersGuide/DisksFileSystems edited by
- OS directory structure (diff)
- 12:36 FAQ edited by
- (diff)
2012-03-18:
- 23:06 Changeset in mainline [2e533d6f] by
- Use correct visuals on ppc32
- 15:54 Changeset in mainline [b191acae] by
- renamed some functions because of naming convention
- 14:38 UsersGuide/CompilingFromSource edited by
- improve wording, don't blame everything on the user (diff)
- 14:30 UsersGuide/CompilingFromSource edited by
- fix typo (diff)
2012-03-16:
- 20:59 Changeset in mainline [64f6cba8] by
- ohci: Add generic ohci hc matchid. Enables the driver on arm.
- 20:57 Changeset in mainline [33cffa7] by
- ohci: Remove packed attribute from the registry map. gcc on arm …
- 20:52 Changeset in mainline [d69c698] by
- lbusbdev: Add more packed attributes and a compile time check for the …
- 20:32 GSOC edited by
- (diff)
- 20:32 Changeset in mainline [96598b8] by
- Merge with mainline
2012-03-15:
- 22:57 Changeset in mainline [bfb3d60] by
- ehci: Add generic match id.
- 22:52 Changeset in mainline [14f8fd4] by
- Mainline changes with some extra USB fixes.
- 22:46 Changeset in mainline [2f4fa79] by
- ehci: Move handling of extended capabilities to separate function.
- 22:46 Changeset in mainline [dbbba51c] by
- ehci: Move handling of extended capabilities to separate function.
- 21:22 Changeset in mainline [39d15f3] by
- ehci: Remove unused define
- 21:22 Changeset in mainline [68e48db] by
- ehci: Remove unused define
- 21:07 Changeset in mainline [43cd499] by
- beagleboardxm: Enable interrupt for uart3 input.
- 20:55 Changeset in mainline [b1c43bd] by
- beagleboardxm: Allow gpt1 interrupt. Ack timer interrupt on the handler.
- 20:54 Changeset in mainline [41552913] by
- amdm37x,gpt: Add interrupt ack routine. Initialize counter.
- 20:53 Changeset in mainline [b56481c] by
- amdm37x,irc: Masked means irq won't fire…
- 17:49 Changeset in mainline [324819c] by
- arm32: Include USB drivers.
- 17:47 Changeset in mainline [09a0a8f0] by
- arm32: Add AM/DM37x infrastructure driver.
- 14:39 Changeset in mainline [fd36d39] by
- ohci: Fix hcca_t structure. That structure was not 256B, looks like …
- 14:39 Changeset in mainline [1dd1a94] by
- ohci: Fix hcca_t structure. That structure was not 256B, looks like …
- 14:30 Changeset in mainline [0b20937] by
- uhci: cleanup and rename pci_* helper functions. The functions are …
- 14:30 Changeset in mainline [9155bb2] by
- uhci: cleanup and rename pci_* helper functions. The functions are …
- 14:15 Changeset in mainline [5f6d34b] by
- ehci: cleanup and rename pci_* helper functions. The functions are …
- 14:15 Changeset in mainline [698cb1cc] by
- ehci: cleanup and rename pci_* helper functions. The functions are …
- 12:03 Changeset in mainline [8011094] by
- ohci: Rename and cleanup pci_* functions and files. They are not pci …
- 12:03 Changeset in mainline [89e54124] by
- ohci: Rename and cleanup pci_* functions and files. They are not pci …
2012-03-14:
- 15:47 Changeset in mainline [145d16f] by
- bump GCC to 4.6.3, binutils to 2.22, GDB to 7.4
2012-03-13:
- 20:54 Changeset in mainline [f4373200] by
- defaults, beagleboardxm: Fix FB off by default.
- 20:33 Changeset in mainline [d7c801bb] by
- config: Add generic output for beagleboardxm. Fixes disappearance of …
- 20:21 Changeset in mainline [2df8561] by
- boot: Makefile.uboot takes laddr and saddr from outside. beagleboardxm …
- 16:42 Ticket #428 (Continuous integration) created by
- Placeholder for the master thesis …
- 15:24 Changeset in mainline [53d5278] by
- Merge with mainline
- 15:23 Changeset in mainline [6d123b3] by
- respect the o32 ABI when calling C functions from assembler and …
- 14:50 Changeset in mainline [df366b5e] by
- cstyle
- 14:08 Changeset in mainline [a69cb9a] by
- cstyle
- 13:33 Changeset in mainline [34f0448] by
- cstyle
- 13:29 Changeset in mainline [8df9290] by
- cstyle
- 12:54 Changeset in mainline [78a9e5ab] by
- cstyle
- 12:53 Changeset in mainline [b74e5893] by
- cstyle
- 12:51 Changeset in mainline [c87562ca] by
- cstyle (no change in functionality)
- 12:46 Changeset in mainline [8426a44d] by
- cstyle (no change in functionality)
- 12:41 Changeset in mainline [9971ea7f] by
- cstyle (no change in functionality)
- 12:23 Changeset in mainline [9318afa] by
- cstyle (no change in functionality)
- 11:54 Changeset in mainline [089246ce] by
- cstyle (no change in functionality)
- 11:53 Changeset in mainline [9dae3e97] by
- cstyle (no change in functionality)
- 04:15 Changeset in mainline [d1714e8] by
- beagleboardxm,amdm37x: Move clock select to timer initialization …
- 04:08 Changeset in mainline [08d059a] by
- amdm37x_gpt: Fix timer setup. Qemu does not support advanced timer …
2012-03-12:
- 23:17 Changeset in mainline [3b3c689] by
- Repeated ping mode.
- 23:10 Changeset in mainline [08a2007] by
- arm32: Fix high vector seting on armv4/armv5
- 21:54 Changeset in mainline [b954fb7] by
- amdm37x_uart: Push only non-null data.
- 21:53 Changeset in mainline [d447598e] by
- arm32: explicitly request executable pages for kernel.
- 21:08 Changeset in mainline [a19dc95] by
- arm32: Register platform name to sysinfo.
- 21:07 Changeset in mainline [b99a5e8] by
- beagleboardxm: Use provided HZ value instead of hard-coded one.
- 20:30 Changeset in mainline [5608deba] by
- Merge from lp:~jakub/helenos/mm.
- 20:27 Changeset in mainline [2cc7f16] by
- frame_adjust_zone_bounds() needs to handle cases when the physical …
- 19:50 Changeset in mainline [914e063] by
- arm32,mm: Add ARMv7 page table formats.
2012-03-11:
- 23:07 Changeset in mainline [6428115] by
- Ping utility, ICMP echo send and receive.
- 19:29 Changeset in mainline [096d4a6b] by
- arm32: Register for enabling high exc. vector moved in armv7
- 19:28 Changeset in mainline [7c13c55] by
- arm32: Use WFE on armv7
- 19:24 Changeset in mainline [46a808f5] by
- beagleboardxm,config: Set framebuffer default to N.
- 19:05 Changeset in mainline [f1aa1db] by
- config: Add cpu type defines.
- 04:03 Changeset in mainline [fc965aa] by
- kernel mm: BeagleBoard-xM physical memory starts on 2GB boundary.
- 04:02 Changeset in mainline [ae36ba0] by
- beagleboardxm: Initialize serial line input. Set memory size to …
- 03:56 Changeset in mainline [60a025d] by
- config: build srln.c when building beagleboardxm
- 03:54 Changeset in mainline [c91fe327] by
- amdm37x_uar: Implement simple receive functions. Disable port setup …
2012-03-10:
- 20:20 Changeset in mainline [13be128d] by
- amdm37x_irc: Fix padding, const access, and base address.
- 14:44 Changeset in mainline [9093c61] by
- changed features to be able to mount standard ext4 volume
2012-03-09:
- 21:57 Changeset in mainline [ffa8912] by
- Fix memory leak.
- 19:41 Changeset in mainline [637a3b4] by
- ICMP echo replying.
- 18:49 ReleaseNotes/0.5.0 edited by
- Mention addition of mkmfs and mkexfat utilities. (diff)
- 17:49 CrossProjectIdeas edited by
- (diff)
- 17:49 CrossProjectIdeas edited by
- (diff)
- 17:45 GSoCAppTemp edited by
- (diff)
- 17:44 GSoCAppTemp edited by
- (diff)
- 17:44 GSoCAppTemp edited by
- (diff)
- 17:43 GSoCAppTemp edited by
- (diff)
- 15:05 Meetings edited by
- Update venue of tomorrow's meeting. (diff)
2012-03-08:
- 22:30 Changeset in mainline [fa101c4] by
- Address deletion (needs better synchronization).
- 21:54 Changeset in mainline [291c792] by
- Set address object name upon creation.
- 21:12 Changeset in mainline [0e94b979] by
- Listing configured addresses.
- 19:40 Ticket #427 (Tickless/event-driven kernel) created by
- The kernels of many operating systems have already switched or are …
- 18:54 Ticket #426 (Realtek RTL8169 Gigabit Ethernet driver) created by
- Need a driver for Realtek RTL8169 gigabit ethernet adapter. It is the …
- 15:26 CrossProjectIdeas edited by
- (diff)
2012-03-07:
- 23:09 Changeset in mainline [a88a6eac] by
- Fix 64-bit build - remove some debugging output.
- 23:05 Changeset in mainline [45aa22c] by
- Creating static addresses with inetcfg.
- 21:07 Changeset in mainline [590ce352] by
- breagleboard: Use amdm37x timer1 as system timer.
- 21:05 Changeset in mainline [b8e56d9b] by
- amdm37x, gpt: Add irq information, implement simple tick timer driver.
- 21:01 Changeset in mainline [81c354f] by
- amdm37x, uart: return true after successful initialization.
- 21:01 Changeset in mainline [0e25780] by
- Inetcfg skeleton.
- 20:26 Changeset in mainline [609cbf8] by
- amdm37x: Add GPT register map.
- 18:54 Changeset in mainline [3d016ac] by
- Prototype sending of ARP requests.
- 16:09 Changeset in mainline [77b52f0] by
- kernel/frame, arm32/page: PA might start on other addresses than 0, …
- 15:26 Ticket #425 (Implement support for Lemote Fuloong/Yeeloong (mips64)) created by
- Implement support for Lemote Fuloong and/or Yeeloong machines (mips64 …
- 10:11 Changeset in mainline [e2629b08] by
- Prepared infrastructure for extent searching
- 09:33 Changeset in mainline [b53a733] by
- Data types definitions groupped to one file
2012-03-06:
- 16:06 Ticket #424 (RPC/IPC generator) created by
- Implement compiler (generator) for the remote procedure calls over the …
- 15:26 Ticket #423 (DMA allocations need to survive address space destruction) created by
- The current DMA allocator does not track/lock DMA mappings beyond …
- 15:24 Ticket #422 (DMA allocator needs to support range and alignment specification) created by
- The DMA allocator for anonymous memory needs to support proper …
- 14:30 Ticket #421 (Non-anomymous DMA allocation needs to trigger on-demand mapping) created by
- The current mainline implementation of non-anonymous DMA mapping is …
- 10:22 Changeset in mainline [a872fc09] by
- bugfix - bad function called to check filesystem feature
- 09:54 Changeset in mainline [2f2feadb] by
- refactored code of index node splitting
- 09:17 Changeset in mainline [60b8b99] by
- fixed error codes handling
2012-03-05:
- 21:44 Changeset in mainline [161fbda] by
- kernel,arm32: Add BeagleBoard-xM (MD37x) memory information.
- 21:37 Changeset in mainline [fcc6224] by
- boot,arm32: Make arm32 bootstrap code BeagleBoard-xM aware.
- 20:51 Changeset in mainline [1b90e90] by
- ohci: Improve HCCA structure handling. Add comments. Fix minor root …
- 20:33 Changeset in mainline [45f4f19] by
- ohci: Use different macros for register and memory access.
- 20:19 Changeset in mainline [d1ca752] by
- ohci: Remove deprecated endian conversion macros.
- 17:47 Changeset in mainline [38b950f] by
- ohci: Remove dead code.
- 10:40 Changeset in mainline [2f619d5] by
- debug message deleted
- 10:40 Changeset in mainline [e8d054a] by
- very hidden bug (memory_leak) found in splitting data block - now …
- 01:14 Changeset in mainline [d2707fc] by
- config: Add option to select BeagleBoard-xM uart driver.
2012-03-04:
- 20:40 Changeset in mainline [05a6548] by
- beagleboardxm: Initialize and use pic and uart. Timer is still missing.
- 20:37 Changeset in mainline [e6a356dd] by
- amdm37x: Simple UART driver implementation (only output).
- 20:17 Changeset in mainline [b0e58c7] by
- arm32, amdm37x: Add UART driver skeleton.
- 20:15 Changeset in mainline [58297955] by
- arm32, amdm37x Implement simple pic driver.
- 18:52 Changeset in mainline [98cb0495] by
- Merge mainline changes.
- 16:49 Changeset in mainline [3da753e] by
- amdm37x: add pic driver register map
- 15:59 Changeset in mainline [6038368] by
- arm32: BeagleBoard-xM skeleton stubs.
2012-03-03:
- 20:06 Changeset in mainline [e63ce679] by
- Some TODOs solved (mostly in error handling)
- 17:44 Changeset in mainline [7689590] by
- Code refactoring (for dentry searching)
- 14:51 CrossProjectIdeas edited by
- (diff)
- 14:51 CrossProjectIdeas edited by
- (diff)
- 14:27 CrossProjectIdeas edited by
- (diff)
- 13:34 CrossProjectIdeas edited by
- (diff)
- 13:30 CrossProjectIdeas created by
- 10:32 Changeset in mainline [c30a015] by
- Merge with mainline
2012-03-02:
- 17:20 Changeset in mainline [0499235] by
- add basic support for encoding name/value properties in sysinfo
- 16:17 Changeset in mainline [3113d47] by
- export OpenFirmware? device node properties using sysinfo
- 15:53 Changeset in mainline [196c253] by
- add support for private/instance data also for the other sysinfo …
- 15:32 Changeset in mainline [efb8d15] by
- dump sysinfo in a more compact way
- 15:13 Changeset in mainline [71232af] by
- ofw_tree_print() is no longer needed the OFW device tree can be …
- 15:12 Changeset in mainline [de3db94a] by
- map OpenFirmware? device tree into sysinfo
- 14:56 Changeset in mainline [dabbe28] by
- cstyle
- 14:55 Changeset in mainline [8b9a443] by
- cstyle
- 14:50 Changeset in mainline [76f382b] by
- support for listing sysinfo from uspace
- 14:50 Changeset in mainline [560d79f] by
- implement str_nsize, wstr_nsize
- 13:55 Changeset in mainline [0030eef] by
- add kernel support for listing sysinfo keys from uspace
Note: See TracTimeline
for information about the timeline view.