Giorgos Keramidas
40e6916847
ANSIfy a few prototypes, thus fixing a few warnings.
...
Reviewed by: grog
2002-06-09 02:20:58 +00:00
Hajimu UMEMOTO
56c5d32d37
Don't have -prefixlen 128 on host routes.
...
Obtained from: KAME
2002-06-08 19:49:22 +00:00
Matthew N. Dodd
7224076dfe
Use a larger data type to prevent counters wrapping so quickly.
...
Silence a warning.
2002-06-07 05:29:13 +00:00
Matthew N. Dodd
c44ed52b2e
Sync this up with changes made in v1.8 of sys/netatm/atm_if.h
2002-06-07 05:25:10 +00:00
Gordon Tetlow
b60563db4e
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
Poul-Henning Kamp
d266a28647
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 Tetlow
045e9d6c14
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
Giorgos Keramidas
731867d068
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
Ian Dowse
09dbd0701c
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 Tetlow
3600cbb7c4
Fix spelling nit in error message.
2002-06-05 01:06:33 +00:00
Marcel Moolenaar
acc6623066
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
Garrett Wollman
5c7417c4d1
Avoid construction which results in label at end of block.
2002-05-30 21:41:42 +00:00
Garrett Wollman
b055b157dc
Fix syntax errors (labels with no statement).
2002-05-30 21:38:58 +00:00
Ruslan Ermilov
ee148739ad
mdoc(7) police: nits.
2002-05-30 12:20:49 +00:00
Ruslan Ermilov
92dcf6fa35
mdoc(7) police: tidy up the markup and some wording.
2002-05-30 09:41:33 +00:00
Alfred Perlstein
448f7629ea
correct comment (replace i386 with __i386__)
2002-05-30 07:12:12 +00:00
Jun Kuriyama
0196ba9cf8
Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).
...
MFC after: 1 week
2002-05-30 07:01:58 +00:00
Ian Dowse
f1a7b7ee8d
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
Ian Dowse
67b46708ef
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
Ruslan Ermilov
e07c0f6817
mdoc(7) police: markup nits.
2002-05-29 16:55:50 +00:00
Ruslan Ermilov
1fa8142d87
mdoc(7) police: nits.
2002-05-29 16:53:27 +00:00
Ruslan Ermilov
10cb9bd3d8
mdoc(7) police: nits.
2002-05-29 16:47:55 +00:00
Ruslan Ermilov
1ec84e5051
mdoc(7) police: nits.
2002-05-29 16:19:26 +00:00
Ruslan Ermilov
165aadc593
mdoc(7) police: tidy up the markup.
2002-05-29 16:14:00 +00:00
Gordon Tetlow
a72b2ac607
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 Moolenaar
6db5f8a79e
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
Ruslan Ermilov
999ffea58a
Respect -q with "add" and "delete". Document who respects -q.
...
PR: bin/38531
2002-05-25 12:51:34 +00:00
Maxime Henrion
8b1a580640
Convert mount_ext2fs(8) to nmount(2).
...
Reviewed by: iedowse
2002-05-24 17:39:37 +00:00
Alfred Perlstein
996076bbc7
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 Tetlow
a119f25995
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
Maxime Henrion
dfde808388
Convert mount_unionfs(8) to nmount.
2002-05-24 00:45:37 +00:00
Maxime Henrion
dc5d2b0281
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
Hajimu UMEMOTO
720bbc8244
Allow prefix/prefixlen syntax for IPv6 to have consistency
...
with IPv4.
2002-05-21 18:11:31 +00:00
Hajimu UMEMOTO
188450c746
Have RTF_HOST for /128 destionation.
2002-05-21 11:43:53 +00:00
Benno Rice
87efda010f
Spread the word of PowerPC.
2002-05-21 04:25:24 +00:00
Hajimu UMEMOTO
5818927a00
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 Wemm
51c20097df
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
Robert Watson
8b1febe499
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
Juli Mallett
5fab96cfa4
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
2002-05-17 11:47:12 +00:00
Andrew R. Reiter
9727e2df7a
- 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
Andrew R. Reiter
7455bd51da
- 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
Hajimu UMEMOTO
9b1222a712
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
Tom Rhodes
3468b317cb
more file system > filesystem
2002-05-16 04:10:46 +00:00
Ian Dowse
91ca1a918f
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
Poul-Henning Kamp
3f2bb38c5c
Match prototypes to functions over in fsck_ffs.
2002-05-14 09:40:33 +00:00
Ruslan Ermilov
89a600f197
Style.
2002-05-13 12:07:57 +00:00
Poul-Henning Kamp
e6d8584942
Remove unneeded include.
...
Sponsored by: DARPA & NAI Labs.
Submitted by: mckusick
2002-05-13 11:42:27 +00:00
Ruslan Ermilov
46f8fdc34e
Removed now unused INTERNALSTATICLIB.
...
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
2002-05-13 11:09:07 +00:00
Luigi Rizzo
ed81aa8668
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
Poul-Henning Kamp
381ee4c2e8
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