aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Don't dereference NULL pwd on non-existant username (I wonder how longJordan K. Hubbard1997-01-221-1/+2
| | | | | | | THAT has been in here!). Notes: svn path=/head/; revision=21950
* Fix handling of empty shell field in passwd file (use /bin/sh); problemDavid Nugent1997-01-222-1/+15
| | | | | | | | was caused by introduction of login classes. Closes PR bin/2550. Added references to login.conf to manpage, crossreference to login.conf(5). Notes: svn path=/head/; revision=21942
* Print out the new uninteresting-multicast-packets statistic.Garrett Wollman1997-01-211-1/+4
| | | | Notes: svn path=/head/; revision=21933
* Activate limits(1).David Nugent1997-01-211-2/+2
| | | | Notes: svn path=/head/; revision=21925
* limits(1): set and display process resources.David Nugent1997-01-213-0/+954
| | | | Notes: svn path=/cvs2svn/branches/DAVIDN/; revision=21923
* Make -hdr and -ftr options (to include arbitrary HTML at theJohn Fieber1997-01-191-1/+3
| | | | | | | top and bottom of output) work with docbook. Notes: svn path=/head/; revision=21879
* Do the Right Thing(TM) with source files that have extensionsJohn Fieber1997-01-181-1/+1
| | | | | | | other than .sgml. Notes: svn path=/head/; revision=21832
* Add rudimentary docbook support:John Fieber1997-01-171-41/+69
| | | | | | | | | sgmlfmt -d docbook -f html myfile.docb Depreciate undocumented -white option (now default). Notes: svn path=/head/; revision=21829
* Update for the French message catalog.Joerg Wunsch1997-01-172-64/+64
| | | | | | | Submitted by: charnier@xp11.frmug.org (Philippe Charnier) Notes: svn path=/head/; revision=21821
* Close PR #2453 (illegal tags in HTML <TITLE> element)John Fieber1997-01-171-3/+7
| | | | | | | 2.2 fodder Notes: svn path=/head/; revision=21820
* Fix a genuine off-by-one error that caused join to dump core whenJoerg Wunsch1997-01-171-3/+3
| | | | | | | trying to use field numbers tha weren't present in the input data. Notes: svn path=/head/; revision=21811
* Handle timeouts in a slightly less baroque way.Jordan K. Hubbard1997-01-171-22/+22
| | | | Notes: svn path=/head/; revision=21798
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-169-14/+14
| | | | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Notes: svn path=/head/; revision=21786
* Sort cross references.Wolfram Schneider1997-01-1529-56/+56
| | | | Notes: svn path=/head/; revision=21748
* Document the "more" command.Mike Pritchard1997-01-151-0/+3
| | | | | | | | Submitted by: Julian Coleman <j.d.coleman@ncl.ac.uk> Obtained from: NetBSD-bugs PR# 3104 Notes: svn path=/head/; revision=21703
* Fix problem with mask passwd to setusercontext() whichDavid Nugent1997-01-141-4/+4
| | | | | | | prevented uid/group change with non-root target. Notes: svn path=/head/; revision=21677
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14335-335/+338
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Print out the interface's multicast addresses using the newGarrett Wollman1997-01-131-51/+43
| | | | | | | structures. Notes: svn path=/head/; revision=21667
* Document effect of login class capabilities.David Nugent1997-01-131-1/+10
| | | | Notes: svn path=/head/; revision=21647
* Make su login_cap savvy.David Nugent1997-01-132-32/+121
| | | | | | | | As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules. Notes: svn path=/head/; revision=21646
* Report the reason why select unexpectedly failed..Peter Wemm1997-01-131-1/+1
| | | | Notes: svn path=/head/; revision=21639
* Add RCS id's since these files have left the default branch.Steve Price1997-01-1215-0/+27
| | | | Notes: svn path=/head/; revision=21623
* This doesn't change any functionality, it simple makes yacc(1)Steve Price1997-01-1213-78/+404
| | | | | | | compile -Wall clean. Notes: svn path=/head/; revision=21622
* Fix the following old problem:Joerg Wunsch1997-01-121-79/+79
| | | | | | | | | | date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1 #if 0'd out the meat of the swap code until I get a chance to rewrite it. ...mainly by stealing the code from pstat(8). Notes: svn path=/head/; revision=21617
* Fix calendar so that you can run it like:Mike Pritchard1997-01-121-2/+9
| | | | | | | | | | | | calendar -t 0101 -f file Previously calendar's time processing routine directly modified the "0101" argument" which confused getopt. The time routines now make a copy of the argument to mess with. Notes: svn path=/head/; revision=21615
* include ctype.h to pick isprint macroAndrey A. Chernov1997-01-121-1/+2
| | | | Notes: svn path=/head/; revision=21609
* Revert the '-o output_file_name' option changes.Steve Price1997-01-122-22/+1
| | | | Notes: svn path=/head/; revision=21583
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerJohn Polstra1997-01-121-2/+2
| | | | | | | | now treats empty "LD_*" environment variables as if they were unset, per the standard SVR4 conventions. Notes: svn path=/head/; revision=21576
* Add a couple of xrefs. Closes PR# 1280.Mike Pritchard1997-01-111-0/+1
| | | | Notes: svn path=/head/; revision=21550
* Add a couple of xrefs.Mike Pritchard1997-01-111-0/+1
| | | | Notes: svn path=/head/; revision=21549
* Makes login login_cap-savvy.David Nugent1997-01-112-155/+371
| | | | | | | | | | | | | Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled and requires /usr/libexec/login_<style> authentication program support to be added at a later date. The Makefile contains a macro LC_AUTH to turn it on and prevent unnecessarily linking against skey/krb libs and the addition of klogin.c module. All other aspects of login_cap support are fully functional. Notes: svn path=/head/; revision=21528
* Removed stray DPADD.Bruce Evans1997-01-101-3/+2
| | | | Notes: svn path=/head/; revision=21473
* For "ldd -v", print shared object dependencies that were specified asJohn Polstra1997-01-101-3/+6
| | | | | | | | pathnames (rather than as "-lfoo") correctly. Closes PR bin/2404. Notes: svn path=/head/; revision=21469
* Make 'skey' command visible through 'help'Andrey A. Chernov1997-01-101-1/+4
| | | | Notes: svn path=/head/; revision=21467
* Use -DSKEY instead of wrong -DPATH_SKEYAndrey A. Chernov1997-01-101-1/+1
| | | | Notes: svn path=/head/; revision=21466
* On failure, return various exit codes from <sysexits.h>. In particular,John Polstra1997-01-092-17/+34
| | | | | | | | | | | | | return EX_TEMPFAIL if the file was already locked. This makes it easier to distinguish between lock collisions and failures within the command being executed. Also, don't complain if the unlink() fails in the cleanup handler. It doesn't matter anyway, and it obscured the exit status returned from the command that was executed. Notes: svn path=/head/; revision=21462
* Make the man page agree with the actual vmstat outputMike Pritchard1997-01-091-14/+16
| | | | | | | and options. Notes: svn path=/head/; revision=21450
* Enable lockf.John Polstra1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=21442
* Initial import of the lockf utility. It executes an arbitrary commandJohn Polstra1997-01-083-0/+314
| | | | | | | while holding an exclusive lock on a file. Notes: svn path=/cvs2svn/branches/JDP/; revision=21439
* Our mmap(2) has a limitation where the `offset' parameter must beJoerg Wunsch1997-01-082-3/+13
| | | | | | | | | | page-aligned. cmp(1) should know about this flaw, and work around it. While i was at it, fixed an uninitialized variable as reported by -Wall. Notes: svn path=/head/; revision=21429
* Make eBones/telnet only if MAKE_EBONES definedAndrey A. Chernov1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=21427
* Remove an extra tab.Mike Pritchard1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=21425
* Add an "else" clause to _followrel.John Fieber1997-01-082-6/+14
| | | | | | | This should be in 2.2. Notes: svn path=/head/; revision=21412
* TCP statistics are unsigned counters.Paul Traina1997-01-071-46/+46
| | | | | | | | | | | | Tor Egge reports counter wrap and requests and update to quad_t sized counters, which is also a good thing to do, but I'm unhappy about adding two more instructions into the code path every time we doink a counter. Maybe with or after the Lite2 merge... Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no> Notes: svn path=/head/; revision=21406
* Import a few relatively minor fixes from current Borman telnet.Paul Traina1997-01-076-16/+67
| | | | | | | | | | | | | Add some buffer overrun fixes from OpenBSD and myself. Add skey calculator kludge from OpenBSD. TODO: do a real merge of dab's sources... probably just make telnet and telnetd contrib software. Obtained from: OpenBSD, dab@bsdi.com Notes: svn path=/head/; revision=21405
* Fix bugs in runes data handlingAndrey A. Chernov1997-01-071-2/+2
| | | | | | | | Should go into 2.2 Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my> Notes: svn path=/head/; revision=21393
* Fixed DPADD to match LDADD.Bruce Evans1997-01-061-2/+2
| | | | Notes: svn path=/head/; revision=21368
* Merge Lite2 mods.Steve Price1997-01-061-9/+40
| | | | Notes: svn path=/head/; revision=21358
* Implement and document a '-o output_file_name' option toSteve Price1997-01-062-1/+22
| | | | | | | | | | allow the generated code to be written to a file other than the default, y.tab.c. Inspired by: bde and brian@mediacity.com Notes: svn path=/head/; revision=21353
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.Garrett Wollman1997-01-033-5/+7
| | | | Notes: svn path=/head/; revision=21263