mdodd
8293541622
Sync this up with changes made in v1.8 of sys/netatm/atm_if.h
2002-06-07 05:25:10 +00:00
gordon
e5b172f462
Remove the old nextboot from Whistler. AFAIK this hasn't been useable in
...
quite a while and only works on i386.
2002-06-06 20:20:58 +00:00
phk
efb6005b12
s/daddr_t/ufs_daddr_t/g
...
This should fix the issues which cropped up after daddr_t grew up.
Sponsored by: DARPA & NAI Labs.
2002-06-06 19:59:46 +00:00
gordon
6fef03564b
Unhook the old nextboot(8) from the build. If no one yells too loudly, this
...
will be accompanied by a cvs rm of the actual nextboot sources.
Approved by: jake (mentor)
2002-06-06 19:26:15 +00:00
keramida
366cc96db9
Add 'utility' in a place that it was missing.
...
PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days
2002-06-05 23:39:56 +00:00
iedowse
306d84207e
Oops, unbreak parsing of the `type' field in getasciilabel(). I had
...
changed a `goto' to a `continue' in revision 1.52, but it continued
the wrong loop.
Noticed by: bde
2002-06-05 08:11:28 +00:00
gordon
739d7b5c19
Fix spelling nit in error message.
2002-06-05 01:06:33 +00:00
marcel
4ecb10ebe3
Fix breakage caused by allocating the I/O buffer. There was a
...
sizeof(buf) lurking around that I missed.
PR: 38811
Submitted by: Adrian Colley <aecolley@spamcop.net>
2002-06-02 19:20:37 +00:00
wollman
b865e88662
Avoid construction which results in label at end of block.
2002-05-30 21:41:42 +00:00
wollman
ddfe2f4871
Fix syntax errors (labels with no statement).
2002-05-30 21:38:58 +00:00
ru
c2bdcecceb
mdoc(7) police: nits.
2002-05-30 12:20:49 +00:00
ru
23be08df4b
mdoc(7) police: tidy up the markup and some wording.
2002-05-30 09:41:33 +00:00
alfred
166dc2c9af
correct comment (replace i386 with __i386__)
2002-05-30 07:12:12 +00:00
kuriyama
61c2113b0f
Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).
...
MFC after: 1 week
2002-05-30 07:01:58 +00:00
iedowse
a337baf222
Fix some serious brain damage in the default block/frag/cpg parameters
...
that are used if none at all are specified for a partition. Don't
keep replaying the last field if we run out of fields when processing
a line. Use a 8:1 frag:block ratio for both defaults.
More work here is required. I think disklabel should not attempt
to choose default filesystem parameters, and instead let newfs pick
any defaults if required.
PR: i386/38703
Reported by: Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
2002-05-30 01:44:35 +00:00
iedowse
078e6c4721
Split out the code for parsing the partition specification lines
...
into a separate function to avoid some over-long lines.
2002-05-30 01:19:25 +00:00
ru
ecebc4ce82
mdoc(7) police: markup nits.
2002-05-29 16:55:50 +00:00
ru
cd93838899
mdoc(7) police: nits.
2002-05-29 16:53:27 +00:00
ru
468da1a22d
mdoc(7) police: nits.
2002-05-29 16:47:55 +00:00
ru
929b4f7410
mdoc(7) police: nits.
2002-05-29 16:19:26 +00:00
ru
48bc02848a
mdoc(7) police: tidy up the markup.
2002-05-29 16:14:00 +00:00
gordon
e13f727e6b
Correct the file that reboot -k creates so that it works with the new
...
nextboot functionality.
Reviewed by: jake (mentor)
2002-05-28 21:15:49 +00:00
marcel
36a7d4b914
Work around a memory fault on ia64 caused by having the 1MB buffer on
...
the stack in DoFile(). This needs some investigation. In the mean time
we do a one time malloc() for the buffer to have it on the heap instead.
2002-05-27 07:54:43 +00:00
ru
6e7ea044c1
Respect -q with "add" and "delete". Document who respects -q.
...
PR: bin/38531
2002-05-25 12:51:34 +00:00
mux
ad5538a97f
Convert mount_ext2fs(8) to nmount(2).
...
Reviewed by: iedowse
2002-05-24 17:39:37 +00:00
alfred
67cc400f56
Don't err(3) (and exit prematurely) when a sysctl's object size has
...
changed, instead just warn(3)
2002-05-24 08:34:18 +00:00
gordon
abd4f3d6cc
Add a nextboot script to make it easier to control the loader nextboot
...
support. Also, hook it up to the build.
Approved by: jake (mentor)
2002-05-24 04:06:03 +00:00
mux
d9d0d52024
Convert mount_unionfs(8) to nmount.
2002-05-24 00:45:37 +00:00
mux
92d62e0eba
Make mount_nullfs(8) use nmount(2) rather than mount(2) now
...
that nullfs has been converted to nmount.
2002-05-23 23:08:27 +00:00
ume
a491c6f95a
Allow prefix/prefixlen syntax for IPv6 to have consistency
...
with IPv4.
2002-05-21 18:11:31 +00:00
ume
104c629954
Have RTF_HOST for /128 destionation.
2002-05-21 11:43:53 +00:00
benno
0e8bf3d65e
Spread the word of PowerPC.
2002-05-21 04:25:24 +00:00
ume
d2bc88b0d8
Try to guess prefixlen for guessable cases.
...
- /0 if matches ::/128
- /64 if matches 2000::/3 and lowermost 64 bit is all 0
- /128 if matches 2000::/3 and lowermost 64 bit is non-zero 0
Obtained from: KAME/NetBSD
2002-05-20 15:01:19 +00:00
peter
b834e5849a
Turn nfsiod into a vfs loader and sysctl wrapper that controls the number
...
of nfsiod kernel threads being run.
2002-05-19 19:21:40 +00:00
rwatson
571c55cfc4
Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as
...
IFS had its fingers deep in the belly of the UFS/FFS split. IFS
will be reimplemented by the maintainer at a later date once the UFS
implementation is in place.
Requested by: adrian (maintainer)
2002-05-19 00:09:30 +00:00
jmallett
f01e902944
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
2002-05-17 11:47:12 +00:00
arr
edc5f92064
- Further replacing of UM_* macros with the appropriate function call. I
...
am fairly certain that this should do it and that I may now remove the
UM_ macros from port.h. I will, however, wait a few days to ensure
that these can be safely removed.
2002-05-17 00:30:06 +00:00
arr
efd21da00c
- Replace UM_* macros by replacing them with the appropriate function
...
call. These changes are similar to the ones made to atmarpd and scsp.
2002-05-17 00:20:40 +00:00
ume
fa04abef9d
Don't install scriptdump which is written in Perl. This is
...
corresponding to removal of Perl from base system.
2002-05-16 15:44:08 +00:00
trhodes
896f3841bf
more file system > filesystem
2002-05-16 04:10:46 +00:00
iedowse
36cd292d7d
Use fgetln to remove the static limit on the length of lines in
...
/etc/exports. Oversized lines were unlikely due to the large 10k
limit, but any found would cause mountd to exit with an error. Also
fix one or two compiler warnings.
2002-05-14 23:24:28 +00:00
phk
a7b5f92338
Match prototypes to functions over in fsck_ffs.
2002-05-14 09:40:33 +00:00
ru
4ee10055fb
Style.
2002-05-13 12:07:57 +00:00
phk
10dcda9bad
Remove unneeded include.
...
Sponsored by: DARPA & NAI Labs.
Submitted by: mckusick
2002-05-13 11:42:27 +00:00
ru
bc2e1305d8
Removed now unused INTERNALSTATICLIB.
...
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
2002-05-13 11:09:07 +00:00
luigi
4253c81449
Handle symbolic names for common ethernet types (ip, arp etc.)
...
Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags
which are the same as the original ones (TH_SYN etc.)
2002-05-13 10:19:59 +00:00
phk
d4023f2e24
UFS2 preparation commit:
...
Remove support for converting old FFS formats to newer.
Submitted by: mckusick
Sponspored by: DARPA & NAI Labs.
2002-05-12 23:44:15 +00:00
phk
b9045b7d53
Sigh, more BBSIZE related breakage.
...
Sponsored by: DARPA & NAI Labs.
2002-05-12 21:37:08 +00:00
luigi
b5fe0c436b
Main functional change is the implementation of matching of MAC header
...
fields as discussed in the commit to ip_fw.c:1.186
On top of this, a ton of non functional changes to clean up the code,
write functions to replace sections of code that were replicated
multiple times (e.g. the printing or matching of flags and options),
splitting long sections of inlined code into separate functions,
and the like.
I have tested the code quite a bit, but some typos (using one variable
in place of another) might have escaped.
The "embedded manpage" is a bit inconsistent, but i am leaving fixing
it for later. The current format makes no sense, it is over 40 lines
long and practically unreadable. We can either split it into sections
( ipfw -h options , ipfw -h pipe , ipfw -h queue ...)
or remove it altogether and refer to the manpage.
2002-05-12 20:52:21 +00:00
phk
02fe70f68e
Retire the bogus uses of the disklabel field d_sbsize and begin to
...
initialize it to zero so we don't have to have everbody and their
aunt including FFS specific header files.
Sponsored by: DARPA & NAI Labs.
2002-05-12 20:49:41 +00:00