| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| |
|
|
|
|
|
|
|
| |
strtok(3) will return NULL when no more tokens remain.
MFC after: 2 weeks.
Notes:
svn path=/head/; revision=298181
|
| |
|
|
|
|
|
|
|
|
| |
login_fbtab.c includes paths.h and pathnames.h, and pathnames.h includes
paths.h. Eliminate the paths.h inclusion in login_fbtab.c.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=287634
|
| |
|
|
| |
Notes:
svn path=/head/; revision=231651
|
| |
|
|
| |
Notes:
svn path=/head/; revision=228992
|
| |
|
|
|
|
|
|
| |
Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.
Notes:
svn path=/head/; revision=201382
|
| |
|
|
|
|
|
| |
needed.
Notes:
svn path=/head/; revision=200462
|
| |
|
|
|
|
|
| |
Tested with: make universe
Notes:
svn path=/head/; revision=200420
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=172261
|
| |
|
|
|
|
|
|
|
| |
removing some unused variables and making a variable unsigned.
MFC after: 3 weeks
Notes:
svn path=/head/; revision=169342
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92920
|
| |
|
|
|
|
|
|
|
|
|
| |
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
Notes:
svn path=/head/; revision=87628
|
| |
|
|
|
|
|
| |
cleaning-up.
Notes:
svn path=/head/; revision=87233
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87180
|
| |
|
|
|
|
|
| |
Reviewed by: bde (a while back)
Notes:
svn path=/head/; revision=87173
|
| |
|
|
|
|
|
|
|
|
| |
modification to add glob support. The submitted patch used a degraded
form of KNF.
Reviewed by: bde
Notes:
svn path=/head/; revision=85645
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
Notes:
svn path=/head/; revision=85504
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
|
|
|
| |
Requested by: bde
Notes:
svn path=/head/; revision=59621
|
| |
|
|
|
|
|
|
| |
PR: 17875
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
Notes:
svn path=/head/; revision=59198
|
| |
|
|
|
|
|
|
| |
chown failures in some places, but instead log them like we do all
other errors.
Notes:
svn path=/head/; revision=50124
|
| |
|
|
|
|
|
|
|
| |
file referred to a path ending in "/*" which was reasonable to me,
but gcc wasn't so sure. So now the comment refers to a path ending in
"*".
Notes:
svn path=/head/; revision=33358
|
| |
|
|
|
|
|
| |
Also quieten -Wall a bit.
Notes:
svn path=/head/; revision=29922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
|
|
|
|
|
| |
Reviewed by: David Greenman
Submitted by: Wietse Venema
Obtained from:
Notes:
svn path=/head/; revision=8626
|
|
|
Reviewed by:
Submitted by: guido
Notes:
svn path=/head/; revision=2224
|