index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
yacc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
16
-64
/
+2
*
Fix the build on 64-bit hosts. WARNS=6 fails on them.
obrien
2010-11-09
1
-2
/
+2
*
Back out r214961 for skeleton.c -- it broke the groff build.
obrien
2010-11-08
1
-4
/
+4
*
Add '-y' for bison compatibility.
obrien
2010-11-07
2
-2
/
+10
*
Inherit WARNS from parent directory.
obrien
2010-11-07
1
-2
/
+0
*
Directly use memory allocation functions and remove needless casts in
obrien
2010-11-07
11
-140
/
+136
*
Change to ANSI-C function definitions.
obrien
2010-11-07
13
-282
/
+182
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Let both yacc and lex generate code that passes -Wold-style-definition.
ed
2009-12-30
1
-0
/
+4
*
remove external reference to not (or at least no longer) existing variable 'm...
rse
2009-12-17
1
-1
/
+0
*
Setting a variable to the same value twice doesn't actually make it
cperciva
2008-08-04
1
-2
/
+0
*
Mark functions as __dead2 in order to help the LLVM static checker
cperciva
2008-08-04
1
-24
/
+24
*
Indent the else path, reduce diff against OpenBSD.
delphij
2008-07-18
1
-1
/
+1
*
Fix a longstanding bug, from Otto Moerbeck:
kevlo
2008-07-18
1
-1
/
+5
*
Sort sections.
ru
2005-01-18
1
-4
/
+4
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+2
*
Use getopt instead of hand-rolled argument parsing. Usage remains
wes
2004-03-05
1
-72
/
+15
*
Add __unused to the declaration of yyrcsid in a more portable way.
davidc
2003-02-12
1
-1
/
+4
*
Backout my previous commit as requested. This solution generates
davidc
2003-02-08
1
-2
/
+1
*
Add __unused to the declaration of yyrcsid.
davidc
2003-02-07
1
-1
/
+2
*
mdoc(7) police: back out unproved changes from previous revision.
ru
2002-11-26
1
-1
/
+1
*
Add section number to .Xr directive.
charnier
2002-10-16
1
-6
/
+6
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Use the constants from <limits.h> for the sizes of integral C types
robert
2002-06-11
5
-12
/
+10
*
Note that this appeared at least as early as PWB UNIX.
jmallett
2002-06-10
1
-0
/
+4
*
mdoc(7) police: tidy up the markup.
ru
2002-05-30
1
-13
/
+7
*
Restore some of the original variable names, but fix the warnings their
obrien
2002-04-23
1
-21
/
+19
*
Use `The .Nm utility'
charnier
2002-04-20
1
-4
/
+6
*
mdoc police: use .El to end the list in the ENVIRONMENT section.
fenner
2002-04-17
1
-0
/
+1
*
Quiet uninitialized warnings.
obrien
2002-04-10
2
-0
/
+2
*
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
ru
2002-04-09
12
-24
/
+0
*
Revert the "tell the program name in diagnostics". What was I thinking??
obrien
2002-04-05
2
-66
/
+58
*
Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.
obrien
2002-04-04
2
-17
/
+18
*
Allow to compile errorlessly with GCC 3.1.
obrien
2002-04-04
1
-3
/
+1
*
Fix signal race.
obrien
2002-04-04
1
-4
/
+8
*
Revert revision 1.3. This is WARNS=4 clean w/o it and it only increases
obrien
2002-04-04
1
-1
/
+1
*
Fix style regression introduced in rev 1.11 during a WARNS cleanup.
obrien
2002-04-04
1
-1
/
+2
*
Add STANDARDS, ENVIRONMENT, and TABLES sections.
obrien
2002-04-04
1
-11
/
+39
*
Minor word smithing.
obrien
2002-04-04
1
-1
/
+1
*
Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.
obrien
2002-04-04
1
-6
/
+6
*
Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.
obrien
2002-04-04
1
-53
/
+59
*
remove __P
imp
2002-03-22
12
-178
/
+177
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-1
/
+0
*
WARNS=2 fix, but do not set this im Makefile, because this ill be the
markm
2001-12-11
2
-2
/
+1
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
12
-60
/
+72
*
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
imp
2001-12-08
12
-0
/
+24
*
Use __FBSDID().
markm
2001-12-02
12
-42
/
+56
*
WARNS=2 and s/register//.
markm
2001-12-01
14
-416
/
+420
*
Properly static'ize increase_maxtable().
obrien
2001-10-05
1
-1
/
+1
*
Fix the output so it really does dynamically resize the table.
obrien
2001-10-05
1
-14
/
+44
[next]