Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove copyright strings ifdef'd outWe've ifdef'd out the copyright strings for some time now. Go ahead andremove the ifdefs. Plus whatever other detritis was left over from otherrecent removals.
Remove copyright strings ifdef'd outWe've ifdef'd out the copyright strings for some time now. Go ahead andremove the ifdefs. Plus whatever other detritis was left over from otherrecent removals. These copyright strings are present in the comments andare largely from CSRG's attempt at adding their copyright to everybinary file (which modern interpretations of the license doesn'trequire).Sponsored by: Netflix
show more ...
usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a pe
usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
usr.bin/fortune: convert to OBJTOP/SRCTOP idioms- Use OBJTOP/SRCTOP-relative paths when looking for include files and strfile.- Add FORTUNES_OBJ and FORTUNES_SRC to abbreviate usr.bin/fortune
usr.bin/fortune: convert to OBJTOP/SRCTOP idioms- Use OBJTOP/SRCTOP-relative paths when looking for include files and strfile.- Add FORTUNES_OBJ and FORTUNES_SRC to abbreviate usr.bin/fortune pathing.This is being done to simplify make output/idioms.MFC after: 1 weekReviewed by: bdrewerySponsored by: Dell EMC IsilonDifferential Revision: D9916
Avoid buffer overflow when copying the input file name and appending .dat.Check the return value from fread() to be sure that it was successful.Reported by: CoverityCID: 1006709, 1009452MFC af
Avoid buffer overflow when copying the input file name and appending .dat.Check the return value from fread() to be sure that it was successful.Reported by: CoverityCID: 1006709, 1009452MFC after: 1 week
Final step of eliminating the "games" distribution: Merge src/games(or what's left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at: EuroBSDCon 2014Committed from:
Final step of eliminating the "games" distribution: Merge src/games(or what's left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at: EuroBSDCon 2014Committed from: EuroBSDCon 2015