Author: mr
Date: Fri Oct 1 10:34:35 2010
New Revision: 213324
URL: http://svn.freebsd.org/changeset/base/213324
Log:
- simplify by using one build script
- use label for mounting
- use GENERIC kernel
- create empty Pkg directory
Added:
head/tools/tools/nanobsd/rescue/Pkg/
head/tools/
Author: mr
Date: Sun Oct 2 13:48:15 2011
New Revision: 225923
URL: http://svn.freebsd.org/changeset/base/225923
Log:
Bring nanobsd.sh up to date.
MFC:
r212938: Support new variable NANO_LABEL.
r212990: Make the labels match the device name that's mounted, not just the
slice they a
Author: mr
Date: Fri Mar 18 22:56:53 2011
New Revision: 219760
URL: http://svn.freebsd.org/changeset/base/219760
Log:
- Build disk image (for USB sticks) and iso image
- Change name to reflect this
- Install all kernel modules
- Choose image size that i386 and amd64 can be combined into on
Author: mr
Date: Sun Mar 20 12:40:17 2011
New Revision: 219798
URL: http://svn.freebsd.org/changeset/base/219798
Log:
- Add script for preparing disks in GPT/ZFS boot environment
- Add merge script for integrating amd64 slice into i386 disk image
Added:
head/tools/tools/nanobsd/rescue/Files
Author: mr
Date: Sun Mar 20 13:01:57 2011
New Revision: 219799
URL: http://svn.freebsd.org/changeset/base/219799
Log:
Add a file with some remarks for setting up a zfs boot environment
Added:
head/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt (contents, props
changed)
Added: head/t
Author: mr
Date: Mon Mar 21 13:23:25 2011
New Revision: 219823
URL: http://svn.freebsd.org/changeset/base/219823
Log:
Delete all GPT partitions at once. (Suggested by Andrey V. Elsukov
)
Fix amd64 merge script.
Modified:
head/tools/tools/nanobsd/rescue/Files/root/GPT4ZFS_Create.sh
head/t
Author: mr
Date: Mon Mar 28 07:00:41 2011
New Revision: 220091
URL: http://svn.freebsd.org/changeset/base/220091
Log:
Use ${NANO_WORLDDIR}/var/empty as copy source since it has no schg flag set.
Copying over /var/empty's schg flag had unpleasant side effects (schg flag on
/etc and /cfg)
dur
08:54:47 2009
(r190501)
@@ -0,0 +1,515 @@
+/*-
+ * Copyright (c) 2005 Nate Lawson
+ * Copyright (c) 2004 Colin Percival
+ * Copyright (c) 2004-2005 Bruno Durcot
+ * Copyright (c) 2004 FUKUDA Nobuhiko
+ * Copyright (c) 2009 Michael Reifenberger
+ * Copyright (c) 2009 Norikatsu Shigemura
*
* This code is depending on kern_cpu.c, est.c, powernow.c, p4tcc.c, smist.c
- * in various parts. The authors of these files are
+ * in various parts. The authors of these files are Nate Lawson,
* Colin Percival, Bruno Durcot, and FUKUDA Nobuhiko.
* This code contains patches by Michael
Author: mr
Date: Thu Nov 28 11:06:18 2013
New Revision: 258709
URL: http://svnweb.freebsd.org/changeset/base/258709
Log:
Add package additions support for pkgng by adding a new function cust_pkgng():
first bootstrap the pkg package (must be contained in the Pkg/ dir)
then add the
Author: mr
Date: Wed Feb 11 12:15:35 2009
New Revision: 188482
URL: http://svn.freebsd.org/changeset/base/188482
Log:
Add files to build i386/amd64 bootable rescue ISO images using the
nanobsd framework.
Added:
head/tools/tools/nanobsd/rescue/
head/tools/tools/nanobsd/rescue/AMD64 (cont
Author: mr
Date: Fri Feb 20 14:53:49 2009
New Revision: 188853
URL: http://svn.freebsd.org/changeset/base/188853
Log:
Delete files which serve no purpose in this environment.
Inspired by: simon@
Deleted:
head/tools/tools/nanobsd/rescue/Files/root/change_password
head/tools/tools/nanobs
Author: mr
Date: Thu Nov 19 16:27:51 2009
New Revision: 199536
URL: http://svn.freebsd.org/changeset/base/199536
Log:
Add nanobsd example for the PC Engines ALIX board (serial console).
Added:
head/tools/tools/nanobsd/pcengines/
head/tools/tools/nanobsd/pcengines/ALIX_DSK (contents, props
Author: mr
Date: Fri Jul 4 09:29:43 2014
New Revision: 268246
URL: http://svnweb.freebsd.org/changeset/base/268246
Log:
Adopt to current and other changes:
use dedicated kernel files with some local settings
use mkimg for ISO building
put images into separate directory a
Author: mr
Date: Fri Jan 30 15:42:52 2015
New Revision: 277937
URL: https://svnweb.freebsd.org/changeset/base/277937
Log:
Keep original images, dont compile tests,
makefs for iso images translates labes to uppercase, so adopt fstab for this
case.
Modified:
head/tools/tools/nanobsd/rescue/b
Author: mr
Date: Tue Apr 2 14:01:03 2019
New Revision: 345804
URL: https://svnweb.freebsd.org/changeset/base/345804
Log:
systat -zarc to display disk activities like -vm
PR: 213310
Submitted by: ota
MFH: 4 weeks
Differential Revision:https://reviews.freebsd
Author: mr
Date: Tue Aug 2 22:33:29 2016
New Revision: 303684
URL: https://svnweb.freebsd.org/changeset/base/303684
Log:
MFC r288306
Add support to systat to display zfs arc cache status/info
Added:
stable/10/usr.bin/systat/zarc.c
- copied unchanged from r288306, head/usr.bin/systat/z
Author: mr
Date: Sat Nov 21 19:14:11 2020
New Revision: 367922
URL: https://svnweb.freebsd.org/changeset/base/367922
Log:
Improve number reading by rounding up to a next unit earlier for memory
display.
Submitted by: o...@j.email.ne.jp
Differential Revision:https://reviews.freebs
Author: mr
Date: Mon May 11 20:34:52 2020
New Revision: 360919
URL: https://svnweb.freebsd.org/changeset/base/360919
Log:
Patch systat -zarc to display cumulative rate and round down large numbers by
SI units
PR: 237664
Submitted by: o...@j.email.ne.jp
MFC after:2 weeks
Author: mr
Date: Mon May 11 21:22:16 2020
New Revision: 360929
URL: https://svnweb.freebsd.org/changeset/base/360929
Log:
Add missing sysput.c
PR: 237664
Submitted by: o...@j.email.ne.jp
Reported by: imb, cy
Added:
head/usr.bin/systat/sysput.c (contents, props changed)
Author: mr
Date: Fri May 15 17:37:08 2020
New Revision: 361084
URL: https://svnweb.freebsd.org/changeset/base/361084
Log:
Introduce sysputpage() to display large page size with human readable format.
Using UI units allows to fit larger numbers in columns.
Stop calling v_page_size - this is a
Author: mr
Date: Sun Jun 7 16:42:03 2020
New Revision: 361896
URL: https://svnweb.freebsd.org/changeset/base/361896
Log:
MFC r360919,r360929,r361084:
Patch systat -zarc to display cumulative rate and round down large numbers by
SI units
Introduce sysputpage() to display large page si
Author: mr
Date: Sat Sep 5 17:02:48 2020
New Revision: 365364
URL: https://svnweb.freebsd.org/changeset/base/365364
Log:
MFC r363095:
Handle device removal and removal+add cases to fix infinity rate.
PR: 219829
Submitted by: o...@j.email.ne.jp
Reported by: r...@live.cn
D
Author: mr
Date: Sat Jul 11 13:56:36 2020
New Revision: 363095
URL: https://svnweb.freebsd.org/changeset/base/363095
Log:
Handle device removal and removal+add cases to fix infinity rate.
PR: 219829
Submitted by: o...@j.email.ne.jp
Reported by: r...@live.cn
MFC after:2
Author: mr
Date: Mon Dec 31 11:05:38 2018
New Revision: 342647
URL: https://svnweb.freebsd.org/changeset/base/342647
Log:
Merge forgotten r318577 to close PR.
PR: 217622
Modified:
stable/11/etc/periodic/daily/800.scrub-zfs
Modified: stable/11/etc/periodic/daily/800.scrub-zfs
=
Author: mr
Date: Sun Apr 19 17:19:29 2020
New Revision: 360103
URL: https://svnweb.freebsd.org/changeset/base/360103
Log:
MFC r358848:
Untangle TPR shadowing and APIC virtualization.
This speeds up Windows guests tremendously.
The patch does:
Add a new tuneable 'hw.vmm.vmx.us
Author: mr
Date: Sat May 20 16:47:00 2017
New Revision: 318577
URL: https://svnweb.freebsd.org/changeset/base/318577
Log:
Improve time-since-last-scrub calculation.
This can be needed to compensate anticongestion delays in 410.pkg-audit or
480.leapfile-ntpd.
PR: 217622
Submit
Author: mr
Date: Sun Sep 27 09:15:54 2015
New Revision: 288306
URL: https://svnweb.freebsd.org/changeset/base/288306
Log:
Add support to systat to display zfs arc cache status/info
PR: 195460
Submitted by: ota
Added:
head/usr.bin/systat/zarc.c (contents, props changed)
Modi
Author: mr
Date: Tue Mar 10 16:53:49 2020
New Revision: 358848
URL: https://svnweb.freebsd.org/changeset/base/358848
Log:
Untangle TPR shadowing and APIC virtualization.
This speeds up Windows guests tremendously.
The patch does:
Add a new tuneable 'hw.vmm.vmx.use_tpr_shadowing' to disa
Author: mr
Date: Tue Apr 2 14:01:03 2019
New Revision: 345804
URL: https://svnweb.freebsd.org/changeset/base/345804
Log:
systat -zarc to display disk activities like -vm
PR: 213310
Submitted by: ota
MFH: 4 weeks
Differential Revision:https://reviews.freebsd
30 matches
Mail list logo