summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-241-0/+1
| | | | length limits. The configuration keyword is: confMAX_HEADER_LINES
* Add the texinfo'ed docs to the build/install.markm1999-01-233-9/+11
|
* Remove a workaround for the alpha port using an outdated version of syscons.dfr1999-01-231-6/+1
|
* A slight bit of code and doco cleanup, but mostly:wollman1999-01-224-72/+284
| | | | | | | | Add the much-needed and long-desired ability to force the log rotation to take place on a specific day or time, and document same. This works by extending the syntax of the `when' field to allow a restricted ISO 8601 time specification, and performing the log rotation if newsyslog is run during the same hour as is specified.
* Fix formatting bug with [NFS swap] vs /dev/DEVNAMEdillon1999-01-221-3/+3
|
* Make pstat use new kvm_getswapinfo() libkvm call.dillon1999-01-221-344/+77
|
* I don't know how this happened since I know I compiled this on my machine.wollman1999-01-211-2/+2
| | | | Fix braino oflag -> uflag (or perhaps I should have gone the other way).
* Merge changes from vendor branch (tzcode1999a), plus the following additionalwollman1999-01-217-269/+305
| | | | | | | | | | | | | | | changes: - Finish migrating zic to its own private.h. - Fix zic.8 so that it really is written in -mdoc. - Add four new flags to zic (&document): -D don't create directories -u change ownership of newly-created files to user -g change ownership of newly-created files to group -m change mode of newly-created files to modespec These, once proven, can be used to clean up the installation. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially)
* This commit was generated by cvs2svn to compensate for changes in r42994,wollman1999-01-211-0/+269
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * First stage in giving zic/zdump its own version of private.h so that theywollman1999-01-211-0/+269
| | | | | | | | are decoupled somewhat from libc/stdtime's version.
* | Remove two files replaced with HTML by vendor.wollman1999-01-212-152/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r42991,wollman1999-01-214-40/+479
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Updated timezone compiler from Arthur Olson.wollman1999-01-2110-112/+973
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
* | Update pstat -s to handle both old and new swapper.dillon1999-01-212-76/+290
| | | | | | | | Add pstat -ss to dump new swapper's radix tree.
* | Fix raw timestamps (zero-pad usecs)fenner1999-01-201-2/+4
| | | | | | | | | | | | Print 4-digit years in TIMESTAMP_PARSEABLE mode after '99. PR: bin/9507
* | Recurse when we've switched state via LoginDone(). If we'vebrian1999-01-201-2/+2
| | | | | | | | | | got an open link, we want it to be select()d on - otherwise we get a freeze when ``openmode'' is passive.
* | Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-208-10/+128
| | | | | | | | kget code. Also collapse a redundant case in cdrom code.
* | Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-204-146/+4
| | | | | | | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* | Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-2023-1861/+4167
| | | | | | | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* | This commit was generated by cvs2svn to compensate for changes in r42888,fenner1999-01-204-0/+413
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3fenner1999-01-2026-1853/+4759
| | | | | | | | | | | | | | | | | | with minor changes to work around a bug in Cisco's IOS version 12.0 . 3.9-beta3 is much improved over 3.8, and is only labelled "beta" because of missing features, as opposed to instability or known bugs.
* | | Resolve conflicts.fenner1999-01-202-280/+691
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r42881,fenner1999-01-201-16/+18
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import mtrace release 5.2fenner1999-01-203-326/+705
| | | | | | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
* | | Change the maximum number of filters from 20 to 40.brian1999-01-193-8/+8
| | | | | | | | | | | | Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>
* | | Suggest that ``set proctitle'' is used in ppp.linkup whenbrian1999-01-192-2/+18
| | | | | | | | | | | | USER is expected to be expanded.
* | | Send the peer-decided PSTN address with the CBCP Ack,brian1999-01-191-5/+18
| | | | | | | | | | | | | | | | | | | | | otherwise windows clients will keep resending the response :-/ It'd be nice if M$ would document this sort of thing ! Problem reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* | | Use 4 digit year in log file, rather than 2.danny1999-01-191-1/+1
| | |
* | | Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters.jkoshy1999-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit broke mtree(8) when file names using certain 8-bit characters ended up being encoded with '/', '*', and other shell metacharacters. PR: bin/9538 Submitted by: "Eugene M. Kim" <astralblue@usa.net> Reviewed by: jkoshy Bug-missed-last-time-by: jkoshy
* | | Style police, inline ifs.billf1999-01-181-14/+12
| | | | | | | | | | | | Submitted by: Brian Feldman <green@unixhelp.org>
* | | enviornment -> environmentjseger1999-01-171-2/+2
| | | | | | | | | | | | | | | PR: docs/9534 Submitted by: rv@fore.com
* | | Add a new option for pkg_add, -r.billf1999-01-172-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The remote option allows for automatic package fetching and installation using the package repository found on wcarchive. Naturally, this site can be overridden with a enviornment variable. This code uses getobjformat() and getosreldate(). This means when some event causes the package to be fetched to change (such as e-day) the logic also needs to be changed. Sorta reviewed by: jkh Code suggestions: peter, jkh, eivind, msmith
* | | y2k nit: print 4 digit years correctly.danny1999-01-161-3/+6
| | | | | | | | | | | | | | | PR: 9506 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | | Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/dddanny1999-01-151-1/+2
| | | | | | | | | | | | Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* | | Use 69 pivot kludge from date(1) to make it consistant. Also honorimp1999-01-151-11/+6
| | | | | | | | | | | | is_delta and only apply date kludge when it isn't a delta time.
* | | Y2K nit:imp1999-01-151-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Make two digit years specified on the command line represent the century that the computer currently resides. So 99 means 1999 this year, but 2099 next year. Pointed out by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
* | | Updated version string to 6.0-release.obrien1999-01-131-2/+2
| | |
* | | Add '-fno-builtin' to CFLAGS for alpha.simokawa1999-01-131-1/+7
| | | | | | | | | | | | | | | | | | Builtin memcpy is not align-aware. Approved by: jkh
* | | Fix for compiling on alpha.mjacob1999-01-121-1/+20
| | | | | | | | | | | | Obtained from:yokota@zodiac.mech.utsunomiya-u.ac.jp
* | | fix for compiling on alphamjacob1999-01-121-3/+11
| | |
* | | If we've configured CBCP *and* another not-so-importantbrian1999-01-122-7/+11
| | | | | | | | | | | | | | | | | | | | | CALLBACK protocol and end up agreeing CBCP, DTRT and go into CBCP phase rather than mistakenly terminating as if CBCP wasn't agreed. Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru>
* | | Fix leap year comments. 2000 is a leap year, so code without a century-testdanny1999-01-122-3/+3
| | | | | | | | | | | | still works until 2100.
* | | Fix leap year calculations, including 2000. The code was broken for alldanny1999-01-122-4/+9
| | | | | | | | | | | | | | | years! Reviewed by: <thepish@freebsd.org>, <ishisone@sra.co.jp>
* | | Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-121-6/+6
| | | | | | | | | | | | | | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
* | | Update for 8.9.2 (new file, control.c)peter1999-01-121-3/+4
| | | | | | | | | | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
* | | Teach mtree(8) to handle whitespace in filenames. Uses strvis(3).jkoshy1999-01-122-5/+19
| | | | | | | | | | | | | | | | | | PR: bin/3246 Submitted by: Eugene M. Kim <astralblue@usa.net> Reviewed by: jkoshy, wollman
* | | Back out 1.146 - usbd is already enabled.msmith1999-01-111-2/+1
| | |
* | | Correct some formatting errors (one is a groff bug)brian1999-01-112-54/+108
| | | | | | | | | | | | | | | Noted & partially submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> PR: 9432
* | | Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.asami1999-01-111-9/+6
| | |
* | | Add usbd to the buildmsmith1999-01-111-1/+2
| | |
OpenPOWER on IntegriCloud