vsta

Timeline
Login

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

50 most recent check-ins

2015-01-12
15:04
Update contact details, deal with case sensitivity changes. Leaf check-in: f66baccf4e user: ajv-899-334-8894@vsta.org tags: master, trunk
00:18
Merge branch 'master' of https://github.com/vandys/vsta Resolve to newer GNU license Conflicts: LICENSE check-in: d8ab7ee418 user: ajv-899-334-8894@vsta.org tags: master, trunk
2015-01-11
23:52
Remove old DOS executable bit lossage check-in: 9ab64663e7 user: ajv-899-334-8894@vsta.org tags: master, trunk
23:52
Remove DOS filesystem executable bit brain damange check-in: 4a5dd1f920 user: ajv-899-334-8894@vsta.org tags: master, trunk
23:47
Move main tree contents to top check-in: b9beed8571 user: ajv-899-334-8894@vsta.org tags: master, trunk
23:46
Remove old test stuff check-in: fa8ae72fc1 user: ajv-899-334-8894@vsta.org tags: master, trunk
23:46
Omit CVS noise check-in: ce8632ae24 user: ajv-899-334-8894@vsta.org tags: master, trunk
22:39
Initial commit check-in: 769a89e3fa user: ajv-900-660-8060@vsta.org tags: master, trunk
2002-02-08
11:06
Capitalization change due to vfat. check-in: 4403ca026f user: vandys tags: master, trunk
11:05
Update copyright years. check-in: 4a427fb699 user: vandys tags: master, trunk
2002-02-04
14:12
Comment fread/fwrite parameters check-in: 79e9ed2f69 user: vandys tags: master, trunk
13:56
Accept -sane or sane check-in: 9a54f21ac0 user: vandys tags: master, trunk
2002-01-25
10:53
*** empty log message *** check-in: 5415a936ab user: vandys tags: master, trunk
10:53
Add a teensy stty(1) emulation. check-in: b5b8acd181 user: vandys tags: master, trunk
2002-01-21
08:49
Add symbol tabler check-in: 0d6d3e328e user: vandys tags: master, trunk
08:38
More stuff :-> check-in: fe98dc4f28 user: vandys tags: master, trunk
2002-01-10
09:56
No such opcode as "pushb"... it's actually a "pushl". check-in: f221206067 user: vandys tags: master, trunk
2002-01-04
18:00
Get SLIP working a little better. Clean up CVS warnings. check-in: 57a7c9b100 user: vandys tags: master, trunk
17:58
Use named for calloc()'s parameters, as I can never remember which is which here, either (see comment for tcsetattr() :->). check-in: 8e0db21cd7 user: vandys tags: master, trunk
17:56
More tweaking of distribution under CVS. check-in: a1c0fe17bf user: vandys tags: master, trunk
2002-01-01
20:06
Put all /bin shell programs under source control here. check-in: 9b4cf5d0b4 user: vandys tags: master, trunk
2001-12-21
14:50
Fix warnings. Add missing file. check-in: 2e2f499e93 user: vandys tags: master, trunk
14:41
Support for %n format. check-in: f2a0dfc9bb user: vandys tags: master, trunk
14:41
More CVS fallout. check-in: a022ec8942 user: vandys tags: master, trunk
14:39
Features. More features. check-in: 827836a92a user: vandys tags: master, trunk
14:39
More fallout of conversion to CVS. check-in: 1f93436817 user: vandys tags: master, trunk
2001-12-19
22:20
Set errno for failed lookup of a named stat field. check-in: 71009589f8 user: vandys tags: master, trunk
22:16
Add indications in stat() of rootdir as to name filesystem is registered under, and name of its block device. check-in: 13583a6ca9 user: vandys tags: master, trunk
22:16
Fix cleanup of other objects check-in: fc075e5967 user: vandys tags: master, trunk
22:11
Handle edge case of entries in rootdir check-in: 90a5182f46 user: vandys tags: master, trunk
22:10
Fix error message (duh) check-in: 2998b01bb1 user: vandys tags: master, trunk
21:41
Make namer name and disk block device name available via stat(). check-in: 270aa604dc user: vandys tags: master, trunk
13:26
Add dirname(1) check-in: 879326aa9d user: vandys tags: master, trunk
2001-12-18
10:06
Add support for preallocating contiguous files. Fix exposure to invalid arguments in stat(). Add info on file allocation so we can determine sector address of a given file from stat() results. check-in: e2e9f5f71e user: vandys tags: master, trunk
2001-12-17
14:00
Fix up some old edge cases in the stat() support code. check-in: 1e2cf28f7c user: vandys tags: master, trunk
2001-12-15
18:20
Handle cleol when s_onlast is true; need to act as if you had moved to next line, and clear *that* line. check-in: a6efb80b9d user: vandys tags: master, trunk
2001-11-21
16:08
Let DEBUG flag make it through to dbsym... regression caused by makefile reorg. check-in: 2f84e21168 user: vandys tags: master, trunk
2001-11-20
10:21
Use unused "offset" field in MAP_PHYS to assign an optional vaddr. This argument and "vaddr" are really reversed, but compatibility issues make this more of a pain to correct than it's worth. check-in: f66eb8c813 user: vandys tags: master, trunk
2001-11-16
11:59
Cap memory size to 768 megs; our virtual map can't handle larger sizes, and I can't develop and test a fix until I buy such a large memory config for myself! check-in: 8c03015859 user: vandys tags: master, trunk
2001-10-25
19:22
New man page organization. check-in: 0417d8ec27 user: vandys tags: master, trunk
19:16
Install man.sh as man(1) command. check-in: 88976d4f8d user: vandys tags: master, trunk
19:15
Convert to shell script man driver. check-in: d9ed814e76 user: vandys tags: master, trunk
19:01
Useless whitespace fiddling. :-> check-in: bcd4979dec user: vandys tags: master, trunk
2001-10-24
21:48
Fix handling of alternate char set escape sequence. check-in: c4a633fe0f user: vandys tags: master, trunk
17:32
Setting ONLCR against wrong termios field. check-in: 9aacdbfdf1 user: vandys tags: master, trunk
2001-10-22
19:47
Include mkall.sh scripts to let other people do system builds. check-in: b172d88359 user: vandys tags: master, trunk
15:16
Conversion to CVS, some file renaming check-in: 0969757a6b user: vandys tags: master, trunk
14:57
Leave note behind. check-in: 2bcb9fc9f1 user: vandys tags: master, trunk
14:56
Attic obsolete files check-in: d3f575178f user: vandys tags: master, trunk
14:54
Add installation rules for CVS controlled lib/etc files. check-in: 6c91745487 user: vandys tags: master, trunk