summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add in POSIX 1003.2 mandated rules. NOTE: thesesteve1996-11-031-1/+93
| | | | | | | will only be enabled when the first non-comment line of the Makefile contains the .POSIX directive. Submitted by: Joerg Wunsch <joerg@freebsd.org>
* I haven't had a single contraversial commit all week, so what thejkh1996-11-032-3/+10
| | | | | | | | | | | | | | | heck. Watch through our hidden camera, ladies and gentlemen, as this one-line addition to the syslog output generates hundreds of thousands of lines of email in response, all from people decrying the evils of electronic noise pollution! :-) What this change does, simply speaking, is syslog it every time someone changes their local password. I need this at a local ISP to tell whether people are reacting to expires in a timely fashion or not. To disable it, uncomment -DLOGGING in the Makefile. If your users change their passwords so often as to fill your logfile, then you may also have another administrative problem to deal with.
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-023-84/+108
| | | | | | | | | appearance of this bug was the malfunctioning -M option in GNU tar (it worked only by explicitly specifying -L). Reviewed by: bde, and partially corrected accoring to his comments Candidate for 2.2, IMHO even for 2.1.6.
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
| | | | | | | | | | | changes to the keyboard code in pcvt, this update_led() very often caused pcvt to hang early at boot time. (Eventually, a better solution should be found, but the simple omission serves well as a workaround for something that is actually a show-stopper class problem.) Candidate for 2.2.
* Match the reality. The man page was completely wrong.wosch1996-11-021-11/+32
|
* Fix a bogus decent into the network setup screen when runningjkh1996-11-024-16/+10
| | | | | | | multi-user. Don't clear media on dist failure - this was one of those "seemed like a good idea at the time" sorts of features.
* Moved David O'Brien from the additional contributor list to developer list.max1996-11-022-3/+7
|
* Add cmd to prototype services file so rrestore can work.jkh1996-11-021-2/+3
| | | | Suggested-By: Andrew Heybey <ath@bellcore.com>
* Apply a long-forgotten change to make FTP_PASSIVE_MODE just thatjkh1996-11-021-1/+1
| | | | | much more universal (in FreeBSD, anyway) in taking some of the pain out of firewalls.
* remove duplicated usage string from commit rev 1.2wosch1996-11-021-3/+3
| | | | fix usage()
* bin/1942 curses problem in systatphk1996-11-021-2/+2
| | | | | truncate if too long for field. 2.2 candidate.
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
| | | | 2.2 candidate.
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-0243-8639/+339
| | | | | | pc98/pc98/sound directory has vanished now! Submitted by: FreeBSD(98) Development Team
* add in CONSPEED option which controls console serial port speedpst1996-11-026-18/+39
|
* add in CONSPEED optionpst1996-11-022-2/+4
|
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
| | | | | baud. This isn't particularly beautiful, but neither is it disgustingly gross.
* Back out daemon.* addition, ssh port should be fixed insteadache1996-11-021-1/+1
|
* Delete another unnecessary #include <sys/mbuf.h>.wollman1996-11-011-2/+1
|
* use NOSHARE variable to skip 'share' directory, useful for shared installationsadam1996-11-011-2/+3
| | | | or for faster make of executables.
* Reviewed by: Warner Losh <imp@village.org>imp1996-11-012-5/+29
| | | | | | | Submitted by: Marc Slemko <marcs@znep.com> Obtained from: OpenBSD Add -0 for reading the results of find -0.
* Use fprintf(stderr,) instead of msgtail() so it works for restore as well.fenner1996-11-011-0/+1
|
* Add -z to CVSupflags, it iz safe because it is done by zlib,ache1996-11-013-6/+6
| | | | not by extra gzip child
* Temporarily disable an information message that was added in the lastpeter1996-11-011-1/+0
| | | | | commit.. This causes a link error in sbin/restore which also uses this file.
* Update to use the recommended recovery procedure from nvi-1.76.peter1996-11-011-5/+36
| | | | | | This is a lot more robust and handles errors a lot better. It also cleans up stray, hopeless, or unmodified files rather than leaving them there forever.
* Fixed cualc and cualD minor numbers which I broke in the previous commit.bde1996-11-012-6/+6
|
* Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using onpeter1996-11-011-2/+2
| | | | | one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses)
* Remove the old nvi-1.34, it has served us well but it's time has come..peter1996-11-01181-67408/+0
| | | | (It was tagged immediately prior to removal with the tag "nvi_1_34_final")
* Update to use nvi-1.79 sourcespeter1996-11-014-2/+558
|
* Add nvi-1.79 directoriespeter1996-11-011-1/+9
|
* Use the src/contrib sources from nvi-1.79peter1996-11-014-10/+9
|
* (1) Add NetBSD support. Closes PR bin/1643.asami1996-11-012-36/+76
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> (2) Remove the bogus "CAT+=" definition. Closes PR ports/1703. Submitted by: Peter Childs <pjchilds@imforei.apana.org.au> (3) Change MKDIR to "/bin/mkdir -p", remove "-p" from ${MKDIR} invocations. Closes PR ports/1901. Submitted by: obrien (4) Add a new macro variable COMPRESS_MAN, which will evaluate to gzip if NOMANCOMPRESS isn't set (default), or true if it is. (5) Add a new variable NO_CHECKSUM, which will disable the md5 checksum. Submitted by: jkh (6) Also, move NO_PATCH and NO_PACKAGE checks to right place in invocation order. (7) Check for LIB_DEPENDS before installation too. (It used to check only before extraction.) Forgotten a long time ago by: asami
* This commit was generated by cvs2svn to compensate for changes in r19304,peter1996-11-01292-0/+98515
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of nvi-1.79, minus a few bits that we dont need (eg: postscriptpeter1996-11-01292-0/+98515
| | | | | | | files, curses, db, regex etc that we already have). The other glue will follow shortly. Obtained from: Keith Bostic <bostic@bostic.com>
* Fix minor buffer problems:imp1996-11-011-2/+3
| | | | | | | | Off by one in verify allowed one to march one byte off the end of wd.wd_hostname if wd.wd_hostname had no NUL characters in it. strncpy of myname into mywd used the source buffer's length, rather than the dest.
* Doc updates and cleanups made with the bind-4.9.4 update some time ago.peter1996-11-014-24/+102
| | | | I thought I had committed these, but it seems not.
* Add an "officially undocumented" tweak for squid so that it can see thepeter1996-11-011-2/+7
| | | | | | TTL of DNS records that it looks up for it's resolver cache. Obtained from: Endre Balint Nagy <bne@CareNet.hu>, via squid-1.1.x source.
* Make rdump error messages a little clearer and make them look like dumpfenner1996-11-011-12/+35
| | | | | messages, and make it explicit that stderr output came from the remote end. (e.g. "rmt: command not found")
* Fix incorrect length argument to memset() function. Closes PR#1937.alex1996-11-011-2/+2
| | | | Submitted by: Archie Cobbs <archie@whistle.com>
* add forgotten variable $locatewosch1996-10-311-1/+2
|
* if_sr.c corrupted the global variable `ticks'.jhay1996-10-316-60/+27
| | | | | | | Cosmetic changes: if_sr_.c won't compile with a K&R compiler, so there is no need to cast the timeout arg to the (wrong) type. Submitted by: bde
* Improve the sample login script now that our sh(1) understands -p.joerg1996-10-312-6/+6
| | | | Closes PR # docs/1383: ppp(8) man page suggests using shell script...
* Correct a "spelling" error in a comment.dyson1996-10-312-4/+4
|
* Regenerate. This backs out my previous change to TCL_SHLIB_SUFFIX, sincepeter1996-10-312-3/+3
| | | | it has side effects elsewhere.
* Back out a little more of the previous changes. No longer changepeter1996-10-311-4/+3
| | | | | | TCL_SHLIB_SUFFIX, since some tools use it for generating the name of shared objects for dlopen(), which do not have version numbers. This setting is back to "as distributed".
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Remove collate_range_cmpache1996-10-311-3/+0
|
* Replace collate_range_cmp call with its codeache1996-10-311-0/+17
|
* bin/1933: don't print negative % for huge files (80Mb)phk1996-10-311-2/+4
|
* Remove unused fileache1996-10-311-39/+0
|
OpenPOWER on IntegriCloud