Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .h patternRemove /^\s*\*+\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 ...
Cosmetics:- Move to ANSI definitions syntax, removing warnings about type promotions.- Remove __P().- Staticise everything.- Remove warnings about unused args for signal handlers.Sponsored by:
Cosmetics:- Move to ANSI definitions syntax, removing warnings about type promotions.- Remove __P().- Staticise everything.- Remove warnings about unused args for signal handlers.Sponsored by: The FreeBSD FoundationMFC after: 1 week
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
According to shared memory man pages, advice including <sys/types.h>instead of <sys/param.h>
The NetBSD Foundation has granted permission to remove clause 3 and 4 fromtheir software.Obtained from: NetBSD
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Add regression tests for sysvipc.Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>Obtained from: NetBSD