|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
0aded5bc |
| 04-Dec-2018 |
Renato Botelho <[email protected]> |
MFC r341464:
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos Sponsored by: Rubicon Communications, LLC (Netg
MFC r341464:
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos 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, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, 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, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, 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, 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, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
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 ...
|
| #
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 |
|
| #
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.
|
| #
6127186d |
| 20-Aug-1996 |
Wolfram Schneider <[email protected]> |
a header file for zopen.3
Pointed out by: Philippe Charnier <[email protected]>
|
| #
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.
|