summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Added a missing \ for installing perl modules.paul1996-11-101-2/+2
| | | | 2.2 and 2.1.6 candidate.
* Cosmetic bugfix. fetch was modifying it's argv[] strings in place, whichpeter1996-11-101-2/+6
| | | | caused ps(1) to show strange things..
* Initialize interrupt counters. The boot time values were displayed as ***.bde1996-11-101-1/+1
| | | | | | Should be in 2.2. Pointed out by: /etc/malloc.conf -> AJ
* Merge from the 2.2 branch: avoid including the API stuff when buildingjoerg1996-11-091-4/+23
| | | | | vi for the fixit floppy. Perhaps we'll find a more elegant solution some day, by now it has proven to work reasonably.
* add PATH variablewosch1996-11-051-2/+4
|
* add PATH variablewosch1996-11-051-2/+4
| | | | better argument handling
* add /sbin to PATH, the location of sysctl(8) may changed in futurewosch1996-11-051-3/+3
| | | | use shell builtin 'exec' for last command
* Add YYLEX and YYEMPTY macros to make byacc look more like bison.hsu1996-11-041-1/+3
| | | | | Obtained from: Cygnus source tree, with permission. Original commit by Jim Wilson, wilson@cygnus.com.
* Install message catalog links according to standard naming conventionache1996-11-041-1/+26
| | | | | | Message catalogs not works without this change 2.2 candidate
* Fix PATH_MSGCATache1996-11-041-1/+1
| | | | 2.2 candidate
* Fill in some of the missing blanks for the tknvi and perl5 compile options.peter1996-11-031-22/+28
| | | | | Both options can be compiled if the appropriate ports are present. These are examples only and are commented out.
* The tcl/perl interpreter compile options were not really optional.peter1996-11-032-4/+7
| | | | | This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc).
* Compile telnet from eBones instead of secure.markm1996-11-031-3/+3
| | | | 2.2 candidate.
* Add a .POSIX directive. When the first non-commentsteve1996-11-031-1/+12
| | | | | | | line of a Makefile contains this directive, make(1) will enter a POSIX 1003.2 compliant mode. 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.
* Match the reality. The man page was completely wrong.wosch1996-11-021-11/+32
|
* 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.
* 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.
* 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 forgotten variable $locatewosch1996-10-311-1/+2
|
* bin/1933: don't print negative % for huge files (80Mb)phk1996-10-311-2/+4
|
* oops, uninitialised variable.. -v mode depended on stack contents.peter1996-10-291-2/+2
| | | | Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
* Clean up some loose ends on my previous work in here..peter1996-10-291-4/+4
|
* Eliminate unnecessary include of <sys/mbuf.h>.wollman1996-10-282-2/+8
|
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-284-5/+13
| | | | any more.
* Don't dereference a free()ed pointer.joerg1996-10-281-3/+5
| | | | Closes PR bin/1909: 'last' coredumps if MALLOC_OPTIONS...
* Typo: to --> too. Fixes PR#1907.alex1996-10-271-2/+2
| | | | Pointed out by: Pat Lashley <patl@Phoenix.Volant.ORG>
* Do not store character 30. I made a test at my CS departmentwosch1996-10-271-1/+8
| | | | | and at least one user use this char in a file name. Older locate implementions core'd.
* $@ -> "$@", now ``mkdep "foo bar".c'' works.wosch1996-10-271-5/+6
| | | | | | | Do not exit with status 0 if mkdep(1) cannot create output, e.g. if .depend is not writable or the FS is readonly mounted. Store arguments as comments for debugging purpose.
* fix perl indention stylewosch1996-10-271-13/+11
|
* Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).alex1996-10-261-1/+1
| | | | Pointed out by: bde
* sprintf --> snprintfalex1996-10-261-3/+4
| | | | | | Use _PATH_DEV instead of hard coded "/dev/" Obtained from: OpenBSD, Jason Downs <downsj@OpenBSD.ORG>
* Use the same format for the "expect N shift reduce conflicts" messagebde1996-10-251-1/+1
| | | | | as in the one other place in /usr/src that prints such an "expect" message (amd).
* Change recently added diagnostics to more descriptiveache1996-10-251-8/+8
|
* Teach file about:erich1996-10-243-1/+14
| | | | | | 1) our branded elf's 2) mpeg audio/video/system streams 3) compiled java classes
* old host:/filename syntax was brokenadam1996-10-241-5/+8
| | | | implement /filename syntax for completeness
* Rename FNM_ICASE to FNM_CASEFOLDache1996-10-231-2/+2
|
* Check for not defined / redefined chars nowache1996-10-235-49/+112
| | | | Use backward compatible with ASCII collating tables
* Fix a core dump condition I discovered the other day (rightwpaul1996-10-231-3/+3
| | | | | | | | | | | | | | after I installed the last SNAP :). Because of the way the 'use NIS or local?' logic is set up here, it was possible to force the use of the NIS password changer even though the specified user didn't exist in NIS (i.e. # passwd foo, where foo is a local-only user). In this case, we fall intp yp_passwd() without the corresponding yp_password structure being filled in, which leads to an NULL pointer dereference. Also fixed the logic like I just did with chpass so that if the user is both in NIS and the local password database, the program makes a more sensible guess as to which one to use (if NIS is turned on in /etc/master.passwd, then use NIS, else default to local).
* Add a flag to allow the 'use NIS or local?' logic to tell when NIS iswpaul1996-10-232-5/+8
| | | | | | | enabled in /etc/master.passwd & friends. This allows the 'USER_YP_AND_LOCAL' case to make a more sensible guess (if NIS is enabled, default to NIS, otherwise default to local -- this is better than defaulting to NIS all the time).
* Fix description of -cli option so that it comes out as -cli0.5 instead ofscrappy1996-10-231-1/+1
| | | | | | -cli0 -.5 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
* Add a 'depth (-d#)' flag to duscrappy1996-10-232-11/+30
| | | | | | patched (context diff), compiled (w/ -Wall) and tested Submitted by: John-Mark Gurney <jmg@nike.efn.org>
* Description:scrappy1996-10-231-2/+4
| | | | | | | | | | | Machine come and go... Little patch removes lists down for over 4 days from the list. (If you haven't noticed they are down in that period, you should turn them off!) Closes: PR#bin/1361 Submitted by: xaa@stack.urc.tue.nl
* Use same primary / different secondary order for umlauts and digits partsache1996-10-223-15/+15
|
* Cleanup. Boldfaced dashes didn't print at all, also corrected a fewjoerg1996-10-221-9/+9
| | | | | | other mdoc(5) usage errors. Pointed out by: kuku@physik.rwth-aachen.de (Chris Kukulies)
* The neverending story... vgrind.joerg1996-10-221-2/+2
| | | | | | | | | For definitions without an "nc" entry, some parts have now been mis-detected as `non-comment'. Avoid this by not converting the noregexp in case the "nc" capability has not been found. I begin to wonder why things like missing "ab"/"ae"'s do work at all... Detected by: nate
OpenPOWER on IntegriCloud