roberto
9353671693
Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of
...
fixes. See contrib/ntp/ChangeLog for details.
MFC after: 1 month
Prodded by: jhay
Tested on: sparc64 (panther), alpha (beast) and i386.
2002-11-04 19:44:26 +00:00
jhb
a47cf32c4f
Move the modules in the mfsroot to /modules instead of /stand/modules so
...
that they aren't copied over into /stand of new installations.
Submitted by: matusita
Tested on: i386
2002-11-04 15:44:57 +00:00
roam
f3f0e34ca8
Update the list of FTP mirrors to reflect the current situation.
...
Reviewed by: -doc, -hubs
Approved by: silence on -doc, -hubs
2002-11-04 15:06:09 +00:00
nyan
28a2b9046b
- Added the MenuIPLType menu for selecting pc98 boot IPL.
...
- Disabled 'Syscons, Font', 'Syscons, Screenmap' and 'Syscons, Ttys' menus
on pc98.
- Fixed the MenuMouseType and MenuMousePort menus for pc98.
- Fixed some comments for pc98.
2002-11-03 10:06:22 +00:00
tmm
75d151bac0
The hw.physmem sysctl has an unsigned long value now, fix the retrieval
...
to match that.
2002-11-02 17:19:18 +00:00
jake
43abbe6909
Build sysinstall on sparc64.
2002-11-01 15:36:06 +00:00
kuriyama
863ee4199c
debugMsg() should end with "\n".
2002-11-01 02:05:05 +00:00
phk
c95a6c4e9d
With the recent libdisk changes, alpha doesn't need (as much) special magic.
2002-10-30 20:55:25 +00:00
sheldonh
9dcd1c6c1d
Use "deprecated" instead of "depreciated" where appropriate.
2002-10-30 07:49:11 +00:00
roberto
bf15655db7
Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLE
...
branch and a few new drivers. See contrib/ntp/ChangeLog for details.
Hide kernel header sys/lock.h from ntp [1]
PR: bin/33914
Submitted by: thomas, bde[1]
MFC after: 1 month
2002-10-29 20:20:36 +00:00
des
0fd8aff7aa
Whitespace cleanup
2002-10-29 12:14:31 +00:00
phk
20e1475b68
Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont
...
need them either.
2002-10-29 07:38:05 +00:00
phk
2defbf45e4
Fix the wizardmodes 'write' command to not explode: Don't reference
...
the name in the disk tree we just deleted when we reopen.
2002-10-28 22:40:49 +00:00
njl
6382df2350
Take care of the case for the default speed (no -s option) also.
2002-10-27 19:44:57 +00:00
wollman
bd4df2f808
Add used #include <limits.h>.
2002-10-27 17:46:53 +00:00
wollman
f8a79b86e6
Do not include <sys/syslimits.h> directly; it is not intended for general
...
consumption.
2002-10-27 17:44:33 +00:00
njl
e11ca3bf1a
Move speed units conversion to right before it is used. This catches the
...
case when the -s option is not used.
2002-10-27 17:43:22 +00:00
bmah
ac78845d15
Allow users to read the Early Adopter's Guide in sysinstall.
2002-10-27 01:49:45 +00:00
peter
aca99d41be
Un-remove sysinstall for ia64.
2002-10-27 00:22:05 +00:00
njl
588d4313cd
Convert speed into KB/s. This was missed by the previous commit to this file.
...
MFC after: 3 weeks
2002-10-26 23:32:35 +00:00
phk
6856b7844c
Explicitly list architectures supporting sysinstall
2002-10-25 17:04:49 +00:00
bmah
2a9dc2eebd
MFS: Update sysinstall text for the number and size or ports in the ports
...
collection.
src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
2002-10-25 14:52:27 +00:00
phk
a5cd4bf28c
Goodbye and good riddance!
2002-10-25 11:48:56 +00:00
phk
ba809b16d3
Confirmed kill: "Bogon #1 " is dead, killed by DEVFS.
2002-10-25 11:47:58 +00:00
phk
429bcd4374
Comment out more MAKEDEV bogosity ("BOGON #1 " as Jordan put it :-)
2002-10-25 09:54:27 +00:00
gallatin
1b6c1cf3e0
another int * to size_t * change for getbsize() to make it compile
...
on LP64 hosts
2002-10-24 17:43:56 +00:00
gallatin
09a6e47dc0
getbsize() now takes a pointer to a size_t as its first arg. A pointer
...
to an int no longer works on an LP64 platform...
2002-10-24 17:27:32 +00:00
markm
a3db15f196
Adjust argument passed to getbsize().
2002-10-23 18:55:20 +00:00
phk
dc285b2281
Fix cut&paste mistake.
2002-10-23 14:37:43 +00:00
rwatson
eedc3508bc
Introduce simple command line tools to manage MAC labels on processes and
...
files. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).
Man pages to be updated shortly.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-23 03:15:24 +00:00
phk
81502b2227
Remove more private MAKEDEV kludges.
2002-10-22 15:25:19 +00:00
phk
6bcf9ad3c5
Give a real error on failure to mount DEVFS.
2002-10-22 15:07:17 +00:00
phk
3ef2ff6c9d
Don't use NO_MAKEDEV* option, its the default now.
2002-10-22 15:04:32 +00:00
phk
5a6e603c6a
Fix example, we do not need NO_MAKEDEV_RUN any more.
...
XXX: this example should be updated with a good example of devfs(8) rules.
2002-10-22 15:03:51 +00:00
phk
875a5f0d85
Chunk functions in libdisk take an extra arguement for all archs to accomodate
...
PC98 with less ifdef madness.
2002-10-22 10:52:53 +00:00
phk
0d693d8f22
Pick up a prototyp from libdisk.h instead of having our own.
2002-10-22 09:13:27 +00:00
phk
0aaa630c21
DEVFS has been nmountified, so use nmount(2) to mount it.
2002-10-21 21:41:19 +00:00
chris
e4eb2b0fa9
Stick .Os between .Dd and .Dt
2002-10-20 19:45:39 +00:00
matusita
322001dbc0
Since NEWCARD is the default for i386, undef PCCARD_ARCH.
...
pccard.c is no longer needed for i386 also.
OKed by: imp, nyan
2002-10-20 11:16:41 +00:00
njl
1813115081
* Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.
...
* Change atapi-cd ioctls to use the same units.
* Change burncd, cdcontrol to convert CDROM speed to KB/sec before
calling the ioctl. Add a "max" speed option for their command lines.
This change does not break ABI but does change the units passed through
the ioctl so 3rd party software that uses cdrio.h will have to convert
(most likely by multiplying CDROM speed by 177 to get KB/s).
PR: kern/36845
Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls)
Reviewed by: sos, ken
MFC after: 1 month
2002-10-18 22:03:39 +00:00
tmm
70f553334a
Connect ofwdump to the sparc64 build.
2002-10-18 15:38:39 +00:00
tmm
3f2ca46f94
Add a utility to examine the OpenFirmware device tree (on sparc64). This
...
allows access to detailed machine configuration information, and should
be especially useful to gather information for driver-related bug
reports.
2002-10-18 15:37:15 +00:00
tjr
304f9ee32e
Sync usage() with reality and sort it alphabetically.
...
PR: 42620
Submitted by: Jeff Ito
MFC after: 1 month
2002-10-18 11:48:46 +00:00
tjr
fe93fe1f59
Add -c option to synopsis. Sort it alphabetically, too.
2002-10-18 11:42:21 +00:00
chris
83e0636f51
Cosmetic line-wrapping change that has the side-effect of not producing
...
the (incorrectly-spaced) output "... Network Associates Inc. under ..."
2002-10-18 05:31:39 +00:00
chris
423a885cd3
Remove a superfluous line containing only `.'
2002-10-18 05:29:39 +00:00
chris
eed4d84882
Activate ugidfw.8 man page.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-17 22:43:11 +00:00
charnier
7bd5801704
Remove unused #includes. Eliminate castings by using size_t instead of int.
2002-10-17 13:19:47 +00:00
chris
17310089d6
Add a man page for ugidfw(8).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-17 01:54:37 +00:00
charnier
de3f4fb0c5
s/rpc.mountd/mountd/
...
Add FBSDID
Reorder #if/#endif around sccsid to conform style(9)
2002-10-16 16:04:50 +00:00