| Sun, 23 Oct 2005 20:46:20 +0000 |
asl |
* cdl/ppp.cdl: Require CYGPKG_POSIX_TIMERS
|
| Sun, 23 Oct 2005 20:45:36 +0000 |
asl |
* include/sys/time.h (new): Basic implementation.
|
| Sun, 23 Oct 2005 20:45:11 +0000 |
asl |
* src/select.cxx: Needs sys/time.h for struct timeval.
|
| Sun, 23 Oct 2005 20:44:35 +0000 |
asl |
* src/time.cxx: add gettimeofday() implementation
|
| Sun, 23 Oct 2005 20:33:10 +0000 |
asl |
Typo: there->their
|
| Sun, 23 Oct 2005 14:53:38 +0000 |
asl |
* include/flag.hxx: We need thread.inl for the empty() function
|
| Mon, 17 Oct 2005 20:59:01 +0000 |
gthomas |
Fix number of options in iopeek (bug #100026)
|
| Sun, 16 Oct 2005 11:43:13 +0000 |
asl |
* cdl/compress_zlib.cdl (CYGFUN_COMPRESS_ZLIB_GZIO): New option to
|
| Sun, 16 Oct 2005 10:37:16 +0000 |
asl |
* src/delete.cxx:
|
| Thu, 13 Oct 2005 11:58:02 +0000 |
asl |
* docs/manpages/sys/socketpair.2: Removed this man page since
|
| Sun, 02 Oct 2005 14:03:14 +0000 |
asl |
* src/ramfs.c: Implement holes in files when using BLOCK
|
| Sun, 02 Oct 2005 11:49:47 +0000 |
asl |
* doc/memalloc.sgml: two minor documentation fixes
|
| Wed, 21 Sep 2005 19:30:58 +0000 |
asl |
* include/flash_am29xxxxx.inl (flash_program_buf): Handle writes
|
| Wed, 21 Sep 2005 19:17:10 +0000 |
asl |
* include/linux/types.h: Added unsigned types.
|
| Tue, 20 Sep 2005 12:14:08 +0000 |
asl |
* src/redboot_linux_exec.c: No need to include pcmb_serial.h.
|
| Tue, 20 Sep 2005 12:09:14 +0000 |
asl |
* src/can_mcf52xx.c Only support events of tx message buffers
|
| Mon, 19 Sep 2005 16:57:46 +0000 |
asl |
* cdl/hal_arm_xscale_pxa2x0.cdl: Fix the last patch, logical OR
|
| Fri, 16 Sep 2005 15:33:04 +0000 |
asl |
* cdl/hal_arm_xscale_pxa2x0.cdl: Only build hal_diag.c if one of
|
| Fri, 16 Sep 2005 15:15:14 +0000 |
asl |
* tests/server_test.c: use socklen_t.
|
| Fri, 16 Sep 2005 14:56:25 +0000 |
asl |
* src/tftp_client.c, include/tftp_support.h: const parameters
|
| Tue, 13 Sep 2005 13:36:13 +0000 |
gthomas |
Updates for CAN driver/infrastructure - from Uwe Kindler
|
| Fri, 09 Sep 2005 13:26:01 +0000 |
gthomas |
TFTP ACK/NAK fixes, from Andrew Dyer
|
| Thu, 08 Sep 2005 12:14:28 +0000 |
gthomas |
FIS fix from Stefan Sommerfeld, ANSI cursor keys from Gary Thomas
|
| Sat, 03 Sep 2005 13:35:08 +0000 |
asl |
* cdl/redboot.cdl: White space changes to aid readability.
|
| Sat, 03 Sep 2005 13:10:21 +0000 |
asl |
* src/flash.c (fis_create): Print an error if the FIS directory is
|
| Sat, 03 Sep 2005 13:03:07 +0000 |
asl |
* src/sys/kern/kern_sysctl.c: Silent compiler warning on lvalue
|
| Sat, 03 Sep 2005 13:01:43 +0000 |
asl |
* src/common/termiostty.c and
|
| Thu, 25 Aug 2005 14:37:00 +0000 |
gthomas |
Enable support on PPC405EP, from Markus Schade
|
| Thu, 25 Aug 2005 14:02:29 +0000 |
gthomas |
Add support for Intel LXT972, from Markus Schade
|
| Thu, 25 Aug 2005 13:40:35 +0000 |
gthomas |
CAN driver, from Uwe Kindler
|
| Thu, 25 Aug 2005 13:20:58 +0000 |
gthomas |
Add support for PPC405EP, from Markus Schade
|
| Tue, 09 Aug 2005 16:12:25 +0000 |
asl |
* src/sh_scif_serial.c: support SH4 register access
|
| Wed, 03 Aug 2005 21:05:16 +0000 |
asl |
* tests/socket.c (SHOW_RESULT): Add a cast to avoid compiler
|
| Wed, 03 Aug 2005 21:04:28 +0000 |
asl |
* tests/flash1.c (cyg_start): Compiler warning fixes.
|
| Wed, 03 Aug 2005 21:02:31 +0000 |
asl |
* tests/test2.c (task1): Cast to fix compiler warning.
|
| Wed, 03 Aug 2005 21:00:34 +0000 |
asl |
* src/common/tty.c (tty_write):
|
| Wed, 03 Aug 2005 20:57:41 +0000 |
asl |
* tests/ksem1.c: Type fix to fix a compiler warning.
|
| Wed, 03 Aug 2005 20:53:09 +0000 |
asl |
* tests/i18nmb.c (main): Really silence the warnings.
|
| Wed, 03 Aug 2005 20:51:21 +0000 |
asl |
* tests/ping_lo_test.c (ping_host): Use socklen_t to avoid
|
| Wed, 03 Aug 2005 20:49:40 +0000 |
asl |
* include/vnc-server.h (vnc_printf_return_t): removed ununsed char
|
| Wed, 03 Aug 2005 20:47:51 +0000 |
asl |
* src/blib.c: made the types consistent to fix compiler warnings.
|
| Wed, 03 Aug 2005 20:46:59 +0000 |
asl |
* tests/crc_test.c: casts to make it gcc 4.0.1 frendly.
|
| Wed, 03 Aug 2005 20:45:09 +0000 |
asl |
* tests/heaptest.c (test_pat): Casts to prevent compiler warnings.
|
| Wed, 03 Aug 2005 20:43:17 +0000 |
asl |
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
|
| Wed, 03 Aug 2005 20:40:48 +0000 |
asl |
* src/fatfs_supp.c: Correct types to remove compiler warnings.
|
| Wed, 03 Aug 2005 20:39:51 +0000 |
asl |
* tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.
|
| Sat, 30 Jul 2005 15:30:40 +0000 |
asl |
* Merge to public MTD
|
| Sat, 30 Jul 2005 13:21:01 +0000 |
asl |
* src/ppp_io.c (cyg_ppp_pppread): caddrt_t to stop compiler warnings.
|
| Sat, 30 Jul 2005 12:14:55 +0000 |
asl |
* src/httpd.c (cyg_httpd_server): Use socklen_t to avoid compiler
|
| Sat, 30 Jul 2005 12:12:55 +0000 |
asl |
* include/pppd.h: Remove incorrect declaration of ifunit which
|
| Sat, 30 Jul 2005 12:07:33 +0000 |
asl |
* src/ftpclient.c (connect_to_server): Use socklen_t to avoid
|
| Sat, 30 Jul 2005 11:58:25 +0000 |
asl |
* src/sync/mbox.cxx (tryget,peak_item): initialize local variable
|
| Sat, 30 Jul 2005 11:53:44 +0000 |
asl |
* include/unistd.h: Const correctness to keep the compiler happy.
|
| Sat, 30 Jul 2005 11:52:40 +0000 |
asl |
* src/common/tty.c (tty_write):
|
| Sat, 30 Jul 2005 11:52:10 +0000 |
asl |
* src/net/eth_drv.c (eth_drv_recv): Change of type to remove
|
| Sat, 30 Jul 2005 11:50:06 +0000 |
asl |
* src/syntheth.c (synth_eth_init): Cast to keep the compiler
|
| Sat, 30 Jul 2005 11:48:54 +0000 |
asl |
* include/cyg_ass.h: Fixed a function prototype so that
|
| Sat, 30 Jul 2005 11:44:37 +0000 |
asl |
* src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
|
| Sat, 30 Jul 2005 11:44:01 +0000 |
asl |
* src/common/fopen.cxx (fopen): Default the open mode to Read
|
| Sat, 30 Jul 2005 11:42:54 +0000 |
asl |
* cdl/memalloc.cdl: Use the CXXFLAGS for the native compiler to
|