summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-01-20Don't include ${DESTDIR} in -DLIBDIR=..., -DGETTEXTDATADIR=...,apb
and a few other variables.
2013-12-25add posix 1003.1jchristos
2013-11-06Don't attempt to build "stpcpy.c" and "stpncpy.c". NetBSD provides thesetron
functions and these implementation don't build because of the new SSP definitions.
2013-11-06correctly fix stpcpychristos
2013-09-01Recognize NetBSD-6.1.wiz
2013-07-13Quote -width arguments that start with a '-' sign.njoly
2013-03-08casing.wiz
2013-03-08Add librumpclient. requested by wizpooka
2013-03-07Add libnpf. From rmind.wiz
While here, add consistency in casing.
2013-03-07Following a prompt from wiz, ensure that explanations for theagc
minimalist JSON library libmj, and the netpgp verification library, libnetpgpverify, are in the correct places.
2013-03-06Add libmandoc.wiz
2012-12-21Set GNATS_ADDR to gnats-bugs@NetBSD.org, like in all other places.wiz
Ok spz for admins. Requested by Bug Hunting.
2012-12-02Adjust everything under src (but outside src/tools) to useapb
the TOOLDIR version of libnbcompat, associated include files, and associated defs.mk file, instead of the version from the .OBJDIR of src/tools/compat. This should fix PR 47188.
2012-11-06Remove GDB 6.skrll
2012-08-10Don't link explicitly against libsupc++, just use the normal C++joerg
linkage.
2012-08-10Only build gcc here, if MKGCC != no.joerg
2012-06-10add libexecinfochristos
2012-05-09Format strings don't use all arguments in the non-pluralized case.joerg
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
Adjust various places that add GCC-only options to check for the active compiler first.
2012-03-08Teach rcs about the new cvs "commitid" keyword, so that we don't bitch eachchristos
time we play with an RCS file maintained by CVS.
2012-03-02Add bsd_kvm.omatt
2012-02-15Add NetBSD 7.0, and make the default 6.0.riz
2012-01-25Add libquota, as requested by wizdholland
2012-01-12Second try to sort out the dangling elses. Just use {} markers.joerg
Produces identical on amd64.
2012-01-08Revert last change. The extra while loop intruced by the macro changestron
causes an end-less loop in ci(1) which uses "break" inside one of the macros. "/etc/security" will now no longer fill up "/" (or "/var" depending on file-system layout).
2012-01-06Don't use dangling elses.joerg
2011-10-02undo previous, my sources were wrong.christos
2011-10-02add a missing file, found with the new binutils. No chance we are goingchristos
to run mknative again on this, so the manual fix.
2011-08-29Add libppath.wiz
2011-08-09Passes relaxed array boundary checks with clang now.joerg
2011-07-03apply some -O0 for sun2.mrg
2011-06-29use:mrg
extern "C" { stuff-here; } instead of just extern "C" stuff-here; that GCC 4.5 demands.
2011-06-21prepare to build native gcc 4.5, don't build native gcc 4.1, for HAVE_GCC=45mrg
2011-06-20remove sh5 code.mrg
2011-06-11If compiled with -msoft-float, make the compiler emit soft float codematt
by default.
2011-05-30Ignore warnings when building with clang for now.joerg
2011-05-27add a line "image_generator gs" to the DESC file as the originaldrochner
build framework does, lets "groff -Thtml" at least start (it seems that ghostscript is not needed at least for simple documents)
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree.
2011-05-25Set WARNS explicitly to 0.joerg
2011-05-21Do not use TAB to line up library arguments, use spaces.wiz
2011-05-20Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after thejoerg
-std=gnu99. Add a comment about this.
2011-05-20Force GNU89 mode for GCC itself to deal with the non-standardjoerg
"extern inline" mess.
2011-05-15find system.h in srcchristos
2011-05-15register c -> int cchristos
2011-04-21Add MKBSDGREP switch for easy testing of the GNU grepjoerg
replacement/alternative.
2011-04-15Move the headers for compiler and platform specific intrinsincs fromjoerg
/usr/include to /usr/include/gcc-4.1.
2011-04-10Extend CPPFLAGS, don't replace itjoerg
2011-03-10Re-run mknative to pick up TLS support..skrll
2011-02-28Fix problems in libdm manual page pointed by njoly@ thanks for help.haad