|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
| #
bc7ed46b |
| 19-Nov-2020 |
Gleb Smirnoff <[email protected]> |
Add '-u' switch that would uncompress cores that were compressed by kernel during dump time.
A real life scenario is that cores are compressed to reduce size of dumpon partition, but we either don't
Add '-u' switch that would uncompress cores that were compressed by kernel during dump time.
A real life scenario is that cores are compressed to reduce size of dumpon partition, but we either don't care about space in the /var/crash or we have a filesystem level compression of /var/crash. And we want cores to be uncompressed in /var/crash because we'd like to instantily read them with kgdb. In this case we want kernel to write cores compressed, but savecore(1) write them uncompressed.
Reviewed by: markj, gallatin Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27245
show more ...
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
0fadd673 |
| 04-Jan-2019 |
Mark Johnston <[email protected]> |
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <[email protected]> MFC with:
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <[email protected]> MFC with: r342699 Sponsored by: The FreeBSD Foundation
show more ...
|
| #
d7fffd06 |
| 02-Jan-2019 |
Mark Johnston <[email protected]> |
Capsicumize savecore(8).
- Use cap_fileargs(3) to open dump devices after entering capability mode, and use cap_syslog(3) to log messages. - Use a relative directory fd to open output files. - Use
Capsicumize savecore(8).
- Use cap_fileargs(3) to open dump devices after entering capability mode, and use cap_syslog(3) to log messages. - Use a relative directory fd to open output files. - Use zdopen(3) to compress kernel dumps in capability mode.
Reviewed by: cem, oshogbo MFC after: 2 months Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18458
show more ...
|
|
Revision tags: release/12.0.0 |
|
| #
270adb21 |
| 04-Dec-2018 |
Renato Botelho <[email protected]> |
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos MFC after: 3 days Sponsored by: Rubicon Communications, LLC (
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D18355
show more ...
|
| #
4d2cf170 |
| 04-Aug-2018 |
Brad Davis <[email protected]> |
Move etc/minfree to sbin/savecore/.
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16558
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
406d87b1 |
| 09-Feb-2016 |
Glen Barber <[email protected]> |
Explicitly add more files to the 'runtime' package.
Sponsored by: The FreeBSD Foundation
|
| #
550d2b80 |
| 18-Oct-2015 |
Enji Cooper <[email protected]> |
Make libxo depend on libutil because it uses humanize_number after r287111
Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo}
PR: 203673 Sponsored by: EMC / Isilon S
Make libxo depend on libutil because it uses humanize_number after r287111
Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo}
PR: 203673 Sponsored by: EMC / Isilon Storage Division
show more ...
|
| #
d1a0d267 |
| 24-Aug-2015 |
Marcel Moolenaar <[email protected]> |
Upgrade libxo to 0.4.5.
Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117
Obtained from: https://github.com/Juniper/libxo
|
|
Revision tags: release/10.2.0 |
|
| #
d16528b2 |
| 22-Mar-2015 |
Scott Long <[email protected]> |
Convert savecore to libxo. The 'verbose' paths still use printf since they're meant for interactivity on the command line and contain a lot of redundant information.
Obtained from: Netflix, Inc.
|
| #
13eb765f |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert sbin/ to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0 |
|
| #
106d8391 |
| 19-Oct-2009 |
Ruslan Ermilov <[email protected]> |
Switch the default WARNS level for sbin/ to 6.
Submitted by: Ulrich Spörlein
|
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
| #
e80cfa46 |
| 10-Jan-2005 |
Xin LI <[email protected]> |
Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean. Bump WARNS accordingly.
|
|
Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
| #
604d24db |
| 23-Feb-2004 |
Johan Karlsson <[email protected]> |
style.Makefile(5): Use WARNS?= instead of WARNS=.
|
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
89a600f1 |
| 13-May-2002 |
Ruslan Ermilov <[email protected]> |
Style.
|
| #
edc4f96e |
| 05-May-2002 |
Bill Fenner <[email protected]> |
- revert back to vmcore.# - reimplement -z - use syslog() - improve consistancy of messages - allow -f to recover cleared dumps - return bufsize to 1024 * 1024 - return the ability to write sparse fi
- revert back to vmcore.# - reimplement -z - use syslog() - improve consistancy of messages - allow -f to recover cleared dumps - return bufsize to 1024 * 1024 - return the ability to write sparse files - update man page - fix minfree to require 2k for info file instead of the kernel size - include Berkeley copyright too due to amount of old code copied
Submitted by: Chad David <[email protected]>
show more ...
|
| #
d94f51a0 |
| 01-Apr-2002 |
Poul-Henning Kamp <[email protected]> |
Duh, savecore is called savecore.
|
| #
d503fad0 |
| 31-Mar-2002 |
Poul-Henning Kamp <[email protected]> |
Savecore:
Commandline compatible with the previous savecore unless you specify any options, none of them are implemented (yet).
Scans all devices marked "dump" or "swap" for dump header signatures
Savecore:
Commandline compatible with the previous savecore unless you specify any options, none of them are implemented (yet).
Scans all devices marked "dump" or "swap" for dump header signatures and saves dumps off under a name which is a MD5 hash of the header information. This should give unique filenames. A *.info file contains ascii version of the header information.
show more ...
|
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
2d68bf45 |
| 04-Dec-2001 |
David E. O'Brien <[email protected]> |
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
| #
dff462c3 |
| 06-Sep-2001 |
Kris Kennaway <[email protected]> |
* Switch from doing compress(1)ed crashdumps with the -z flag to using gzip(1). gdb doesn't understand these, but then again it didn't understand compressed crashdumps either. * Change a stray l
* Switch from doing compress(1)ed crashdumps with the -z flag to using gzip(1). gdb doesn't understand these, but then again it didn't understand compressed crashdumps either. * Change a stray lseek() into a Lseek() * Remove the extraneous prototype for log() which has apparently never existed in FreeBSD's sources
Obtained from: NetBSD (partially) MFC after: 2 weeks
show more ...
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
| #
0a5779d4 |
| 26-Mar-2001 |
Ruslan Ermilov <[email protected]> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
| #
fe655281 |
| 20-Mar-2001 |
Ruslan Ermilov <[email protected]> |
Set the default manual section for sbin/ to 8.
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
| #
6127186d |
| 20-Aug-1996 |
Wolfram Schneider <[email protected]> |
a header file for zopen.3
Pointed out by: Philippe Charnier <[email protected]>
|
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs, release/2.0 |
|
| #
404c1a5f |
| 05-Aug-1994 |
Garrett Wollman <[email protected]> |
Convert to our man installation style. Also fixed long-standing bug in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Kille
Convert to our man installation style. Also fixed long-standing bug in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
show more ...
|
|
Revision tags: release/1.1.5.1_cvs |
|
| #
8fae3551 |
| 26-May-1994 |
Rodney W. Grimes <[email protected]> |
BSD 4.4 Lite sbin Sources
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
|