summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Sweep through the tree fixing mmap() usage:alex1997-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
* Sort cross references.wosch1997-01-1529-56/+56
|
* Document the "more" command.mpp1997-01-151-0/+3
| | | | | Submitted by: Julian Coleman <j.d.coleman@ncl.ac.uk> Obtained from: NetBSD-bugs PR# 3104
* Fix problem with mask passwd to setusercontext() whichdavidn1997-01-141-4/+4
| | | | prevented uid/group change with non-root target.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Print out the interface's multicast addresses using the newwollman1997-01-131-51/+43
| | | | structures.
* Document effect of login class capabilities.davidn1997-01-131-1/+10
|
* Make su login_cap savvy.davidn1997-01-132-32/+121
| | | | | As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules.
* Report the reason why select unexpectedly failed..peter1997-01-131-1/+1
|
* Add RCS id's since these files have left the default branch.steve1997-01-1215-0/+27
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-1213-78/+404
| | | | compile -Wall clean.
* Fix the following old problem:joerg1997-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).
* Fix calendar so that you can run it like:mpp1997-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.
* include ctype.h to pick isprint macroache1997-01-121-1/+2
|
* Revert the '-o output_file_name' option changes.steve1997-01-122-22/+1
|
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerjdp1997-01-121-2/+2
| | | | | now treats empty "LD_*" environment variables as if they were unset, per the standard SVR4 conventions.
* Add a couple of xrefs. Closes PR# 1280.mpp1997-01-111-0/+1
|
* Add a couple of xrefs.mpp1997-01-111-0/+1
|
* Makes login login_cap-savvy.davidn1997-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.
* Removed stray DPADD.bde1997-01-101-3/+2
|
* For "ldd -v", print shared object dependencies that were specified asjdp1997-01-101-3/+6
| | | | | pathnames (rather than as "-lfoo") correctly. Closes PR bin/2404.
* Make 'skey' command visible through 'help'ache1997-01-101-1/+4
|
* Use -DSKEY instead of wrong -DPATH_SKEYache1997-01-101-1/+1
|
* On failure, return various exit codes from <sysexits.h>. In particular,jdp1997-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.
* Make the man page agree with the actual vmstat outputmpp1997-01-091-14/+16
| | | | and options.
* Enable lockf.jdp1997-01-081-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r21439,jdp1997-01-083-0/+314
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of the lockf utility. It executes an arbitrary commandjdp1997-01-083-0/+314
| | | | while holding an exclusive lock on a file.
* Our mmap(2) has a limitation where the `offset' parameter must bejoerg1997-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.
* Make eBones/telnet only if MAKE_EBONES definedache1997-01-081-2/+2
|
* Remove an extra tab.mpp1997-01-081-2/+2
|
* Add an "else" clause to _followrel.jfieber1997-01-082-6/+14
| | | | This should be in 2.2.
* TCP statistics are unsigned counters.pst1997-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>
* Import a few relatively minor fixes from current Borman telnet.pst1997-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
* Fix bugs in runes data handlingache1997-01-071-2/+2
| | | | | Should go into 2.2 Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* Fixed DPADD to match LDADD.bde1997-01-061-2/+2
|
* Merge Lite2 mods.steve1997-01-061-9/+40
|
* Implement and document a '-o output_file_name' option tosteve1997-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
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.wollman1997-01-033-5/+7
|
* fix braino on my partadam1997-01-011-2/+2
|
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-012-3/+3
|
* icelandic collationadam1996-12-312-3/+42
| | | | (non-icelandic characters in latin1 order)
* Add de and es collatesache1996-12-303-4/+90
| | | | Submitted by: joerg
* Fix bug found by new prototypes. The code was passing an int to a functionpeter1996-12-301-2/+5
| | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout.
* Fix bug found by newly visible function pointer prototypes. Thispeter1996-12-301-2/+5
| | | | | | was passing an int to something expecting a "struct timeval". I've guessed at a timeout to replace it with..
* Fix bug found by newly visible prototypes in rpc. The code was passingpeter1996-12-301-2/+5
| | | | an in to a function instead of a "struct timeval".
* When using the perl5 extensions, ask perl itself what the pathnames are,peter1996-12-301-8/+17
| | | | | | | | | | | | don't just hard code them into the Makefile. (This is the optional stuff to use perl scripts as a vi scripting language. eg, to load a sample script, type: :perl do 'wc.pl'; this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can do this: :perl wc Yes, this is a trivial example. There are more useful examples, eg 'make' output parsing along the lines of emacs's "compile" mode. The tcl extension is similar and enabled by default since we ship with tcl.)
* Merge ee version 1.3 from the vendor branch. Clean up files we've gotjoerg1996-12-2917-4792/+644
| | | | | | | | | | in a different location. (Sigh, the initial import gratuitously changed the directory structure here, rendering the vendor branch a little useless.) Note: the French message catalog needs updating. By now, i've simply appended the English messages. NB: French message # 123 has been wrong, please correct whoever is going to deal with this.
* Enable idlok() in both windows. This is actually a no-op for libcursespeter1996-12-281-0/+2
| | | | | | (which doesn't use the setting at all), but when linking with recent versions of libncurses, ncurses screws up without it for some reason (presumably a ncurses bug).
* This commit was generated by cvs2svn to compensate for changes in r20983,joerg1996-12-288-0/+4753
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud