Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
51 check-ins using file libk/tree.c version c7d49e1daa
2021-12-26
| ||
02:42 | More GC context. Panic if overflow. check-in: 13e18583a9 user: csmith tags: trunk | |
2021-12-24
| ||
23:19 | struct stat check-in: ba2f26d20d user: csmith tags: trunk | |
23:12 | Latest gcc. check-in: 2cad0ab815 user: csmith tags: trunk | |
20:29 | zalloc wrapper for calloc. check-in: 6b9fa165a8 user: csmith tags: trunk | |
20:27 | Make sure arch C files are compiled correctly. check-in: 6fd13bec88 user: csmith tags: trunk | |
20:25 | stat system call. check-in: 0acef2b301 user: csmith tags: trunk | |
20:24 | wait wrapper round waitpid. check-in: 752dd8f423 user: csmith tags: trunk | |
20:23 | Don't disable interrupts on panic for the time being. check-in: fb10cad094 user: csmith tags: trunk | |
20:22 | vnode based console, not dev_t based. check-in: 296b6d23e4 user: csmith tags: trunk | |
2021-12-15
| ||
21:18 | Close files when no longer referenced (needed for pipes). check-in: cd8812c719 user: csmith tags: trunk | |
2021-12-10
| ||
01:19 | Start of xv6 user based userland. check-in: 28784e5b17 user: csmith tags: trunk | |
2021-12-09
| ||
21:42 | Updated GC reporting. check-in: 8a75138124 user: csmith tags: trunk | |
2021-11-06
| ||
19:56 | Merge GC profile fix. check-in: 36c46eb6dc user: csmith tags: trunk | |
2021-10-29
| ||
22:02 | Merge from trunk Leaf check-in: edccc6abc5 user: csmith tags: usb | |
2021-10-26
| ||
22:01 | Fix GC time. check-in: c304985dab user: csmith tags: usb | |
2021-10-03
| ||
20:07 | Merge from usb. check-in: ea9de70223 user: csmith tags: trunk | |
19:59 | Handle new device queue asynchronously. check-in: 9673d0c1cb user: csmith tags: usb | |
19:57 | HUB: Detect port disconnects. check-in: ba78f583f2 user: csmith tags: usb | |
19:56 | Fix stack overflow. check-in: fd2677e0b9 user: csmith tags: usb | |
2021-09-26
| ||
17:39 | Merge from vfs. check-in: 5391eb96d4 user: csmith tags: trunk | |
17:30 | Externalise USB ids. Leaf check-in: b349fb9206 user: csmith tags: vfs | |
17:29 | Device description. check-in: 9752c0c21e user: csmith tags: vfs | |
2021-09-25
| ||
20:16 | Cleaning up COM. check-in: 9830e13490 user: csmith tags: vfs | |
2021-09-18
| ||
19:21 | Remove dead code. Start of vnode_t/block_t wrapping. check-in: 05c38f565e user: csmith tags: vfs | |
18:33 | thread_spawn for background thread. check-in: d16b5c94e8 user: csmith tags: usb | |
18:32 | Merge from trunk. check-in: 8ed7887d8e user: csmith tags: vfs | |
18:31 | Merge from USB. check-in: 498af8fb9b user: csmith tags: trunk | |
17:12 | Refactor how requests are processed. check-in: fac2bb2d9f user: csmith tags: usb | |
2021-09-15
| ||
00:28 | Reset the stack to the beginning in thread_spawn. check-in: 9c64d22e85 user: csmith tags: usb | |
2021-09-13
| ||
22:53 | Fix warnings. check-in: 42d78a1f01 user: csmith tags: usb | |
22:53 | Encode and check timer state explicitly. check-in: 26b415d62b user: csmith tags: usb | |
2021-09-12
| ||
01:28 | Rejigged UHCI driver request completion. check-in: 67ab48842f user: csmith tags: usb | |
00:13 | Fix off by one capacity. check-in: c1bbe11926 user: csmith tags: usb | |
2021-09-10
| ||
01:45 | Disable built in memset in user, which is causing stack overflow. check-in: 415317f55e user: csmith tags: usb | |
00:57 | Fix usb_bbb_command call in usb_bbb_device_request. Reduce timeout. check-in: c541e9f40d user: csmith tags: usb | |
00:54 | Make empty USB stick. check-in: bbab980d2a user: csmith tags: usb | |
00:54 | Remove noise from serial output. check-in: c266f76a90 user: csmith tags: usb | |
00:52 | Get rid of pending q list. check-in: fccee2fba6 user: csmith tags: usb | |
2021-09-04
| ||
22:17 | USB writes work! check-in: 3e605bc4f7 user: csmith tags: usb | |
2021-09-03
| ||
22:36 | Missing file (referenced in subdir.mk) check-in: 11d9cc0330 user: csmith tags: usb | |
2021-09-02
| ||
22:08 | Uniform cmd array names. check-in: 9a3fc795f0 user: csmith tags: usb | |
21:06 | Read test works! Synchronous still, convert back to async later. check-in: a82d9aece5 user: csmith tags: usb | |
01:57 | Progress towards USB MSD. Still not working properly. check-in: 56a25e1926 user: csmith tags: usb | |
01:53 | Handle '.' in file name. check-in: 654638d3b8 user: csmith tags: usb | |
01:53 | Load symbol file. check-in: 0f9e0d4e9e user: csmith tags: usb | |
2021-08-24
| ||
19:19 | Refactored build up of SRCS_C. check-in: f84e38cfd9 user: csmith tags: usb | |
2021-08-19
| ||
23:27 | Start of USB MSD. check-in: c91df0af00 user: csmith tags: usb | |
00:20 | The actual HID driver. check-in: 0a4080c088 user: csmith tags: usb | |
00:19 | Move HID driver to a new file. check-in: 5f319a9f57 user: csmith tags: usb | |
2021-08-17
| ||
23:14 | Initialize device with device ops. check-in: ccaf314341 user: csmith tags: usb | |
23:10 | Count map entries for com_query. check-in: 2bf43d6d47 user: csmith tags: usb | |