| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Requested by: bde.
|
|
|
|
|
| |
PR: 23109
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
| |
least one flag is required and check this in the code. Make use of getopt(3).
Generalyze printing `... remains unchanged ...'.
|
|
|
|
|
| |
PR: misc/22884
Obtained from: KAME
|
| |
|
|
|
|
|
| |
PR: 23113
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
| |
|
|
|
|
| |
Reported by: Crist J . Clark <cjclark@alum.mit.edu>
|
|
|
|
| |
o remove non-mdoc groff's instructions
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
add myself to the AUTHORS section.
|
| |
|
|
|
|
|
|
|
|
| |
multi-plex volume.
Confusion reported by: many
Clarify recommendations for default plex stripe size.
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/20067
Submitted by: Takayuki Hagihara
|
| |
|
|
|
|
|
|
|
| |
and then mapped /dev/foo into /dev/rfoo to get to the character device.
This isn't needed anymore.
Reviewed by: ps
|
|
|
|
| |
Submitted by: nectar
|
|
|
|
|
|
| |
IPFilter 3.4.x.
Approved by: darrenr, guido
|
|
|
|
| |
Submitted by: dillon
|
| |
|
|
|
|
|
|
|
| |
mount_std.
PR: docs/20369
Submitted by: bmah
|
|
|
|
| |
Reviewed by: alex, asmodai, billf
|
|
|
|
| |
Pointed out by: Bruce Evans <bde@zeta.org.au>
|
|
|
|
|
|
|
|
|
|
| |
touch ups. The cache needs to be flushed against block
reads, and a final flush at process termination to force the
backup superblocks to disk.
I believe this will allow 'make release' to complete.
Submitted by: Tor.Egge@fast.no
|
|
|
|
| |
This fixes unaligned access on alpha for, eg, sysctl kern.ipc.mbtypes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
returns doesn't exist, or doesn't match the desired device, fall back to
scanning /dev for a matching node, and as a last resort, if that fails,
try to create the node ourselves as /dev/dump.
Add comments to several variables and functions.
Clean up syslog(3) usage; use %m instead of strerror(3).
Other minor cleanup.
|
|
|
|
|
|
| |
for large scsi disks with WCE = 0. This yields around a 7 times speedup
on elapsed newfs time on test disks here. 64k clusters seems to be the
sweet spot for scsi disks using our present drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out
and "ufs" replaced with "ifs" in the right places. It will only
mount a single filesystem, rather than the -t <type> magic that
our real mount does.
fsck_ifs: repocopy of sbin/fsck_ffs, but the directory structure stuff
(pass2 and some refcount checks) has been #ifdef'ed out.
src/sbin/Makefile: Build these two utilities
There is probably cruft code left in both which can be removed at a later
date, especially in mount_ifs, but I trust that people will not try
mount_ifs -a ..
Note: there are no man pages installed for these two commands as I haven't
actually written them yet.
|
|
|
|
|
|
|
| |
well, in which case return the rule number back into userland.
PR: bin/18351
Reviewed by: archie, luigi
|
| |
|
|
|
|
|
|
| |
be preprocessed if it is specified as an absolute pathname.
PR: bin/16179
|
| |
|
| |
|
|
|
|
| |
<time.h>).
|
|
|
|
| |
but they did. Oops.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: rwatson
Obtained from: NetBSD source tree
Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.
Details:
* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
than fsck/ . This might change later since quotacheck requires preen.c
which should exist in fsck/ rather than fsck_ffs/
* src/Makefile has fsck_ffs added to it so it it built as part of the tree
now
* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.
I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)
This now allows us to support multiple filesystem types during bootup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: rwatson
Obtained from: NetbSD source tree
Second part of the fsck wrappers commit. This commit enables the new fsck
code (removing the fsck/* code and replacing it with the netbsd fsck
wrapper code), and enabling some FFS-based utilities to compile.
Details:
* quotacheck, fsdb required modification to use the fsck_ffs/ code rather
than fsck/ . This might change later since quotacheck requires preen.c
which should exist in fsck/ rather than fsck_ffs/
* src/Makefile has fsck_ffs added to it so it it built as part of the tree
now
* share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck.
I've tested this, and it shouldn't require any changes on your machine.
The fsck wrapper reads /etc/fsck and is command-line-compatible enough
to not require rc changes (well, most changes unless you want to do
anything nifty by specifying the fs types explicityly, read the man page
if you want further details on what it can do.)
This now allows us to support multiple filesystem types during bootup.
|
|
|
|
|
|
| |
this? :-)
It builds again.
|