CVS log for src/sbin/Makefile
Up to [cvs.NetBSD.org] / src / sbin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.139.4.1: download - view: text, markup, annotated - select for diffs
Sat Jun 29 19:43:25 2024 UTC (5 months ago) by perseant
Branches: perseant-exfatfs
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +5 -1
lines
Implementation of exFAT filesystem, with compilation conditional on MKEXFATFS
make variable.
Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Jun 6 13:28:55 2022 UTC (2 years, 5 months ago) by nia
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Branch point for: perseant-exfatfs
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +10 -39
lines
revert bits and pieces I accidentally included in my last commit
from hannken
Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Jun 6 10:56:28 2022 UTC (2 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +36 -10
lines
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.
There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri May 27 07:28:20 2022 UTC (2 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +6 -3
lines
mk: Add a MKLFS flag for excluding the log-structured filesystem userspace
tools from the build.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Apr 6 14:20:07 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -2
lines
Add the fsck_udf(8) tool to the build and release
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Feb 24 03:35:32 2022 UTC (2 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2
lines
enable blkdiscard(8) build.
Revision 1.132.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:31 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.132: preferred, colored; next MAIN 1.133: preferred, colored
Changes since revision 1.132: +3 -6
lines
Sync with HEAD
Revision 1.132.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:22 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.132.2.1: preferred, colored; branchpoint 1.132: preferred, colored; next MAIN 1.133: preferred, colored
Changes since revision 1.132.2.1: +2 -5
lines
Sync with head
Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Sep 30 15:56:46 2018 UTC (6 years, 2 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +2 -5
lines
Install mount_qemufwcfg everywhere instead of just x86.
Revision 1.132.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:20 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Jul 31 16:44:29 2018 UTC (6 years, 4 months ago) by khorben
Branches: MAIN
CVS tags: pgoyette-compat-0930,
pgoyette-compat-0906
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2
lines
Add a port of the umb(4) driver from OpenBSD
The umb(4) driver provides support for USB MBIM (Mobile Broadband
Interface Model) devices.
MBIM devices establish connections via cellular networks such as GPRS,
UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames.
Required configuration parameters like PIN and APN have to be set with
umbctl(8), a new tool specific to this driver. The IP address is configured
automatically; the default route and DNS server information have to be set
separately.
The driver is not fully functional yet, it is therefore still marked as
experimental and disabled by default. Any help welcome to complete it!
Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo
ThinkPad T440s. No functional change expected otherwise.
Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Jan 14 22:44:04 2018 UTC (6 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -1
lines
Add mount_autofs
Revision 1.131: download - view: text, markup, annotated - select for diffs
Sat Nov 25 23:29:43 2017 UTC (7 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +4 -1
lines
Build and install mount_qemufwcfg on i386 and amd64
Revision 1.130: download - view: text, markup, annotated - select for diffs
Sat May 27 21:02:55 2017 UTC (7 years, 6 months ago) by bouyer
Branches: MAIN
CVS tags: perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +4 -3
lines
merge the bouyer-socketcan branch to HEAD.
CAN stands for Controller Area Network, a broadcast network used
in automation and automotive fields. For example, the NMEA2000 standard
developped for marine devices uses a CAN network as the link layer.
This is an implementation of the linux socketcan API:
https://www.kernel.org/doc/Documentation/networking/can.txt
you can also see can(4).
This adds a new socket family (AF_CAN) and protocol (PF_CAN),
as well as the canconfig(8) utility, used to set timing parameter of
CAN hardware. Also inclued is a driver for the CAN controller
found in the allwinner A20 SoC (I tested it with an Olimex lime2 board,
connected with PIC18-based CAN devices).
There is also the canloop(4) pseudo-device, which allows to use
the socketcan API without CAN hardware.
At this time the CANFD part of the linux socketcan API is not implemented.
Error frames are not implemented either. But I could get the cansend and
canreceive utilities from the canutils package to build and run with minimal
changes. tcpudmp(8) can also be used to record frames, which can be
decoded with etherreal.
Revision 1.129.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 17 20:48:35 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.129: preferred, colored; next MAIN 1.130: preferred, colored
Changes since revision 1.129: +4 -3
lines
Add canconfig(8), an utility to configure CAN interfaces.
Compile-tested only.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Jul 1 22:50:50 2016 UTC (8 years, 5 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -5
lines
cgdconfig does not need crypto.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Jun 4 16:29:35 2016 UTC (8 years, 6 months ago) by nonaka
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +3 -2
lines
nvmectl(8): Added NVM Express control utility.
Ported from FreeBSD nvmecontrol(8).
Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Sep 11 13:10:03 2014 UTC (10 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2
lines
Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.
As discussed on tech-net@
Revision 1.123.6.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:24 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.123.6.1: preferred, colored; branchpoint 1.123: preferred, colored; next MAIN 1.124: preferred, colored
Changes since revision 1.123.6.1: +1 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.121.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:26 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.121.2.1: preferred, colored; branchpoint 1.121: preferred, colored; next MAIN 1.122: preferred, colored
Changes since revision 1.121.2.1: +3 -4
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Dec 25 22:04:52 2013 UTC (10 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -2
lines
moved to external
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Oct 28 19:05:21 2013 UTC (11 years, 1 month ago) by mbalmer
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2
lines
link luactl(8) to the build
Revision 1.123.6.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:50 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2
lines
resync from head
Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Mar 23 15:43:37 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2
lines
pdisk has moved
Revision 1.121.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:38 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -1
lines
sync with head
Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Nov 24 15:54:54 2011 UTC (13 years ago) by ahoka
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: tls-maxphys
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -1
lines
Import mount_chfs for CHFS.
Revision 1.112.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 18 22:35:44 2011 UTC (13 years ago) by sborrill
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2
Diff to: previous 1.112: preferred, colored; next MAIN 1.113: preferred, colored
Changes since revision 1.112: +2 -2
lines
Pull up the following revisions(s) (requested by riz in ticket #1690):
distrib/sets/lists/base/mi patch
distrib/sets/lists/man/mi patch
sbin/Makefile patch
sbin/resize_ffs/Makefile patch
sbin/resize_ffs/TODO patch
sbin/resize_ffs/resize_ffs.8 patch
sbin/resize_ffs/resize_ffs.c patch
Fix resize_ffs(8) so that growing and shrinking all FFSv1
(including byteswapped) and growing FFSv2 file systems is supported.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Nov 15 16:50:43 2011 UTC (13 years ago) by riz
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +5 -1
lines
Build and install new in-kernel iscsi initiator kernel module and associated
binaries (iscsid, iscsictl) if MKISCSI != no. Initiator can also be built
into a kernel by adding 'pseudo-device iscsi' in kernel configuration.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Aug 29 11:38:48 2011 UTC (13 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2
lines
add the device publish daemon, written by jmcneill@.
listens on drvctl for new devices and invokes MAKEDEV for them.
missing:
- manual page
- rc.d script
- more testing
but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)
thanks jared!
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Jun 27 11:52:23 2011 UTC (13 years, 5 months ago) by uch
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -1
lines
7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
Revision 1.118.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:19:05 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.118: preferred, colored; next MAIN 1.119: preferred, colored
Changes since revision 1.118: +2 -2
lines
Sync with HEAD
Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Feb 8 03:20:15 2011 UTC (13 years, 9 months ago) by haad
Branches: MAIN
CVS tags: cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -2
lines
Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like
dm-multipath device target
dm-crypt device target
dm-ccd compatibility layer
With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.
With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.
Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@
Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Jan 13 22:28:36 2011 UTC (13 years, 10 months ago) by haad
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -2
lines
Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
This was discussed and oked on tech-userlevel I have run full build release,
test anita cycle with this patch.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Sat Oct 30 21:16:07 2010 UTC (14 years, 1 month ago) by haad
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2
lines
Add resize_ffs tool to build, change default behaviour to grow filesystem
to device size. Add parameter -s to specify size if user want to shrink
filesystem.
Apply some KNF, remove dead unused code.
Oked by christos@.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Mar 10 23:13:10 2010 UTC (14 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2
lines
Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change
Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Jan 14 21:29:26 2010 UTC (14 years, 10 months ago) by pooka
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1
lines
Descend into mount_puffs.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat Jul 18 16:31:41 2009 UTC (15 years, 4 months ago) by reinoud
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1
lines
Import read-only part of the NiLFS (v2) implementation for NetBSD. It has been
tested with a DEBUG+DIAGNOSTIC+LOCKDEBUG kernel. To summerise NiLFS, i'll
repeat my posting to tech-kern here:
NiLFS stands for New implementation of Logging File System; LFS done
right they claim :) It is at version 2 now and is being developed by NTT, the
Japanese telecom company and recently put into the linux source tree. See
http://www.nilfs.org. The on-disc format is not completely frozen and i expect
at least one minor revision to come in time.
The benefits of NiLFS are build-in fine-grained checkpointing, persistent
snapshots, multiple mounts and very large file and media support. Every
checkpoint can be transformed into a snapshot and v.v. It is said to perform
very well on flash media since it is not overwriting pieces apart from a
incidental update of the superblock, but that might change. It is accompanied
by a cleaner to clean up the segments and recover lost space.
My work is not a port of the linux code; its a new implementation. Porting the
code would be more work since its very linux oriented and never written to be
ported outside linux. The goal is to be fully interchangable. The code is non
intrusive to other parts of the kernel. It is also very light-weight.
The current state of the code is read-only access to both clean and dirty
NiLFS partitions. On mounting a dirty partition it rolls forward the log to
the last checkpoint. Full read-write support is however planned!
Just as the linux code, mount_nilfs allows for the `head' to be mounted
read/write and allows multiple read-only snapshots/checkpoint mounts next to
it.
By allowing the RW mount at a different snapshot for read-write it should be
possible eventually to revert back to a previous state; i.e. try to upgrade a
system and being able to revert to the exact state prior to the upgrade.
Compared to other FS's its pretty light-weight, suitable for embedded use and
on flash media. The read-only code is currently 17kb object code on
NetBSD/i386. I doubt the read-write code will surpass the 50 or 60. Compared
this to FFS being 156kb, UDF being 84 kb and NFS being 130kb. Run-time memory
usage is most likely not very different from other uses though maybe a bit
higher than FFS.
Revision 1.109.4.4: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:48:52 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.109.4.3: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.4.3: +1 -5
lines
Sync with HEAD.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:53 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: mjf-devfs2-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +2 -6
lines
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Revision 1.109.4.3: download - view: text, markup, annotated - select for diffs
Sun Sep 28 11:17:10 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.109.4.2: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.4.2: +1 -1
lines
Sync with HEAD.
Revision 1.109.8.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:28:21 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.109.8.1: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.8.1: +2 -2
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Jul 27 19:31:03 2008 UTC (16 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: netbsd-5
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +2 -2
lines
Update build glue for dhcpcd 4.0.0rc3 and move it to
src/external/dhcpcd.
Make dhcpcd quiet by default when run from rc.
Revision 1.109.8.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:29:56 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -2
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.109.6.2: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:04:36 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.109.6.1: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.6.1: +2 -2
lines
sync with head
Revision 1.109.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:21:20 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.109.4.1: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.4.1: +3 -2
lines
Sync with HEAD.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat May 24 19:39:31 2008 UTC (16 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2
lines
Hook dhcpcd into build.
Revision 1.109.6.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:30:50 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -1
lines
sync with head.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed May 14 16:49:47 2008 UTC (16 years, 6 months ago) by reinoud
Branches: MAIN
CVS tags: yamt-pf42-base2,
hpcarm-cleanup-nbase
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -1
lines
Import writing part of the UDF file system making optical media like CD's
and DVD's behave like floppy discs. Writing is supported upto and including
version 2.01; version 2.50 and 2.60 will follow.
Also extending the UDF implementation to support symbolic links and
hardlinks.
Added are the mmcformat(8) tool to format rewritable CD/DVD discs and
newfs_udf(8).
Limitations:
all operations can be performed on the file system though the
sheduling is currently optimised for archiving workloads.
mv(1)/rename(2) is currently only implemented for non-directories.
Revision 1.106.4.2: download - view: text, markup, annotated - select for diffs
Sun Mar 23 00:44:22 2008 UTC (16 years, 8 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.106.4.1: preferred, colored; branchpoint 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106.4.1: +6 -2
lines
sync with HEAD
Revision 1.109.4.1: download - view: text, markup, annotated - select for diffs
Thu Feb 21 20:44:55 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -2
lines
Start where the mjf-devfs branch left off.
Revision 1.107.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 18 22:07:01 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.107.2.2: preferred, colored; branchpoint 1.107: preferred, colored; next MAIN 1.108: preferred, colored
Changes since revision 1.107.2.2: +2 -1
lines
Add some devfs code that's been sitting in my local tree for a while.
devfsd(8) is now the first daemon to be started after init(8). It tracks
device insertion (will eventually track removal) and devfs mounts.
Currently, we can mount multiple device file systems and have device
special files pushed into the mounts automatically, though, the device
special files aren't created with the correct major/minor number pairs
yet.
More work to come soon.
Revision 1.107.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:16 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.107.2.1: preferred, colored; branchpoint 1.107: preferred, colored
Changes since revision 1.107.2.1: +6 -2
lines
Sync with HEAD.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Feb 9 19:32:28 2008 UTC (16 years, 9 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base
Branch point for: yamt-pf42,
wrstuden-revivesa,
mjf-devfs2
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +5 -1
lines
Descend into modstat if MKMODULAR is set.
Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jan 9 11:26:07 2008 UTC (16 years, 10 months ago) by simonb
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -2
lines
Remove support for NetBSD/pc532.
Revision 1.106.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:38:01 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2
lines
sync with HEAD
Revision 1.107.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 22:05:04 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -2
lines
Add devfs daemon. This daemon parses a config file which contains "rules"
that specify the attributes of device special files that will appear in
the device file system.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Nov 17 16:58:30 2007 UTC (17 years ago) by tsutsui
Branches: MAIN
CVS tags: pc532-eol-2008,
matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Branch point for: mjf-devfs
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2
lines
Descend into newfs_ext2fs(8).
Revision 1.91.2.4: download - view: text, markup, annotated - select for diffs
Mon Oct 15 05:09:59 2007 UTC (17 years, 1 month ago) by riz
Branches: netbsd-3
Diff to: previous 1.91.2.3: preferred, colored; branchpoint 1.91: preferred, colored; next MAIN 1.92: preferred, colored
Changes since revision 1.91.2.3: +3 -2
lines
Pull up following revisions via patch (requested by bouyer in ticket #1838):
distrib/sets/lists/man/mi: revision 1.997
sbin/bioctl/strtonum.c: revision 1.1
sys/dev/Makefile: revision 1.25
sys/arch/amd64/conf/GENERIC: revision 1.139
sbin/bioctl/strtonum.h: revision 1.1
sys/dev/bio.c: revision 1.1
sbin/bioctl/bioctl.c: revision 1.1
share/man/man4/bio.4: revision 1.1
sbin/bioctl/bioctl.8: revision 1.1
sys/sys/envsys.h: revision 1.11
sbin/bioctl/bioctl.8: revision 1.3
sbin/bioctl/bioctl.8: revision 1.4
sys/arch/i386/conf/XEN2_DOM0: revision 1.25
distrib/sets/lists/base/mi: revision 1.704
sys/conf/majors: revision 1.34
share/man/man4/Makefile: revision 1.426
etc/MAKEDEV.tmpl: revision 1.86
sys/arch/i386/conf/GENERIC: revision 1.825
distrib/sets/lists/comp/mi: revision 1.1022
sys/conf/files: revision 1.839
usr.sbin/envstat/envstat.c: revision 1.24
sbin/Makefile: revision 1.105
sys/dev/ic/mfi.c: revision 1.4
sys/dev/biovar.h: revision 1.1
sys/dev/ic/mfivar.h: revision 1.4
sbin/bioctl/Makefile: revision 1.1
Fix typo.
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
Fix Dd argument (use full month names).
Use more markup.
Comment out references to safte(4) and softraid(4), which don't exist in
NetBSD.
Remove trailing whitespace.
Use macros instead of characters for HTML output (replace ">", "<"
with \*[Gt], \*[Lt]).
Sort sections.
Create /dev/bio
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Jun 29 23:30:19 2007 UTC (17 years, 5 months ago) by rumble
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
hpcarm-cleanup
Branch point for: matt-armv6
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +4 -3
lines
Add read-only support for SGI's Extent File System.
Reviewed by pooka@.
Revision 1.101.2.1: download - view: text, markup, annotated - select for diffs
Tue May 8 10:45:17 2007 UTC (17 years, 7 months ago) by pavel
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Diff to: previous 1.101: preferred, colored; next MAIN 1.102: preferred, colored
Changes since revision 1.101: +3 -2
lines
Pull up following revision(s) (requested by bouyer in ticket #603):
distrib/sets/lists/base/mi: revision 1.704
distrib/sets/lists/comp/mi: revision 1.1022
distrib/sets/lists/man/mi: revision 1.997
doc/CHANGES: revision 1.839
sbin/Makefile: patch
sbin/bioctl/Makefile: revision 1.1
sbin/bioctl/bioctl.8: revision 1.1
sbin/bioctl/bioctl.c: revision 1.1
sbin/bioctl/strtonum.c: revision 1.1
sbin/bioctl/strtonum.h: revision 1.1
share/man/man4/Makefile: revision 1.426
share/man/man4/bio.4: revision 1.1
sys/arch/amd64/conf/GENERIC: revision 1.139
sys/arch/i386/conf/GENERIC: revision 1.825
sys/arch/i386/conf/XEN2_DOM0: revision 1.25
sys/conf/files: revision 1.839
sys/conf/majors: patch
sys/dev/Makefile: revision 1.25
sys/dev/bio.c: patch
sys/dev/biovar.h: patch
sys/dev/ic/mfi.c: revision 1.4-1.5
sys/dev/ic/mfivar.h: revision 1.4
sys/sys/envsys.h: revision 1.11
usr.sbin/envstat/envstat.c: revision 1.24
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
note bio(4), envsys(4) DRIVE, and mfi(4) support for both.
tred->sensor is a u_int.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue May 1 17:18:53 2007 UTC (17 years, 7 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +3 -3
lines
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Mar 6 11:28:45 2007 UTC (17 years, 9 months ago) by dillo
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2
lines
Complete rename of hfsp to hfs, requested by thorpej.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Mar 5 23:18:05 2007 UTC (17 years, 9 months ago) by dillo
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -4
lines
Integrate apmlabel and HFS+ file system.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Mar 1 22:01:29 2007 UTC (17 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -2
lines
Add a tool to scan disks for BSD disklabels (might be from different
archs) and add wedges for them. Similar to the kernel options
DKWEDGE_AUTODISCOVER and DKWEDGE_METHOD_BSDLABEL, and actually reusing
most of that code.
This means, for example, you can plug a sparc64 disk into an i386, run
this tool and mount the partitions (provided your kernel has the FFS_EI
option).
Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Oct 15 22:37:14 2006 UTC (18 years, 1 month ago) by christos
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: netbsd-4
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2
lines
hook in gpt
Revision 1.91.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 11 04:41:25 2006 UTC (18 years, 3 months ago) by riz
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Diff to: previous 1.91.2.2: preferred, colored; branchpoint 1.91: preferred, colored
Changes since revision 1.91.2.2: +3 -3
lines
Pull up following revision(s) via patch (requested by ghen in ticket #1460):
distrib/sets/lists/base/mi: revision 1.556, 1.565
distrib/sets/lists/man/mi: revision 1.792, 1.814
sbin/Makefile: revision 1.94
sbin/scan_ffs/Makefile: revision 1.1-1.3, 1.5-1.7
sbin/scan_ffs/scan_ffs.c: revision 1.1-1.9
sbin/scan_ffs/scan_ffs.8: revision 1.1-1.6 via patch
Add scan_ffs(8) from OpenBSD, modified for NetBSD to support FFSv2 and
LFS (scan_lfs(8)). Utility to find FFSv1, FFSv2 and LFS partitions on
disks, useful to recover lost disklabels.
Revision 1.91.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 30 16:38:59 2006 UTC (18 years, 4 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.91.2.1: preferred, colored; branchpoint 1.91: preferred, colored
Changes since revision 1.91.2.1: +2 -2
lines
Apply patch (requested by bouyer in ticket #1431):
- Add a /dev/amr* control file for amr(4) devices, which allows sending
raw commands to the controller.
- Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and
individual drives).
Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Jul 23 12:01:25 2006 UTC (18 years, 4 months ago) by bouyer
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2
lines
Add a /dev/amr* control file for amr(4) devices, which allows sending raw
commands to the controller.
Add a amrctl(8) control tool, which for now only allows to get status
from the adapter (status of adapter, logical volumes and and individual
drives).
From FreeBSD, with some adjustements by Andrew Doran and me.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Feb 25 01:34:16 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2
lines
remove vinum
Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Feb 2 15:26:35 2006 UTC (18 years, 10 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -1
lines
Initial import of a UDF file system implementation for NetBSD.
Finally the logic glue and the set distribution lists modifications.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Dec 29 14:53:47 2005 UTC (18 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -1
lines
Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Dec 6 09:39:50 2005 UTC (19 years ago) by skrll
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -2
lines
Remove lmcctl.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Sep 10 19:20:48 2005 UTC (19 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -1
lines
Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.
The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.
Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.
OK'ed by my project mentor, William Studenmund (wrstuden@).
Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Jun 15 18:06:19 2005 UTC (19 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -3
lines
Add scan_ffs(8) from OpenBSD, it was modified to support FFSv2
for NetBSD (with different blocksizes). Utility to find
FFSv1 and FFSv2 partitions on disks, useful to recover lost
disklabels.
Reviewed by christos.
Revision 1.91.2.1: download - view: text, markup, annotated - select for diffs
Sat May 7 11:21:29 2005 UTC (19 years, 7 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2
lines
Apply patch (requested by perseant in ticket #242):
* fsck_lfs buffer cache fixes, including PR #29151
* Change fsck_lfs phase 0 message to reflect reality
* fsck_lfs: check phase 5 (cleanerinfo accounting) even on
roll-forward
* Keep better track of the free list during roll-forward, avoiding
a core dump
* Improve hash table use for fsck_lfs buffer and vnode cache
* Document fsck_lfs flag -f, and implement -q
* Add resize_lfs, including kernel support
* Add LFS to mountd's list of exportable filesystem types
* Make the LFS lkm work again [christos@]
* Add MP locking to the LFS kernel subsystem
* Fix pager_map deadlock in lfs_putpages()
* Avoid incomplete file extension that looks like "partial
truncation" to fsck
* Use lfs_malloc for cleaner malloc, since the cleaner often runs
in low-memory conditions.
* Use splay trees, not hash table, to track page allocation for
write.
* Fix mkdir panic on full fs
* Fix page accounting leak by counting differently.
* Use rightly named structure for lfs_getattr [skrll@]
* Cosmetic changes for readability.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun May 1 07:26:29 2005 UTC (19 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2
lines
Test USE_INET6 instead of MKINET6 for various apps.
Part of PR 30092 from Jukka Salmi.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Apr 23 19:47:51 2005 UTC (19 years, 7 months ago) by perseant
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1
lines
Provide a resize_lfs(8), including kernel and cleaner support. The current
implementation requires the fs to be mounted while resizing. Tested in both
directions, and everything appears to work happily, but ymmv.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Jan 10 02:53:39 2005 UTC (19 years, 10 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -2
lines
remove unnecessary comment
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Nov 11 11:54:51 2004 UTC (20 years ago) by yamt
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -4
lines
move pf reachover makefiles into usr.sbin/pf. ok'ed by itojun.
before:
sbin/pfctl
usr.sbin/authpf
usr.sbin/spamdb
libexec/ftp-proxy
libexec/spamd
libexec/spamd-setup
libexec/spamlogd
after:
usr.sbin/pf/pfctl
usr.sbin/pf/authpf
usr.sbin/pf/spamdb
usr.sbin/pf/ftp-proxy
usr.sbin/pf/spamd
usr.sbin/pf/spamd-setup
usr.sbin/pf/spamlogd
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Nov 11 01:55:27 2004 UTC (20 years ago) by christos
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1
lines
add mount_ptyfs
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Aug 19 10:20:59 2004 UTC (20 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3
lines
+drvctl
Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jun 22 15:16:30 2004 UTC (20 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +4 -1
lines
PF from openbsd 3.5
massage pfctl to compile/run on netbsd. put reachover makefile for pfctl
into src/sbin.
reviewed by matt, perry, christos
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Jan 3 23:34:29 2004 UTC (20 years, 11 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -2
lines
Don't build cgdconfig when MKCRYPTO==no.
Fixes [bin/18552].
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Dec 7 21:57:22 2003 UTC (21 years ago) by matt
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +5 -1
lines
Make building IPv6 support controllable by MKINET6
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Oct 10 06:10:53 2003 UTC (21 years, 2 months ago) by grog
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2
lines
Hook Vinum into build.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Feb 18 20:35:30 2003 UTC (21 years, 9 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1
lines
add mount_smbfs(8)
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Jan 19 10:52:25 2003 UTC (21 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
fix typo on mount_ext2fs line
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Jan 19 10:49:11 2003 UTC (21 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +17 -12
lines
do not link all mount programs into single image; the total size difference
isn't really that huge now that these are compiled as dynamic
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Nov 23 10:53:55 2002 UTC (22 years ago) by blymn
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2
lines
Renamed the verified exec fingerprint loader.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Oct 29 13:58:01 2002 UTC (22 years, 1 month ago) by blymn
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
Added fingerprint loader tool for verified exec.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Oct 4 18:41:48 2002 UTC (22 years, 2 months ago) by elric
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +7 -6
lines
include cgdconfig(8) in the build.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Jul 9 05:57:32 2002 UTC (22 years, 5 months ago) by dbj
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
get pdisk compiling on macppc and mac68k
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jan 9 22:31:57 2002 UTC (22 years, 11 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2
lines
Descend into dkctl.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Dec 10 17:22:09 2001 UTC (23 years ago) by martin
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2
lines
Move /usr/sbin/pppoectl to /sbin/pppoectl, so we can call it from
ifconfig.pppoe* files.
Rename the source directory and files to match the primary purpose
of this utility - probably noone is using this for ISDN now anymore,
as isdnd has simpler ways to acomplish the same.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Aug 17 21:43:55 2001 UTC (23 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +6 -6
lines
Descend into brconfig/
Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Feb 14 14:21:08 2001 UTC (23 years, 9 months ago) by minoura
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2
lines
Descend to mount_* subdirs when cleandir, in addition to clean and distclean.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Nov 16 08:07:55 2000 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3
lines
also visit mount_* for 'make clean' and 'make distclean'
Pointed out by Minoura Makoto in private e-mail.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Nov 13 05:29:31 2000 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +10 -5
lines
add mount_* to SUBDIR for 'make obj', so that the obj directories get
created and used. Some ramdisks compile individual mount_* commands
directly and hence need the obj dirs setup in order to allow shared
source tree.
Noted in private mail by Andrew Brown <atatat@atatdot.net>.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Nov 4 18:54:13 2000 UTC (24 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2
lines
Visit wdogctl.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Oct 30 21:31:49 2000 UTC (24 years, 1 month ago) by jdolecek
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +11 -18
lines
mount(8) now includes code for all mount_*(8) but mount_portal(8) and
mount_mfs(8); the mount_*(8) are hardlinked to mount (appropriate mount routine
is called depending on program name) - this saves approx. 1.7MB of /sbin
space
mount.c: make all local symbols static
Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 16:05:18 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +4 -1
lines
Sync w/ netbsd-1-5-base.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jun 13 15:15:21 2000 UTC (24 years, 5 months ago) by itojun
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -1
lines
move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Mar 15 12:05:58 2000 UTC (24 years, 8 months ago) by soren
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +5 -5
lines
mbrlabel moves to /sbin.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Jan 20 19:22:08 2000 UTC (24 years, 10 months ago) by wrstuden
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1
lines
Add mount_overlay.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jan 17 02:36:31 2000 UTC (24 years, 10 months ago) by itojun
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3
lines
move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctl
is supplied for backward compatibility.
add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl
as we have a symlink)
Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:30:20 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +5 -4
lines
Pull up to last week's -current.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Nov 23 05:28:16 1999 UTC (25 years ago) by mrg
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -3
lines
move rcorder to sbin.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Nov 20 00:04:48 1999 UTC (25 years ago) by lukem
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3
lines
add newbtconf (missed by darrenr)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Oct 1 04:35:21 1999 UTC (25 years, 2 months ago) by perseant
Branches: MAIN
CVS tags: comdex-fall-1999-base,
comdex-fall-1999
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
Working version of aborted dump{,_lfs} join.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Sep 30 21:06:57 1999 UTC (25 years, 2 months ago) by perseant
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2
lines
Undo broken dump{,_lfs} changes, part 2.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Sep 29 04:57:48 1999 UTC (25 years, 2 months ago) by perseant
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
Adapt dump(8) to use filestore-independent (but still ufs-specific)
replacements for NINDIR, fsbtodb, etc. Create dump_lfs by adding a few
LFS-filestore-specific routines. As described in PR#8317.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jul 2 08:28:04 1999 UTC (25 years, 5 months ago) by itojun
Branches: MAIN
Branch point for: wrstuden-devbsize
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
rtsol: Throw IPv6 router solicitation to request autoconfiguration
(to be used on end host).
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jul 1 19:59:59 1999 UTC (25 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -1
lines
ping for IPv6. try
ping6 ::1
on you node.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu May 6 16:05:26 1999 UTC (25 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1
lines
Add mount_ntfs
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Mar 25 04:08:29 1999 UTC (25 years, 8 months ago) by explorer
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -4
lines
Enable lmcctl
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Mar 18 21:54:47 1999 UTC (25 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
Goodbye: newlfs
Hello: newfs_lfs, fsck_lfs
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Jan 30 21:16:33 1999 UTC (25 years, 10 months ago) by veego
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -10
lines
Add the ldconfig SUBDIR for all platforms so ldconfig(8) is available on
a shared /usr/share directory.
src/sbin/ldconfig/Makefile has allready an check to build the ldconfig
programm only on a.out platforms.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Dec 28 14:03:27 1998 UTC (25 years, 11 months ago) by hannken
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2
lines
Add subdir wsconsctl.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Dec 15 22:45:16 1998 UTC (25 years, 11 months ago) by pk
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -1
lines
Build ldconfig on non-ELF platforms.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 15 16:07:24 1998 UTC (25 years, 11 months ago) by ws
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
Typo
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Nov 19 23:54:59 1998 UTC (26 years ago) by kenh
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4
lines
wdctl -> atactl
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Nov 19 19:52:25 1998 UTC (26 years ago) by kenh
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Build wdctl(8).
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Nov 13 04:35:04 1998 UTC (26 years ago) by oster
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -4
lines
Added raidctl to the list of things to build.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Oct 15 21:45:30 1998 UTC (26 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Build scsictl.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Aug 14 03:40:39 1998 UTC (26 years, 3 months ago) by mark
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1
lines
Added mount_filecore.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Oct 13 03:57:51 1997 UTC (27 years, 1 month ago) by explorer
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3
lines
compile rndctl
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jul 23 07:16:15 1997 UTC (27 years, 4 months ago) by mikel
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3
lines
alphabetize
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jul 23 07:08:17 1997 UTC (27 years, 4 months ago) by mikel
Branches: WFJ-920714,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +7 -5
lines
import 4.4BSD-Lite2 versions
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jun 23 09:03:44 1997 UTC (27 years, 5 months ago) by veego
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3
lines
quotacheck has MOVED to usr.sbin.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:23:46 1997 UTC (27 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -15
lines
move man pages into share/man.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 20 20:18:35 1997 UTC (27 years, 5 months ago) by pk
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4
lines
`dump', `dumplfs' and `quotacheck' have moved to /usr/sbin
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 13 19:31:26 1997 UTC (27 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
Remove swapon, add swapctl
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 11 11:21:39 1997 UTC (27 years, 6 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1
lines
Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 12 23:57:12 1997 UTC (27 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
ipf is now in usr.sbin/ipf/ipf
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Mar 31 23:48:11 1997 UTC (27 years, 8 months ago) by jonathan
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -4
lines
Update sbin and usr.sbin Makefiles for mountd, nfsd, nfsiod in /usr/sbin.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Mar 29 20:47:26 1997 UTC (27 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Build fdisk on the PowerPC.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Mar 7 20:17:19 1997 UTC (27 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Added fsirand
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 1 19:46:36 1997 UTC (27 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Added newfs_msdos
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jan 8 21:58:34 1997 UTC (27 years, 11 months ago) by veego
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4
lines
Add ipf.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Sep 23 16:31:16 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Put fsck back.
Revision 1.29.4.2: download - view: text, markup, annotated - select for diffs
Fri Jun 28 18:46:22 1996 UTC (28 years, 5 months ago) by jtc
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001
Diff to: previous 1.29.4.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.4.1: +2 -3
lines
Backslashes don't seem to work in make conditionals
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Fri Jun 28 18:00:32 1996 UTC (28 years, 5 months ago) by jtc
Branches: netbsd-1-2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2
lines
Pulled up from rev 1.31 by request from Leo Weppelman
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue May 28 01:54:32 1996 UTC (28 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2
lines
sparc uses edlabel also.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 27 20:38:21 1996 UTC (28 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Atari also uses edlabel.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 14 17:39:21 1996 UTC (28 years, 6 months ago) by ws
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Add fsck utility for msdosfs
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 5 01:44:24 1996 UTC (28 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
check in changes proposed in PR 2006 (approved by J.T.), to rename fsck
to fsck_ffs, so that in the future 'fsck' can be a wrapper than invokes
appropriate filesystem-specific checker programs. For now, the only
user-visible change is that the names have changed in the manual page
and in error messages; fsck and fsck.8 are now links to fsck_ffs and
fsck_ffs.8, until the rest of the transition is complete.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 30 06:48:58 1996 UTC (28 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -9
lines
since the only difference between the old 'savecore' and the new one
is savecore.c, move it back into the 'savecore' dir (renamed as
savecore_old.c) so that the build is more 'normal,' and more like what
it used to be.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 16 10:29:36 1996 UTC (28 years, 8 months ago) by leo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +9 -2
lines
New libkvm/savecore implementation. With the following differences:
1) savecore will not access the dump or live-kernel directly. It
will always use the kvm-functions. Allowing it to work on kernels
that don't have a 1-1 PA-VA mapping.
2) the kvm-lib has some additional functions to accomplish 1
- kvm_dump_mkheader()
- kvm_dump_wrtheader()
- kvm_dump_inval()
3) the file formats of the dump generated by the kernel and the dump
generated by savecore have been changed. The file format now looks
like the format produced for 'normal' core dumps.
Ports not yet supporting the new kvm-format will be using libkvm.old/
savecore.old for the time being.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 10 21:42:00 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Fix my typo
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 9 02:24:30 1995 UTC (29 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-1-base
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3
lines
Build fsdb(8).
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Oct 8 22:50:07 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -2
lines
On the sun3, add SUBDIR+= edlabe
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 17 16:38:53 1995 UTC (29 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4
lines
Build ccdconfig.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 12 03:50:27 1995 UTC (29 years, 5 months ago) by cgd
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +20 -7
lines
add mount_ffs(8). reorganize, to seperate the file system mount commands,
and to make it more clear what programs are dependent on a particular file
systems's format.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 18 16:15:28 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
halt(8) has been assimilated (into reboot(8)).
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Mar 18 14:54:19 1995 UTC (29 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -6
lines
convert to new RCS Id conventions; reduce my headache
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:40:22 1994 UTC (30 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -6
lines
Various.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 3 00:35:22 1994 UTC (30 years, 6 months ago) by chopps
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4
lines
add mount_ados
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 22 00:09:02 1994 UTC (30 years, 7 months ago) by cgd
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2
lines
add bim
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 30 09:30:37 1994 UTC (30 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
add ttyflags
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 12 20:24:12 1994 UTC (30 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2
lines
new mount_ programs
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 3 06:46:24 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
chown no longer here
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 24 16:16:33 1993 UTC (31 years, 3 months ago) by cgd
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4
lines
little point in having mount_procfs if you don't make it...
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:34:19 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3
lines
Add RCS indentifiers.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 28 00:56:43 1993 UTC (31 years, 4 months ago) by cgd
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
incorporate changes from 0-9-base to 0-9-ALPHA
Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Tue Jul 20 02:34:24 1993 UTC (31 years, 4 months ago) by cgd
Branches: netbsd-0-9
CVS tags: netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.1: +4 -4
lines
break mount_miscfs into mount_kernfs and mount_fdesc
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 20 01:35:04 1993 UTC (31 years, 4 months ago) by cgd
Branches: netbsd-0-9
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
note mount_pcfs -> mount_msdos change
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 7 19:52:08 1993 UTC (31 years, 6 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-0-9-base
Branch point for: netbsd-0-9
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -4
lines
add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 9 23:13:38 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1,
netbsd-0-8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -5
lines
fixed bug that i created when updating for new entries
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 9 19:23:22 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -4
lines
added mount_pcfs, quotacheck, and fdisk. fdisk is i386 specific.
(patch 111)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:40:06 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
moved chown into sbin from usr.sbin
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 28 03:17:02 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
merged mount_fdesc and mount_kernfs into mount_miscfs
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 23 23:53:04 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
added support for mount_kernfs and mount_fdesc
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 23 00:26:00 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
changed "Id" to "Header" for rcsids
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 08:04:00 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0
lines
added rcs ids to all files
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: patchkit-0-2-2,
WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>