aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-02 * MAINTAINERS: Add myself to the write-after-approval list.Corinna Vinschen1-0/+3
2001-07-11s/typedef serial_t/struct serial */Andrew Cagney1-4/+4
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-2/+0
2001-04-05* main.c: Remove windows.h use.Christopher Faylor1-1/+1
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-06* signals.h: Removed.J.T. Conklin1-1/+1
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-1/+1
1999-09-22import gdb-1999-09-21Jason Molenda1-276/+31
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-1/+1
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-3/+0
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-59/+60
1999-07-07import gdb-1999-07-07 pre reformatJason Molenda1-5/+1
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-1/+5
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+49
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+358
1999-04-16Initial creation of sourceware repositoryStan Shebs1-358/+0
1999-01-28This is the merge of the Itcl3.0 gdbtk development branch into theJim Ingham1-1/+1
1998-11-13Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-1/+1
1998-10-161998-10-16 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-15/+21
1998-03-06PR 15068Fred Fish1-0/+1
1996-09-06Don't include netinet/tcp.h in ser-tcp.c if __CYGWIN32__ definedGeoffrey Noer1-0/+4
1996-07-26See gdb ChangeLog entry with header:Fred Fish1-0/+4
1996-03-30 * core-aout.c (fetch_core_registers): Cast core_reg_size to intFred Fish1-1/+2
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-06-08typo in tcp_openStu Grossman1-0/+1
1995-06-08 * defs.h maint.c monitor.c remote-mips.c remote.c: Add supportStu Grossman1-17/+27
1995-03-07 * serial.h ser-go32.c ser-go32-para.c ser-mac.c ser-tcp.cStu Grossman1-0/+10
1994-12-23 * ser-tcp.c (tcp_open): Cast to struct sockaddr when passing toJim Kingdon1-1/+1
1994-06-02 * configure.in: Add nlm subdir to configdirs for alpha-*-netwareStu Grossman1-1/+6
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-1/+1
1993-10-08 * inflow.c: Remove unused includes of sys/param.h, etc.Jim Kingdon1-10/+0
1993-09-08gcc lintK. Richard Pixley1-1/+1
1993-07-28 * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.Jim Kingdon1-4/+4
1993-06-30 * inftarg.c: Remove unused include of terminal.h.Jim Kingdon1-0/+40
1993-06-26 * remote.c: Add arg names to prototypes, in a modest effort atStu Grossman1-16/+26
1993-05-29Use getprotobyname instead of hardwired number (in tcp_open).Stu Grossman1-1/+7
1993-05-29 * Makefile.in: Add new file ser-tcp.c.Stu Grossman1-0/+270