summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Factor out the code that determines whether a message must be skippedthomas2002-11-071-26/+27
| | | | | | | as a consequence of a host or program name specification into a common function, skip_pmessage. Reviewed by: roberto
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
| | | | find any consumers of HOSTNAME_MAX.
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-065-117/+149
| | | | pkg_{create,delete} don't need to needlessly link with libfetch.
* Mount devfs with nmount(2) instead of mount(2). This error was maskedjhb2002-11-051-1/+12
| | | | | because errors from mount(2) were explicitly ignored. I didn't fix that bug.
* Test for the existance of kernel ppp support by seeing if the kernel hasbrooks2002-11-051-12/+14
| | | | | | the module compiled in or loaded instead of bogusly checking for ppp0. Also if and only if the caller is actually root and the kernel does not have ppp support, try to load the ppp module before giving up.
* The symbol for Hertz is Hz.dwmalone2002-11-043-3/+3
|
* Update ntpd to 4.1.1b. There are two new drivers and the usual bunch ofroberto2002-11-043-476/+508
| | | | | | | | fixes. See contrib/ntp/ChangeLog for details. MFC after: 1 month Prodded by: jhay Tested on: sparc64 (panther), alpha (beast) and i386.
* Move the modules in the mfsroot to /modules instead of /stand/modules sojhb2002-11-041-1/+1
| | | | | | | that they aren't copied over into /stand of new installations. Submitted by: matusita Tested on: i386
* Update the list of FTP mirrors to reflect the current situation.roam2002-11-042-46/+246
| | | | | Reviewed by: -doc, -hubs Approved by: silence on -doc, -hubs
* - Added the MenuIPLType menu for selecting pc98 boot IPL.nyan2002-11-036-36/+226
| | | | | | | - Disabled 'Syscons, Font', 'Syscons, Screenmap' and 'Syscons, Ttys' menus on pc98. - Fixed the MenuMouseType and MenuMousePort menus for pc98. - Fixed some comments for pc98.
* The hw.physmem sysctl has an unsigned long value now, fix the retrievaltmm2002-11-022-2/+2
| | | | to match that.
* Build sysinstall on sparc64.jake2002-11-011-5/+1
|
* debugMsg() should end with "\n".kuriyama2002-11-0112-17/+17
|
* With the recent libdisk changes, alpha doesn't need (as much) special magic.phk2002-10-302-70/+0
|
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-301-1/+1
|
* Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLEroberto2002-10-295-17/+55
| | | | | | | | | | 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
* Whitespace cleanupdes2002-10-291-5/+5
|
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontphk2002-10-292-8/+8
| | | | need them either.
* Fix the wizardmodes 'write' command to not explode: Don't referencephk2002-10-282-8/+4
| | | | the name in the disk tree we just deleted when we reopen.
* Take care of the case for the default speed (no -s option) also.njl2002-10-271-3/+2
|
* Add used #include <limits.h>.wollman2002-10-273-3/+6
|
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-272-2/+3
| | | | consumption.
* Move speed units conversion to right before it is used. This catches thenjl2002-10-271-1/+2
| | | | case when the -s option is not used.
* Allow users to read the Early Adopter's Guide in sysinstall.bmah2002-10-272-14/+18
|
* Un-remove sysinstall for ia64.peter2002-10-271-1/+2
|
* Convert speed into KB/s. This was missed by the previous commit to this file.njl2002-10-261-1/+1
| | | | MFC after: 3 weeks
* Explicitly list architectures supporting sysinstallphk2002-10-251-1/+4
|
* MFS: Update sysinstall text for the number and size or ports in the portsbmah2002-10-251-2/+2
| | | | | | collection. src/release/sysinstall/dist.c 1.175.2.29 -> 1.175.2.30
* Goodbye and good riddance!phk2002-10-251-80/+0
|
* Confirmed kill: "Bogon #1" is dead, killed by DEVFS.phk2002-10-252-76/+0
|
* Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-)phk2002-10-252-4/+4
|
* another int * to size_t * change for getbsize() to make it compilegallatin2002-10-241-1/+1
| | | | on LP64 hosts
* getbsize() now takes a pointer to a size_t as its first arg. A pointergallatin2002-10-241-1/+1
| | | | to an int no longer works on an LP64 platform...
* Adjust argument passed to getbsize().markm2002-10-231-6/+8
|
* Fix cut&paste mistake.phk2002-10-232-4/+4
|
* Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-2311-0/+577
| | | | | | | | | 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
* Remove more private MAKEDEV kludges.phk2002-10-222-6/+6
|
* Give a real error on failure to mount DEVFS.phk2002-10-222-38/+10
|
* Don't use NO_MAKEDEV* option, its the default now.phk2002-10-221-1/+1
|
* Fix example, we do not need NO_MAKEDEV_RUN any more.phk2002-10-221-1/+1
| | | | XXX: this example should be updated with a good example of devfs(8) rules.
* Chunk functions in libdisk take an extra arguement for all archs to accomodatephk2002-10-224-26/+4
| | | | PC98 with less ifdef madness.
* Pick up a prototyp from libdisk.h instead of having our own.phk2002-10-222-2/+0
|
* DEVFS has been nmountified, so use nmount(2) to mount it.phk2002-10-212-4/+28
|
* Stick .Os between .Dd and .Dtchris2002-10-201-0/+1
|
* Since NEWCARD is the default for i386, undef PCCARD_ARCH.matusita2002-10-204-4/+4
| | | | | | pccard.c is no longer needed for i386 also. OKed by: imp, nyan
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-184-8/+13
| | | | | | | | | | | | | | | * 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
* Connect ofwdump to the sparc64 build.tmm2002-10-181-0/+4
|
* Add a utility to examine the OpenFirmware device tree (on sparc64). Thistmm2002-10-186-0/+555
| | | | | | allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports.
* Sync usage() with reality and sort it alphabetically.tjr2002-10-181-4/+5
| | | | | | PR: 42620 Submitted by: Jeff Ito MFC after: 1 month
* Add -c option to synopsis. Sort it alphabetically, too.tjr2002-10-181-3/+3
|
OpenPOWER on IntegriCloud