1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/libbsp/Makefile (CSRCS): Build them. * src/libbsp/write.c: New file from Newlib 1.11 * src/libbsp/read.c: New file from Newlib 1.11 * src/libbsp/sbrk.c: New file from Newlib 1.11 * src/libbsp/errno.c: New file. errno variable. More... over 20 years ago
* src/libbsp/Makefile (CSRCS): Build it. * src/libbsp/write.c: New file from Newlib 1.11 More... over 20 years ago
* include/stdio.h: Cleanup. More... over 20 years ago
* src/libc/stdio/fclose.c, feof.c, ferror.c, fflush.c, fgetc.c, fgets.c, fileno.c, findfp.c, flags.c, floatio.h, fopen.c, fprintf.c, fpurge.c, fputc.c, fputs.c, fread.c, fscanf.c, fvwrite.c, fvwrite.h, fwalk.c, fwrite.c, getc.c, getchar.c, gets.c, getw.c, glue.h, local.h, makebuf.c, printf.c, putc.c, putchar.c, puts.c, putw.c, refill.c, rget.c, scanf.c, setbuf.c, setbuffer.c, setvbuf.c, snprintf.c, sprintf.c, sread.c, sscanf.c, stdio.c, swbuf.c, ungetc.c, vfprintf.c, vfscanf.c, vprintf.c, vscanf.c, vsnprintf.c, vsprintf.c, vsscanf.c, wsetup.c: New files from FreeBSD 5.x CVS main tree; strong cleanup of some operations; rewrite some of them from scratch. * src/libc/stdio/Make New file. * src/libc/Make Build stdio. More... over 20 years ago
* include/util.h: New file for ultoa prototype. More... over 20 years ago
* src/libc/malloc.c: New file memory allocator written from scratch but inspired from Minix malloc. * src/libc/free.c: New file. * src/libc/realloc.c: New file. * src/libc/malloc-dump.c: New file. * src/libc/malloc-check.c: New file. * src/libc/malloc.h: New file. * src/libc/Make Build the above. More... over 20 years ago
* src/libc/ultoa.c: New file. * src/libc/Make Build it. More... over 20 years ago
* examples/gdm/fractals/Makefile (all): Fix dependency. More... over 20 years ago
* include/search.h: New file from FreeBSD 5.x CVS main tree. More... over 20 years ago
* src/libc/libc_private.h: New file from FreeBSD 5.x CVS main tree. * src/libc/namespace.h: Likewise. * src/libc/un-namespace.h: Likewise. * src/libc/stdlib/atexit.h: Likewise. * include/unistd.h: Likewise. More... over 20 years ago
Update More... over 20 years ago
* include/stdint.h: New file from FreeBSD 5.x CVS main tree. * include/bitstring.h: Ditto. * include/ctype.h: Ditto. * include/inttypes.h: Ditto. * include/limits.h: Ditto. * include/stdbool.h: Ditto. * include/stdint.h: Ditto. * include/sys/bitstring.h: Ditto. * include/sys/ctype.h: Ditto. * include/sys/stdint.h: Ditto. * include/sys/queue.h: Ditto. * include/sys/limits.h: Ditto. * include/sys/_types.h: Ditto. * include/sys/types.h: Ditto. * include/sys/_inttypes.h: Ditto. * include/sys/_stdint.h: Ditto. * include/stdio.h: Update from FreeBSD 5.x * include/sys/cdefs.h: Likewise. * include/string.h: Update. * src/libc/Makefile (SUBDIRS): Compile stdlib. More... over 20 years ago
New files from FreeBSD 5.x CVS main tree. More... over 20 years ago
* NEWS: Update. More... over 20 years ago
* examples/gdm/Makefile (SUBDIRS): Build new example. * examples/gdm/fractals/Make New file. * examples/gdm/fractals/fractals.c: New file and example. More... over 20 years ago
* include/asm-m68hc12/ports_def.h: Fix to compile examples and libs. * include/asm-m68hc12/ports.h (get_timer_counter): Fix flags. More... over 20 years ago
* include/asm-m68hc12/sio.h (serial_init): Fix flags. (serial_receive_pending): Likewise. (serial_flush): Likewise. (serial_send): Likewise. (serial_recv): Likewise. More... over 20 years ago
* examples/Makefile (SUBDIRS): pulse and persist tests are ported only to 68HC11. More... over 20 years ago
* src/Makefile (SUBDIRS): libbot and libgel are only ported to 68HC11. More... over 20 years ago
* src/libbsp/eeprom.c: Not yet ported to 68HC12. More... over 20 years ago
* src/libbsp/udelay.c (udelay): Use get_timer_counter(). More... over 20 years ago
From Nathan Z. Gustavson <[email protected]>: More... over 20 years ago
* NEWS: Mention port to iPac * AUTHORS: Added Nathan Z. Gustavson More... over 20 years ago
From Nathan Z. Gustavson <[email protected]>: More... over 20 years ago
* NEWS: Mention fix port definitions for HC12. * AUTHORS: Mention Jefferson Smith. More... over 20 years ago
* config/m68hc11-cme11/memory.x: Define _gdm_lcd_cmd and _gdm_lcd_data variables. More... over 20 years ago
* examples/gdm/hwtest/Make New test for graphic display low level hardware function test. * examples/gdm/hwtest/hwtest.c: New file. * examples/gdm/Make Build it. * examples/Make Build gdm tests. More... over 20 years ago
* config/gel.defs (GEL_LIBGDM): Define for libgdm More... over 20 years ago
* src/Makefile (SUBDIRS): Build libgdm if it's enabled by HAVE_GRAPHIC_LCD variable. More... over 20 years ago
* config/m68hc11-cme11/make.defs (BOARD): Compile libgdm for Axiom. More... over 20 years ago