summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing 'v' in usage message.bde1998-11-151-2/+2
|
* Fixed bugs in previous commit:bde1998-11-151-4/+5
| | | | | | - missing `v' in synopsis. - 'v' disordered relative to 'V' in description of options. - line too long in description of 'v'.
* New file formats.obrien1998-11-1518-0/+645
| | | | Obtained from: NetBSD-current/src/usr.bin/file/magdir
* Additional file formats.obrien1998-11-151-7/+38
| | | | Obtained from: NetBSD-current/src/usr.bin/file/magdir/msdos
* Added a -v (verbose) option and hid multi-job file banner generationdg1998-11-144-7/+15
| | | | behind it.
* unifdef -DLOGIN_CAP. After almost 2 years, I think we can assumejdp1998-11-112-75/+4
| | | | | | it's here to stay. This code is starting to look almost reasonable again.
* Remove support for LOGIN_CAP_AUTH. It was never enabled, it wasjdp1998-11-112-131/+5
| | | | | | | | | not complete, and it hasn't been touched for 18 months. All the ifdefs obfuscate the code. I discussed the LOGIN_CAP_AUTH support with its author and he agreed that it is a dead end. I am bringing PAM into the tree within the next two weeks. It is much more flexible than LOGIN_CAP_AUTH, and will serve as a superior replacement for it.
* Fix a const-related compiler warning.jdp1998-11-111-2/+3
|
* Fixed disorder.bde1998-11-101-2/+2
|
* Reenable fstat for alpha.dima1998-11-091-2/+2
|
* Reenable systat/vmstat for alpha.dima1998-11-091-4/+4
|
* Do a better job of determining if we were called as uptime(1).steve1998-11-091-5/+2
| | | | PR: 8593
* main.c:des1998-11-082-12/+13
| | | | | | Fix usage string. Fix getopt() string. Fix ordering of compatibility options. fetch.1: Fix synopsis. Fix ordering of T and t options. Fix minor grammar nit.
* dig, dnsquery & host seem to work on the alpha nowgpalmer1998-11-081-4/+4
|
* Add missing '\n'; remove redundant 'h' case in getopt switch.rnordier1998-11-051-2/+1
|
* Add -c option to usage string.rnordier1998-11-051-1/+1
| | | | | PR: 8568 Submitted by: Ryan Younce <ryany@pobox.com>
* Include `enigma' into the list of usr.bin programs.joerg1998-11-021-1/+2
|
* Fix errors detected by -Wformat.jdp1998-11-013-6/+7
|
* Link objformat statically by default. This makes it possible tojdp1998-11-011-0/+1
| | | | | | | | | | build 2.2-stable worlds on 3.0-current systems again. objformat calls getobjformat(), which doesn't exist in 2.2's libc. Technically there should have been a version number bump when it was added in -current. But it's used in so few places that it hardly seems worth that. Besides, the objformat program is very heavily used during a make world; it won't hurt to have it load a little faster.
* Fix some of the more blatant bugs in the original code, provide ajoerg1998-10-303-33/+156
| | | | | | | | | | | BSD-able Makefile, add a man page (that also puts a bold warning about the weakness of the encryption), and implement the -k option for compatibility with other vendor's implementations. (Unlike those other vendors, we actually also document this option and its problems.) There are more violations of style(9) in it, like the not-use of getopt(3), but it's not worth the while fixing all of this.
* This commit was generated by cvs2svn to compensate for changes in r40767,joerg1998-10-302-0/+182
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is enigma, aka. crypt(1). It has suppsedly been taken fromjoerg1998-10-302-0/+182
| | | | | | | | Cryptbreakers Workbench. While arguably a rather weak encryption, it's in some use in the Internet still, and provided by a bunch of other Unix systesms, so we include it here for compatibility. Silently agreed by: core
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-303-6/+6
|
* Back out previous work-around for "vmstat -i" failing on ELFjdp1998-10-281-1/+1
| | | | | kernels. A better fix is now committed to "src/lib/libc/gen/nlist.c" and "src/usr.sbin/kvm_mkdb/nlist.c".
* If we know the content-length, only read that number of bytes fromfenner1998-10-261-2/+13
| | | | | the server. There exists a broken server which sends a few extra garbage bytes in response to HTTP/1.1 requests.
* Add manpage for objformat. This needs major word smithing.obrien1998-10-252-1/+94
|
* Backout out previous commit. The bug was in the kernel.bde1998-10-251-2/+9
|
* Work around some variables having N_UNDF types but valid values; thismsmith1998-10-241-2/+2
| | | | | makes vmstat work on ELF kernels again. Submitted by: Daniel Rock <rock@cs.uni-sb.de>
* Use sysctlbyname() to locate the vfs.nfs.nfsstats node.msmith1998-10-241-9/+2
| | | | Submitted by: Daniel Rock <rock@cs.uni-sb.de>
* When invoked as "objformat" to print out the current object format,jdp1998-10-241-0/+4
| | | | | produce an error message if any arguments are given on the command line.
* Fixed gratuitous unformatting in rev.1.8.bde1998-10-221-1/+2
|
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-1/+1
| | | | configured in drivers.
* oops, forgot to add his birthdaytorstenb1998-10-221-1/+2
|
* Add Jon Postel's birth/deathtorstenb1998-10-221-2/+2
| | | | PR: 8402
* Added Microsoft's PE formatted executables for mips, i386 and Alpha.imp1998-10-221-1/+33
| | | | | | | Also added entry for the debugger files as well. The PE format is used for all Win32 platforms (Win95, Win98, WinNT and WinCE), so it is nice to be able to tell what kind of thing the foo.dll.... Don't have any data for powerpc formats, however...
* When the "-s" option is given, try to ensure that we restart thejdp1998-10-222-24/+64
| | | | target process even if we are killed or die due to an error.
* Remove most of the code and replace it with a call to getobjformat().jdp1998-10-212-116/+14
|
* Fixed previous commit to actually work. The wrong variable was initializedbde1998-10-211-3/+4
| | | | | earlier (with style bugs of course), so zcat was an alias for uncompress instead of `uncompress -c'.
* Behave like zcat if invoked as zcat. We don't install as zcat; this justmsmith1998-10-201-2/+5
| | | | | | makes us more useful in a tight environment. Submitted by: Wilfredo Sanchez <wsanchez@apple.com>
* Make gcore work for ELF.jdp1998-10-195-99/+625
|
* PR: 7583thepish1998-10-181-4/+4
| | | | | Submitted by: Dave Glowacki <dglo@SSEC.WISC.EDU> Support input via stdin if no input file name specified explicitly
* Only process the ``PWD'' environmental var if built with "WANT_ENV_PWD"obrien1998-10-182-5/+14
| | | | | defined. Bash v2 sets PWD and it creates major problems for those of us with /usr/src being a symlink. See the lists for examples of the problems.
* Fixed printf format errors. Assume that uid_t's are representable asbde1998-10-171-2/+2
| | | | unsigned longs.
* Fixed printf format errors. Assume that time_t's are representable asbde1998-10-171-2/+2
| | | | longs.
* Generate code to interpret ioctl numbers for all ioctls defined inbde1998-10-161-12/+50
| | | | | | | | | | | | | headers under /usr/include, not just for the ones in <sys/ioctl.h>. The generated file includes all headers that seem to define ioctls, so build errors will probably occur if headers become less self- sufficient than they are already. This is a feature. Build errors shall not be fixed by adding more includes here. Optionally generate a case statement instead of a list of if statements. This source must be edited to change this. The case statement should be non-optional. It currently can't be, because many ioctl numbers are not unique.
* Fix make world breakage from last commit.jdp1998-10-151-2/+2
|
* atq ignored locale info when printing dates. Is the other call tomckay1998-10-151-1/+5
| | | | | | setlocale() just in the wrong place? PR: 8300
* Fix a serious bug in make(1)'s handling of archive libraries.jkoshy1998-10-151-2/+2
| | | | | | | | | | | | | | This case did not need to be tested when RANLIBMAG was defined (as when in an `aout' environment) because Arch_StatMember() treated the two cases of the library not being present and a member of the library not being present the same way, forcing a rebuild of the library. Since in the ELF environment we don't look inside archive libraries we now need to check if the archive library is present in order to determine its `out-of-date'-ness. (I hope I've been able to meet the Oct 15th freeze). Reported-by: Steve Price (and a few others whom I've forgotten, sorry)
* Fix formatting bug.jkoshy1998-10-151-1/+3
| | | | | PR: 8320 Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
* Add lstat() as a known system call.sef1998-10-151-1/+3
|
OpenPOWER on IntegriCloud