Timeline
2018-08-10:
- 22:06 Changeset in mainline [b13d80b] by
- Configure speculative TLB miss faults to defer Without this, …
2018-08-09:
- 18:30 Changeset in mainline [21a0d8a] by
- atkbd: Explicitly enable the keyboard Do not rely on the keyboard …
2018-08-08:
- 16:34 Changeset in mainline [3cdd876] by
- Sysinst needs updating.
- 13:09 Changeset in mainline [44428bb] by
- Fix broken partition creation in fdisk (oops).
- 10:08 Changeset in mainline [1dcba91] by
- Configuration repository for volume server.
2018-08-06:
- 18:40 Changeset in mainline [7ab7075f] by
- Add support for 'x' fopen file mode modifier from C11.
2018-08-04:
- 14:23 Changeset in mainline [7afd12e5] by
- unify format verification
- 14:03 Changeset in mainline [c8c418cf] by
- add explicit breaks that do not hurt anybody
2018-08-03:
- 17:12 Changeset in mainline [c8da69d] by
- Oops.
- 17:10 Changeset in mainline [f7eb182] by
- A bit more change-proof max header length.
- 16:57 Changeset in mainline [158da11] by
- Use pragmas to disable specific diagnostics in tester.
- 16:56 Changeset in mainline [8ee620c] by
- Overlap in memcpy().
- 16:56 Changeset in mainline [02246b8] by
- Insufficient buffer size.
- 16:56 Changeset in mainline [e71c023] by
- Fix stack corruption in ieee80211 (courtesy of hosted mode diagnostics).
- 16:56 Changeset in mainline [3767bdb] by
- Add new form atomic builtins for arm.
- 14:51 Changeset in mainline [c92dfed] by
- Bump GCC version to 8.2.0
- 12:41 Changeset in mainline [f2c8f55] by
- IPC_M_SHARE_IN: source has no business deciding destination address …
- 10:16 Changeset in mainline [f67d8ee] by
- improve documentation of IPC_M_CONNECT_TO_ME and IPC_M_CONNECT_ME_TO
2018-08-02:
- 20:54 Ticket #735 (tester float2 crashes on ia64 (ski)) closed by
- fixed: Fixed in …
- 20:44 Changeset in mainline [9b7adc38] by
- Fix ia64 build when CONFIG_FPU_LAZY is disabled
- 20:38 Changeset in mainline [7cd7a8d] by
- Preserve AR.FPSR in thread context AR.FPSR is a preserved register so …
- 16:25 Changeset in mainline [0c27956] by
- Fix sparc64: context must save the thread pointer.
- 14:14 Changeset in mainline [3b10ae36] by
- Merge SIF.
- 13:54 Changeset in mainline [42964a7] by
- Deleting a contact.
- 12:03 Changeset in mainline [233a3a06] by
- Contacts listing and unmarshalling.
- 11:39 Changeset in mainline [7b87e1d] by
- Implement SIF attributes.
- 10:39 Ticket #737 (PCUT_ASSERT_NULL does not accept const pointer) created by
- The following code: […] will produce a warning like […]
2018-08-01:
- 20:20 Changeset in mainline [82d9087] by
- Use default linker scripts (as provided by the linker) in uspace. …
- 18:37 Changeset in mainline [f787c8e] by
- Move some internal interfaces to private headers.
- 18:15 Changeset in mainline [1de92fb0] by
- Implement MPSC FIFO channel and use it to pass inbound IPC calls to …
- 18:15 Changeset in mainline [6340b4d2] by
- libc: Put threading-related files into a subdirectory.
- 18:15 Changeset in mainline [d742db21] by
- Implement down_timeout() and close() operations for fibril semaphore.
- 11:45 Changeset in mainline [1c398db2] by
- Need to use int instead of char to hold EOF.
- 11:07 Changeset in mainline [9c5e3a5] by
- SIF node unmarshalling.
2018-07-31:
- 13:42 Changeset in mainline [b79903b] by
- SIF, work-in-progress.
- 12:32 Changeset in mainline [6bb136b2] by
- Limit userspace stack trace depth.
2018-07-30:
- 20:15 Changeset in mainline [d4b7b29] by
- tools/ew.py: use -netdev instead of the obsolete -net option
- 20:15 Changeset in mainline [2965d18] by
- Add debug counter for rmutex locks.
- 18:55 Changeset in mainline [8080262] by
- Replace remaining explicit uses of futex_t outside fibril …
2018-07-29:
- 13:32 Camp2018 edited by
- add Minh (diff)
2018-07-28:
- 10:57 Changeset in mainline [b4c8a7b] by
- remove extra space
- 10:55 Changeset in mainline [12bdbcc6] by
- make the toolchain error message just slightly more informative
2018-07-26:
- 10:38 Changeset in mainline [3943da1] by
- vfs_connection does not have to listen on the fallback port
- 10:20 Changeset in mainline [efa3136] by
- cstyle (no change in functionality)
2018-07-25:
- 17:04 Changeset in mainline [2d78d88] by
- Modifying mount point for a partition.
2018-07-24:
- 19:08 Changeset in mainline [bec18a9] by
- Fix quotation
- 09:43 Changeset in mainline [64ffd83] by
- Configuring mount point for (newly created) paritions.
2018-07-20:
- 18:33 Changeset in mainline [05208d9] by
- Single-threaded optimization for ready_semaphore performance.
- 16:27 Changeset in mainline [514d561] by
- Fibril/async implementation overhaul. This commit marks the move …
2018-07-19:
- 21:02 Changeset in mainline [7137f74c] by
- Implement some of GCC's sync_* builtins in using <atomic.h>.
- 19:34 Changeset in mainline [5a50430] by
- Enable -Werror for C++.
- 14:23 Changeset in mainline [0d83cf6f] by
- Remove TIMEVAL_MAX, it's not as useful as I thought it would be.
- 11:55 Changeset in mainline [9d8307a] by
- Reimplement strtold function in libc.
2018-07-18:
- 19:56 Changeset in mainline [42f5860] by
- Clean up userspace RCU.
- 19:56 Changeset in mainline [9bde0d5] by
- Replace a bunch of direct uses of futex_t.
- 19:42 Changeset in mainline [40abf56] by
- Make sure that a thread with uninitialized TLS does not need to call …
- 18:56 Changeset in mainline [0b05082] by
- Adds - tcb_raw_get(), which returns the value of the TP register …
- 08:35 Changeset in mainline [9b1baac] by
- ns: register service interfaces individually Each service interface …
2018-07-17:
- 22:46 Ticket #736 (Kernel leaks parent thread's context to children) closed by
- fixed: Fixed in edc64c03b91257aecae0d60886bd274aea300bf9.
- 22:42 Changeset in mainline [edc64c0] by
- Zero out new thread's register context This removes the information …
- 22:32 Changeset in mainline [58093d9] by
- ia64: context_set() must always set gp to gp
- 22:09 Changeset in mainline [4177e70] by
- mips: We use K1 register for thread pointer, so we must treat it as a …
- 20:14 Ticket #736 (Kernel leaks parent thread's context to children) created by
-
When creating a new thread, the kernel uses
context_save()
followed … - 11:24 Changeset in mainline [db51219f] by
- cstyle
2018-07-16:
- 15:58 Changeset in mainline [38d8849] by
- Privatize <thread.h>.
- 15:38 Changeset in mainline [c124c985] by
- Add fibril_rmutex_t type and fibril multithreading enablement.
- 15:38 Changeset in mainline [c45dc5e1] by
- Tester: print the list of failed tests.
- 15:03 Ticket #735 (tester float2 crashes on ia64 (ski)) created by
- To reproduce * Move tester to essential apps in boot/Makefile.common …
- 11:27 Changeset in mainline [802a8c8] by
- Add log2, log2f to math library.
- 09:13 Changeset in mainline [58daded] by
- setvbuf should return an integer.
2018-07-15:
- 22:29 About edited by
- (diff)
- 22:28 Download edited by
- (diff)
- 21:38 Milestone 0.7.2 completed
- 21:27 ReleaseNotes/Mainline edited by
- (diff)
- 21:25 HardwareSupport edited by
- (diff)
- 21:24 ReleaseNotes edited by
- (diff)
- 21:23 ReleaseNotes/0.7.2 created by
- Create release notes for 0.7.2
- 21:19 Lab edited by
- Update last working revision for gta02 (diff)
- 21:13 Changeset in mainline [0245896]0.7.2 by
- Bump version to 0.7.2
- 21:02 Lab edited by
- Update last working revision for bbxm (diff)
- 20:47 Lab edited by
- Update last working revision for bbone (diff)
- 20:10 Lab edited by
- Update last working revision for RPi (diff)
- 19:58 Changeset in mainline [0b5d37a] by
- Fix unused variable warnings in float2 test Enable the part of the …
- 11:51 ReleaseNotes/Mainline edited by
- (diff)
- 11:49 ReleaseNotes/Mainline edited by
- (diff)
- 11:49 ReleaseNotes/Mainline edited by
- (diff)
- 11:39 ReleaseNotes/Mainline edited by
- (diff)
- 11:39 ReleaseNotes/Mainline edited by
- Add note about the Atheros WiFi? driver regression. (diff)
- 07:27 Changeset in mainline [868d75c] by
- Do not combine -nographic and -serial stdio at the
2018-07-14:
- 15:40 ReleaseNotes/Mainline edited by
- Attempt to note ELF changes without getting too technical. (diff)
- 11:58 Ticket #683 (Clang build is broken on some architectures) closed by
- fixed: I am closing this to motivate the prospective opening of finer-grained …
- 11:44 Ticket #709 (Enable toolchain.sh to cope with missing libraries automatically) closed by
- fixed
- 11:43 Ticket #654 (C++ support) closed by
- fixed
- 11:41 Ticket #554 (C-style checking tool) closed by
- fixed: This is fixed by Sycek.
- 11:13 ReleaseNotes/Mainline edited by
- (diff)
- 11:07 ReleaseNotes/Mainline edited by
- (diff)
- 10:56 ReleaseNotes/Mainline edited by
- (diff)
- 10:04 ReleaseNotes/Mainline edited by
- (diff)
- 09:02 ReleaseNotes/Mainline edited by
- (diff)
- 09:00 LibCLibPosixTODO edited by
- Fix Trac syntax (diff)
2018-07-13:
- 16:54 Changeset in mainline [710c1e9] by
- More robust non-blocking futex down.
- 14:52 Changeset in mainline [e3787a0] by
- Extra debug output in loader.
- 14:10 Changeset in mainline [5f97ef44] by
- Sleep is more natural as part of the fibril API. (the implementation …
- 13:53 LibCLibPosixTODO edited by
- imaxabs, imaxdiv implemented (diff)
- 13:49 Changeset in mainline [9912f49] by
- imaxabs, imaxdiv.
- 13:15 LibCLibPosixTODO edited by
- string.h completed (diff)
- 12:57 ReleaseNotes/Mainline edited by
- typo (diff)
- 12:54 ReleaseNotes/Mainline edited by
- (diff)
2018-07-12:
- 15:18 Changeset in mainline [99d3123] by
- libc needs a string.h (for the outside users, at least).
2018-07-11:
- 17:45 Changeset in mainline [2eadda9] by
- Remove undefined references to main program from shared libc.
- 16:55 Changeset in mainline [c2c4127] by
- Do not set STARTUP() in the linker script. Add the file to build …
Note: See TracTimeline
for information about the timeline view.