Timeline
2017-12-05:
- 16:03 Changeset in mainline [40fd6f0]lfnserial by
- Remove dead code
- 16:03 Changeset in mainline [addbce4]lfnserial by
- Remove IPC_CALLID_* macros
- 14:52 Changeset in mainline [9af1c61]lfnserial by
- Print errno values as string, rather than just numbers.
- 11:30 Changeset in mainline [82d515e9]lfnserial by
- Fix terminology Objects of slab_cache_t type are caches, not slabs.
2017-12-04:
- 20:22 Changeset in mainline [9a09212]lfnserial by
- Libhttp should not mix error codes and number of bytes transferred.
- 19:37 Changeset in mainline [0fb1755]lfnserial by
- Fold all error codes into a single enum type named errno_t.
- 19:32 Changeset in mainline [bde5c04]lfnserial by
- Avoid mixing error codes and transfer sizes.
- 18:44 Changeset in mainline [8e3498b]lfnserial by
- vfs_read/write() should return error code separately from number of …
2017-12-03:
- 22:14 Changeset in mainline [40feeac]lfnserial by
- Avoid race condition in vfs_clone(). The file descriptor could have …
2017-12-02:
- 09:44 Changeset in mainline [38d150e]lfnserial by
- Prefer to get memory allocation functions through the standard stdlib …
- 09:42 Changeset in mainline [b5abaf7]lfnserial by
- Eradicate the last vestiges of char_dev_iface.
2017-11-30:
- 18:35 Ticket #699 (Serial console scrolling is slow) closed by
- fixed: The buffering issue was fixed with …
- 17:00 Changeset in mainline [bbc6277]lfnserial by
- Chardev output needs buffering.
- 14:55 Changeset in mainline [7f345cd0]lfnserial by
- Try to build a Doxygen reference again.
- 13:46 Ticket #126 (Breakage and regression monitoring tool) closed by
- fixed: HelenOS CI now lives at http://ci.helenos.org/ I think it solves this …
2017-11-29:
- 23:51 Ticket #706 (async_usleep vs fibril_usleep vs thread_usleep) closed by
- fixed: Replaced calls to fibril_(u)sleep with async_(u)sleep …
- 23:45 Changeset in mainline [908d634]lfnserial by
- ar9271 should use async_sleep() instead of thread_sleep().
- 23:41 Changeset in mainline [39026d7c]lfnserial by
- Replace fibril_usleep() with async_usleep().
- 18:43 Changeset in mainline [f300523]lfnserial by
- Eliminate uses of thread_usleep() in favor of async_usleep(). Obvious …
- 18:36 Ticket #717 (nic prints error for ne2k) created by
- If I build HelenOS master for amd64, start with tools/ew.py -net ne2k …
- 17:05 Changeset in mainline [48b77ed]lfnserial by
- And don't forget to free fname, too.
- 17:00 Ticket #716 (Broken UI in edit with long filename) closed by
- fixed: Fixed …
- 16:57 Changeset in mainline [9fb09da]lfnserial by
- Fix text editor status overflowing due to long file names or paths.
2017-11-28:
- 12:36 Ticket #716 (Broken UI in edit with long filename) created by
- When editing file with long filename (path), the status bar is drawn …
2017-11-27:
- 21:03 Changeset in mainline [cc40af4]lfnserial by
- Convert grub-update.sh script to using git
- 20:16 Changeset in mainline [07a70800]lfnserial by
- Convert the release Makefile to using git
- 16:35 Changeset in mainline [c309b18]lfnserial by
- Move sending side of MSIM console driver out of output server.
- 08:33 Changeset in mainline [59953b57]lfnserial by
- Sun4v-con should not store per-instance buffer addresses in a global …
- 08:25 Changeset in mainline [d9ec808b]lfnserial by
- Niagara console driver buddies should share buffer definition.
2017-11-26:
- 20:36 Changeset in mainline [7b8f933]lfnserial by
- Fix wrongly-inverted condition
- 20:13 Changeset in mainline [d7e245a]lfnserial by
- Use ordinary errors instead of IPC_CALLRET_FATAL
- 20:11 Changeset in mainline [474c68b]lfnserial by
- Do not leak call address in sys_ipc_call_async_*()
- 12:59 Changeset in mainline [1814b4ae]lfnserial by
- usbdbg: responding to CLASS_DIAGNOSTIC match ids
- 12:14 Changeset in mainline [6c8a221c]lfnserial by
- usbdbg: basic device driver bookkeeping
- 11:27 Changeset in mainline [d23fab9]lfnserial by
- usbdbg: add debug device driver
- 11:05 Changeset in mainline [4ef3627f]lfnserial by
- tmon: change Makefile author
- 11:03 Changeset in mainline [81ee1009]lfnserial by
- tmon: add and register app stub
- 10:22 Changeset in mainline [f4cfd271]lfnserial by
- Sun4v-con should get output buffer address via hw_res, too.
- 02:41 Changeset in mainline [5f4c41b2]lfnserial by
- Move sending side of Sun4v console out of output server.
- 01:03 Changeset in mainline [9940ce0]lfnserial by
- Move sending side of Ski driver out of output server.
2017-11-25:
- 19:20 Changeset in mainline [96258fc]lfnserial by
- Free up all call capabilities when task exits
- 18:57 Changeset in mainline [ce4a21a0]lfnserial by
- Mention IPC calls in the comment on capabilities
- 15:43 Changeset in mainline [01c3bb4]lfnserial by
- Convert call-handling syscalls to capabilities This commit modifies …
- 14:43 Changeset in mainline [98cb5e0d]lfnserial by
- Move cap_handle_t to abi/cap.h
- 11:12 Changeset in mainline [ac307b2]lfnserial by
- Merge branch 'master' into callcaps
2017-11-24:
- 19:00 Changeset in mainline [f571ca49]lfnserial by
- Add CAP_NIL Sometimes it is useful to have a capability analogy of NULL.
- 08:19 Changeset in mainline [0851a3d]lfnserial by
- Move per-port data to i8042_port_t.
- 02:21 Changeset in mainline [e7588a8]lfnserial by
- i8042 can use adt/circ_buf.h
2017-11-23:
- 23:52 Changeset in mainline [503ffce]lfnserial by
- Return IPC_CALLID_* in call data instead of callid Callid will be …
- 23:18 Changeset in mainline [b1f36e3]lfnserial by
- Simplify ipc_call_async_fast()
- 22:20 Changeset in mainline [7c0e1f5]lfnserial by
- Rework userspace call tracking Setting the address of the userspace …
- 21:20 Changeset in mainline [40e5d66]lfnserial by
- Remove unused member of async_call_t
- 21:15 Changeset in mainline [35f2bb1]lfnserial by
- Remove support for queuing of unsent calls Support for temporary IPC …
- 12:08 Ticket #696 (Three character device interfaces is a crowd) closed by
- fixed: Fixed. See mainly * …
- 11:59 Changeset in mainline [221176c1]lfnserial by
- Remove ipc/char.h.
- 11:56 Changeset in mainline [7a6065c]lfnserial by
- Convert ipc/char.h users to chardev.
- 09:23 Ticket #715 (Pcut requires the use of Yoda comparisons) created by
- PCUT assertion macros that test for equality require the use of Yoda …
- 09:14 Ticket #714 (Pcut results reporting sets of mental alarms) created by
- Pcut reports the results of each test suite as (N of M failed). The …
- 09:10 Ticket #713 (Pcut test binaries don't summarize the results) created by
- When you run a PCUT test binary, such as test-libc, it will run all …
2017-11-22:
- 17:36 Changeset in mainline [74017ce]lfnserial by
- Convert char_dev_iface users to chardev.
- 13:54 Changeset in mainline [d42ba37]lfnserial by
- usbhost: usb transfer batch shall be zero-initialized
- 13:54 Changeset in mainline [820d9bc]lfnserial by
- usb: move toggle resetting to libusbhost
- 13:54 Changeset in mainline [64fea02]lfnserial by
- usbhost: refactor include hiearchy
- 13:54 Changeset in mainline [b60eac1]lfnserial by
- usbhost: remove unused field
- 13:54 Changeset in mainline [3035323]lfnserial by
- usb: move usb setup packet size to libusb
- 13:54 Changeset in mainline [a0e09ef]lfnserial by
- xhci: fix leaking transfer batch
2017-11-21:
- 23:31 Ticket #712 (Port Git to HelenOS) created by
- Port Git version control system to HelenOS. …
- 23:26 Ticket #711 (Library support for foreign C software (tracking ticket)) created by
- This is a tracking ticket for anything relevant to legacy software …
- 23:11 HowToContribute edited by
- Improve suggestions on writing commit messages (diff)
- 22:37 HowToContribute edited by
- GitHub? is not a wiki page (diff)
- 22:23 Changeset in mainline [d51a0d6]lfnserial by
- Associate a kobject_t with a call_t Let all the reference counting be …
- 21:56 Ticket #573 (Port Bazaar to HelenOS) closed by
- deferred: Not relevant any more since we migrated to git.
- 18:40 Changeset in mainline [c4c6025]lfnserial by
- Add C API for serial port control.
- 18:37 Changeset in mainline [afec1be]lfnserial by
- Fix COM1 not being enumerated.
- 18:15 Changeset in mainline [ae303ad]lfnserial by
- usbhid mouse: support absolute coordinates
- 18:13 Changeset in mainline [6283cefb]lfnserial by
- usbhid: rewrite the way values are extracted There was a bug, and I'm …
- 13:36 GitCheatSheet edited by
- Printing staged and unstaged changes (diff)
- 12:51 Changeset in mainline [6d91888]lfnserial by
- xhci: deal with short transfers
- 11:12 Changeset in mainline [57914494]lfnserial by
- Chardev needs testing.
2017-11-20:
- 22:15 Changeset in mainline [375211d2]lfnserial by
- usbhost: updated determining MPS for USB 3 USB 3 changes the meaning …
- 22:15 Changeset in mainline [9162b27]lfnserial by
- ohci: fixed bugs introduced by refactoring
- 22:15 Changeset in mainline [27b0ea0]lfnserial by
- ehci: fixed bugs introduced by refactoring
- 20:37 Changeset in mainline [b2f542a]lfnserial by
- Fix BD file comments.
- 20:29 Changeset in mainline [677cad5]lfnserial by
- Chardev server-side error reporting should match client side.
- 20:01 Changeset in mainline [19ea61d]lfnserial by
- Chardev should allow large data transfers.
- 19:14 Changeset in mainline [6b433a8]lfnserial by
- Isochronous transfers - endpoint initialization
- 17:23 Changeset in mainline [d3086873]lfnserial by
- First isoch transfers - transfers.c part
- 12:56 Changeset in mainline [888238e9]lfnserial by
- usbhost: endpoints do not have speed on their own This information …
- 12:24 Changeset in mainline [ff14aede]lfnserial by
- usbhost: move TT management to library
- 10:06 Changeset in mainline [c657bd7]lfnserial by
- Less is sometimes more. Need chardev_read to be able to return less …
2017-11-19:
- 23:43 Changeset in mainline [306a36d]lfnserial by
- xhci: configuration of endpoint 0 Moved fetching of the first 8B of …
- 21:14 Changeset in mainline [5d50c419]lfnserial by
- Chardev API should separate error code from number of bytes …
- 10:10 Ticket #710 (Second run of ApacheBench against HelenOS websrv times out) created by
- As of 75fcf9b27, running the testcase from #515 results in a timeout …
- 10:01 Ticket #515 (websrv causes kernel panic and halt cpu0) closed by
- worksforme: I am closing this as I cannot reproduce this kernel panic with …
2017-11-18:
- 22:27 Changeset in mainline [e76c0ea]lfnserial by
- Renamed and simplified static method for input context allocation.
- 20:11 Changeset in mainline [75fcf9b]lfnserial by
- Undo collateral damage.
- 20:06 Changeset in mainline [15c5418]lfnserial by
- chardev_open, chardev_close.
2017-11-16:
- 18:42 Changeset in mainline [efb9fd08]lfnserial by
- Bring ata_bd back (oops).
- 18:41 GitCheatSheet edited by
- Uncommit, cat old revision (diff)
- 17:12 Changeset in mainline [9280dd0]lfnserial by
- Remove the Simics SMP hack We haven't had access to Simics for years …
- 10:19 Changeset in mainline [92232331]lfnserial by
- MSIM console driver should avoid storing per-instance data in global …
- 09:51 Changeset in mainline [19d2ce01]lfnserial by
- Sun4v console driver can use hw_res for configuration.
- 06:51 Changeset in mainline [ce96ec2]lfnserial by
- Use proper PRI* macro to print OBIO base in hex
2017-11-15:
- 21:37 Changeset in mainline [6ac1243d]lfnserial by
- Include mips32/malta-le in the release Makefile
- 21:11 Changeset in mainline [7f4937e]lfnserial by
- Adapt to the improved sun4u model in QEMU 2.11 In QEMU 2.11 the sun4u …
- 20:23 Changeset in mainline [7de5f12]lfnserial by
- MSIM console driver can use hw_res instead of sysinfo for configuration.
- 20:21 GitCheatSheet edited by
- Adding modified files (diff)
- 19:20 Changeset in mainline [e7a8bd2]lfnserial by
- Remove support for Bazaar from contrib
- 12:14 Changeset in mainline [6c9d3bc]lfnserial by
- Remove more unused includes.
- 07:40 Changeset in mainline [517c67ab]lfnserial by
- Merge pull request #1 from Aearsis/master ddi: do not assume …
- 00:15 Changeset in mainline [14741a0]lfnserial by
- ddi: do not assume arguments are correct When an uspace app requests …
2017-11-14:
- 23:17 Changeset in mainline [b80c1ab]lfnserial by
- xhci: use dma_buffers instead of malloc32 util A bit of refactoring …
- 22:54 Changeset in mainline [cfe4852]lfnserial by
- usbhost: introduce dma_buffer Dma buffers shall simplify management …
- 20:27 Changeset in mainline [6ba2db4b]lfnserial by
- Do not ignore all files with certain names, just the one in the …
- 19:06 Changeset in mainline [17651f8]lfnserial by
- Remove include of sysinfo.h where not needed.
- 18:59 Changeset in mainline [af9f271]lfnserial by
- Remove includes that are no longer needed.
- 18:51 Changeset in mainline [e8f9bf0]lfnserial by
- OBIO could use pio_enable.
- 16:35 Changeset in mainline [a1f83a3]lfnserial by
- usbhost: remove dead code
- 12:32 Changeset in mainline [6cad776]lfnserial by
- Instead of .bzrignore we need .gitignore now.
- 12:24 Changeset in mainline [f9d0a86]lfnserial by
- Merge tag '0.7.1' The merge wasn't clean, because of changes in build …
- 11:03 GitCheatSheet edited by
- Ammending last commit (diff)
- 11:02 WikiStart edited by
- (diff)
- 11:01 GitCheatSheet created by
- Start page
- 07:33 UsersGuide/CompilingFromSource edited by
- Anonymous users may need to use HTTPS instead of git on GitHub? (diff)
2017-11-13:
- 21:26 Changeset in mainline [0a0b3d8]lfnserial by
- Make tools/*.py scripts Git aware
- 21:16 Ticket #709 (Enable toolchain.sh to cope with missing libraries automatically) created by
- See also closed ticket #705. This already works for isl, and should be …
- 20:57 MailingList edited by
- Changed list e-mail address from mailto link to a code snippet. Trac … (diff)
- 20:47 Ticket #705 (Building toolchain fails on gcc after successfully building prerequsites) closed by
- worksforme: Sorry for taking so long. I installed the same version of CentOS you …
- 20:35 UsersGuide/CompilingFromSource edited by
- Added a list of packages for CentOS/Fedora distributions. (diff)
- 20:00 Changeset in mainline [0dd4779]lfnserial by
-
Use
__restrict__
instead ofrestrict
in header files. - 18:07 Changeset in mainline [a2afd8f]lfnserial by
- Move ADB keyboard and mouse support to separate drivers.
- 17:46 Changeset in mainline [56763a4]lfnserial by
- Instead of .bzrignore we need .gitignore now.
- 17:23 UsersGuide/CompilingFromSource edited by
- (diff)
- 17:16 HowToContribute edited by
- (diff)
- 16:47 WikiStart edited by
- (diff)
- 16:47 Repositories edited by
- (diff)
- 16:46 Repositories edited by
- (diff)
- 16:45 Repositories edited by
- (diff)
- 16:39 WikiStart edited by
- (diff)
- 16:39 FAQ edited by
- (diff)
2017-11-12:
- 20:41 FAQ edited by
- (diff)
- 20:26 Milestone 0.7.1 completed
- 17:20 About edited by
- (diff)
- 17:19 Download edited by
- (diff)
- 16:48 ReleaseNotes edited by
- (diff)
- 16:47 ReleaseNotes/Mainline edited by
- (diff)
- 16:45 ReleaseNotes/0.7.1 created by
- 15:38 About edited by
- (diff)
- 15:27 ReleaseNotes/Mainline edited by
- (diff)
- 15:24 ReleaseNotes/Mainline edited by
- (diff)
- 15:23 ReleaseNotes/Mainline edited by
- (diff)
- 15:05 Changeset in mainline [d2d142a]lfnserial0.7.1 by
- Bump version to 0.7.1
- 14:51 Lab edited by
- (diff)
- 12:23 Changeset in mainline [e6ae77a]lfnserial by
- Include the version makefile again This is necessary so that e.g. …
- 11:32 Changeset in mainline [fe171357]lfnserial by
- Make assembler warnings fatal again for all architectures
- 11:29 ReleaseNotes/Mainline edited by
- (diff)
- 11:22 Codenames edited by
- (diff)
- 00:30 Ticket #692 (Assembler warnings on IA64) closed by
- fixed: Fixed in mainline,2892.
- 00:30 Changeset in mainline [493f1be]lfnserial by
- Add stop before call to honor dependencies from alloc
- 00:23 Changeset in mainline [53b9f2c]lfnserial by
- Move usbhid and usbmast alongide hid and block drivers, respectively.
- 00:14 ReleaseNotes/Mainline edited by
- (diff)
- 00:07 Ticket #694 (Assembler warnings on sparc64/niagara) closed by
- fixed: Fixed in mainline,2890.
- 00:05 Changeset in mainline [6da15db7]lfnserial by
- Use %g1 instead of %g0 as a temporary register in setx
2017-11-11:
- 22:42 Ticket #693 (Assembler warnings on MIPS) closed by
- fixed: Fixed in mainline,2888 and mainline,2889.
- 22:41 Changeset in mainline [02b3d101]lfnserial by
- Properly end functions started via .ent
- 22:38 ReleaseNotes/Mainline edited by
- (diff)
- 22:34 Changeset in mainline [0c334805]lfnserial by
- Allow expansion of macro instructions
- 19:50 Ticket #174 (Mounting the same file system instance under multiple mount points ...) closed by
- notadefect: The current VFS does not allow mounting a device multiple times, so …
- 16:35 Ticket #611 (No user input on Dell PowerEdge 3250) closed by
- duplicate: This is a duplicate of #584.
- 16:16 Ticket #600 (Makefile.depend needlessly rebuilt every time after a .ag file is ...) closed by
- worksforme: I cannot reproduce this anymore as of mainline,2887.
- 10:16 ReleaseNotes/Mainline edited by
- (diff)
- 09:42 Lab edited by
- Mark r2887 as the latest known working revision for the arm boards (diff)
2017-11-10:
- 20:17 ReleaseNotes/Mainline edited by
- (diff)
- 19:59 Changeset in mainline [f3365b6]lfnserial by
- Build msim-con
- 19:33 Changeset in mainline [706b4de]lfnserial by
- Remove support for IPC_CALLRET_TEMPORARY
- 19:23 Changeset in mainline [d420b22]lfnserial by
- Move keyboard and mouse drivers to a separate HID directory.
- 19:01 Changeset in mainline [19397be]lfnserial by
- Revert accidentally committed change.
- 18:59 Changeset in mainline [7aa9430]lfnserial by
- Move receiving side of Niagara console to a separate driver.
- 16:52 Changeset in mainline [3a37751]lfnserial by
- Build a special all-inclusive version of POSIXified libc.
- 16:51 Changeset in mainline [ee98e81]lfnserial by
- Don't include entry.o in libc.a
- 14:15 Changeset in mainline [676e833]lfnserial by
- Move receiving side of Msim console to a separate driver. Work around …
- 13:54 Changeset in mainline [7654f3e]lfnserial by
- Fix 'make clean' in individual uspace directories.
- 00:21 Changeset in mainline [731d8f9]lfnserial by
- Fix a Makefile bug.
2017-11-09:
- 21:19 Ticket #700 (Deadlock between devman and locsrv) closed by
- fixed: Fixed in mainline,2873, mainline,2874, …
- 20:50 About edited by
- (diff)
- 20:50 About edited by
- (diff)
- 20:29 Changeset in mainline [adb1ae9]lfnserial by
- Answer IPC only when there will be no blocking This is necessary so …
- 20:25 Changeset in mainline [0239846]lfnserial by
- First wait for IPC answer and then end the async exchange This is …
- 20:22 Changeset in mainline [cbdb38ff]lfnserial by
- Make INTERFACE_LOC_SUPPLIER parallel Location service sometimes needs …
- 20:19 Changeset in mainline [d432c02]lfnserial by
- Make kernel IPC fail hard if maximum number of calls reached
- 20:12 Changeset in mainline [708cf9d]lfnserial by
- Bump IPC_MAX_ASYNC_CALLS Make it harder to hit the hard limit on the …
- 19:46 Ticket #708 (Resource management and failure mode of async calls leads to deadlocks) created by
- There is a hard limit on the number of calls that can be active on any …
- 12:19 Changeset in mainline [887c9de]lfnserial by
- xhci: added missing write barrier
- 07:21 Changeset in mainline [25b853c]lfnserial by
- EXTRA_CFLAGS not needed by ski, ski-con drivers.
2017-11-08:
- 23:50 Changeset in mainline [4f674d7]lfnserial by
- Build uspace modules in correct dependency order (including …
- 23:41 Changeset in mainline [7b884e55]lfnserial by
- Also temporarily disallow shared libsoftint. libsoftint conceptually …
- 22:46 Changeset in mainline [378948d]lfnserial by
- Remove the no longer used POSIX_COMPAT flag.
- 22:43 Changeset in mainline [9d8b12da]lfnserial by
- Instead of setting MATH=y, just list 'math' in dependencies like a …
- 21:59 Changeset in mainline [d2e7a51]lfnserial by
- Link libsoftfloat unconditionally on all architectures. It doesn't …
- 15:12 Ticket #707 (Some code creates threads instead of fibrils) created by
- Currently all regular code should be using fibrils, not threads (they …
- 15:11 Ticket #706 (async_usleep vs fibril_usleep vs thread_usleep) created by
- async_usleep() and fibril_usleep() seem to be doing the same thing …
- 08:26 Changeset in mainline [f5b6fb5]lfnserial by
- Fix mis-merge and revert accidentally committed changes.
- 08:04 Changeset in mainline [6d15572]lfnserial by
- Move receiving side of ski console support to a separate driver, …
- 00:39 Changeset in mainline [cecba66e]lfnserial by
- Instead of using library paths directly, refer to libraries by name …
2017-11-07:
- 23:14 Changeset in mainline [c631734]lfnserial by
- Mostly cleanup in uspace/Makefile.common. - Pass -MP in addition to …
- 17:54 Changeset in mainline [b8d4af4b]lfnserial by
- Temporarily prevent dynamic linking for most libraries. There shared …
- 16:27 Changeset in mainline [68825c3]lfnserial by
- Speed up make clean by moving find out of the recursion.
- 12:05 Ticket #705 (Building toolchain fails on gcc after successfully building prerequsites) created by
- Build env: - CentOS 7.4 x86_64, i686 - gcc (GCC) 4.8.5 20150623 (Red …
- 08:43 Ticket #704 (Ski and niagara have no kernel console output) created by
- Since mainline,2166 ski and niagara have no kernel console …
2017-11-06:
- 21:04 Changeset in mainline [7f881cd8]lfnserial by
- Simplify make precheck.
- 20:23 Changeset in mainline [bd92e6d5]lfnserial by
- Remove LIBS variable from libieee80211, it break parallel make.
- 18:01 Arch/Ia64 edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.