Timeline
2012-02-09:
- 22:57 Changeset in mainline [e767dbf]lfnserial by
- Sketch IP PDU encoding and decoding. Unify IP packet routing.
- 22:21 Ticket #412 (Kernel test mapping1 fails) closed by
- fixed: Fix merged in mainline,1397.
- 22:19 Changeset in mainline [bb6f135]lfnserial by
- Merge from lp:~jakub/helenos/mm.
- 22:15 Changeset in mainline [492ddc9]lfnserial by
- Match km_page_free() size parameter in km_unmap_aligned() with that of …
- 21:54 Changeset in mainline [33ca0f5]lfnserial by
- iswithin() needs to be imune to the base + size 64-bit overflow.
- 20:35 Changeset in mainline [b7068da]lfnserial by
- Merge mainline changes
2012-02-08:
- 19:38 Changeset in mainline [50601ef]lfnserial by
- small code modification / reorganization
- 16:10 Ticket #412 (Kernel test mapping1 fails) created by
-
Running
test mapping1
from kconsole causes kernel panic on …
2012-02-06:
- 17:38 Changeset in mainline [ceba4bed]lfnserial by
- Introduce address object. Sketch sending outgoing datagrams to …
- 16:12 Changeset in mainline [bc38578]lfnserial by
- Identify incoming IP link connections.
- 12:43 Changeset in mainline [06295a9]lfnserial by
- NIC discovery in ethip. Create one IP link for each NIC.
2012-02-05:
- 12:35 Changeset in mainline [565b6ff]lfnserial by
- - bugfix in adding directory entry (linear) - added skeleton for using …
2012-02-03:
- 16:46 Changeset in mainline [e2e56e67]lfnserial by
- Stub IP/Ethernet server. Implement IP link discovery in inet server.
2012-02-02:
- 18:28 Ticket #411 (Make bootimage compression optional) created by
- We compress the bootimage to work around problems with overgrowing a …
- 18:15 Changeset in mainline [f834f90d]lfnserial by
- Add IP link client and server IPC stub.
- 15:18 Changeset in mainline [59157eb]lfnserial by
- Implement INET_EV_RECV IPC.
2012-02-01:
- 22:06 Changeset in mainline [ecff3d9]lfnserial by
- Implement inet client IPC communication. Fix bug in inet_init().
- 21:18 Changeset in mainline [c76e926]lfnserial by
- Sketch inet client API, inet server. Use inet client API for TCP, make …
- 19:17 Changeset in mainline [512a7df]lfnserial by
- Merge with mainline
- 00:09 Changeset in mainline [70922c2]lfnserial by
- Mainline changes.
2012-01-31:
- 22:52 Changeset in mainline [3d4750f]lfnserial by
- Merge from lp:~jakub/helenos/mm.
- 22:51 Changeset in mainline [7b5789e]lfnserial by
- Do not leak frame, page0 and page1 in error path's either.
- 22:45 Changeset in mainline [b860f9e]lfnserial by
- Do not leak frame, page0 and page1 in mapping1 test. The test shall no …
- 22:44 Changeset in mainline [03cdd2b]lfnserial by
- Add km_unmap() and km_unmap_aligned().
- 22:03 Changeset in mainline [bf3dd35]lfnserial by
- There is no need to have km_map() for aligned addresses and …
2012-01-30:
- 22:39 Changeset in mainline [c8916d15]lfnserial by
- More cleanup.
- 21:51 Changeset in mainline [c6533a7]lfnserial by
- Remove most of net-related code from libnet and libc, except parts …
- 21:18 Changeset in mainline [4d9fe7b]lfnserial by
- Remove network stack under uspace/srv/net (except TCP).
- 11:59 Changeset in mainline [bf31e3f]lfnserial by
- Fix function definitions with extern specifier.
- 09:23 Changeset in mainline [1d69c69]lfnserial by
- Bugfix for higher filesystem version (directory entry type not setting …
2012-01-29:
- 18:53 Ticket #404 (NIC API cleanup) closed by
- fixed: Removing dependencies on DDF and hot unplug can be addressed later. …
- 10:27 Changeset in mainline [7c506ced]lfnserial by
- Merge with mainline
2012-01-28:
- 23:25 Changeset in mainline [dc9a3ba]lfnserial by
- Move interrupt handling to a separate source module.
- 14:40 Changeset in mainline [7b3b571]lfnserial by
- Merge from lp:~jakub/helenos/mm.
- 14:39 Changeset in mainline [20de14d]lfnserial by
- Streamline mapping1 test.
- 13:10 Changeset in mainline [61ac34d]lfnserial by
- Map the RAS page using km_map().
- 12:51 Changeset in mainline [8757be86]lfnserial by
- Remove map_structure().
- 12:38 Changeset in mainline [93da799]lfnserial by
- Implement map_sdt() using km_map_structure().
- 12:36 Changeset in mainline [babb57e]lfnserial by
- Add km_map_structure(), inspired from a soon-to-be-removed map_structure().
- 10:51 Changeset in mainline [ca3d77a]lfnserial by
- some TODO's solved + removed debugging messages
- 09:17 Changeset in mainline [fe56c08a]lfnserial by
- Merge with mainline
2012-01-27:
- 23:24 Changeset in mainline [9970a5a]lfnserial by
- Merge from lp:~jakub/helenos/mm.
- 23:01 Changeset in mainline [221c9ec]lfnserial by
- Use km_map() in kinit().
- 22:41 Changeset in mainline [1ccd0aa]lfnserial by
- Use km_map() in km_temporary_page_get().
- 22:19 Changeset in mainline [adec5b45]lfnserial by
- Rename hw_map() to km_map() and add protection flags argument to make …
- 21:12 Changeset in mainline [d4673296]lfnserial by
- Move hw_map() to km.c
- 21:05 Changeset in mainline [4dee0cb]lfnserial by
- Fix mips64 build.
- 19:12 Changeset in mainline [8da2c60]lfnserial by
- Merge with mainline
- 14:57 Changeset in mainline [d81eaf94]lfnserial by
- Intel 82572 uses actually the alternative method to access the EEPROM
- 12:57 Changeset in mainline [790d6d1]lfnserial by
- Revert unintentional change in configuration.
- 12:54 Changeset in mainline [9cd8165]lfnserial by
- NIC does not need nic_device_id_t. Now it exists just inside net. Not …
- 12:05 Lab edited by
- update ultra (diff)
- 09:44 HardwareSupport edited by
- OHCI should work fine now (diff)
- 09:43 HardwareSupport edited by
- Add ethernet adapters (diff)
2012-01-26:
- 09:34 Changeset in mainline [ea75ceb]lfnserial by
- bugfix in match operation
- 08:51 Changeset in mainline [cf858877]lfnserial by
- Merge with mainline
2012-01-25:
- 23:40 VASFeatures edited by
- Remove outdated information. (diff)
- 22:59 Changeset in mainline [32817cc]lfnserial by
- Make the kernel ready for init tasks loaded to high memory.
- 20:25 Changeset in mainline [7174403]lfnserial by
- the "mkisofs" is being gradually phased out in distros be ready for that
- 20:09 Changeset in mainline [5c5f522]lfnserial by
- Merge with mainline
- 19:20 Repositories edited by
- remove obsolete repository (diff)
- 18:51 Repositories edited by
- remove obsolete and fully merged repositories (diff)
- 18:49 ToMerge edited by
- add ext4 (diff)
- 18:48 Repositories edited by
- remove obsolete repositories (diff)
- 18:42 ToMerge edited by
- update (diff)
- 18:22 Changeset in mainline [5cd3d67]lfnserial by
- cstyle (no change in functionality)
- 18:03 Changeset in mainline [3ce5162]lfnserial by
- Merge with mainline
- 18:02 Changeset in mainline [ed6fdc7]lfnserial by
- Bugfix during new block allocation
- 17:29 Changeset in mainline [5cc9eba]lfnserial by
- cstyle (no change in functionality)
- 12:29 Changeset in mainline [db2f654]lfnserial by
- Merge with mainline
2012-01-24:
- 23:41 Ticket #410 (Can't have more than 1GiB of memory on ppc32) created by
- The current ppc32 kernel (but also revisions prior to the kernel …
- 17:02 Changeset in mainline [8576bb4]lfnserial by
- cstyle
- 16:53 Changeset in mainline [60db852]lfnserial by
- remove unnecessary includes
- 16:32 Changeset in mainline [02aad10]lfnserial by
- Merge with mainline
- 16:32 Changeset in mainline [cd1cc4e6]lfnserial by
- bugfixes of inode allocation and link operation
- 15:49 Ticket #409 (i8042 driver broken on Intel S5000XVNSATAR) closed by
- fixed: Fixed in r1383.
- 15:46 Changeset in mainline [876f6463]lfnserial by
- always (always, always!) wait for the controller to be ready before …
- 09:26 Changeset in mainline [786bd56]lfnserial by
- Merge with mainline
- 09:24 Changeset in mainline [304faab]lfnserial by
- Very simple allocation algorithm
- 04:29 Changeset in mainline [cb3dbb63]lfnserial by
- ppc32: Use intelpci as pci driver. It works if the pci bus is set to …
- 04:28 Changeset in mainline [690d2e7]lfnserial by
- pci: intel pci is always little endian.
- 02:41 Changeset in mainline [230385c]lfnserial by
- pci: Setup addr port and data port separately. We will need this for …
- 02:27 Changeset in mainline [948911d]lfnserial by
- Mainline changes.
2012-01-23:
- 18:27 Ticket #409 (i8042 driver broken on Intel S5000XVNSATAR) created by
- The i8042 (PS/2) driver in the current revision …
- 18:24 Changeset in mainline [2df6f6fe]lfnserial by
- cstyle and cleanup (no change in functionality)
- 18:23 Changeset in mainline [88dfee7]lfnserial by
- get rid of unnecessary legacy code
- 17:33 Changeset in mainline [c1f27f1d]lfnserial by
- fix a fix which was not a fix
- 16:30 Changeset in mainline [cd66f3c]lfnserial by
- fix last commit ommisions
- 16:27 Changeset in mainline [a6240a31]lfnserial by
- improve locking by making the critical-path critical section smaller …
- 16:22 Changeset in mainline [88057e3]lfnserial by
- fix a nasty bug that could force loc_get_categories() to go into an …
- 13:23 Changeset in mainline [9d09d7f]lfnserial by
- identify the ISA bridges in terms of PCI class/subclass this should …
- 12:21 Changeset in mainline [08cc26b]lfnserial by
- Merge with mainline
- 12:00 Changeset in mainline [49ec568]lfnserial by
- improve the code a little bit (common constant, avoid any chance of …
2012-01-22:
- 14:18 Changeset in mainline [10a5479d]lfnserial by
- Prevent callbacks from racing. This was probably the culprit which was …
- 13:50 Changeset in mainline [eb2efc7]lfnserial by
- Remove leftovers.
- 13:41 Changeset in mainline [cf9cb36]lfnserial by
- Decouple libnic from libnet.
- 13:23 Changeset in mainline [fcae007]lfnserial by
- Merge with mainline
- 13:22 Changeset in mainline [d9bbe45]lfnserial by
- Refafctorization - principle of locality in variables declaration
- 12:29 Changeset in mainline [b7e0260]lfnserial by
- Completed code for adding directory entry without index
- 11:53 Changeset in mainline [c38e417]lfnserial by
- Merge with mainline
- 10:40 Changeset in mainline [8d7ec69d]lfnserial by
- NIC should talk to its client via a callback connection with …
2012-01-21:
- 23:55 Changeset in mainline [eaa0c3f]lfnserial by
- Merge with mainline
- 17:07 Changeset in mainline [e98fe28c]lfnserial by
- Not even identifiers and error messages should break layering/abstraction.
- 16:59 Changeset in mainline [01380b1]lfnserial by
- libnic no longer needs net_session.
- 15:34 Changeset in mainline [ce7676c]lfnserial by
- Fix double free bug in trace.
- 15:06 Changeset in mainline [77a69ea]lfnserial by
- Allow multiple tasks to register for loc category change events. Open …
- 12:57 Changeset in mainline [86c71de]lfnserial by
- Merge with mainline
- 12:55 Changeset in mainline [47a89fe]lfnserial by
- Skeletons for link and create_node operations
- 12:52 Changeset in mainline [5614c7f]lfnserial by
- Code refactiorization - local variables declarations moved by …
- 12:50 Changeset in mainline [e86b8f0]lfnserial by
- Create DDF functions manually.
- 12:48 Changeset in mainline [73196d2]lfnserial by
- Skeleton for adding directory entry (without indexing)
- 12:47 Changeset in mainline [2d2c6ce]lfnserial by
- Skeleton for inode allocation and initialization
2012-01-20:
- 23:24 ReleaseNotes/0.5.0 edited by
- Mention kernel non-ident, nicf, nic drivers, remcons, websrv enhancements (diff)
- 22:46 Ticket #406 (ia32: init_e820_memory() might be broken) closed by
- fixed: Fixed in mainline,1365
- 22:35 Changeset in mainline [3fe58d3c]lfnserial by
- Merge from lp:~jakub/helenos/mm.
- 16:49 Changeset in mainline [321052f7]lfnserial by
- fix typos
2012-01-19:
- 18:14 Changeset in mainline [ea788701]lfnserial by
- Remove use of packet_t in NIC framework.
- 08:23 Changeset in mainline [d8da56b]lfnserial by
- Fix nit.
- 08:13 Changeset in mainline [1bc35b5]lfnserial by
- Remove most use of packet_t from NIC drivers.
2012-01-16:
- 22:45 Changeset in mainline [7943c43]lfnserial by
- Merge mainline changes.
- 22:38 Changeset in mainline [9117ef9b]lfnserial by
- Restrict the e820 table entries to 32-bits on ia32.
- 20:37 Ticket #408 (ia32, amd64: Number of CPUs is limited to 8) created by
- Due to the use of APIC Flat Mode the number of CPUs which can be woken …
- 09:23 Changeset in mainline [121e7adf]lfnserial by
- Merge with mainline
2012-01-15:
- 21:31 Changeset in mainline [a538808]lfnserial by
- Get rid of apparently left-over protoype code from GAT02 development times.
- 20:51 Changeset in mainline [f6b84f7]lfnserial by
- Streamline allocation of the frame for the exception vectors.
- 19:49 Changeset in mainline [8356e59]lfnserial by
- Do not include the PTL0 range which includes the high exception …
- 19:21 VASFeatures edited by
- Add note about arm32's low and high exception vectors constraint on a … (diff)
- 14:21 Changeset in mainline [3ea725e]lfnserial by
- Merge remote console (telnet-like server) The service `remcons' is …
- 14:12 Changeset in mainline [d50db30]lfnserial by
- Start remote console automatically
- 14:06 Changeset in mainline [bd79281]lfnserial by
- remcons: be queit in non-debug build
- 13:51 Changeset in mainline [a1347a7]lfnserial by
- Merge mainline changes
- 10:38 Changeset in mainline [8989f2a7]lfnserial by
- Merge with mainline
2012-01-14:
- 23:31 Changeset in mainline [f302586]lfnserial by
- make sure the client_connection is explicitly set at most once it is …
- 11:07 Changeset in mainline [6d8455d]lfnserial by
- Eliminate packet_t from sending direction of NIC interface.
- 09:53 Changeset in mainline [f991b6b]lfnserial by
- Merge i8042kbd/mouse DDF drivers.
2012-01-13:
- 22:42 Changeset in mainline [d56382d]lfnserial by
- Nits and compile fixes.
- 22:31 Changeset in mainline [c7f8fc5]lfnserial by
- Use temporary pages in the ELF backend.
- 22:29 Changeset in mainline [c142860]lfnserial by
- Use temporary pages in the anonymous backend.
- 22:27 Changeset in mainline [f7f47a7]lfnserial by
- Add interfaces for creating and destroying temporary pages.
- 20:49 Changeset in mainline [1a313f7]lfnserial by
- Do not allocate from low memory when the requestor wants high memory …
- 20:42 Changeset in mainline [a2789d2]lfnserial by
- Avoid overflow in comparison when base + size == 0.
- 20:06 ToMerge edited by
- update NICF (diff)
- 16:30 DeviceDrivers edited by
- More about location service (diff)
2012-01-12:
- 12:45 ToMerge edited by
- Add notice about keeping NUMA branch up-to-date (diff)
- 12:19 Changeset in mainline [03e0a244]lfnserial by
- remcons: display welcome message
- 11:03 Changeset in mainline [178d6a3]lfnserial by
- remcons: handle backspace The handling is a bit hackish because the …
- 10:24 Ticket #407 (HelenOS/ppc32 broken on latest Qemu) created by
- I am logging this ticket mainly for tracking purposes. There is some …
- 10:07 Changeset in mainline [c17c4e28]lfnserial by
- remcons: better key translation
- 09:45 Changeset in mainline [2a180307]lfnserial by
- remcons: ignore telnet commands
- 09:29 Changeset in mainline [99c2e9f3]lfnserial by
- remcons: more refactoring
- 08:48 Changeset in mainline [261bbdc]lfnserial by
- remcons: attribute renaming
- 08:47 Changeset in mainline [5923cf82]lfnserial by
- remcons: add comments
- 08:38 Changeset in mainline [d545d03]lfnserial by
- remcons: unify log/error messages
- 08:16 Changeset in mainline [8562724]lfnserial by
- remcons: minor refactoring
- 08:10 Changeset in mainline [30d4706]lfnserial by
- remcons: split source into more files
- 07:47 Changeset in mainline [787b65b]lfnserial by
- remcons: variable/type renaming The most fundamental change is that …
2012-01-11:
- 16:25 Changeset in mainline [1870d81]lfnserial by
- remcons: kill task on socket close Timeout variants are needed …
2012-01-10:
- 14:59 Changeset in mainline [7c2bb2c]lfnserial by
- remcons: spawn task in separate fibril
- 14:51 Changeset in mainline [3806317]lfnserial by
- remcons: move telnet commands to telnet.h
Note: See TracTimeline
for information about the timeline view.