summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Support -o 0 in join(1) as per SUS.jmallett2002-03-262-17/+35
| | | | | | PR: 36072 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike
* Back out revision 1.13 (addition of ipfilter includes). A properru2002-03-251-6/+0
| | | | | fix for the relevant world breakage was later committed in revision 1.20, and this now breaks -DNO_IPFILTER world.
* Fix the case when high letters becomes missing from fold tablesache2002-03-251-4/+9
| | | | for some locales
* Fix the case when record separator is 'Z' letterache2002-03-251-2/+6
| | | | Sense high spaces for -d option too
* Remove double REC_D assignmentache2002-03-251-2/+2
| | | | Cast REC_D optarg assignment to (u_char) to prevent out of bounds indexing
* Modernize my email addressphk2002-03-251-1/+1
|
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.mike2002-03-252-0/+2
|
* Add BSD sort to the build, now that GNU sort is gone.markm2002-03-241-0/+1
|
* Make this compile on FreeBSD. Sort out VCS tags, fix warnings.markm2002-03-2410-21/+502
|
* Fix warns, ANSIfy, use __FBSDID(), sort headers.markm2002-03-249-155/+114
|
* Fix a style(9) error. Put the vendor version control string back in.cjc2002-03-241-0/+1
| | | | I nuked it when I added the $FreeBSD$ tag.
* unifdef __STDC__imp2002-03-231-16/+1
|
* o unifdef -D__STDC__imp2002-03-231-77/+19
| | | | | o use ansi function definitions o remove OLDSUN
* o unifdef -D__STDC__imp2002-03-236-412/+5
| | | | | o remove badly bit-rotted compat file that likely won't work on the systems it purports to support.
* unifdef -D__STDC__imp2002-03-231-28/+3
|
* Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options frommarkm2002-03-232-20/+11
| | | | Makefile.
* Minor whitespace nit.markm2002-03-231-1/+0
|
* Use our auto-YACC'ing rules to do most of the work.obrien2002-03-231-7/+3
| | | | Submitted by: bde
* Add myself to the calendar.ceri2002-03-221-0/+1
|
* Null one-line entry to resurrect this from the Attic. The real commitmarkm2002-03-221-0/+1
| | | | will follow.
* This commit was generated by cvs2svn to compensate for changes in r92948,markm2002-03-2213-0/+2778
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import NETBSD's sort(1). This will be a replacement formarkm2002-03-2214-159/+3068
| | | | | | | | our GNU sort, as discussed 6 months or more ago.
* | remove __Pimp2002-03-2287-702/+689
| |
* | remove __Pimp2002-03-2274-842/+815
| |
* | remove __Pimp2002-03-2273-419/+387
| |
* | Restructure for own parsedate (replacement for get_date from CVS).markm2002-03-214-48/+54
| | | | | | | | | | | | Fix up parsedate.y for WARNS=4. Reviewd by: bde (except for parsedate.y diffs)
* | Add a replacement for get_date which is currently being dug out ofmarkm2002-03-211-0/+880
| | | | | | | | | | | | | | CVS's sources. This is a "public domain" implementation stolen from INN, and is added unmodified.
* | Traditional first commit.netchild2002-03-211-0/+1
| | | | | | | | Approved by: joerg
* | Add an ia64 targparam.hpeter2002-03-211-0/+54
| |
* | Make lint(1) a cross-tool.ru2002-03-206-20/+12
| | | | | | | | | | | | | | | | | | (See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong with enabling build of lint libraries in rev. 1.12.) This fixes cross-arch compiles (running binaries for a different arch when generating lint.7 and lint libraries) and cross-branch compiles (4.x -> 5.0 buildworld should be working again).
* | For the sake of consistency, remove an include that is included inmarkm2002-03-201-1/+0
| | | | | | | | a previous include. All other files in this app do this.
* | Remove __P().markm2002-03-208-23/+23
| |
* | When invoked with no file arguments, display usage.mike2002-03-201-4/+7
| | | | | | | | | | | | | | Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> PR: 36074 Use new ID scheme.
* | Unifdef __FreeBSD__phk2002-03-201-76/+6
| | | | | | | | MD5 checksum of binary unchanged.
* | Remove the kmembuckets stats in preparation for the UMA commit.jeff2002-03-191-68/+9
| |
* | Fix handling of filenames with spaces in them in the input file tojmallett2002-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | uudecode(1), as this behaviour was explicitly added in revision 1.12 as the result of PR 2882. Remove space (' ') from the delimiter characters handed to strtok(3). Reviewed by: mike Approved by: mike Pointy hat to: me
* | Make uudecode(1) use setmode(3) and getmode(3) instead of just blindlyjmallett2002-03-191-39/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | chmodding using an octal mode, as uudecode needs to handle symbolic modes as chmod and such do. Suggested by: Tim J. Robbins <tim@robbins.id.au> Also move meta-character (~ in this case) globbing to only if we are reading the filename from the encoded file, as otherwise it is the shell's job. Reviewed by: mike Approved by: mike
* | Bump the cutoff mark for comparing files from 8 MB to 16 MB.des2002-03-181-1/+3
| |
* | Fix world breakage introduced by my recent modifications tocjc2002-03-182-1/+3
| | | | | | | | | | | | | | chpass(8). The relations between libc, libpam, chpass, passwd, and vipw are a mess and probably should be cleaned up. Submitted by: Peter Pentchev <roam@ringlet.net>
* | Fix a bug that prevents "00" being used as a valid year. Why bother incjc2002-03-181-1/+1
| | | | | | | | | | | | | | | | 2002? It is a bug. Might as well close the PR. PR: misc/14511 Submitted by: Mike Pritchard <mpp@mpp.pro-ns.net> MFC after: 3 days
* | It was possible for an unprivileged user to tie up the passwordcjc2002-03-183-25/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information (no one else can vipw(8), chpass(1), or even passwd(1)), either on purpose or by accident, until an administrator manually intervened. Instead, do not lock the master.passwd file while a user is editing his information. But once we go to write the new information, check that the modified user's information has not changed in the password database since we started. Abort the changes if it has. Add a $FreeBSD$ to pw_copy.h. PR: i386/35816 Obtained from: NetBSD MFC after: 1 week
* | Build lint libraries.markm2002-03-171-1/+1
| |
* | Fix typo: supporting -> support.keramida2002-03-171-1/+1
| | | | | | | | | | | | PR: docs/35956 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days
* | ANSIfy: Function declarations and prototypes, use of environ(7).jmallett2002-03-151-9/+8
| | | | | | | | | | Reviewed by: mike Approved by: mike
* | Add myself to this list.mux2002-03-151-0/+1
| |
* | Argh, I constantly keep forgetting about these XXX's I put.ru2002-03-151-2/+1
| |
* | mdoc(7) police:ru2002-03-151-82/+62
| | | | | | | | | | Restore fixes from revision 1.20 that got lost in revision 1.21 merge. Fixed some more.
* | mdoc(7) police: fix markup and uudecode(1) -o option description.ru2002-03-151-6/+5
| |
* | mdoc(7) police: kill hard sentence breaks.ru2002-03-151-2/+4
| |
* | mdoc(7) police: pedantry.ru2002-03-151-4/+1
| |
OpenPOWER on IntegriCloud