uch
9255b46fb4
7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
2011-06-27 11:52:22 +00:00
mrg
d993dd3b69
when checking for SKSV data, use the same test as before. fixes an
...
always true conditional GCC 4.5 found, and is also a real bug fix.
2011-06-22 05:18:03 +00:00
kefren
2715676450
don't compile tag functions if SMALL is defined. Should fix the build
2011-06-22 04:57:28 +00:00
mrg
c111245a78
apply some -Wno-error and/or -fno-strict-aliasing.
...
all of this should be looked at closer, but some of them are not
very trivial.
2011-06-22 02:49:41 +00:00
kefren
0c463ade62
Alloc dynamically sockunions in sou.
...
Teach route(8) about multiple tags. E.G.: -tag 100,20,33
XXX: needs documentation
2011-06-21 14:33:14 +00:00
mrg
2c77b0841d
avoid code that looks like this:
...
x = x = y;
since GCC 4.5 complains about it having sequence point issues.
2011-06-21 09:36:46 +00:00
mrg
75e42fa7da
remove most of the remaining HAVE_GCC tests that are always true in
...
the modern world.
2011-06-20 07:43:56 +00:00
wiz
6da344d4e1
New sentence, new line; fix wording; bump date.
2011-06-17 18:13:14 +00:00
manu
448e1c49b2
Add mount -o extattr option to enable extended attributs (corrently only
...
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.
2011-06-17 14:23:50 +00:00
yamt
26f4e9f9b1
xref link_addr for -link.
2011-06-16 23:35:35 +00:00
christos
453164da22
fix compilation.
2011-06-09 21:23:29 +00:00
christos
23ffdf5bd3
share more code.
2011-06-09 19:57:50 +00:00
bouyer
a3a7248ce7
Fix bad cut'n'paste in copyright. Pointed out by dyoung@
2011-06-07 14:56:12 +00:00
pgoyette
5647caf8d0
Keep printf() happy - cast the max name length to type int
2011-06-03 16:35:35 +00:00
nonaka
66224643cd
fix output format for long module name.
2011-06-03 15:34:46 +00:00
jruoho
dd4ef98f2e
Clarify placement of commas. From Snader_LB on freenode/#netbsd-code.
2011-06-01 09:46:48 +00:00
riastradh
63cdfaffb6
Fix typo: `symbolically' takes three l's, not two.
2011-05-31 16:17:30 +00:00
joerg
a216da57a6
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
...
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
reinoud
43e731a9af
Fix accidental use of logical && instead of binary & in rare case.
...
Bug noticed by Joerg and clang :)
2011-05-26 07:59:08 +00:00
joerg
8c28cc4858
Simplify
2011-05-25 15:34:19 +00:00
joerg
77103d874a
input is unused
2011-05-24 12:07:14 +00:00
joerg
14d428746e
input is unused.
2011-05-24 12:06:25 +00:00
joerg
39a0f733b0
Decide on printing an int as int and not as short.
2011-05-24 12:04:18 +00:00
joerg
52b2e3b827
Use bitwise operators, logical and with a constant doesn't make sense
2011-05-24 12:03:04 +00:00
joerg
b1162954df
Don't use address strings as format string.
2011-05-24 11:38:56 +00:00
riastradh
d9e31e357d
Make `mount_ptyfs -c' actually work.
...
The ALTF_* are bit masks, not indices, so use 4, not 3, for the one
after 2. Use 0x on all the values to emphasize this.
ok rmind
2011-05-21 20:05:02 +00:00
dholland
aae84c3a7c
Improve documentation of FFS formats and format levels from PR 32100.
...
Prompted also by recent discussion on tech-kern. Bump date.
2011-05-14 19:46:10 +00:00
pgoyette
821775e983
Fix parsing of -A option so that the [/ptn_0_offset] part is optional, as
...
described in the man page.
2011-05-08 14:22:16 +00:00
wiz
36fa577686
Re-add -q description that got lost when -x was added.
...
Sort descriptions.
Bump date.
2011-04-29 10:34:52 +00:00
wiz
1f03b58936
Sort options and option descriptions. Fix a typo. New sentence, new line.
2011-04-28 17:17:51 +00:00
wiz
b882daa546
New sentence, new line. Sort sections.
2011-04-28 12:16:10 +00:00
wiz
ed5cd81dad
Mark up file as argument.
2011-04-28 12:01:58 +00:00
wiz
85e4f3c354
security(7), not (8).
2011-04-28 11:23:57 +00:00
wiz
a26db019aa
Use Nx.
2011-04-25 22:23:47 +00:00
wiz
1319ff4810
Add serial comma.
2011-04-25 22:09:29 +00:00
christos
00740dd48f
PR/44864: Paul Ripke: Compile regular expressions on demand and only once.
2011-04-16 01:15:54 +00:00
joerg
f9bbef6fd3
Extend CPPFLAGS, don't replace it
2011-04-10 16:47:04 +00:00
jym
8049d1e8e5
Document biosboot. Xref boot(8) and installboot(8).
2011-03-27 01:01:07 +00:00
bouyer
875bb8e6c3
initialise memory allocated for uquot_user_hash & uquot_group_hash.
...
Pointed out by Nicolas Joly.
2011-03-20 11:41:24 +00:00
wiz
8daed3c318
Add missing comma.
2011-03-19 08:41:19 +00:00
jruoho
5c4331b81a
Xref x86/ichlpcib(4) instead of ichlpcib(4).
2011-03-18 21:22:04 +00:00
pooka
3e81f0bf9e
Make get/setuid prog ops (so that i can do rump.ping -f regardless
...
of host privs).
2011-03-11 09:59:56 +00:00
wiz
492cea3a3d
Fix punctuation markup; new sentence, new line.
2011-03-06 17:21:08 +00:00
wiz
d2eb4c303d
New sentence, new line.
2011-03-06 17:20:28 +00:00
bouyer
063f96f3c2
merge the bouyer-quota2 branch. This adds a new on-disk format
...
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 17:08:10 +00:00
pooka
d69295fda4
Set errno to 0 before strtoll() so that it can reliably be tested
...
afterwards. Fixes newfs_msdos at least on sparc. Incidentally,
the msdosfs tests also start working on sparc, which about halves
the number of test failures on that platform.
2011-03-05 13:47:43 +00:00
hannken
05e91bfee8
fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
...
"FSS_UNLINK_ON_CREATE" to unlink the backing store before
the snapshot gets created.
With this change dump(8) no longer dumps the zero-sized, but named
snapshot it is working on. Same applies to fsck_ffs(8).
2011-02-24 09:38:57 +00:00
njoly
eeec3853c8
Small typo in macro (Ii -> It).
2011-02-21 17:05:50 +00:00
christos
6df320733c
undo part of the previous patch, which I suspect is bad.
2011-02-20 21:42:50 +00:00
enami
ec02ea412c
Define accessors for number of blocks and partition size in the
...
component label and use them where appropriate. Disscussed on tech-kern.
2011-02-19 07:11:09 +00:00