aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c99
Commit message (Collapse)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
| | | | | | | | | | | | | | | | Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/ Sponsored by: Netflix
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
| | | | | | | | In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dead2. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/735
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
|
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc.Christian Brueffer2015-07-131-10/+1
| | | | | | | | | PR: 201303 Submitted by: Bruce Cran MFC after: 1 week Notes: svn path=/head/; revision=285457
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=249429
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" insteadDimitry Andric2013-03-071-1/+1
|/ | | | | | | | | | of just "cc", since there is no reason to cause additional path searches in this case. MFC after: 3 days Notes: svn path=/head/; revision=247953
* Add missing static keywords to c99(1)Ed Schouten2011-11-061-8/+8
| | | | Notes: svn path=/head/; revision=227153
* Revert most of r210764, now that mdocml does the rightUlrich Spörlein2010-12-281-2/+2
| | | | | | | | | thing with empty quotation macros. Requested by: Alex Kozlov Notes: svn path=/head/; revision=216756
* mdoc: make sure to pass at least one argument to quotation macrosUlrich Spörlein2010-08-021-2/+2
| | | | Notes: svn path=/head/; revision=210764
* - Update GCC reference from 3.3 to 4.2 [1]Gabor Kovesdan2010-06-171-3/+4
| | | | | | | | | - Add reference to c99(7) Submitted by: stefanf Notes: svn path=/head/; revision=209255
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Bump the original revision of c89(1).Ruslan Ermilov2007-03-101-1/+1
| | | | Notes: svn path=/head/; revision=167410
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-212-9/+7
| | | | Notes: svn path=/head/; revision=146466
* Fix off-by-one error.Stefan Farfeleder2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=140226
* Update URL of GCC status page to GCC 3.3Josef El-Rayes2004-03-041-1/+1
| | | | | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370 Notes: svn path=/head/; revision=126615
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-111-24/+41
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107750
* Re-add the code which maps POSIX standard library names into the onesTim J. Robbins2002-10-081-4/+49
| | | | | | | FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing. Notes: svn path=/head/; revision=104647
* Add the c99(1) utility, which is nothing more than a synonym forTim J. Robbins2002-10-073-0/+276
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 Notes: svn path=/head/; revision=104615