aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/emul_netbsd.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
sim/ChangeLog: Update old contact info in GPL license notices.
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
2011-02-14sim: punt zfree()Mike Frysinger1-4/+4
The sim keeps track of which allocations are zero-ed internally (via zalloc) and then calls a helper "zfree" function rather than "free". But this "zfree" function simply calls "free" itself. Since I can see no point in this and it is simply useless overhead, punt it. The only real change is in hw-alloc.c where we remove the zalloc_p tracking, and sim-utils.c where zfree is delete. The rest of the changes are a simple `sed` from "zfree" to "free". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-02-02 * emul_netbsd.c (emul_netbsd_create): Quote file-name property.Mark Mitchell1-1/+4
* emul_unix.c (emul_unix_create): Likewise. * tree.c (libiberty.h): Include it. (tree_quote_property): New function. * tree.h (tree_quote_property): Declare.
2005-11-28 * configure.ac (USE_WIN32API): Define it.Mark Mitchell1-3/+2
* configure.in: Regenerate. * config.in: Likewise. * emul_netbsd.c (write_timezone): Guard with HAVE_GETTIMEOFDAY. * emul_unix.c (do_unix_mkdir): Handle Win32 1-argument mkdir.
2004-09-242004-09-24 Ian Lance Taylor <ian@wasabisystems.com>Andrew Cagney1-0/+8
Committed by Andrew Cagney. * configure.in: Check for sys/mount.h, sys/vfs.h, sys/statfs.h. Check for struct statfs. * emul_netbsd.c: If not HAVE_STRUCT_STATFS, #undef HAVE_FSTATFS. * configure, config.in: Regenerate.
2003-10-172003-10-16 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
* emul_netbsd.c: Only a comment may follow an #endif.
2001-03-05Fixes for NetBSD 1.5. NetBSD has been renumbering/renaming itsAndrew Cagney1-0/+12
SYS_* interfaces.
2001-01-15 * emul_netbsd.c (do_open): Translate the flag parameter to theGeoffrey Keating1-1/+19
open syscall to the numbers supported by the host.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1439
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1425/+0
1996-06-02Add Solaris and Linux emulationsMichael Meissner1-1/+1
1996-05-24More changes for GO32 canadian cross buildsMichael Meissner1-0/+1
1996-05-24More changes for GO32 canadian cross buildsMichael Meissner1-24/+84
1996-05-16Check for sys/ioctl.hMichael Meissner1-26/+33
1996-02-22Add input support; at end of user writes, call fflushMichael Meissner1-0/+2
1996-02-21Update to 1995-02-20 releaseMichael Meissner1-2/+17
1996-02-14Work with HP/UX 9.00Michael Meissner1-52/+44
1995-12-15Changes from AndrewMichael Meissner1-220/+355
1995-11-08first stage in function unit support; add new switches & latest code from andrewMichael Meissner1-1/+0
1995-11-02Use autoconf correctly; provide more stats with -IMichael Meissner1-6/+18
1995-11-01Lots of changesMichael Meissner1-0/+1202