Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Mark usage function as __dead2 in programs where it does not returnIn most cases, usage does not return, so mark them as __dead2. For thecases where they do return, they have not been marked __dea
Mark usage function as __dead2 in programs where it does not returnIn most cases, usage does not return, so mark them as __dead2. For thecases where they do return, they have not been marked __dead2.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/735
show more ...
grdc.6: Add an ENVIRONMENT section- Add an ENVIRONMENT sectionObtained from: OpenBSDMFC after: 5 days
pkgbase: Create a FreeBSD-games packageAnd put :- pom- caesar- grdcDifferential Revision: https://reviews.freebsd.org/D36230
ncurses: chase dependency changes in the source treeDifferential Revision: https://reviews.freebsd.org/D32098
Remove remnant from the pre LIBADD era
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Fix LDADD/DPADD that should be LIBADD.Sponsored by: EMC / Isilon Storage Division
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