Dag-Erling Smørgrav
4418dbbd1a
Un-kmemize. Portions of the tty mode code have been temporarily disabled;
...
everything else, including dead kernel support, works just like before.
Sponsored by: DARPA, NAI Labs
2002-05-23 15:09:49 +00:00
Juli Mallett
a8ca0a178e
Handle numeric keys by checking a "default" file. Handle number-less keys
...
by failing, since comparing up to the length of the key (0) against the
begin line for a key in the help file will always succeed, and print what
is wholly bogus output.
2002-05-23 14:58:22 +00:00
Dag-Erling Smørgrav
d88b2458a5
Nits in previous commits.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:58:07 +00:00
Dag-Erling Smørgrav
0cbfd1a525
Cull large amounts of dead code (deprecated since 1997)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:53:04 +00:00
Dag-Erling Smørgrav
c9624363a8
ANSIfy.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:48:25 +00:00
Dag-Erling Smørgrav
1dcc9c32aa
Staticize.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:44:23 +00:00
Dag-Erling Smørgrav
d4a0c7a6b5
Whitespace cleanup.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:42:17 +00:00
Dag-Erling Smørgrav
09941f75bd
Unbreak tty mode (cons was renamed to constty a while ago)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:41:52 +00:00
Robert Drehmel
ccccc4e1c3
Avoid wandering over the beginning of the actual buffer
...
if the passed template string contains only 'X' characters.
Submitted by: Mark Andrews <marka@isc.org> (patch modified)
PR: 38402
2002-05-23 14:21:02 +00:00
Yoshihiro Takahashi
0bf831c43e
Removed the ch, sa and ses devices from 'SMALL' boot floppy image.
2002-05-23 14:15:48 +00:00
Ollivier Robert
bb817201ed
load_env(), the function that attempts to parse a crontab
...
line as an environment variable assignment, is broken
and not conformant to its description in the manual page.
I think it is worthwhile to have that fix in 4.6.
PR: bin/38374
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
MFC after: 2 days
2002-05-23 13:16:30 +00:00
Mark Murray
5e05b84b02
Whitespace only; fix indentation.
2002-05-23 12:09:14 +00:00
Juli Mallett
e0bd05dc2f
Set the MAKEFILE variable to the value passed to ReadMakefile(), not the full
...
path to it. Use the full path only for parsing it.
2002-05-23 12:01:54 +00:00
Søren Schmidt
949e9d36aa
Dont panic if only one disk on a channel can do tagged queueing.
...
MFC: asap
2002-05-23 08:17:16 +00:00
Ruslan Ermilov
576c87ab62
This manpage is for Alpha only.
2002-05-23 07:38:51 +00:00
Ruslan Ermilov
1cd1fdeaf5
Fixed broken ``make -jX install''.
...
Spotted by: make release TARGET_ARCH=ia64
2002-05-23 07:25:01 +00:00
John Baldwin
cc5d39f81e
Minor nit: get p pointer in msleep() from td->td_proc (where
...
td == curthread) rather than from curproc.
2002-05-23 04:14:18 +00:00
John Baldwin
a79c98fa98
Whitespace: trim a trailing tab.
2002-05-23 04:12:28 +00:00
Dag-Erling Smørgrav
db586c8b7c
Make the counters uintmax_ts, and use %ju rather than %llu.
2002-05-23 03:08:42 +00:00
Juli Mallett
39346853df
Make my style consistent.
...
Remove two includes.
Fix a typo (semicolon instead of period at EOL).
2002-05-23 03:03:44 +00:00
Dag-Erling Smørgrav
656511fbfa
Comment out extra tokens after #else and #endif.
2002-05-23 00:38:07 +00:00
Josef Karthauser
4de1678702
Fix a panic by allocating the iface structure locally in the attach
...
function instead of in usb_probe_and_attach.
2002-05-23 00:36:14 +00:00
Andrew R. Reiter
2a6931421f
- Turn two more storage pools into UMA zones and make the related memory
...
allocations and frees use the UMA api.
2002-05-23 00:34:12 +00:00
Josef Karthauser
0f19b0d03a
Reflect some changes in the NetBSD code path, and sligh adjustments to ours.
...
(Non-functional changes).
2002-05-23 00:26:06 +00:00
Dag-Erling Smørgrav
6312146417
Hide a couple of unguarded error returns behind the no_fail test.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 00:04:14 +00:00
Dag-Erling Smørgrav
2569c273c7
Hide a couple of unguarded error returns behind the no_fail test.
2002-05-23 00:02:59 +00:00
Juli Mallett
816c6c91e2
Free old_pwd only in the code path where it has been allocated.
...
Reviewed by: des
2002-05-22 23:18:25 +00:00
Juli Mallett
3549859680
Taking a leap of faith, tie the help command in to the build.
2002-05-22 23:15:58 +00:00
Juli Mallett
192f0a0c65
Add my PD implementation of the SCCS help command, which prints help from
...
files in the format used by SCCS, given a key. It behaves exactly like the
``proper'' SCCS help command, from what testing I can do.
2002-05-22 23:14:17 +00:00
Bruce A. Mah
e811cd8f81
New release notes: asa(1), pathchk(1), sccs(1),
...
uuencode(1)/uudecode(1) base64 synonyms, ptx removal.
Modified release notes: ncurses 5.2-20020518.
2002-05-22 23:03:43 +00:00
Josef Karthauser
a257364105
Sync with NetBSD. (Non functional changes).
2002-05-22 23:01:13 +00:00
Josef Karthauser
1acba7451d
Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT
...
in a call to usbd_open_pipe_ival.
2002-05-22 22:58:38 +00:00
Brian Somers
d4ff125fc1
Increase the maximum FSM option length to 50
2002-05-22 21:17:13 +00:00
Brian Somers
b08bf2de64
Add some missing #includes that weren't required due to namespace polution
...
in our headers.
Submitted by: bde
2002-05-22 21:08:58 +00:00
John Baldwin
6b8c698908
Rename pause() to ia32_pause() so it doesn't conflict with the pause()
...
function defined in <unistd.h>. I didn't #ifdef _KERNEL it because the
mutex implementation in libpthread will probably need this.
2002-05-22 20:32:39 +00:00
David E. O'Brien
540e5c2eaf
Restore us back to the rev 1.324 level of having an Intel gigE driver.
2002-05-22 19:00:48 +00:00
Wilko Bulte
202a98a351
Update 164SX section with newly acquired insights.
...
Submitted by: Sten <sten@blinkenlights.nl>
2002-05-22 18:09:37 +00:00
Gregory Neil Shapiro
b9888709dd
Add a warning regarding localhost-only listening daemons inside jails.
...
Apparently binding only to 127.0.0.1 inside of a jail actually binds
to the jail IP address as well (in effect, bind to all available
interfaces in the jail).
Submitted by: Helge Oldach <test-smtp@oldach.net>
MFC after: 1 day
pending RE approval
2002-05-22 16:37:32 +00:00
David E. O'Brien
dcbd867c36
1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)
...
and 1.3 (printf0) for GCC 3.1.
2002-05-22 16:37:09 +00:00
Juli Mallett
a0304d8026
Tie sccs(1) in to the build, as it now does one thing right: sccs what
2002-05-22 16:19:31 +00:00
Juli Mallett
fb22fc68e4
Remove mention of the GNU version of ptx, it is dead.
2002-05-22 16:18:14 +00:00
Juli Mallett
08f4375879
Add a usage().
...
Print usage() if right before executing the specified command, it comes to be
that *argv is NULL (i.e. a flag was specified without a command being given).
2002-05-22 16:09:52 +00:00
Juli Mallett
824ff2896d
Remove #ifndef's on V6.
2002-05-22 16:01:50 +00:00
Juli Mallett
5e213af359
Put braces around the command table properly.
2002-05-22 15:59:27 +00:00
Juli Mallett
6bad09a23e
Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, but
...
neither does the pd sccs(1) implementation I have around, so there's no loss
for now.
2002-05-22 15:44:29 +00:00
Juli Mallett
8eccf3b248
str_concat() doesn't really take const arguments.
...
Submitted by: bde
Pointy hat to: jmallett
2002-05-22 15:34:00 +00:00
Ruslan Ermilov
ea98f295f7
Do not run shell from /bin, run it from $PATH.
...
Bump MAKE_VERSION to 5200205221.
2002-05-22 14:53:18 +00:00
Ruslan Ermilov
8e9bddc97b
Added the MAKE_VERSION global that could be useful in determining
...
if a given make(1) is feature-compatible with a set of makefiles.
When merged, this will be used to replace the ugly upgrade_checks
hacks in src/Makefile.
Version has the RYYYYMMDDX format, where R is from RELENG_<R> and
X allows for 10 distinguishable changes per day.
Discussed with: bde
2002-05-22 14:35:47 +00:00
Jacques Vidrine
170a094006
Repair a bug where type AAAA answer records were not displayed.
...
Reference ISC BIND issue:
``1279. [bug] nslookup: partial coversion to similar style outputs
for both -type=aaaa and -type=a.''
Reported by: ume
2002-05-22 14:27:35 +00:00
Jacques Vidrine
9aee5e4673
Do not attempt to free static memory.
...
Reference ISC BIND issue:
``1278. [bug] free() of non-malloced memory in nslookup.''
Reported by: phkmalloc, Mike Tancsa <mike@sentex.net>
2002-05-22 14:24:44 +00:00