aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Correct the man pages, USD doc and online help to refer to /var/mailMark Murray1995-11-206-8/+8
| | | | | | | instead of {usr|var}/spool/mail Notes: svn path=/head/; revision=12431
* Default file creation mask was 666 (allow othres write anythingAndrey A. Chernov1995-11-191-2/+2
| | | | | | | to msgs directory), change it to 644 Notes: svn path=/head/; revision=12390
* Rup uses tm_yday in its uptime printout, but ignores tm_year. This meansBill Paul1995-11-191-3/+11
| | | | | | | | | | | that if you do an rup on a machine that's been running longer than a year, you get the wrong day count. Now we factor in 365 * (curtime.tm_year - boottime.tm_year) to get the correct value. (I noticed this while running rup on a SunOS machine I have that's been up 525 days. My FreeBSD machines all said it had only been up for 160 (525-365) days. :) Notes: svn path=/head/; revision=12384
* Fixed afterinstall rule:Bruce Evans1995-11-181-3/+5
| | | | | | | | | | | - apply chmod to the targets, not to the sources. - apply chown to the targets. It is still bogus to install by building in the target directory. See mklocale/data/Makefile for a better method. Notes: svn path=/head/; revision=12371
* Dynamically allocate line buffers, instead of assuming that all theJoerg Wunsch1995-11-151-6/+31
| | | | | | | world would fit into BUFSIZ. Notes: svn path=/head/; revision=12317
* Fix the bug that caused the AF_UNIX domain sockets to not be shown..Peter Wemm1995-11-151-1/+1
| | | | | | | | (it was nlist()ing a wrong symbol name). Only problem is that I'd grown quite partial to the inet-only version.. :-) Notes: svn path=/head/; revision=12316
* Obtained from: pope gregory and julius caesarJulian Elischer1995-11-111-1/+1
| | | | | | | | | | | | | | | 27c27 < 11/29 Thanksgiving Day (Last Thursday in November) --- > 11/23 Thanksgiving Day (4th Thursday in November) it's not that the date was wrong for this year (it was the wrong year.. it was that the ALGORYTHM was wrong.. very confusing for non americans wondering why americans were going to be on holiday on the 23rd.. Notes: svn path=/head/; revision=12198
* Re-wrote the locate.updatedb script in /bin/sh for speed and portability.Nate Williams1995-11-092-1/+80
| | | | | | | Obtained from: Partially my work in 1. Notes: svn path=/head/; revision=12155
* Author's cosmetic fixesAndrey A. Chernov1995-11-081-1/+1
| | | | Notes: svn path=/head/; revision=12154
* Author's fixes of backspace problem, slightly different then mine wasAndrey A. Chernov1995-11-081-8/+6
| | | | Notes: svn path=/head/; revision=12153
* Well, Jochen adopted most of my submissions. So only the differentJoerg Wunsch1995-11-063-5/+12
| | | | | | | | | | | style of error reporting (i prefer gcc style to be consistent with the compiler) is left, plus a minor nit he's most likely been overlooking. There are still problems with bootstrapping, and you should expect troubles when linting libc... Notes: svn path=/head/; revision=12134
* This commit was generated by cvs2svn to compensate for changes in r12099,Joerg Wunsch1995-11-0537-0/+20618
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12100
| * Jochen Pohl's lint(1) from NetBSD. Yet another import.vendor/NetBSD/xlint/1.3Joerg Wunsch1995-11-0537-0/+20618
| | | | | | | | | | | | | This is just a vendor import by now. I'll wait until i'll get the imported files back via CTM before applying the FreeBSD patches. Don't use it yet. Submitted by: Jochen Pohl <jpo.drs@sni.de> Obtained from: (NetBSD -- this version is directly from Jochen) Notes: svn path=/cvs2svn/branches/JPO/; revision=12099 svn path=/cvs2svn/tags/v1_3/; revision=12101; tag=vendor/NetBSD/xlint/1.3
* Do unctrl in right wayAndrey A. Chernov1995-11-051-6/+12
| | | | | | | Handle '\377' properly Notes: svn path=/head/; revision=12097
* Repair the detection of undefined symbols that my last "quick fix" commitPeter Wemm1995-11-031-2/+3
| | | | | | | | | | broke. It's much easier to debug the symbol export lists in lkm makefiles if you know what your errors are during the build process. :-) Bleah.. symorder.c is *horrible*. :-( Notes: svn path=/head/; revision=12039
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-035-20/+97
| | | | Notes: svn path=/head/; revision=12031
* Add $id$ and ${COPY}Andrey A. Chernov1995-11-031-2/+2
| | | | Notes: svn path=/head/; revision=12030
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-037-18/+343
| | | | Notes: svn path=/head/; revision=12029
* Fix the :S modifier to substitute in each word of the variable, accordingAdam David1995-11-011-16/+6
| | | | | | | | | | to the description in the manpage. g flag means "replace every occurence in each word", and its absence means "replace first occurence in each word". Previously, absence of the g flag was implemented to mean "replace first occurence found in all words, and then stop replacing", which was incorrect. Notes: svn path=/head/; revision=11997
* Fix ranlib to work with odd-length extended names.Andrey A. Chernov1995-11-011-1/+1
| | | | | | | Submitted by: Jim Leppek <jleppek@harris.com> Notes: svn path=/head/; revision=11996
* Merge in changes from ppp-2.2's chat onto the mainline...Peter Wemm1995-10-313-272/+512
| | | | Notes: svn path=/head/; revision=11990
* This commit was generated by cvs2svn to compensate for changes in r11987,Peter Wemm1995-10-311-3/+4
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=11988
| * Vendor branch import of chat from ppp-2.2 package..Peter Wemm1995-10-313-266/+508
| | | | | | | | Notes: svn path=/vendor/pppd/dist/; revision=11987
* | <sys/user.h> -> <sys/time.h>Poul-Henning Kamp1995-10-301-2/+2
| | | | | | | | | | | | | | Spotted by: bde Notes: svn path=/head/; revision=11936
* | Remove char->int promotion.Andrey A. Chernov1995-10-291-6/+4
| | | | | | | | | | | | | | Fix uncontrol function for 8bit chars. Notes: svn path=/head/; revision=11916
* | #include <sys/user.h>Poul-Henning Kamp1995-10-292-1/+3
| | | | | | | | Notes: svn path=/head/; revision=11914
* | Make it works with 8bit charsetsAndrey A. Chernov1995-10-291-15/+18
| | | | | | | | | | | | | | Add setlocale LC_CTYPE Notes: svn path=/head/; revision=11900
* | Now works with 8bit chars...Andrey A. Chernov1995-10-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=11898
* | Fix broken charclass handlingAndrey A. Chernov1995-10-282-3/+15
| | | | | | | | | | | | | | Add setlocale LC_CTYPE Notes: svn path=/head/; revision=11895
* | Close out PR#723: time -l dumps corePaul Traina1995-10-281-1/+9
| | | | | | | | Notes: svn path=/head/; revision=11873
* | Add strict 7bit ASCII localeAndrey A. Chernov1995-10-282-1/+29
| | | | | | | | Notes: svn path=/head/; revision=11868
* | symorder appears to have been designed to run on executable filesPeter Wemm1995-10-281-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only, as it payes no attention to the relocation table (which references the symbols). As a result, running "symorder -c" to clean up the visibility of a LKM ".o" file (as is done in the new bsd.kmod.mk) totally screws up the relocation table, making the LKM file unloadable. (ld: bogus relocation record) This is a pretty crude fix - I've changed symorder so that when running in "cleanup" mode, it disables the reordering which was screwing up the relocation table. I'm sure there is a better fix, but I didn't have the energy. Feel free to fix this hack, probably by renumbering the symbol indexes in the relocation table. Notes: svn path=/head/; revision=11856
* | Close docs/43 manpage for keysu is missingPaul Traina1995-10-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=11851
* | Submitted by: Mike MitchellJulian Elischer1995-10-271-0/+348
| | | | | | | | | | | | | | | | | | | | oops. forgot this file then went to bed.. sorry Notes: svn path=/head/; revision=11848
* | - #if defined(TF_NEEDSYN) && defined(TF_NEEDSYN)Adam David1995-10-271-2/+2
| | | | | | | | | | | | | | + #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) Notes: svn path=/head/; revision=11842
* | Submitted by: john hayJulian Elischer1995-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :) Notes: svn path=/head/; revision=11840
* | Add setlocale LC_TIMEAndrey A. Chernov1995-10-261-0/+7
| | | | | | | | Notes: svn path=/head/; revision=11826
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-261-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11824
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-261-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11823
* | Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-265-11/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com Notes: svn path=/head/; revision=11819
* | Change locale to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-262-2/+2
| | | | | | | | Notes: svn path=/head/; revision=11811
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-242-0/+6
| | | | | | | | Notes: svn path=/head/; revision=11765
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11764
* | Remove wrong LC_TIME env. usageAndrey A. Chernov1995-10-241-2/+1
| | | | | | | | Notes: svn path=/head/; revision=11763
* | Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11762
* | Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-2/+6
| | | | | | | | Notes: svn path=/head/; revision=11761
* | Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-1/+7
| | | | | | | | Notes: svn path=/head/; revision=11760
* | Add setlocale LC_TIME|LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11759
* | Add setlocale LT_TIMEAndrey A. Chernov1995-10-241-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11758
* | Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-0/+3
| | | | | | | | Notes: svn path=/head/; revision=11757