Remove "All Rights Reserved" from FreeBSD Foundation copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder.Sponsored by: The FreeBSD Foundation(c
Remove "All Rights Reserved" from FreeBSD Foundation copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder.Sponsored by: The FreeBSD Foundation(cherry picked from commit 5c2bc3db201a4fe8d7911cf816bea104d5dc2138)
show more ...
Remove remnants of portsnap(8)This was prompted by noticing that '/var/db/portsnap' still exists onnewly-installed machines.With this change, all mentions of portsnap(8) in the tree are gone,ex
Remove remnants of portsnap(8)This was prompted by noticing that '/var/db/portsnap' still exists onnewly-installed machines.With this change, all mentions of portsnap(8) in the tree are gone,except for the historical note in the AUTHORS section of manpagephttpget(8).locate(1) will thus start indexing again '/var/db/portsnap' on machineswhere this directory still exists, which may be a good way to pushadministrators to delete it.Reviewed by: cpercivaApproved by: emaste (mentor)MFC after: 3 daysSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45023(cherry picked from commit 9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb)ObsoleteFiles.inc: Remove /var/db/portsnapThis is a followup to commit "Remove remnants of portsnap(8)"(9b30b96c1fa4). I wasn't aware of OLD_DIRS.Approved by: markj (mentor)MFC after: 1 dayMFC with: 9b30b96c1fa4Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45023(cherry picked from commit 54bbcc09a72b5d7a581f51416c9e635a33c2f884)Approved by: markj (mentor)
Remove my middle name.
Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
Remove $FreeBSD$: one-line .h 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
arm64: add tests for swp/swpb emulationOne test is suitable to be hooked up to the build, so I've done thishere. The other test lives in tools/regression because failure is abit more subjective
arm64: add tests for swp/swpb emulationOne test is suitable to be hooked up to the build, so I've done thishere. The other test lives in tools/regression because failure is abit more subjective -- generally, one runs it for some unbounded amountof time and observe if it eventually exits because two threads acquiredthe same mutex.Reviewed by: imp, mmelSponsored by: StormshieldSponsored by: Klara, Inc.Differential Revision: https://reviews.freebsd.org/D39668
NgATM: Remove netgraph ATM supportMost ATM support was removed prior to FreeBSD 12. The netgraph supportwas kept as it was less intrusive, but it is presumed to be unused.Reviewed by: manuReln
NgATM: Remove netgraph ATM supportMost ATM support was removed prior to FreeBSD 12. The netgraph supportwas kept as it was less intrusive, but it is presumed to be unused.Reviewed by: manuRelnotes: yesSponsored by: DARPADifferential Revision: https://reviews.freebsd.org/D38879
fsx: more consistent debug output with -[RWU]MFC after: 2 weeks
fsx: bounds check the inputsIn particular, don't allow the user to specify a file size that can't beexpressed as an int, since fsx's random-number generator only has a 32bit range.MFC after: 2
fsx: bounds check the inputsIn particular, don't allow the user to specify a file size that can't beexpressed as an int, since fsx's random-number generator only has a 32bit range.MFC after: 2 weeks
Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue renameFixes: 2bdf61ca29d0 ("Hide the unfortunate named sysctl...")MFC after: 3 days
regression-netinet: Remove a double word in a source code comment - s/to to/to/ MFC after: 3 days
tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT
Apply some style(9) to pthread testsReported by: kibFixes: ef135466f81b ("Clean up warnings in pthread tests")Sponsored by: The FreeBSD Foundation
Clean up warnings in pthread testsI intend to move these into lib/libthr/tests/ and connect to kyua. Thisis a first step to address warnings emitted when building using standardmake infrastructu
Clean up warnings in pthread testsI intend to move these into lib/libthr/tests/ and connect to kyua. Thisis a first step to address warnings emitted when building using standardmake infrastructure.Reviewed by: markjSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D34306
Fix a few typos in source code comments- s/posbile/possible/MFC after: 5 days
Update tools/regression/poll/sockpoll.c for POLLRDPOLL.Add a POLLRDHUP example to this tool, for comparison with otheroperating systems. Also record current output on FreeBSD and Linux.Reviewed
Update tools/regression/poll/sockpoll.c for POLLRDPOLL.Add a POLLRDHUP example to this tool, for comparison with otheroperating systems. Also record current output on FreeBSD and Linux.Reviewed by: kibMFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D29757
Don't add -Winline for WARNS=6This warning is very rarely useful (inline is a hint and not mandatory).This flag results in many warnings being printed when compiling C++code that uses the standar
Don't add -Winline for WARNS=6This warning is very rarely useful (inline is a hint and not mandatory).This flag results in many warnings being printed when compiling C++code that uses the standard library with GCC.This flag was originally added in back in r94332 but the flag is a no-opin Clang ("This diagnostic flag exists for GCC compatibility, and has noeffect in Clang"). Removing it should make the GCC build output slightlymore readable.Reviewed By: jrtc27, impDifferential Revision: https://reviews.freebsd.org/D29235
Drop "All rights reserved" from all my stuff. This includesFoundation copyrights, approved by emaste@. It does not includefiles which carry other people's copyrights; if you're oneof those peopl
Drop "All rights reserved" from all my stuff. This includesFoundation copyrights, approved by emaste@. It does not includefiles which carry other people's copyrights; if you're oneof those people, feel free to make similar change.Reviewed by: emaste, imp, gbe (manpages)Differential Revision: https://reviews.freebsd.org/D26980
Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas an
Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn'tcurrently apply to kernel modules, and I haven't put too much thought intowhether it makes sense to make it so.
fsx: fix build with WARNS=6* signed/unsigned comparisons* use standard warn(3)* Suppress warnings about local vars and funcs not declared static* const-correctness* declaration shadows a variab
fsx: fix build with WARNS=6* signed/unsigned comparisons* use standard warn(3)* Suppress warnings about local vars and funcs not declared static* const-correctness* declaration shadows a variable in the global scopeReviewed by: kevansMFC after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D26516
12345678910>>...12