Timeline
2011-01-28:
- 23:56 Changeset in mainline [5935fe4c]lfnserial by
- Fix wrong parameter order
- 23:54 Changeset in mainline [096a1ff]lfnserial by
- Shorter debug messages
- 23:51 Changeset in mainline [44d8853]lfnserial by
- Fixed: Do not crash on zero buffers
- 23:30 Changeset in mainline [e68de30]lfnserial by
- Fixed: use proper device enumeration procedure
- 23:13 Changeset in mainline [f0e25e8]lfnserial by
- Fixed: reset port after detecting a new device
- 22:59 Changeset in mainline [6865243c]lfnserial by
- Add prototypes of functions from ticket #43
- 21:43 Changeset in mainline [a09128c]lfnserial by
- Merge: Doc update, usbkbd is usbhid, PCI I/O regs Renamed usbkbd …
- 21:39 Changeset in mainline [632ed68]lfnserial by
- Doxygen group for usbinfo application
- 21:17 Changeset in mainline [66d5062]lfnserial by
-
Rename
usbkbd' driver to
usbhid' - 21:05 Changeset in mainline [1c13dac]lfnserial by
- Add Doxygen groups to usbkbd driver
- 20:57 Changeset in mainline [68a2be19]lfnserial by
- rename prefixes which have been deprecated long time ago
- 20:54 Changeset in mainline [e26a4633]lfnserial by
- introduce private libc.h header containing items which should not be …
- 20:34 Changeset in mainline [4db1fbf]lfnserial by
- make the libc private header really private (i.e. do not allow to be …
- 20:08 Changeset in mainline [76d9eb7e]lfnserial by
- Cleaner Makefile in usbkbd Added some missing variables, more generic …
- 19:07 Changeset in mainline [3da5eb9]lfnserial by
- Fixed: add buffer pointer to TD on initialization Added status info …
- 19:06 Changeset in mainline [01656f2]lfnserial by
- Fixed: use 16 byte alignment (see UHCI spec)
- 17:36 Changeset in mainline [0535ee4]lfnserial by
- Added debug_checker fibril (checks memory structures) Fixed: Cleaning …
- 17:34 Changeset in mainline [3fb3099c]lfnserial by
- Fixed: Add pointer to enqueue debug output
- 17:33 Changeset in mainline [0b68b7c]lfnserial by
- Fixed: initialize arg field properly Added callback_out call
- 17:32 Changeset in mainline [b6120d90]lfnserial by
- Fixed: Error count mask Made TD fields volatile
- 17:31 Changeset in mainline [54229db]lfnserial by
- Fixed: return phys address instead of frame number
- 17:20 Changeset in mainline [1879a7d]lfnserial by
- Merge development/ changes
- 17:16 Changeset in mainline [c113056]lfnserial by
- Fix wrong printf directive
- 17:12 Changeset in mainline [ea991e84]lfnserial by
- Get I/O ranges for UHCI registers
- 15:55 Changeset in mainline [3ee48f2]lfnserial by
- Merge: HID driver - correct scancodes, communication with console, layouts
- 15:47 Changeset in mainline [d1984e0]lfnserial by
- Added UHCI command register values HC is started on initialization.
- 15:46 Changeset in mainline [a8e96683]lfnserial by
- Added memory control/translation mechanisms.
- 15:45 Changeset in mainline [10f479ae]lfnserial by
- Return correct value after uhci_init
- 15:44 Changeset in mainline [007e6efa]lfnserial by
- * libc routines for registering services and connecting to services …
- 15:30 Changeset in mainline [7a51d75]lfnserial by
- Merge development/ changes
- 15:15 Changeset in mainline [2b96463]lfnserial by
- Merge mainline changes
- 14:59 Changeset in mainline [d93ff502]lfnserial by
- Added toggle bit parameter. Removed uhci_* specific functions, use …
- 14:52 Changeset in mainline [ef8d655]lfnserial by
- More robust init of virtual root hub The loop is necessary since this …
- 14:38 Changeset in mainline [89beb08]lfnserial by
- merging small fixes from /smekideki
- 14:36 Changeset in mainline [ba5ab09]lfnserial by
- fixed one possible memory leak using fibril_mutex instead of futex
- 12:43 Changeset in mainline [de0e6b3]lfnserial by
- Used usbmem allocator
- 12:41 Changeset in mainline [81c0854f]lfnserial by
- merge from usb/development
- 12:20 Changeset in mainline [45c4f5a]lfnserial by
- Used callback_get() and dispose convenience functions
- 12:20 Changeset in mainline [987dda8]lfnserial by
- Added calback_get() and callback_dispose() convenience functions
- 11:59 Changeset in mainline [eb03e92]lfnserial by
- Used get() and dispose() convenience functions
- 11:58 Changeset in mainline [dcc5b9d]lfnserial by
- Added get() and dispose() convenience functions()
- 11:52 Changeset in mainline [579dec2]lfnserial by
- Implemented cleanup fibril cycle
- 11:46 Changeset in mainline [c13ecfe]lfnserial by
- Moved implementation to .c transfer_descriptor_init no longer return …
- 11:45 Changeset in mainline [db7ed07]lfnserial by
- Added callback_run
- 10:49 Changeset in mainline [ea6a824]lfnserial by
- Merge standalone virtual hub
- 10:45 Changeset in mainline [c5c003c]lfnserial by
- Cleaner Makefile Also updated ignore list.
- 10:24 Changeset in mainline [679a135]lfnserial by
- Doxygen group for virtual USB keyboard
- 10:19 Changeset in mainline [95622c4]lfnserial by
- Add standalone virtual hub Similar to virtual USB keyboard (`vuk'), …
2011-01-27:
- 22:09 Changeset in mainline [7fc092a]lfnserial by
- Changes from development branch
- 19:46 Changeset in mainline [ae0300b5]lfnserial by
- fix wrong formatting arguments
- 19:39 Changeset in mainline [f579760]lfnserial by
- * merge "tasks" and "stats" tools into one binary * improve the …
- 19:39 Changeset in mainline [caa8a94]lfnserial by
- * merge "tasks" and "stats" * improve printouts of "stats"
- 19:38 Changeset in mainline [2a827f4]lfnserial by
- shorten "threads" to "thrds"
- 19:30 Ticket #69 (i8042 CPU reset fails miserably in SMP configurations) closed by
- notadefect: Closing this ticket as not a defect, feel free to reopen if necessary.
- 19:25 Ticket #220 (Unexpected FPU exception in top utility) closed by
- worksforme: Closing as non-reproducible, feel free to reopen if necessary.
- 18:34 Changeset in mainline [5378f99]lfnserial by
- improve 'ipc' command printouts
- 17:57 Changeset in mainline [577f042a]lfnserial by
- * improve synchronization in sys_task_set_name() * improve printouts …
- 17:19 Changeset in mainline [875c629]lfnserial by
- merge 'btrace' kernel console command (a last resort debugging means …
- 16:52 Changeset in mainline [5b7a107]lfnserial by
- as the 'btrace' command depends on udebug, make it optional on …
- 16:36 Changeset in mainline [df58e44]lfnserial by
- * add support for printing uspace stack traces from kernel console …
- 16:33 Changeset in mainline [0843f02]lfnserial by
- on assertion print also the function, file and line (to make it easier …
- 15:06 Changeset in mainline [4e7d3dd]lfnserial by
- cstyle (no change in functionality)
2011-01-26:
- 20:38 Ticket #282 (VFS should associate the table of open files with the client task ...) closed by
- fixed: Merged in changeset:mainline,833.
- 20:36 Ticket #283 (The kernel should sign each call by the senders ID) closed by
- fixed: Merged in changeset:mainline,833.
- 20:22 Changeset in mainline [bf75e3cb]lfnserial by
- Merge from lp:~jakub/helenos/fs. Highlights of the merge: - the …
- 19:50 Ticket #288 (fat crashes on assert(idxp->pfc) in fat_node_get_core()) created by
- In mainline,832, the following two commands: […] will make FAT …
- 14:54 Changeset in mainline [9f0318c]lfnserial by
- Merge development/ changes
- 14:52 Changeset in mainline [6265a2b]lfnserial by
- Merge mainline changes
- 14:50 Changeset in mainline [192a0063]lfnserial by
- Merged vojtechhorky/ - doxy doc updates
- 12:43 Changeset in mainline [ba54451]lfnserial by
- HID driver put inside Doxygen group
- 12:43 Changeset in mainline [281ebae]lfnserial by
- Hub driver put inside Doxygen group
- 12:42 Changeset in mainline [db3de8c]lfnserial by
- Add some Doxygen groups
- 12:34 Changeset in mainline [bd8c753d]lfnserial by
- Doxygen group for USB virtualization Virtual host controller …
- 00:57 Changeset in mainline [4fe94c66]lfnserial by
- Now when the table of open files is shared by multiple connections of …
- 00:33 Changeset in mainline [8b65e547]lfnserial by
- Cleanup vfs.h.
- 00:27 Changeset in mainline [a28ab12]lfnserial by
- Use async sessions in the VFS libc client code.
- 00:24 Changeset in mainline [b75e929]lfnserial by
- Put the table of open files into the async client data.
2011-01-25:
- 23:41 Changeset in mainline [23882034]lfnserial by
- Provide means of obtaining one's own client data.
- 23:37 Changeset in mainline [8526e585]lfnserial by
- Reorder call to the client data destructor so that it can be more flexible.
- 22:51 Changeset in mainline [9ee87f6]lfnserial by
- uhci initialization refactored Added cleaner fibril(will handle …
- 22:15 Changeset in mainline [46eec3b]lfnserial by
- Introduce a callback mechanism to create and destroy client data area.
- 21:28 Changeset in mainline [c80fdd0]lfnserial by
- Track and reference count connections from the same client task.
- 21:25 Changeset in mainline [d03ade7]lfnserial by
- Enqueue transfers Fix malloc check in uhci_add_transfer()
- 21:05 Changeset in mainline [b00163f]lfnserial by
- Move transfer initialization an queue to uhci_add_transfer() Use uhci …
- 20:44 Changeset in mainline [89a0485a]lfnserial by
- Move function implementations to .c files Unify error reporting in …
- 19:20 Changeset in mainline [e0ba26b]lfnserial by
- Merged vojtechhorky/ - various fixes The merge includes following …
- 19:16 Changeset in mainline [7977fa1]lfnserial by
- Add append function, check return value of TD init
- 18:58 Changeset in mainline [d5f7a8ab]lfnserial by
- Transfer descriptor flags and masks
- 18:11 Changeset in mainline [a0ce870]lfnserial by
- statistics: provide resident (actually used) memory of tasks
- 18:09 Changeset in mainline [bae9e76]lfnserial by
- Use uint32_t and cpp flags intead of bit structure for link_pointer_t
- 18:06 Changeset in mainline [68a68705]lfnserial by
- Virtual hub knows how to disconnect a device When a virtual device is …
- 17:48 Changeset in mainline [875e7227]lfnserial by
- Fix wrong return value
- 17:44 Changeset in mainline [6967c14]lfnserial by
- VHC registers device unplugging The virtual host controller is now …
- 17:10 Ticket #237 (Sysinfo syscalls can loop forever) closed by
- fixed: I understand your concern for the general case. However, currently the …
- 17:09 Changeset in mainline [311bc25]lfnserial by
- avoid the possibility for infinite looping on fetching sysinfo values …
- 16:48 Changeset in mainline [8befd0a]lfnserial by
- make the header slightly less ambiguious
2011-01-24:
- 20:44 Changeset in mainline [f21a61e]lfnserial by
- Synchronize kernel's ipc_data_t with uspace's ipc_call_t.
- 15:14 PastTheses edited by
- update query (diff)
- 15:12 AvailableTheses edited by
- update query (diff)
- 15:11 CurrentTheses edited by
- update query (diff)
- 11:59 Changeset in mainline [afc4fbb]lfnserial by
- Removal of unused directories
- 11:58 Changeset in mainline [3b77628]lfnserial by
- Doxygen comment fixes Mainly proper subgrouping and some missing …
- 00:41 Changeset in mainline [8c9b742]lfnserial by
- Change the client task hash only when making the call or when …
- 00:14 Changeset in mainline [3c22f70]lfnserial by
- Pass client task hash into async_new_connection().
- 00:00 Changeset in mainline [11bb813]lfnserial by
- Cleanup async.h.
2011-01-23:
- 23:47 Changeset in mainline [124c061]lfnserial by
- ipc_connect_to_me() now takes one extra argument to store the client …
- 23:18 Changeset in mainline [0cfc68f0]lfnserial by
- Hub driver: debugging messages clean-up Removed duplicit prefix of …
- 23:03 Changeset in mainline [4a5e2f1]lfnserial by
- Bugfix - forgotten if branch
- 22:44 Changeset in mainline [c979591b]lfnserial by
- Merged myself
- 22:33 Changeset in mainline [4f380d06]lfnserial by
- Virtual HC report transaction outcome
- 22:32 Changeset in mainline [f841608]lfnserial by
- USB transaction outcome propagated to clients
- 20:17 Changeset in mainline [fdb9982c]lfnserial by
- Sign each outgoing call by the task hash.
- 20:09 Changeset in mainline [357b5f5]lfnserial by
- Merge mainline changes.
- 02:50 Ticket #287 (Deleting an empty directory fails (TMPFS)) closed by
-
notadefect: So I guess we can close this ticket
2011-01-22:
- 15:16 Ticket #287 (Deleting an empty directory fails (TMPFS)) created by
- To reproduce try: […] → Can not remove tmp, directory not empty …
2011-01-21:
- 18:14 Changeset in mainline [643b983]lfnserial by
- Init callback structure and TD for usb in transfers
- 17:11 Repositories edited by
- Remove those branches of mine which are not interesting anymore (diff)
- 16:57 Changeset in mainline [a088d15]lfnserial by
- merge from smekideki
- 16:54 Changeset in mainline [c2020f7]lfnserial by
- mman functions
- 16:49 Changeset in mainline [9600516]lfnserial by
- Added transfer queues for interrupt, control and bulk transfers. UHCI …
- 16:37 Changeset in mainline [11797d5]lfnserial by
- Fixes + layouts - Fixed scancode → keycode map. - Removed copied …
- 14:24 Changeset in mainline [7d540c8]lfnserial by
- Scancodes corrected according to HID Usage Tables - not fully …
- 14:24 Changeset in mainline [c431a83]lfnserial by
- merge from usb/development
- 14:21 Changeset in mainline [e8ad0de]lfnserial by
- manager memmory allocation implementation started
- 13:58 Changeset in mainline [aa9f0a4]lfnserial by
- Merged vojtechhorky/ - page mapping retrieval
- 13:54 Changeset in mainline [b93d637]lfnserial by
- Add syscall for getting physical address
- 13:42 Repositories edited by
- NICF repository (diff)
- 13:25 Changeset in mainline [85d0cf8]lfnserial by
- Merge development/ changes
- 13:07 Changeset in mainline [50c06df]lfnserial by
- Merged development
- 13:03 Changeset in mainline [e2b1548]lfnserial by
- Basic communication with console works now. - Added converting …
- 13:01 Changeset in mainline [7c169ce]lfnserial by
- Merged development
- 12:55 Changeset in mainline [5d00e40]lfnserial by
- Merge mainline changes
- 12:31 Changeset in mainline [d08abdb7]lfnserial by
- More defensive descriptor parsing
- 12:26 Changeset in mainline [64861b8]lfnserial by
- merge from development
2011-01-20:
- 16:12 Ticket #286 (avltree_walk on an empty tree causes NULL pointer dereference) closed by
- fixed: Fixed in changeset:mainline,829.
- 16:09 Changeset in mainline [7e36c8d]lfnserial by
- Walk only non-empty AVL trees.
- 14:59 Ticket #286 (avltree_walk on an empty tree causes NULL pointer dereference) created by
2011-01-19:
- 16:33 Repositories edited by
- Add link to USB repository (diff)
- 15:40 Repositories edited by
- Remove some abandoned / merged branches from the list. (diff)
2011-01-17:
- 16:33 Changeset in mainline [96b0faef]lfnserial by
- Virtual USB keyboard fine tunning The number of simultaneously …
- 16:26 Changeset in mainline [a2d8d59]lfnserial by
- merge ICMP rewrite
- 16:04 Changeset in mainline [ffaba00]lfnserial by
- improve cstyle and comments
- 15:41 Changeset in mainline [f1938c6]lfnserial by
- streamline ICMP implementation - generate ICMP identification based …
- 15:38 Changeset in mainline [9f3864a]lfnserial by
- cstyle cleanup (no change in functionality)
- 15:21 Changeset in mainline [6336b6e]lfnserial by
- Communication with console (not working yet) - Added come copy-pasted …
2011-01-16:
- 18:05 Changeset in mainline [a1d12f4]lfnserial by
- Merged vojtechhorky/ - descriptor dumping
- 17:57 Changeset in mainline [466b120]lfnserial by
- Descriptor dumping goes into libusb
- 17:32 Changeset in mainline [df175fa]lfnserial by
- Fix wrong printf directive
2011-01-15:
- 16:38 Changeset in mainline [6b9e85b]lfnserial by
- Remove sparc64's cache.h and all references to it.
- 16:12 Changeset in mainline [03523dc]lfnserial by
- Add more hooks to address space area backends so that each backend can …
- 14:42 Changeset in mainline [630a8ef]lfnserial by
- Add the memory reservation API.
- 11:24 Changeset in mainline [290ea09]lfnserial by
- Merged vojtechhorky/ - various fixes Fixed ticket #41 - Virtual USB …
- 11:23 Changeset in mainline [0950397a]lfnserial by
- Ignore list update
- 11:22 Changeset in mainline [13101d06]lfnserial by
- Virtual USB devices set actual transfer size
- 10:33 Changeset in mainline [ff8ed06]lfnserial by
- Merge development/ changes
2011-01-14:
- 20:09 Changeset in mainline [b838fdf]lfnserial by
- Deploy the noreserve functions in address space area backends that …
- 20:01 Changeset in mainline [e608cbe]lfnserial by
- Add frame_alloc_noreserve() and frame_free_noreserve().
- 19:59 Changeset in mainline [c32e6bc]lfnserial by
- Add frame_free_generic().
- 19:55 Changeset in mainline [0139747]lfnserial by
- Move frame_alloc() to frame.c.
- 19:34 Changeset in mainline [1433f93e]lfnserial by
- Add FRAME_NO_RESERVE.
- 19:33 Changeset in mainline [5d853bd]lfnserial by
- Small cleanup in frame.[ch].
- 18:48 Changeset in mainline [1062c8d]lfnserial by
- nasty bug in dumyy call, thx Vojta for the fix
- 16:42 DeveloperDocs edited by
- I know it's far, but one day we will print from HelenOS, I am sure of it! (diff)
- 15:04 Changeset in mainline [76c40eb]lfnserial by
- dummy callback return size instead of 0 add dump of the first two …
- 14:55 Changeset in mainline [c9d5577]lfnserial by
- `usbinfo' dumps interface descriptor nicely
- 14:51 Changeset in mainline [2e38385]lfnserial by
- code-style
- 14:48 Changeset in mainline [fbddf94]lfnserial by
- Disabled last large debug output in usbkbd
- 14:46 Changeset in mainline [76cb03c]lfnserial by
- Disabled debug output in usbkbd
- 14:44 Changeset in mainline [f9dd44d]lfnserial by
- refactoring, use libusb device identification
- 14:43 Changeset in mainline [192466bc]lfnserial by
- merge from usb/smekideki into usb/development
- 14:34 Changeset in mainline [b65ca41d]lfnserial by
- merge with /usb/development (compilation fix)
- 14:31 Changeset in mainline [1d7a74e]lfnserial by
- Merged lelian/hidd into development
- 14:28 Changeset in mainline [0a9ea4a]lfnserial by
- Merge development into lelian/hidd
- 14:28 Changeset in mainline [4989d73]lfnserial by
- usbinfo dumps endpoint descriptor nicely
- 14:23 Changeset in mainline [7a725b13]lfnserial by
- merge from usb/development
- 14:16 Changeset in mainline [f40a1e2]lfnserial by
- little bit codelifting
- 14:09 Changeset in mainline [6fe1ab4]lfnserial by
- `usbinfo' indents better
- 13:38 Changeset in mainline [5f635ca]lfnserial by
- More generic descriptor dumping in `usbinfo'
- 13:35 Changeset in mainline [45019865]lfnserial by
- Fixed descriptor parsing. - Properly parses standard descriptors. - …
- 13:05 Changeset in mainline [2f60e57d]lfnserial by
- trac #27 - Boot protocol HID report parser
- 13:04 Changeset in mainline [60b2b69]lfnserial by
- Merge development/ changes
- 12:53 Changeset in mainline [00c2d035]lfnserial by
- Fixed typo
- 12:37 Changeset in mainline [d450964]lfnserial by
- Merged vojtechhorky/ - descriptor parser
- 12:35 Changeset in mainline [8426912a]lfnserial by
- Merge mainline changes
- 12:34 Changeset in mainline [f401312]lfnserial by
- Merged development into lelian/hidd
- 12:33 Changeset in mainline [b2a6fcfe]lfnserial by
- Added missing files descdump.h/c
- 12:20 Changeset in mainline [6986418]lfnserial by
- Descriptor parsing modified (fixed) - change …
- 10:54 Changeset in mainline [5ccb15c]lfnserial by
- Add simple descriptor parser
- 10:30 KnowledgeArticles edited by
- (diff)
- 10:27 WikiStart edited by
- Move the NetworkBridging article under Knowlede Articles (diff)
- 10:26 KnowledgeArticles edited by
- (diff)
- 10:25 KnowledgeArticles edited by
- (diff)
- 10:11 Changeset in mainline [977fcea]lfnserial by
- development branch merge
- 10:08 Changeset in mainline [8048c648]lfnserial by
- merge from /usb/development
2011-01-13:
- 21:23 Changeset in mainline [08abd81]lfnserial by
- Merge from lp:~jakub/helenos/net.
- 21:18 Changeset in mainline [87e373b]lfnserial by
- Do not prevent new ARP requests to be made when the first one times …
- 20:58 Changeset in mainline [80cd7cd]lfnserial by
- Merge mainline changes.
- 19:12 Changeset in mainline [a613fea1]lfnserial by
- revert accidentally comitted local network configuration (again!)
- 17:52 Changeset in mainline [ab6f2507]lfnserial by
- Make sure that slab_reclaim() executes with interrupts disabled. There …
- 12:16 Downloads edited by
- (diff)
- 12:08 Downloads created by
- 12:06 WikiStart edited by
- (diff)
2011-01-12:
- 20:52 Ticket #285 (Assertion failed (driver->state == DRIVER_STARTING) at file ...) created by
- After applying the attached patch on top of mainline,784, devamn hit …
- 20:43 Ticket #284 (Parallel build sometimes fails because generic/adt/list.o does not exist) created by
- This is what I did: 1. built default ia32 mainline,822 1. touched …
- 20:36 Ticket #283 (The kernel should sign each call by the senders ID) created by
- This is necessary for the recipient to be able to reliably tell calls …
- 20:30 Ticket #282 (VFS should associate the table of open files with the client task ...) created by
- Currently, each VFS client is expected to use just one phone for …
- 15:59 Changeset in mainline [014dd57b]lfnserial by
- streamline and create a common skeleton for the transport layer (in …
- 14:40 Changeset in mainline [797b704]lfnserial by
- streamline internetworking layer - IPC method renaming …
- 14:32 Changeset in mainline [73ac2e9]lfnserial by
- slightly improve error handling
- 11:25 Changeset in mainline [fe5a9fc]lfnserial by
- do not send extra ARP requests if a lookup is currently in progress …
2011-01-11:
- 16:27 Changeset in mainline [77429d3]lfnserial by
- remove the obsoleted SYS_INTERRUPT_ENABLE syscall
- 15:57 Changeset in mainline [fe8dfa6]lfnserial by
- networking: streamline NIL skeleton and NIL modules (nildummy, eth)
- 15:37 Changeset in mainline [04aade50]lfnserial by
- revert accidentally comitted local network configuration to the …
- 12:04 Changeset in mainline [f902d36]lfnserial by
- rename the dp8390 driver (and everything related) to ne2000 as it is …
- 07:24 Changeset in mainline [597c948]lfnserial by
-
prepare ARP translation data structure before
sending the ARP …
- 06:44 Changeset in mainline [bddec0c]lfnserial by
- do not leak memory
- 01:43 Changeset in mainline [6b22c97]lfnserial by
- add forgotten assignment
- 01:33 Changeset in mainline [8136102]lfnserial by
- improve correctness of the NE2000 driver w.r.t. parallelism of the …
- 01:33 Changeset in mainline [7300c37]lfnserial by
- fetching of frames from the network card is still single-threaded, but …
- 01:31 Changeset in mainline [4fc2b3b]lfnserial by
- do not unlock the RW-lock until the changes in NIL modules have finished
2011-01-10:
- 23:22 Changeset in mainline [43b4314]lfnserial by
- refactor NE2000 up/down operations, do not configure the card …
- 22:49 Changeset in mainline [abe95c9]lfnserial by
- avoid multiple overlapped interrupt request handling by handling …
- 17:37 Changeset in mainline [6643a19]lfnserial by
- Do not try to include long gone test_serial and netstart in the RAM …
- 16:51 Changeset in mainline [b207803]lfnserial by
- Shorter device names Automatic names of USB devices in devman uses …
- 16:36 Changeset in mainline [4db43721]lfnserial by
- Fix double mutex unlock in devman client code (thx Vojtech Horky).
- 16:33 Changeset in mainline [1ffa73b]lfnserial by
- Merge development/ changes
- 16:20 Changeset in mainline [6610565b]lfnserial by
- Merge mainline changes
- 11:58 Changeset in mainline [a97ea0f]lfnserial by
- Merged vojtechhorky/ - wrappers for standard requests
- 11:55 Changeset in mainline [863d45e]lfnserial by
- Add some missing comments
- 11:35 Changeset in mainline [263a9f1]lfnserial by
- A bit of refactoring
- 11:22 Changeset in mainline [276aeda]lfnserial by
- Wrappers for standard device requests Will add comments later.
- 00:44 Changeset in mainline [4a5c6c1]lfnserial by
- in my humble opinion we can remove this bold warning from the source …
- 00:42 WikiStart edited by
- (diff)
- 00:40 NetworkBridging created by
2011-01-09:
- 23:30 Changeset in mainline [4b86dac]lfnserial by
- use the usual ethernet MTU of 1500 bytes
- 23:24 Changeset in mainline [774e6d1a]lfnserial by
- partial networking stack overhaul - a lot of coding style changes …
- 23:09 Changeset in mainline [3c106e88]lfnserial by
- complete rewrite of the NE2000 network interface driver - remove …
- 21:20 Changeset in mainline [7ea7db31]lfnserial by
- Cease using devmap_get_phone() and devmap_hangup_phone() in drivers.
- 21:14 Changeset in mainline [622dea8]lfnserial by
- Protect devman_get_phone() by a mutex.
- 21:02 Changeset in mainline [80bffdb0]lfnserial by
- Merge some more DDF cleanup, this time no API changes.
- 20:55 Changeset in mainline [22027b6e]lfnserial by
- Move dev_iface-related declarations to dev_iface.h.
- 20:44 Changeset in mainline [8b5c8ae]lfnserial by
- If there are no available phones to be used by the async sessions …
- 20:41 Changeset in mainline [5fdd7c3]lfnserial by
- Say no to static functions.
- 20:27 Changeset in mainline [97adec8]lfnserial by
- More cstyle cleanup.
- 20:14 Changeset in mainline [36f2b3e]lfnserial by
- Cstyle cleanup.
- 19:52 Changeset in mainline [d35ac1d]lfnserial by
- Rename iface to ops in driver.c
- 18:00 Changeset in mainline [d6b1359]lfnserial by
- Merge mildly aggressive DDF cleanup (char_dev and hw_res interfaces, …
- 17:59 Changeset in mainline [8871dba]lfnserial by
- Also rename remote iface c sources accordingly.
- 17:55 Changeset in mainline [41b56084]lfnserial by
- Move headers declaring ops structures to ops/ subdirectory. The …
- 17:40 Changeset in mainline [50c57df]lfnserial by
- Rename driver op structures for consistency.
- 17:18 Changeset in mainline [36a6e11]lfnserial by
- Add missing extern qualifier.
- 17:02 Changeset in mainline [ce79069b]lfnserial by
- Remove char.h to char_dev.h (the _dev is part of the interface name in …
- 13:13 Ticket #281 (printf functions are overserialized) created by
- Prior to changeset:mainline,791 vprintf() …
- 13:11 Changeset in mainline [0c70f7e]lfnserial by
- Crash the task if the fibril is serialized and attempts to use fibril …
- 12:52 Changeset in mainline [f724e82]lfnserial by
- Clean up hw_res interface client API.
- 12:44 Changeset in mainline [b2263e6]lfnserial by
- Clean up character device client interface.
- 12:30 Changeset in mainline [0adddea]lfnserial by
- Some cstyle cleanup.
- 12:26 Changeset in mainline [54de5ebd]lfnserial by
- Whitespace cleanup.
- 12:18 Changeset in mainline [a676574]lfnserial by
- Merge mainline changes.
- 12:16 Changeset in mainline [9d12059]lfnserial by
- Pass arg1 directly to async_session_create(). arg1 will be used often, …
- 08:55 Changeset in mainline [409dce5]lfnserial by
- Minor fixes in GET_DESCRIPTOR
- 08:44 Changeset in mainline [38c5dfa]lfnserial by
- Removal of synthetic key generation in drv/usbkbd
2011-01-08:
- 22:47 Changeset in mainline [bc5ffeb]lfnserial by
- Add core().
- 22:38 Changeset in mainline [2e7291a]lfnserial by
- Add fibril_get_sercount().
- 22:32 Changeset in mainline [8983273]lfnserial by
- Use async_connect_me_to() instead of ipc_connect_me_to() in devman.
- 22:21 Changeset in mainline [e186eb5]lfnserial by
- For connected phones, print also the task ID of the target task.
- 22:14 Changeset in mainline [fa581b3]lfnserial by
- Fix range of valid phone numbers.
- 21:51 Changeset in mainline [0bd2879]lfnserial by
- Refactoring move usb generics to usb_device.c
- 21:46 Changeset in mainline [602eac5]lfnserial by
- change ON/OFF to YES/NO for better readibility
- 21:36 Changeset in mainline [339dfc5]lfnserial by
- Provide means to specify ARG1 to IPC_M_CONNECT_ME_TO sent by async …
- 21:35 Changeset in mainline [e08a733]lfnserial by
- Use lightweight fibril synchronization in vprintf().
- 19:18 Changeset in mainline [b276c3b]lfnserial by
- Refactoring - use the new blocking call
- 19:01 Changeset in mainline [15be932]lfnserial by
- Begin work on usb identification Add uhci_setup_sync function to …
- 18:51 Changeset in mainline [93fb170c]lfnserial by
- Merge from main branch
2011-01-07:
- 19:54 Changeset in mainline [c377bc50]lfnserial by
- Better `usbinfo' application
- 19:53 Changeset in mainline [70a9092]lfnserial by
- Virtual host controller added to `usbhc' DDF class
- 18:57 Changeset in mainline [61bfc370]lfnserial by
- * make measured_string and other network-related data types …
- 16:43 Changeset in mainline [56184b2]lfnserial by
- Merge development/ changes
- 16:42 Changeset in mainline [8f748215]lfnserial by
- port_status refactoring, use flags instead of structure
- 16:37 Changeset in mainline [a523af4]lfnserial by
- Merged vojtechhorky/ - code refactoring
- 16:33 Changeset in mainline [9b95dbc]lfnserial by
- Code refactoring
- 16:25 Changeset in mainline [97bfba1]lfnserial by
- Add generic function for GET_DESCRIPTOR request
- 15:47 Changeset in mainline [15701921]lfnserial by
- Remember device attached to the port fix port disable routine: - no …
- 15:38 Changeset in mainline [692c0d3e]lfnserial by
- Refactoring of device recognition routines
- 15:10 Changeset in mainline [7c34b28f]lfnserial by
- merge small NE2000 and interrupt handling improvements - introduce …
- 15:04 Changeset in mainline [72fea5a]lfnserial by
- merge from smekideki into usb development
- 15:02 Changeset in mainline [44bb20b]lfnserial by
- merge with development
- 15:00 Changeset in mainline [5097bed4]lfnserial by
- usb hub driver codelifting. added futex to guard hub list
- 14:57 Changeset in mainline [acc7ce4]lfnserial by
- uspace interrupt controller drivers for i8259 and APIC (non-functional …
- 14:54 Changeset in mainline [2c98e78]lfnserial by
- Bugfix in USB address keeping
- 14:42 Changeset in mainline [8324b65]lfnserial by
- Pretend that all went well in sending usb setup packets
- 14:40 Changeset in mainline [7bd34e5]lfnserial by
- Add synchronization via fibril_semaphore WARNING: fibril_semaphore …
- 14:02 Changeset in mainline [2b0db98]lfnserial by
- Merged development into lelian/hidd
- 14:02 Changeset in mainline [d99120f]lfnserial by
- Reverted some change to ease merging.
- 13:54 Changeset in mainline [1f383dde]lfnserial by
- Debugging - disabled some output from other parts (virtual hcd) - …
- 13:27 Changeset in mainline [92f924c8]lfnserial by
- block fibril until address is assigned
- 13:00 Changeset in mainline [b404a98]lfnserial by
- revert back to send queue of size 1 (seems to be slightly more reliable)
- 12:32 Changeset in mainline [854151c]lfnserial by
- store addresses as uint8_t values (char can be both signed or unsigned …
- 11:04 Meetings edited by
- Update venue of tomorrow's meeting. (diff)
- 10:43 Changeset in mainline [43c3937]lfnserial by
- merge with usb/development
- 09:20 Changeset in mainline [0f191a2]lfnserial by
- Merged vojtechhorky/ - connecting to HC Fixed ticket #6: Currently, …
- 09:13 Changeset in mainline [8f8a0cd6]lfnserial by
- Merge development/ changes
- 08:54 Changeset in mainline [ae1f70e]lfnserial by
- Merge mainline changes
2011-01-06:
- 23:50 Changeset in mainline [3d5e190]lfnserial by
- simplify the NE2000 driver code even futher to be really sure that it …
- 23:46 Changeset in mainline [7922dea]lfnserial by
- further code simplification
- 23:23 Changeset in mainline [66b628a]lfnserial by
- further code simplification
- 22:58 Changeset in mainline [e3fe7df]lfnserial by
- convert bit flags to explicit flags for better readability
- 22:31 Changeset in mainline [efa8aec6]lfnserial by
- do not filter the upper bit
- 22:23 Changeset in mainline [ba21938]lfnserial by
- merge I/O space handling improvements
- 22:22 Changeset in mainline [d8d8bbd]lfnserial by
- improve ISR handling
- 22:15 Changeset in mainline [9cdac5a]lfnserial by
- add CMD_PIO_WRITE_A_x commands which store values from scratch space …
- 22:09 Changeset in mainline [c2f3e0b]lfnserial by
- use the network configuration directly, save one Makefile
- 20:16 Changeset in mainline [b1d15e7]lfnserial by
- Merge of a huge refactoring of the original NE2000 driver * coding …
- 20:15 Changeset in mainline [e0854e3]lfnserial by
- add missing copyright headers remove unused flags
- 19:59 Changeset in mainline [aa1e202]lfnserial by
- cleanup
- 19:50 Changeset in mainline [39d70ec]lfnserial by
- remove additional packet queueing
- 19:10 Changeset in mainline [b187536]lfnserial by
- more declutter
- 18:24 Changeset in mainline [37f0a29]lfnserial by
- cleanup
- 18:08 Changeset in mainline [096234b]lfnserial by
- more cleanup
- 17:51 Changeset in mainline [40559a96]lfnserial by
- get rid of I/O buffers
- 17:23 Changeset in mainline [122b753]lfnserial by
- more declutter
- 17:18 Changeset in mainline [d3a0af7]lfnserial by
- declutter
- 16:48 Changeset in mainline [b590c21]lfnserial by
- cstyle & declutter
- 16:37 Changeset in mainline [6fc0edd]lfnserial by
- more robust interrupt processing
- 15:41 Changeset in mainline [0777f4c5]lfnserial by
- improve dp_check_ints
- 15:28 Changeset in mainline [74864ac]lfnserial by
- cstyle & clutter removal
- 15:05 Changeset in mainline [fc23ef6]lfnserial by
- cstyle & clutter removal
- 15:04 Changeset in mainline [f03d3786]lfnserial by
- Console deadlock bypass Bypass library functions to get rid of …
- 15:03 Changeset in mainline [2a6e4ac2]lfnserial by
- cstyle & clutter removal
- 14:57 Changeset in mainline [506a805]lfnserial by
- cstyle
- 14:42 Changeset in mainline [d3c9b60]lfnserial by
- cstyle & clutter removal
- 14:33 Changeset in mainline [95ff5c4]lfnserial by
- cstyle
- 13:58 Changeset in mainline [8f5e2527]lfnserial by
- remove unnecessary clutter
- 13:57 Changeset in mainline [4765152]lfnserial by
- cstyle
2011-01-05:
- 20:41 Ticket #280 (Taskdump should print fibril stacks) created by
- Printing a stack trace is a good way to observe what a sleeping …
- 19:08 Changeset in mainline [dffabf0]lfnserial by
- Merge mainline changes Conflicts: no problem solving. Added new apps …
- 14:00 Changeset in mainline [196ef08]lfnserial by
- kill improvement & killall
- 13:59 Changeset in mainline [c4faa0c]lfnserial by
- add the well-known 'killall' command (also with the usual race …
- 13:58 Changeset in mainline [fdb9c39c]lfnserial by
- small improvements of the 'kill' command
- 12:53 Changeset in mainline [cd22764]lfnserial by
- in case —help argument is used, exit and do not proceed to echoing …
2011-01-04:
- 22:32 Changeset in mainline [1ad52de]lfnserial by
- Add comment.
- 22:01 Changeset in mainline [63594c0]lfnserial by
- Obtain userspace state in case of system call.
- 21:26 ContemplatedPlatforms edited by
- Add PandaBoard? (diff)
- 19:48 ContemplatedPlatforms edited by
- (diff)
- 19:33 ContemplatedPlatforms edited by
- Add BeagleBoard-xM (diff)
- 18:22 Changeset in mainline [c11ebb6a]lfnserial by
- NE2000 ISA for QEMU 0.13 (use hardwired IRQ 5)
- 13:14 Changeset in mainline [1caeb2d]lfnserial by
- fix argument types
2011-01-02:
- 21:23 Changeset in mainline [e682af1]lfnserial by
- Merge ATA driver improvements.
- 19:28 Meetings edited by
- Update the date of the next meeting. (diff)
2010-12-31:
- 15:53 Changeset in mainline [28f660d]lfnserial by
- moved logic to port structure
- 15:44 Changeset in mainline [2972e21]lfnserial by
- minor changes change debug level names use current dir as include dir
2010-12-30:
- 14:26 Changeset in mainline [e092dc5]lfnserial by
- Fix incorrect control block base address. Add base adresses for three …
- 13:56 Changeset in mainline [d770deb]lfnserial by
- Move ATA hardware-related definitions to a separate header file.
- 13:43 Changeset in mainline [ea28272]lfnserial by
- Merge mainline changes.
2010-12-29:
- 19:57 Ticket #279 (Sleeping task does not get killed immediately) created by
- When I kill a task that is sleeping (say, Tetris in the menu, waiting …
- 19:01 Ticket #214 (Need a command to kill an arbitrary running task) closed by
- fixed: It has been possible to list tasks and their IDs using the 'task' …
- 17:46 Changeset in mainline [f418e51]lfnserial by
- Adding typedefs.h was not necessary.
- 17:42 Changeset in mainline [1e9f8ab]lfnserial by
- Add kill command to forcefully terminate a task.
Note: See TracTimeline
for information about the timeline view.