ru
76cfac20d5
Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96.
...
PR: bin/36417
Submitted by: Eugene Grosbein <eugen@www.svzserv.kemerovo.su>
2002-03-28 10:53:49 +00:00
obrien
f4fef940b5
Utility to create a.out [kernels] from an ELF one.
...
This is needed on sparc64 (and maybe all OpenFirmware based machines) as
most [all?] OpenBoot PROM's require either an a.out or FCode boot image.
Submitted by: jake
2002-03-28 02:17:27 +00:00
wollman
a1289429db
Use a slightly less obscure title than "file status".
2002-03-27 22:59:11 +00:00
ache
0701204aaa
Remove double SINGL_FLD and SEP_FLAG initialization
2002-03-27 22:41:01 +00:00
bde
c2a1e52896
Restored the part of 1.45 that was clobbered in rev.1.46:
...
#include <sys/time.h> instead of depending on namespace pollution in
<sys/stat.h> for the declaration of struct timeval.
2002-03-27 02:23:18 +00:00
charnier
833cdae906
Add myself.
2002-03-26 12:49:44 +00:00
charnier
86d3f6f7ce
Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.
2002-03-26 12:39:08 +00:00
charnier
bcc2ba2661
Add FBSDID. Do not \n terminate err() strings. Spelling.
2002-03-26 12:26:59 +00:00
charnier
b3b51db2eb
Introduce flags enumeration with standard
...
``The following options are available''. Put filename under .Pa.
2002-03-26 12:15:31 +00:00
charnier
896929d2ba
Add FBSDID. Remove unused include. Getopt returns -1 not EOF.
2002-03-26 12:09:49 +00:00
charnier
7f9da3da3b
spelling
2002-03-26 12:05:35 +00:00
jmallett
7411e6685a
Support -o 0 in join(1) as per SUS.
...
PR: 36072
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
Reviewed by: mike
2002-03-26 03:44:04 +00:00
ru
9ff3e0dbcd
Back out revision 1.13 (addition of ipfilter includes). A proper
...
fix for the relevant world breakage was later committed in revision
1.20, and this now breaks -DNO_IPFILTER world.
2002-03-25 19:12:05 +00:00
ache
693963da0d
Fix the case when high letters becomes missing from fold tables
...
for some locales
2002-03-25 16:06:12 +00:00
ache
e87761a7cf
Fix the case when record separator is 'Z' letter
...
Sense high spaces for -d option too
2002-03-25 15:49:07 +00:00
ache
9354df3c22
Remove double REC_D assignment
...
Cast REC_D optarg assignment to (u_char) to prevent out of bounds indexing
2002-03-25 14:22:31 +00:00
phk
432db57cce
Modernize my email address
2002-03-25 13:53:46 +00:00
mike
b1d120cfbf
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
2002-03-25 05:23:45 +00:00
markm
ce8b8b8999
Add BSD sort to the build, now that GNU sort is gone.
2002-03-24 16:02:01 +00:00
markm
5fb54802b6
Make this compile on FreeBSD. Sort out VCS tags, fix warnings.
2002-03-24 15:59:17 +00:00
markm
522dc48a88
Fix warns, ANSIfy, use __FBSDID(), sort headers.
2002-03-24 10:21:22 +00:00
cjc
b598570f6b
Fix a style(9) error. Put the vendor version control string back in.
...
I nuked it when I added the $FreeBSD$ tag.
2002-03-24 01:41:11 +00:00
imp
460e35953f
unifdef __STDC__
2002-03-23 23:37:07 +00:00
imp
d5c1fc899c
o unifdef -D__STDC__
...
o use ansi function definitions
o remove OLDSUN
2002-03-23 23:35:42 +00:00
imp
7eed3429c0
o unifdef -D__STDC__
...
o remove badly bit-rotted compat file that likely won't work on the systems
it purports to support.
2002-03-23 23:30:30 +00:00
imp
7535c05549
unifdef -D__STDC__
2002-03-23 23:19:00 +00:00
markm
0dcefe7b55
Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options from
...
Makefile.
2002-03-23 15:43:11 +00:00
markm
d644505a7d
Minor whitespace nit.
2002-03-23 15:20:45 +00:00
obrien
3662a2ea16
Use our auto-YACC'ing rules to do most of the work.
...
Submitted by: bde
2002-03-23 04:49:43 +00:00
ceri
dcf0ed4d8d
Add myself to the calendar.
2002-03-22 15:44:20 +00:00
markm
a5a6c4acc2
Null one-line entry to resurrect this from the Attic. The real commit
...
will follow.
2002-03-22 14:51:51 +00:00
markm
d5ba9b7cc5
This commit was generated by cvs2svn to compensate for changes in r92948,
...
which included commits to RCS files with non-trunk default branches.
2002-03-22 13:54:24 +00:00
markm
7406319bb4
Vendor import NETBSD's sort(1). This will be a replacement for
...
our GNU sort, as discussed 6 months or more ago.
2002-03-22 13:54:24 +00:00
imp
0b20191705
remove __P
2002-03-22 01:42:45 +00:00
imp
1698cb216e
remove __P
2002-03-22 01:33:25 +00:00
imp
74d826c7a6
remove __P
2002-03-22 01:22:50 +00:00
markm
5da7065f3d
Restructure for own parsedate (replacement for get_date from CVS).
...
Fix up parsedate.y for WARNS=4.
Reviewd by: bde (except for parsedate.y diffs)
2002-03-21 21:56:05 +00:00
markm
18beef9ee3
Add a replacement for get_date which is currently being dug out of
...
CVS's sources.
This is a "public domain" implementation stolen from INN, and is
added unmodified.
2002-03-21 21:43:50 +00:00
netchild
7bcbc43d99
Traditional first commit.
...
Approved by: joerg
2002-03-21 16:40:32 +00:00
peter
e18cd1e9c7
Add an ia64 targparam.h
2002-03-21 07:33:31 +00:00
ru
333c1d4d25
Make lint(1) a cross-tool.
...
(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).
2002-03-20 18:25:50 +00:00
markm
177f27dab3
For the sake of consistency, remove an include that is included in
...
a previous include. All other files in this app do this.
2002-03-20 10:35:51 +00:00
markm
d7ea51307a
Remove __P().
2002-03-20 10:32:05 +00:00
mike
54e30b4190
When invoked with no file arguments, display usage.
...
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
PR: 36074
Use new ID scheme.
2002-03-20 08:59:20 +00:00
phk
064c0537d1
Unifdef __FreeBSD__
...
MD5 checksum of binary unchanged.
2002-03-20 07:44:09 +00:00
jeff
d95a4801fc
Remove the kmembuckets stats in preparation for the UMA commit.
2002-03-19 08:45:55 +00:00
jmallett
f350e51990
Fix handling of filenames with spaces in them in the input file to
...
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
2002-03-19 02:05:27 +00:00
jmallett
a67e26bc7a
Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly
...
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
2002-03-19 00:44:07 +00:00
des
aa322cf19a
Bump the cutoff mark for comparing files from 8 MB to 16 MB.
2002-03-18 23:26:13 +00:00
cjc
51b661db90
Fix world breakage introduced by my recent modifications to
...
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>
2002-03-18 12:55:28 +00:00