Serge
ba2871aa34
Update commands bc, egrep, expr, iostat, mail, ps, su, vmstat, wall, write.
2022-07-10 22:14:32 -07:00
Serge
51da6c0e6e
Update pstat, reboot, shutdown, update, vipw, virus.
2022-07-10 15:00:28 -07:00
Serge
dbe1779a29
Update mkfs, mknod, mkpasswd, mount.
2022-07-10 14:19:42 -07:00
Serge
c6f46414ed
Update getty.
2022-06-19 20:44:39 -07:00
Serge
1febcc5f9f
Update cron and gtest.
2022-06-18 14:51:24 -07:00
Serge
2f2d84e6a0
Update stty, sysctl, test, uname, xargs, zmodem.
2022-06-12 21:53:58 -07:00
Serge
840cd1db8b
Update smallc.
2022-06-12 19:46:53 -07:00
Serge
146bae8a98
Update cmd/picoc.
2022-05-27 20:39:20 -07:00
Serge
724973121b
Update cmd/more.
2022-05-27 19:24:20 -07:00
Serge
cc59786ed6
Update man, md5 and med.
2022-05-27 18:32:55 -07:00
Serge
4c51256273
Update cmd/login.
2022-05-27 18:11:42 -07:00
Serge
27ddb2eef0
Update lex and ls.
2022-05-27 17:47:38 -07:00
Serge
c213981071
Update glcdtest, hostname, id.
2022-05-27 17:22:07 -07:00
Serge
9e2d5993f6
Update diff and emg.
2022-05-27 02:26:28 -07:00
Serge
bd9f0208d2
Fix chpass.
2022-05-27 00:46:24 -07:00
Serge
716151b46f
Update awk and libm.
2022-05-26 00:23:40 -07:00
Serge
ef83392732
Add library libclang: low level support routines from
...
llvm-project/compiler-rt/lib/builtins collection.
2022-05-25 21:36:20 -07:00
Serge
9f617eb6fe
Modify build scripts for clang.
...
Disable -mips16 flag for now.
Fix a few issues and incompatibilities detected by compiler.
2022-05-25 17:38:22 -07:00
Alexey Frunze
e5c844eff2
Floating point improvements
...
- Smaller C: fix a bug in __func__ introduced with
float-related changes
- make *printf() print floats greater than 1e25
- make *printf() print the plus sign when the format
includes "+", e.g. printf("%+f\n", 1.0);
- clean up and complete prototypes in <math.h>
- remove non-standard HUGE and LOGHUGE from <math.h>
- add HUGE_VAL to <math.h>
- express some hard-coded limits in terms of constants
from <float.h>
- uncomment prototypes of several floating point
conversion functions in <stdlib.h> for Smaller C
2016-01-23 19:47:14 -08:00
vak
7562e8e410
Install zoneinfo files.
2015-10-20 00:42:29 -07:00
Serge Vakulenko
e8cb02f3f7
Added a tiny implementation of readline library, based on linenoise sources.
...
See https://github.com/antirez/linenoise for details.
Implemented a routine atexit() in libc.
Pdc modified to use readline library.
2015-07-18 18:41:46 -07:00
Serge Vakulenko
9d39282ae9
All paths moved to path.h.
...
Cleanup in curses.h: removed reg definition.
All include files reformatted for 4-space indent.
2015-06-24 20:57:08 -07:00
Serge Vakulenko
81a8a8379d
Deleted unused include files dbm.h and pcc.h.
...
Deleted library functions stty() and gtty().
PicoC built in mips16 mode, without floating point support.
2015-06-24 19:19:46 -07:00
Serge Vakulenko
ea7c1415d7
Fixed declarations in include/time.h file.
...
Deleted unused file include/stab.h and reloc utility.
2015-06-24 17:45:47 -07:00
Sergey
bca590d42b
Fixed issue #44 .
...
Removed unnesessary include <sys/types.h> from stdio.h, stdlib.h,
string.h, strings.h and time.h.
2015-06-21 18:59:02 -07:00
Sergey
7590783d92
Added demos for LED cube 8x8x8.
2015-05-17 22:39:30 -07:00
Serge Vakulenko
aecac2f5d7
Ported hangman.
2014-09-08 18:07:59 -07:00
Sergey
8e8fc70ed5
Merge branch 'games' of https://github.com/RetroBSD/retrobsd into games
2014-05-09 21:01:09 -07:00
Serge Vakulenko
a433085324
Merge branch 'master' of https://github.com/RetroBSD/retrobsd
2014-05-05 11:16:30 -07:00
Sergey
6f47acb2ae
Fixed bug in assembler, introduced by previos patch.
...
(Negative offsets in LW/SW not recognized)
Also, modified stdlib.h for compatibility with SmallerC.
2014-05-03 23:56:57 -07:00
Serge Vakulenko
6f15f0ba23
Merge branch 'exec-elf' of https://github.com/RetroBSD/retrobsd
2014-05-02 22:04:16 -07:00
Serge Vakulenko
6f8e71c1b8
Include files modified for compatibility with SmallerC.
...
Fixed bug in C preprocessor: buffer size reduced to avoid allocation failure.
Added option -v for smlrc.
New example stdarg.c: a demo of function with variable arguments.
2014-05-02 22:00:30 -07:00
Serge Vakulenko
3a38f291a7
Merged kernel support for ELF executable format from karolina.lindqvist.
...
Now kernel can directly run executables generated by gcc.
2014-04-23 21:43:09 -07:00
Serge Vakulenko
3942e87cd1
Compiled atc game. Fixed include file for curses library.
2014-04-23 20:02:02 -07:00
Matt Jenkins
895f96d2f7
Initial Import from SVN
2014-04-09 14:27:18 +01:00