lukem
8073bda8ac
rework the output to show a percentage after each field, and other
...
visual cleanups. the output now takes more a few more lines but is
easier to read (imho).
2001-03-19 05:45:30 +00:00
ad
f93ec22c6d
If configured to rotate at a specfic time and no historical log exists, then
...
don't consider the age of the historical log.
2001-03-18 16:34:08 +00:00
simonb
618d628845
Reverse the if and else clauses for the chardata test if there is
...
no format string specified.
Fixes PR bin/12424 from Jim Bernard.
2001-03-17 11:43:06 +00:00
pooka
64f1971541
update for file 3.34
2001-03-17 11:32:15 +00:00
pooka
629aebf0e1
kill dupe RCS Id
2001-03-17 11:30:52 +00:00
pooka
85cfab9a41
make this compile with our warning flags
2001-03-17 11:25:32 +00:00
pooka
a2f50a2443
resolve conflicts
2001-03-17 11:21:51 +00:00
pooka
d58fff15f7
file 3.34
2001-03-17 11:06:52 +00:00
mycroft
3fe322d08e
Power of 2 realloc.
2001-03-16 08:02:32 +00:00
fair
5f086f4804
Add cross references for qsort(3), and radixsort(3), per PR 10567
2001-03-16 07:37:58 +00:00
fair
fb3c4927d6
Commit patch from PR 9220 to document all options, and consistently
...
document defaults. Also, clean up nroff nits.
2001-03-16 06:23:20 +00:00
jdolecek
507cbfd5d0
Use patch provided Paul Janzen <pjanzen@OpenBSD.org> to fix
...
bin/12316 more completely.
Highlights:
* we only allow explicitly specified set of (numberic) formats
* %% is correctly skipped, extra %foo formats are detected
* '*' in format specification is not allowed
The code in getformat() is slighly different to the OpenBSD version
of fix - the list of allowed printf(3) flags is explicit and the
condition checking 'chardata' is written slighly differently.
Also pull-in some cosmetic changes from OpenBSD - s/isdefault()/is_default()/,
error() -> errx(), usage().
2001-03-14 07:50:06 +00:00
jdolecek
5cf4138b21
Don't exit with status 1 for successfull (non-interrupted) run.
...
Reported and patch provided in bin/12372 by Jim Bernard.
2001-03-12 13:29:26 +00:00
eeh
7cb49c5859
Add svr4_32 info.
2001-03-11 21:28:59 +00:00
itojun
6924e04336
redo of previous: do not destroy v->val if str points to v->val.
...
XXX GC of v->val
2001-03-10 00:41:48 +00:00
itojun
4679105873
correct case with VAR_KEEP. if clause checked VAR_KEEP backwards,
...
and made str a dangling pointer.
2001-03-09 12:49:05 +00:00
simonb
1d86c612aa
Show pages used by executables.
...
Align the numbers in the summary lines.
2001-03-09 03:05:20 +00:00
simonb
21425f4507
Show number of pages used by executables now that they're are counted
...
by UVM.
2001-03-09 02:42:23 +00:00
ross
3a0778cdc4
lp64/printf
2001-03-08 06:28:14 +00:00
enami
33ee74b742
Print hopcount too when -rv is given.
2001-03-08 03:47:04 +00:00
fair
a672ba6fd5
Correct the HISTORY section, per PR 11192 and Robert Elz.
2001-03-08 02:59:25 +00:00
garbled
5d095e634b
Fix more problems noted in PR 6649
2001-03-07 22:34:35 +00:00
garbled
092307c43c
Fix problem noted in PR 6649 (nuke trailing whitespace in .Nm)
2001-03-07 22:32:36 +00:00
wiz
9d876c80cc
Sprinkle some const, and rename a shadow-variable.
2001-03-05 20:26:17 +00:00
wiz
8e6d01d5a7
Fix appearance of bogus 0xff at EOF reported by me in bin/12287.
2001-03-05 20:19:54 +00:00
sjg
cefcce2537
Test for non-existant LIB was incorrect (using cmtime cf. mtime).
2001-03-05 16:20:33 +00:00
hubertf
d0a42335a9
Don't play trailing garbage at end of RIFF WAVE (.wav) files
...
Patch sent by YAMAMOTO Takashi <takashi.yamamoto@bigfoot.com> in PR 12328
2001-03-04 15:27:35 +00:00
assar
93963c8db2
fix spelling of cpp symbol (ENCRYPT vs ENCRYPTION).
...
enable encryption with autologin.
fixes PR 12226
2001-03-04 01:51:05 +00:00
assar
e625c71295
add krb5 support to ssh/sshd. based on code initially from Daniel Kouril <kouril@informatics.muni.cz> and Björn Grönvall <bg@sics.se>
2001-03-04 00:41:27 +00:00
jdolecek
13cb1a6488
Don't coredump if format given via -w doesn't contain alphanumeric
...
character; in such case, warn user the format is invalid.
This addresses bin/12316 by Perry E. Metzger.
2001-03-02 21:17:31 +00:00
itojun
7806b5d1f3
increase ipstat.ips_badaddr if the packet fails to pass address checks.
2001-03-02 04:26:10 +00:00
cgd
82f3142780
fix NetBSD RCS id tags
2001-02-27 19:04:39 +00:00
cgd
fd8d16c72f
fix broken NetBSD RCS id tags
2001-02-24 00:43:50 +00:00
christos
3e343f9152
PR/12251: Thomas Klausner: Make core dumps on unclosed conditional.
...
Well, it should say 'make core-dumps on any error on the primary makefile'.
This was a result of the new changes to print the path to the parsed
Makefile... Made the code a lot more conservative, plus prepended <progname>:
to each message.
2001-02-23 21:11:38 +00:00
jdolecek
d906805397
Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).
...
This change tracks change in rev 1.25 of sort.c by Christos Zoulas.
While here, improve error messages slighly.
2001-02-23 08:59:49 +00:00
christos
e56e039c8c
- use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporary
...
path buffer
- provide better error messages about why the temp file creation is failing
- explicitly compare syscall return to -1 instead of < 0 and fdopen return
to NULL instead of 0.
2001-02-22 22:45:49 +00:00
christos
faf9e3e459
Fix problem when using sort >> foo
...
If no output file was specified sort fopened("/dev/stdout", "w").
This is *wrong* because "/dev/stdout" will truncate the output file,
thus undoing the append effect the shell had set up. The simple fix
here is to just arrange for outfp = stdout and don't play with /dev/stdout.
While I am here:
- KNF
- make pattern for mkstemp have 6 X's.
2001-02-21 19:24:30 +00:00
itojun
e79a9123a3
use u_quad_t for rtstat.
...
not sure if it really matters, but short (32K) looks way too small given
recent fat pipes connecting *BSD boxes, and our great uptime :-).
2001-02-21 05:45:11 +00:00
cgd
040de26f85
call setprogname(argv[0]) at start of main()
2001-02-21 00:06:22 +00:00
cgd
c2bdafab79
use getprogname()
2001-02-20 23:51:59 +00:00
jdolecek
9c52662e24
fsort(): don't call append() with zero nelem
...
This fixes the 'sort -f /dev/null' coredump reported on current-users.
2001-02-20 18:33:09 +00:00
cgd
a8ec668ddf
convert to use getprogname()
2001-02-19 23:03:42 +00:00
jdolecek
025b45e604
Pull in various cosmetic changes from OpenBSD version of this manpage - mostly
...
whitespace changes, which don't influence the layout of result manpage at all,
but also add -H to SYNOPSIS and state sort(1) appeared in v5, not v6 of
AT&T Unix.
2001-02-19 21:06:57 +00:00
jdolecek
affba8f2e9
Pull up various cosmetic (mostly whitespace) changes from OpenBSD.
...
This is primarily to ease syncing the two versions.
2001-02-19 20:50:17 +00:00
lukem
83a00b2109
- display a limited progress bar (containing bytes xferred and xfer rate)
...
when the file size is unknown
- disable progress bar during remglob()
2001-02-19 20:02:42 +00:00
jdolecek
21928fdd78
enterfield(): test the buffer size BEFORE assignment also for the other code
...
branch, since we might get called with tablepos == endkey for some special
input files (where an record would happen to fit exactly to the input
buffer) - BTW, this bug looks like it has been here ~forever ...
This seems to fix the sort crash for 'make british' build of ispell package,
as reported by Mark White at current-users@.
2001-02-19 19:52:27 +00:00
jdolecek
c499b18924
enterkey():
...
* move the test for keybuf size before keypos[-1] assignment, "just in case"
* move the keypos assignment to improve readability
2001-02-19 19:41:31 +00:00
jdolecek
e1a2c672d7
oops - wrong file, backoff local test change
2001-02-19 19:39:53 +00:00
jdolecek
552af1f3f4
enterkey():
...
* move the test for keybuf size before keypos[-1] assignment, "just in case"
* move the keypos assignment to improve readability
2001-02-19 19:36:59 +00:00
jdolecek
7f547730fd
cosmetic changes - make keylist[] static and remove extern definition
...
in fsort.h, move macro SALIGN() from sort.h to fsort.c
2001-02-19 19:31:29 +00:00
lukem
ac52e9e4de
minor knf
2001-02-19 18:15:28 +00:00
jdolecek
0fbdf074b5
put tmp.c back to Makefile, too
2001-02-19 17:45:24 +00:00
jdolecek
32138e0376
document -T and TMPDIR handling
...
resurrect ENVIRONMENT and FILES, adjust to be more correct
slighly adjust SYNOPSIS line, so that it looks little nicer :)
2001-02-19 16:27:04 +00:00
jdolecek
aa9a452a75
full -T support
2001-02-19 15:53:07 +00:00
jdolecek
5347005ed0
resurrect old ftmp() - it supports alternative directory for temporary
...
file, which is needed for -T support
2001-02-19 15:45:45 +00:00
kim
4a22726eab
Use the errno.h and signal.h passed in on the command line.
2001-02-18 18:38:18 +00:00
tsutsui
de539bb089
Define both NLIST_AOUT and NLIST_ELF32 on all m68k
...
rather than checking ${MACHINE}.
2001-02-18 05:22:46 +00:00
manu
1a6f014301
Cosmetic fix so that RET record after CALL execve get the appropriate syscall
...
even if the emulation changed
2001-02-16 23:28:44 +00:00
christos
853a8e1dfd
PR/9195: Tanaka Akira: od does not display short files containing nulls. Fix
...
from Andrew Brown.
2001-02-15 18:16:12 +00:00
itojun
531a3ed838
sync with 2/14.
...
openssh changes:
- SIGWINCH propagated correctly
- mitigate SSH1 traffic analysis
- sprintf -> snprintf and lots of other cleanups
netbsd local changes:
- include OpenBSD RCSID into binary again, which helps us diagnose later.
2001-02-14 01:06:48 +00:00
bjh21
d50dc71439
Since arm26 and arm32 now share a core file format, describe such a file
...
as a "NetBSD/arm core".
2001-02-13 23:56:13 +00:00
bjh21
27f2273eff
Advanced RISC Machines Limited officially became ARM Limited on 1998-05-21.
...
Update the ARM ELF magic to match.
2001-02-13 14:35:21 +00:00
cgd
c52d4f59e8
__progname not used here, so don't extern it
2001-02-13 00:14:58 +00:00
cgd
d2d8d25fe6
progname not used here, so don't extern it
2001-02-13 00:11:45 +00:00
bjh21
422a592092
__arm26__ || __arm32__ -> __arm__
2001-02-10 19:15:24 +00:00
christos
b023fbbf99
fix fix typo from @@@
2001-02-10 00:49:04 +00:00
christos
350f82175f
new man page from @@@
2001-02-09 17:50:44 +00:00
jdolecek
7053c53e8a
document systime(), strftime(), gensub(); for gensub(), note that the \n
...
sequences supported by GNU awk are not supported yet
xref stuff referenced within manpage in SEE ALSO, add reference to FSF's
"AWK Programming Language"
various other little fixes
2001-02-08 20:54:50 +00:00
jdolecek
efce34814d
strftime(), systime() added, gensub() partly done
...
actually, awk DOES support RSTART and RLENGTH, remove from list of variables
noticed the number of open files is limited to FOPEN_MAX (20), this should
be made dynamic
2001-02-08 20:45:09 +00:00
jdolecek
1370376fed
move sections so that the order is more like the one specified by
...
mdoc.samples(7)
2001-02-07 21:13:36 +00:00
jdolecek
4f8a23e8ac
use -R instead -w, to be compatible with OpenBSD
2001-02-07 21:00:05 +00:00
jdolecek
f6b0d130db
use -R instead of -w, since that's what OpenBSD is using and there is no reason
...
to be different
2001-02-07 20:58:09 +00:00
jdolecek
eb6e724e72
s/-T/-w/
2001-02-07 20:32:57 +00:00
jdolecek
14b38a0855
Since -T is used to select directory for temporary files in other sort
...
implementations, we should avoid using it for something else.
Use (new) flag -w for setting record delimiter, make -T noop.
2001-02-07 20:31:44 +00:00
jdolecek
44f2c62649
use errx(), not err() within section for '-t' flag
2001-02-07 19:47:44 +00:00
christos
74f15d98d3
PR/12147: TheMan: add -t option to od.
2001-02-07 18:32:21 +00:00
christos
d88f58cb84
constify
2001-02-07 18:32:07 +00:00
christos
d266dee836
PR/12147: TheMan: add -t option to od.
2001-02-07 18:31:07 +00:00
itojun
1f5cfca3e6
sync crypto/dist/ssh with re-importorted tree. try to minimize diffs
...
with openssh tree to ease future upgrade. re-do local changes, including:
- prototype pedants
- IgnoreRootRhosts
- login.conf user validation
some of the local changes that weren't used are omitted for now. we may
need to revisit those afterwards.
it adds "sftp".
2001-02-07 17:05:31 +00:00
itojun
22b473e0f6
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
...
normal operation (/var can get filled up by flodding bogus packets).
sysctl net.inet6.icmp6.nd6_debug will turn on diagnostic messages.
(#define ND6_DEBUG will turn it on by default)
improve stats in ND6 code.
lots of synchronziation with kame (including comments and cometic ones).
2001-02-07 08:59:47 +00:00
jdolecek
3cf31f57d4
group all operators to subsection Operators, describe what each
...
operator does
2001-02-05 19:33:36 +00:00
itojun
eb99cc701b
make sure to initialize malloc'ed region. PR 12138. found by malloc.conf=AJ
2001-02-05 14:25:34 +00:00
jdolecek
1acb637946
document supported options better, add a short info about
...
this awk on start of DESCRIPTION section
2001-02-05 13:23:57 +00:00
christos
23bb393e6b
fix nested extern
2001-02-05 02:09:37 +00:00
christos
85ef06032c
fix nested externs
...
rename raise to upcase to avoid clash with raise(3)
2001-02-05 02:07:52 +00:00
christos
e5785ba616
fix nested extern
2001-02-05 01:56:51 +00:00
christos
8b325711d4
don't include extern.h here; every other file includes it.
2001-02-05 01:56:38 +00:00
christos
f6321b3b4d
fixed nested externs
2001-02-05 01:53:48 +00:00
christos
5a144646f2
fix nested extern and duplicate decls
2001-02-05 01:51:52 +00:00
christos
69195d4077
remove redundant decl
2001-02-05 01:47:01 +00:00
christos
ac535251a5
don't use errx() in usage
...
fix nested extern
2001-02-05 01:45:32 +00:00
christos
e0475d14f3
fix redundant and nested decls
2001-02-05 01:44:07 +00:00
christos
35d2e40e99
fix nested extern
2001-02-05 01:39:27 +00:00
christos
32d9714048
fix redundant decls
2001-02-05 01:37:33 +00:00
christos
6915289539
add missing prototypes in order to enable full WARNS
2001-02-05 01:35:45 +00:00
christos
8f3b31ba6f
fix nested extern
2001-02-05 01:21:00 +00:00
christos
ffa8eefe34
fix nested extern
...
rename system to shell_system so that it does not conflict with libc
2001-02-05 01:20:12 +00:00
jdolecek
d6b3e4b6cb
substr(): the argument 'n' is optional, document what happens if it's omitted
...
fix order of OFS and ORS in variable list
2001-02-04 20:47:50 +00:00
jdolecek
d15ae688ce
use 'trstr' for parameter to -t; both 'cenis' (SYNOPSIS) and 'cnis' (DESCRIPTION)
...
were already out of date and we really don't want keep the info on two
places
2001-02-04 20:44:53 +00:00
christos
91869b8cb5
remove duplicate prototypes.
2001-02-04 17:45:24 +00:00
christos
e670f72960
move yyparse prototype higher up, so that it is available to embedded c
...
code in the .y file.
2001-02-04 17:45:06 +00:00
mrg
f0c3971950
use -msoft-quad-float on the sparc64.
2001-02-04 14:42:31 +00:00
he
f3d05afa64
Correct double `s' in `ressource'.
2001-02-03 19:37:56 +00:00
jdolecek
544679615d
add a list of things GNU awk has and we probably want to support
...
this list is probably incomplete; feel free to add more stuff
2001-02-02 21:08:42 +00:00
mrg
05ebb290f5
teach kdump about compat/sunos32
2001-02-02 07:41:54 +00:00
jdolecek
9d6ab89db5
Do extensive facelift:
...
* divide text into subsections according to function
* group I/O, math functions together (similarily to how gawk manpage
is structured) and provide easily parsable
list, so that it's much easier to find information about individual
functions
* sort function and variable list by alphabet
2001-01-30 21:05:12 +00:00
jdolecek
f62a886eb7
Conversion of nawk manpage to mdoc format. Put here rather than
...
to dist/nawk/, since it's not likely mdoc formatted manpage would become
part of nawk distrubution.
Hopefully mdoc macros are used mostly correctly here.
2001-01-30 18:26:30 +00:00
enami
4be646f78d
s/Swap/Swp in Memory: line.
...
XXX: Strictly speaking, we must chop off two more characters from this line
XXX: so that the line fits in single line.
2001-01-30 13:29:58 +00:00
wiz
b4c1ab272c
Add 's' to netherlandguilder. Fixes bin/12082 by Benjamin Wong.
2001-01-30 12:26:11 +00:00
mjl
dba0f7f9f3
Tyop: millennium, not millenium (FreeBSD PR/24369)
2001-01-30 00:22:29 +00:00
hubertf
ba97773707
Plural: is -> are
...
Belongs to PR 11975 by Jeremy C. Reed <reed@reedmedia.net>
2001-01-29 17:06:06 +00:00
thorpej
7d60447ce7
Undo rev. 1.2 -- not like it'll do much good -- seems like there is
...
no code that checks HAVE_MMAP!
2001-01-29 00:24:24 +00:00
jdolecek
b80b95a77a
Examine input files and set the openinfo hint accordingly to number of
...
found records. This makes resulting db for small capability databases
much smaller - for vgrind(1), the resulting vgrindefs.db is about 24KB
instead of ~500KB.
The hint passed to dbopen() is number of records in input files
rounded up to nearest power-of-two value and multiplied by two.
Besides being a nice conservative value, termcap.db become about
70KB bigger if the hint matches the count of records (1023), probably
due to hash overflows.
2001-01-28 20:01:42 +00:00
jdolecek
26a80cb447
make local functions static
2001-01-28 19:42:17 +00:00
jdolecek
8d46cb93bd
db_build(): fix memory leak, free() the buffer allocated by cgetnext() on
...
every loop iteration
2001-01-28 17:34:31 +00:00
thorpej
c910e5b5bb
If the new locale's variable data is length 0, don't bother trying
...
to write it. fwrite(3) is a noop in that case anyway, and the error
detection logic here was screwing up on the 0 return from fwrite(3)
(that return value is mandated by SUSv2 for size or count of 0).
While here, improve the error messgages given to the user.
2001-01-28 00:50:04 +00:00
thorpej
12c9da42f1
Make this build with WARNS=2.
2001-01-28 00:28:01 +00:00
joda
98fea760dc
don't know when the TOPDOMAIN compile-time option might be useful, but
...
doing strcat on a string literal is not a very good idea
2001-01-27 22:31:52 +00:00
enami
0a3cd3740b
Prevent integer overflow.
2001-01-27 11:10:18 +00:00
enami
1afed7103d
Cosmetic changes.
2001-01-27 11:08:23 +00:00
itojun
fee00b1a78
mark cloned routes with RTF_CLONED. present it with netstat -r by "c".
...
let static routes overwrite cloned routes, as cloned routes can come back again
if necessary. behavior same as freebsd/bsdi, code partially from bsdi42.
(NRL rt->rt_parent was not added)
should fix PR 11916 and maybe some other PRs with ARP behavior.
recompilation of usr.sbin/route6d is suggested.
2001-01-27 04:49:31 +00:00
hubertf
8c09a436f7
Patch fixes spelling, grammar, adds ksh, adds rusage information.
...
Submitted by Jeremy C. Reed <reed@reedmedia.net> in PR 11975.
2001-01-26 18:56:35 +00:00
jdolecek
4581cb1397
build & install string2key manpage, too
2001-01-24 23:09:30 +00:00
enami
b25b640d38
No space is allowed before comma in optarg for -X option.
2001-01-23 23:06:11 +00:00
enami
044efd32f8
Print a process state except sleeping in capital letter, and
...
print wait channel for sleeping process. While I'm here, document that
the STATE field may be followed by /cpu-number on multi-processor system.
2001-01-23 23:03:49 +00:00
jdolecek
0e4f8029c1
Make the generated parse tables const, so that the data are pushed
...
to text segment. The difference is quite significant - for example,
the tables are about 20K for gawk, 40K for nawk, couple of KB for /bin/sh.
2001-01-23 22:31:40 +00:00
jdolecek
6fa8cb0bb3
use YHEADER instead YFLAGS/CLEANFILES
2001-01-23 22:24:20 +00:00
jdolecek
e87b67b182
Add nawk build glue. It's not enabled for now, gawk is still the default.
2001-01-23 16:25:22 +00:00
jdolecek
b6fcf9e157
make data arrays in skeleton.c const
2001-01-23 15:35:01 +00:00
cgd
2f928e31d3
<sys/time.h>, rather than <time.h>. The former is actually the documented
...
way to get gettimeofday(), etc. On some systems on which you might want
to host make (e.g. solaris), <time.h> won't get you a struct timeval
definition.
2001-01-23 02:48:05 +00:00
itojun
64a16b4f7e
ru_SU locales are deprecated, ru_RU is now correct one.
...
rename LC_CTYPE locale declarations and vi message catalog.
From: Oleg Polyanski <luke@jetinf.com>
2001-01-22 17:48:15 +00:00
mycroft
3c3172647b
Add aliases for `dvd', `dvdrom', et al.
2001-01-21 09:55:40 +00:00
lukem
cc2697a166
be more descriptive in the description of what rev(1) does
2001-01-21 01:01:08 +00:00
pk
992d55d2a8
* Use krb5_warn() instead of non-functional com_err().
...
* knf patrol
* De-__P()
2001-01-19 21:55:19 +00:00
enami
1dcd879fa8
Make files here compile again.
2001-01-19 14:14:03 +00:00
mrg
d14e283f81
- move the mmap playing code into new play() function
...
- be more (properly) quiet with `-q'
2001-01-19 14:11:56 +00:00
jdolecek
f65ee1b182
merge(): use array of buffers instead of one big buffer for all records, and
...
enlarge them as necessary to read records from merged files; the buffers
are allocated once per program run, so there shouldn't be any
performance difference
This makes sort(1) pass also regression 40B and should make it
fully arbitrary long record capable.
XXX the buffer array could probably be freed on end of fmerge() to save memory
2001-01-19 10:50:31 +00:00
jdolecek
75067b134f
adjust intendation
2001-01-19 10:14:31 +00:00
jdolecek
07eff1f96d
use MERGE_FNUM instead of magic value 16
2001-01-19 10:13:21 +00:00
jdolecek
553f0c9d4c
put MERGE_FNUM here, slighly clean up other defines
2001-01-19 10:12:35 +00:00
jdolecek
90f3e08483
keep bumping the record buffer up to 8 records - this is to avoid making
...
excessive number of temporary files for oversized records; the way the
buffer is enlarged is now also safer
initialize 'bufsize' statically, so that the value can be safely used
in e.g. msort.c:fmerge()
2001-01-18 21:40:15 +00:00
jdolecek
78487dad59
make DEFLLEN plain 1 << 16, don't substract magic value
2001-01-18 21:03:46 +00:00
jdolecek
966f1aeec3
makeline(): make the overflow handling code safe vs. buffer realloc, add
...
a comment explaining what we do here
2001-01-18 21:02:47 +00:00
jdolecek
c690f5dcc8
cosmetic style change
2001-01-18 20:59:43 +00:00
thorpej
f9db1fd410
Add trace.o
2001-01-18 05:53:05 +00:00
shin
1d9514fbe4
- fix alignment problem.
2001-01-16 12:06:19 +00:00
jdolecek
d1fef423d6
set date to when this utility became default system sort(1) on NetBSD
...
add information about when it came to NetBSD to HISTORY
2001-01-16 10:36:57 +00:00
cgd
d594ce939b
comment or delete text after CPP directives.
2001-01-16 02:50:27 +00:00
cgd
fb3e326ed2
Pass CPP and CPPFLAGS to makerrnos.sh, and use them. Default to cpp and
...
empty, respectively, if not provided.
2001-01-16 02:46:25 +00:00
cgd
fdfcf1962d
labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l
2001-01-16 02:43:37 +00:00
cgd
9cfe468c74
avoid C sequence point issues warned about by development version of gcc.
2001-01-16 02:41:17 +00:00
cgd
3e8fb298b1
Avoid accidental use of trigraphs. Pointed out by development version of gcc.
2001-01-16 02:37:03 +00:00
christos
a5854c63b6
.PHONY gnode's don't get a PREFIX, so don't try to set the parent's prefixes
...
on a parallel make.
2001-01-15 22:17:09 +00:00
mycroft
139c9e6bf2
Once again, do the warning in a format that doesn't completely blow, and that
...
corresponds with text in the man page. Also split it into 2 pieces that can
both be used with, e.g., C-x` in Emacs.
2001-01-14 20:54:16 +00:00
christos
a73d3d97ca
Provide a new .if commands(<target>) primitive that returns true if the
...
target has commands associated with it.
2001-01-14 20:44:26 +00:00
christos
3fbe1ebe81
convert error messages into english
2001-01-14 06:02:25 +00:00
christos
07c4e36361
We cannot override commands yet, ignore the additional sets for now.
...
This will be reverted when the tree is fixed.
2001-01-14 05:41:08 +00:00
christos
50a2a73342
- make the second list of commands override the first like gmake does
...
- remember where the first command definition occured so that we can debug
things.
2001-01-14 05:34:06 +00:00
christos
a2da9e7752
make the -W arg work; it was not put in the getopt string.
2001-01-14 05:33:53 +00:00
itojun
a0f7a7d829
crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.
...
usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR.
2001-01-14 05:22:31 +00:00
aymeric
0ec35fe298
Don't dump core when a ``bad address'' error occurs and there is neither
...
a file nor a command underlying it.
This fixes PR #11543 .
2001-01-14 02:22:29 +00:00
jdolecek
f40f1d2ddf
note this sort(1) implementation appeared in 4.4BSD
2001-01-13 21:40:56 +00:00
cgd
741c8f626f
back out the change in rev 1.57. it was misguided; see discussion
...
on current-users (subject "build problem - multibyte.c").
2001-01-13 20:36:58 +00:00
soren
ec09544572
And make usage() test for NULL explicitly..
2001-01-13 20:21:56 +00:00
soren
7b5f324dcc
usage() expects a NULL when there is no specific error message.
2001-01-13 20:20:47 +00:00
jdolecek
a3b6f1c251
put back sort, it's fixed now
2001-01-13 20:11:49 +00:00
jdolecek
b36ae8b14a
makeline(): put back the memmove(3) removed in rev 1.5 in belief it's been
...
redundant. "Oops"
This fixes bug reported to me by Simon Burge.
2001-01-13 20:10:52 +00:00
jdolecek
7c5e77a45a
also remove the clpos++ added in rev 1.4
2001-01-13 19:04:21 +00:00
jdolecek
f4074c5bd3
undo broken revision 1.4
2001-01-13 19:01:14 +00:00
itojun
8dd4895415
fix few confusing indentation. XXX still broken
2001-01-13 17:27:21 +00:00
simonb
41b1ab320a
Disable sort for now, it has a corruption problem.
2001-01-13 14:11:38 +00:00
jdolecek
769f751499
save couple of cycles and bytes by static initialization of sigaction act
...
and sigtable[]
2001-01-13 11:19:41 +00:00
jdolecek
ea53379da3
Switch from GNU to BSD sort. Approved by the Core.
2001-01-13 10:49:06 +00:00
jdolecek
20db24e8e3
add -s/-S to synopsis
...
remove TMPDIR stuff - it no longer applies, at least for now
move the note about link/unlink from BUGS to NOTES
add note about trailing record separator and lack of restriction on
line length or allowed bytes
2001-01-13 10:47:29 +00:00
jdolecek
f2deab8a4c
when merging stuff from several files, make merge handle records correctly
...
for stable sort so that the records are not swapped arbitrarily - this makes
in-tree BSD sort(1) pass regression test 38
while here, do couple of cleanups, like s/16/MERGE_FNUM/ where appropriate,
making local stuff static and some intendation/code format changes
2001-01-13 10:33:30 +00:00
jdolecek
16b90fdb48
one more warning to kill
2001-01-13 10:17:43 +00:00
jdolecek
7102161857
Since SUS explicitly specifies sort(1) should append a record
...
delimiter to file if it doesn't end with one, don't warn when this
happens.
2001-01-13 10:07:06 +00:00
jdolecek
c0f11cbc8f
alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch]
...
put extern declaration for gweights[] to sort.h
2001-01-12 19:41:13 +00:00
jdolecek
341955c93c
alltable[], itable[], dtable[] were moved to init.c, g/c from sort.[ch]
...
put extern declaration for gweights[] to sort.h
add -s/-S to usage(), couple of formating nits
2001-01-12 19:41:12 +00:00
jdolecek
7c2fb292db
for stable sort, arrange so that really only relevant part of line
...
is used for sort - this makes sort pass regression test number 36
while here, slighly adjust code formating on couple of places
2001-01-12 19:39:02 +00:00
jdolecek
59c0b59998
comsetic prototype adjustment
2001-01-12 19:31:25 +00:00
jdolecek
adefa598e8
use toupper() where appropriate
...
whitespace/parenthesis police
2001-01-12 19:30:22 +00:00
jdolecek
43de9457c0
remove #if 0 part
2001-01-12 19:24:42 +00:00
jdolecek
f68d9de78d
only print the 'duplicate script for target' warning if
...
parseWarnFatal is on
2001-01-12 09:27:44 +00:00
jdolecek
4a22141e02
the g/c in rev 1.12 was too aggressive - put back code
...
to change file '-' to '/dev/stdin'
2001-01-11 15:10:46 +00:00
enami
2422c40349
Add dummy dependency so that parallel make won't to make misc.c and misc.h
...
at the same time.
2001-01-11 14:25:27 +00:00
enami
0c7c2d05c2
Make yacc.h before making lex.o.
2001-01-11 14:20:18 +00:00
jdolecek
1c216f18ea
general cleanup of file list passing:
...
* get rid of union f_handle, replace by passing explicit int parameter
and (new) struct filelist
* add new typedefs gen_func_t and put_func_t and use where appropriate
2001-01-11 14:05:24 +00:00
sjg
e5aa080165
SU_INDIRECT_GROUP should not be on by default.
2001-01-11 00:54:57 +00:00
lukem
b792d3dea5
revert part of previous, and change back to LOG_USER (from LOG_MAIL).
...
however, unlike the original behaviour, this has been done with an explicit
openlog(...,LOG_USER) to make it more obvious what facility is used.
2001-01-10 23:15:42 +00:00
sjg
91d1372fc6
If SU_INDIRECT_GROUP is defined (it is by default), then su will
...
consider that SUGROUP and ROOTAUTH group contain the names of
users and groups. If user is not found in the list check_ingroup()
recurses on each member until either user is found or end of chain
is reached.
The above allows su's use of the wheel group to be extended to a large
number of users without necessarily putting them in group wheel, and
in a way that will work over NIS that simply extending the line length
limit in getgrent.c cannot.
2001-01-10 21:33:13 +00:00
christos
bda102d681
PR/11800: Chris Demetriou: Add -W flag to exit on parse warnings.
...
While I am here, s/make:.*"/%s:\1", progname/
2001-01-10 15:54:00 +00:00
lukem
4d27ed96d9
use LOG_MAIL (instead of default, which is LOG_USER)
...
log all fatal errors to LOG_ERR
2001-01-10 12:34:50 +00:00
lukem
cc029dd772
- don't use LOG_CONS
...
- by default log to LOG_AUTH (so no need to specify LOG_AUTH at each syslog())
- log all unsuccessful attempts (for whatever reason) to LOG_WARNING
- log all successful attempts to LOG_NOTICE
2001-01-10 12:30:19 +00:00
lukem
8ea781a956
LOG_ODELAY is deprecated. use LOG_ERR for fatal errors
2001-01-10 12:24:38 +00:00
lukem
df21faf565
don't need to specify facility LOG_AUTH as it's the default
2001-01-10 12:23:57 +00:00
jdolecek
8e4be8f5bb
call setlocale() on startup
2001-01-09 22:25:55 +00:00
lukem
443a19e035
convert to using .WAIT
2001-01-09 03:13:39 +00:00
jdolecek
d3a4171066
make ftmp() wrapper aroung tmpfile(), there is no need to reimplement it
...
move ftmp() from tmp.c to files.c
g/c no longer needed stuff
2001-01-08 19:16:49 +00:00
jdolecek
09bc2d58e8
call setlocale() on startup
...
reformat the switch contents in main() a little, sort flags by alphabet
where possible
2001-01-08 18:58:56 +00:00
jdolecek
af3472c08c
constify a bit, small cleanups
2001-01-08 18:35:49 +00:00
jdolecek
e4de90b20d
by default, use stable sort
...
add -S flag to switch to non-stable sort; for GNU sort compatibility,
provide -s flag too
2001-01-08 18:00:31 +00:00
itojun
7d061a2000
consistency for usage()
2001-01-08 14:12:06 +00:00
christos
a36e2b78f7
fix arm32 confusion. There was a regression that changed 4096->8192
...
somewhere after 1.10. I am fixing this in the master source of file.
[this should be pulled up for 1.5.1]
2001-01-08 12:41:06 +00:00
mrg
2ae6017367
link openssl with -lcrypto_rc5 and/or -lcrypto_idea (before -lcrypto) if
...
those ciphers are asked for with MKCRYPTO_RC5/MKCRYPTO_IDEA. avoids building
rc5/idea support with missing libcrypto support.
2001-01-08 07:49:01 +00:00
itojun
1a0a03b824
add missing DPADD
2001-01-08 07:38:00 +00:00
phil
4867c375a3
Include the definition of PRINTOBJDIR before using it.
2001-01-07 07:18:32 +00:00
sjg
fc4c89c68b
ReadMakefile: Don't simply fopen() fname before checking if we are in separate
...
objdir. This is the way freebsd does it, and apart from being more correct,
saves a lot of pointless fopen() calls.
2001-01-07 06:16:02 +00:00
phil
0e57605760
Improve a parameter list, add the actual documentation for menuc.
2001-01-07 06:09:19 +00:00
sjg
85be2f6526
Always try an give the absolute pathname of the Makefile that we got an error in.
...
Use .PARSEDIR if set and not '.', otherwise .CURDIR to qualify the Makefile's path.
2001-01-07 06:08:33 +00:00
christos
8b6c00c71e
remove duplicate decls/nested externs.
2001-01-06 02:09:48 +00:00
christos
3646bd21df
don't roll your own declaration of isatty; use <unistd.h>; needs to be checked
...
for c++
2001-01-06 02:09:31 +00:00
mjl
edfa017784
ANSIfy, alphabetize arguments.
2001-01-05 07:14:46 +00:00
mjl
3d418a4a73
ANSIfy.
2001-01-05 04:59:21 +00:00
mjl
96015e4766
(From FreeBSD)
...
Get things right for tty names of length UT_LINESIZE. (FreeBSD PR 3638)
If the utmp login time is greater than the tty atime, use it to calculate
the idle time instead of the atime.
Fix -n with 16-chars hostnames (FreeBSD PR 11286).
Domain names are case insensitive.
2001-01-05 04:54:53 +00:00
mjl
c5775359ae
ANSIfy
2001-01-05 04:06:49 +00:00
mjl
d18550fa63
Remove mysterious check for "sleeper" who would not get walled.
2001-01-05 04:00:34 +00:00
itohy
7d6cc9c5e5
Add missing newline of "id -p" output.
2001-01-05 03:08:23 +00:00
lukem
c2b84904ae
use %ll_ instead of the less standard %q_
2001-01-04 23:05:54 +00:00
itojun
92ee339d1c
sh3 split
2001-01-04 09:43:05 +00:00
itojun
78c2b5a427
make usr.bin/tn3270 buildable. make sizeof(tline) usable.
2001-01-04 05:58:41 +00:00
itojun
8981b09426
add magic # for Hitachi SH COFF
2001-01-04 00:10:07 +00:00
mjl
e1d9ba796d
un__Pify, ANSIfy and constify.
2001-01-03 13:25:11 +00:00
mjl
a640361563
/dev -> _PATH_DEV
2001-01-03 13:14:26 +00:00
mjl
6c2663f7dd
Fix possible buffer overruns. From OpenBSD, but without breaking stuff.
2001-01-03 12:41:00 +00:00
simonb
0a76fbb1e6
Another object file format reference for hp300.
2001-01-02 12:30:14 +00:00
thorpej
eb80878b1b
Happy new year!
2001-01-01 20:18:34 +00:00
sommerfeld
ded2509e8b
Missing bit of last change
2001-01-01 15:50:23 +00:00
sommerfeld
3274266e5f
Delete forceSerial; just use compatMake for that.
...
Add -N flag to *really* not execute any commands (useful when using
the -d flags to debug usr/src/Makefile)
Document -N
Update documentation of -n to mention that it still executes commands
for targets marked .MAKE so that the -N/-n distinction is clear.
2001-01-01 15:47:37 +00:00
pooka
afe260e16b
make this substitute __VARIBLES__ to correct values
2001-01-01 12:13:58 +00:00
pooka
ce3f87994b
magic man-page is in chapter 5, not chapter 1
2001-01-01 12:12:40 +00:00
ad
53cb8f368d
PR 11667: ruptime output is unpretty for uptimes in excess of 99 days. Give
...
us one more column to play with, and expand the field size by one.
2000-12-31 17:35:20 +00:00
itojun
209b37f0e1
fix argument validation mistake in setpeer().
...
From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>
2000-12-30 18:00:18 +00:00
sommerfeld
1ef47ae656
Include token counts in trace output.
...
Don't let tokensFree go negative.
2000-12-30 16:38:22 +00:00
augustss
eb24c4857c
Change indentation and wording a little.
2000-12-30 16:18:13 +00:00
hubertf
9c8977ca73
Option similar to -k, only to use megabyte (1024**2) as display unit.
...
Patch contributed by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk> in PR 11848.
2000-12-30 16:00:33 +00:00
sommerfeld
dd9c50102d
Fix token accounting for .BEGIN/.END jobs
2000-12-30 15:58:34 +00:00
sommerfeld
0cc78169f3
Fix oversights in last commit.
2000-12-30 15:25:19 +00:00
sommerfeld
64cf1af58d
Let src/usr.bin build with recursive parallel make..
...
- add .WAIT and .NOTPARALLEL in a few places
- change ${MAKE} print-objdir to ${PRINTOBJDIR}
- convert other ad-hoc forms to use ${PRINTOBJDIR}
2000-12-30 14:54:39 +00:00
sommerfeld
26d86ec404
Fix indentation..
2000-12-30 14:44:49 +00:00
sommerfeld
6553cce562
on multiprocessor, display last cpu for SSLEEP state, too.
2000-12-30 14:26:50 +00:00
sommerfeld
663ff035b1
Avoid token leaks when aborting after an error.
2000-12-30 14:21:22 +00:00
augustss
ba3249597d
Add copyright notice.
2000-12-30 13:10:12 +00:00
augustss
6a55a964fc
Add a command to perform commands when USB HID items take on certain
...
values.
Some sample uses: controlling USB speakers with the HID buttons on them,
invoking the proper programs from the HID buttons on modern USB
keyboards.
2000-12-30 13:07:48 +00:00
sommerfeld
129b8c6309
strdup tracefile so that it doesn't get smashed.
2000-12-30 02:52:03 +00:00
sommerfeld
9984263e63
Do lazy token release - don't return tokens to the pipe unless we're
...
waiting for something or we're done.
2000-12-30 02:51:21 +00:00
sommerfeld
8a39635d34
Back out debug cruft.
2000-12-30 02:06:42 +00:00
sommerfeld
a804073cac
Add a token-passing scheme to allow a recursive make to successfully
...
use -j; all make's in a recursive build cooperate to limit the total
number of jobs, using a token-passing scheme.
The current token passing algorithm is similar to the one implemented
by gmake; there is a single pipe which is inherited through the entire
process hierarchy; tokens are obtained by reading a byte from the
"read end" of the pipe, and are returned by writing them to the "write
end". This exact algorithm is likely to change in the future.
Implementation details:
- Use the new trace facility to allow measurement of the
effectiveness of different token-passing schemes
- Get a token in MakeStartJobs(), return it in Make_Update()
- Eliminate Job_Full() and the jobFull global since they are
redundant with token system.
- Add an "internal" -J option (to pass the token pipe fd's down to
submakes) and a -T option for tracing.
- Change how compatMake is forced so that -j means something when
inherited by submakes.
- When waiting for a token, poll the token-passing pipe as well as
the output pipes of existing jobs.
2000-12-30 02:05:20 +00:00
sommerfeld
694b899b9c
Quick and dirty trace mechanism to make it easier to look at how different
...
parallel make job distribution algorithms work in practice.
2000-12-29 23:11:08 +00:00
augustss
e0a4556c29
Add ++ and -- for changing mixer controls. They bump the value to
...
the next possible setting.
2000-12-29 13:30:26 +00:00