usim

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-09-20
11:46
hosts.text: Update. Leaf check-in: 014eab0233 user: ams tags: trunk
11:42
hosts.text, ucfg.defs, uch11.c: Change defaults once more ... check-in: 964c5da8c0 user: ams tags: trunk
07:29
uch11.c: Update default Chaosnet addresses. check-in: 1281c27afe user: ams tags: trunk
2023-09-19
16:45
ucfg.defs, ucode.c (dump_state): Change defaults, so that the screenshot and state file are dumped with the name of the machine. check-in: 8acafb1832 user: ams tags: trunk
16:44
misc.c, misc.h (strlwr): New function. check-in: 00068540c3 user: ams tags: trunk
2023-09-18
10:30
See if we can get X11 resources working so that -geometry works. Leaf check-in: 28183c7f74 user: ams tags: ams/xrm
2023-06-09
15:42
cadet.c (cadet_init): Add Hyper. check-in: b457de63fc user: ams tags: trunk
2023-06-04
09:31
ucfg.defs (fs_root_directory): Set to ".."; better default. check-in: 7b846cf028 user: ams tags: trunk
09:30
tv.c (tv_monitor): Set default monitor to "other". check-in: f4dfa0a1f3 user: ams tags: trunk
09:29
kbd.c (kbd_type): Set default to "cadet". check-in: 3fc463b827 user: ams tags: trunk
09:25
ucfg.c (ucfg_handler): Fix typo. check-in: c9b84e2ab3 user: ams tags: trunk
09:17
Add default hosts table, and try to use that if we cannot find anything. check-in: fb494511eb user: ams tags: trunk
09:08
uch11.c (uch11_myaddr, uch11_serveraddr): Change defauts to the unroutable network. check-in: f58573078c user: ams tags: trunk
2023-06-02
15:18
README.md: Update. check-in: ddcd1db223 user: ams tags: trunk
2023-05-26
16:16
Revert [8eedcd4835]; just use PBM files. Fixes [1a6b70534dbedfdedeedb8e7df39600bf3b7f05c] check-in: 01860c7453 user: ams tags: trunk
2023-05-07
17:15
uch11.c (chaos_connection_dequeue): Don't spew too much. check-in: 18dae7be6c user: ams tags: trunk
07:46
uch11.c: Fixes from BV. check-in: 1185a7bc19 user: ams tags: trunk
2023-04-29
18:21
Changes from BV. 1. Implement a new configuration setting, 'fs_root_directory', which maps not only /tree (like the sys_directory setting), but maps the root directory of the FILE server. You can still put 'tree' in that root directory and everything works as before. The sys_directory setting remains. Additionally, the mapping is done in reverse, so the client doesn't see file names outside the mapping: if /tree/foo/bar.text is opened, the client sees that /tree/foo/bar.text is opened rather than /Users/foo/src/CADR/sys100/sys/foo/bar.text or something like that. This is particularly important for the fs_root_directory setting, but adds user friendliness also to the sys_directory setting. Note also that setting sys_directory has precedence over fs_root_directory, but that sys_directory has NULL as default, so fs_root_directory has effect. 2. Fix the printing of years in properties in the FILE server. Previously it printed any year in the 21st century as "99". Now, for example 2023 is printed as "23", which is compatible with the date parsing of the CADR. 3. Try to have the Makefile take heed of changes to the *.defs files - there are better ways of doing this, like using makedepend. check-in: b9dba14fe6 user: bv tags: trunk
2023-04-26
15:37
tv.h: Include <stdint.h>. check-in: 12f251cf9b user: ams tags: trunk
07:18
tv.c: Include "tv.h". check-in: e625c2746d user: ams tags: trunk
2023-04-25
04:33
Merge changes from pfp/complement-bow. check-in: e693269ec7 user: ams tags: trunk
2023-04-24
19:22
x11.c (x11_init): Set title to name of Lisp Machine. check-in: 470973cb02 user: ams tags: trunk
19:13
ucfg.defs: Fiddle with defaults. check-in: f2c10de009 user: ams tags: trunk
17:35
uch11.c (chaos_queue_status_pkt): Fix format of STATUS packets. check-in: 0fb7761d64 user: bv tags: trunk
16:52
Apply hybrid UDP/Local hack. check-in: 87fb7525cf user: ams tags: trunk
2023-04-23
19:54
MAGTAPE.c, tape.c, tape.h: Add files; maybe something that will work at some point. Leaf check-in: a0ed78203f user: ams tags: ams/tape
19:52
Merge changes from trunk. check-in: 5b02aaf0c1 user: ams tags: ams/tape
03:58
Add functionality to emulate black/white pixel switching Leaf check-in: ffb5284f9b user: patrick tags: pfp/complement-bow
03:47
Create new branch named "pfp/complement-bow" check-in: 85d2333fa9 user: patrick tags: pfp/complement-bow
2023-04-17
05:58
Merge changes from phf/mouse. check-in: 849cf00b30 user: ams tags: trunk
2023-04-15
16:57
mouse.c, mouse.h: Remove unused variables. Leaf check-in: ae82de6f6a user: phf tags: phf/mouse
16:55
mouse.c, mouse.h, ucode.c, x11.c: Working mouse warp. check-in: 6455a8355b user: phf tags: phf/mouse
14:59
Merge changes from phf/mouse. check-in: 040bc272e3 user: ams tags: trunk
14:24
iob.c, mouse.c: Working mouse button single/double click and drag. check-in: 91edf63f8f user: phf tags: phf/mouse
14:18
Merge changes from trunk. check-in: 2f53112489 user: phf tags: phf/mouse
2023-04-14
10:25
x11.c (x11_default_kbd_map): Map a few more keys. check-in: 2adb6a54ef user: bv tags: trunk
2023-04-12
10:25
x11.c (x11_init): Make cursor invisible. check-in: 49bef05b88 user: ams tags: trunk
2023-04-11
16:08
mouse.c: Revert parts of [33ba07413f] that got snuck in by mistake. check-in: 4371e483f6 user: ams tags: trunk
16:06
Merge changes from phf/mouse. check-in: aeeed9d4ac user: ams tags: trunk
14:13
Mouse coordinates working by A-memory manipulation. check-in: 96f02e4517 user: phf tags: phf/mouse
14:12
Entia non sunt multiplicanda praeter necessitatem. check-in: 899a78ef7f user: phf tags: phf/mouse
14:09
Create new branch named "phf/mouse" check-in: 3584511e4f user: phf tags: phf/mouse
2023-04-09
17:05
disk.c: Enable multiple disks. check-in: 6f742456b6 user: ams tags: trunk
17:02
Merge changes from bjorn/chaos-over-udp. check-in: d04040afaa user: ams tags: trunk
2023-04-06
13:54
aaargh ... Closed-Leaf check-in: 0bb23024ba user: bv tags: bjorn/chaos-over-udp
2023-04-05
06:52
cadet.c (cadet_process_key): Also check that keysym is not crazy large before accessing x11_kbd_map. check-in: 66ba137641 user: ams tags: trunk
2023-04-04
15:25
Add initial Chaos-over-UDP support. check-in: 488f4b0a53 user: bv tags: bjorn/chaos-over-udp
2023-04-03
12:33
Makefile (clean): Clean out some old stuff. check-in: 3e3e2e7cc4 user: ams tags: trunk
12:21
Might as well add "headless" support while we are at it. check-in: 00610eb6fd user: ams tags: trunk
09:56
sdl.c, sdl.h: Add empty files. check-in: 2585a3835a user: ams tags: trunk