nyan
4ac6f8ed3b
Fixed return value of adv_attach function.
...
Submitted by: Oleg Sharoiko <os@rsu.ru>
2000-05-23 10:12:42 +00:00
ps
0385b0735e
Install a manpage for more.
2000-05-23 08:26:15 +00:00
ps
80f278fdf7
Forgot one small more(1) compat patch.
...
Obtained from: NetBSD
2000-05-23 08:18:52 +00:00
ps
ab8e27be23
Detach usr.bin/more and install a link from less. less will behave
...
like more if invoked as more. The old more has not been removed.
2000-05-23 08:16:25 +00:00
ps
a9e2c8c7d1
Allow less to work on > 2GB files.
2000-05-23 07:34:27 +00:00
ache
b102c893de
Turn on CheckMail to be more login-compatible by default
2000-05-23 06:06:54 +00:00
ps
4f86a08dc7
Make less act like more(1) when it is invoked as more.
...
Obtained from: NetBSD
2000-05-23 05:51:17 +00:00
jdp
d00f222c77
Use the new machine-independent versions of crtbegin and crtend
...
from the "common" directory.
As a side-effect, this also fixes a bug in the ordering of global
constructors and destructors on the Alpha. See revision 1.3 of
"../common/crtbegin.c" for details.
2000-05-23 04:53:24 +00:00
msmith
ec23d41308
Make a trip to Pointy-Hats-R-Us and actually include the header that
...
defines ROOTDEVNAME.
Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>
2000-05-22 17:25:47 +00:00
joerg
e2d6681912
Apply a `fixup' to the blocksize gathered from the device after a READ
...
CAPACITY operation. SCSI-3 mandates this to be 2048, but some older
drives like my old Plasmon CD-R report weird numbers between 2048 and
up to 2352 bytes depending on the mode of the last track etc. This in
turn confuses stuff like the slice code since it refuses to work with
devices that do not have a blocksize which is a multiple of 512 bytes.
Reviewed by: ken
2000-05-22 17:21:50 +00:00
ume
a9b64c96d9
Replace isurl() with isipv6addr().
...
Reported by: Koji Kondo <koji@jp.above.net>
Obtained from: NetBSD
2000-05-22 17:18:38 +00:00
obrien
8bd18fb03a
Sort the sys includes.
2000-05-22 17:09:13 +00:00
obrien
b66d819471
AT&T asm syntax requires a leading '*' in front of the operand for
...
indirect calls and jumps.
2000-05-22 17:02:53 +00:00
obrien
bb2245eee1
Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
2000-05-22 17:00:15 +00:00
obrien
a33f969ecd
If we are going to do a byte compare, the operands should be byte-sized.
...
In this case, I believe we want to compare against the 32-bit operand so
use a full-world compare operation.
2000-05-22 16:58:44 +00:00
obrien
3848c8a61b
Fix inconsistent assembly. If byte moves are specified, a byte-sized
...
target must be too.
2000-05-22 16:56:42 +00:00
jdp
b1fe210efc
Eliminate unaligned accesses that occurred when relocating the
...
DWARF2 exception tables emitted by the compiler for C++ sources.
These tables are tightly packed, and they contain some relocated
addresses which are not well-aligned.
2000-05-22 16:31:18 +00:00
dan
4e9d022872
sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.
...
Suggested by: des/nbm
2000-05-22 16:12:28 +00:00
dan
187df3a0fb
Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,
...
badport_bandlim() will not muck up your console with printf() messages.
2000-05-22 15:00:41 +00:00
jlemon
4a00d6a024
Add PCI ID for NEC/Compaq controller.
2000-05-22 13:59:32 +00:00
jlemon
e6350a4f3c
Add PCI id for Compaq Smart Array 431 card.
2000-05-22 13:45:41 +00:00
nyan
bdf55e9a6a
Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.
2000-05-22 13:11:12 +00:00
ume
79e112b26f
Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not
...
found, `yourname@yourhost' is used.
2000-05-22 13:01:13 +00:00
ps
dc6965be7e
Dont use/install the formatted man file.
2000-05-22 10:43:56 +00:00
ps
98170c0c3b
bmake glue for less.
...
Reviewed by: peter
2000-05-22 10:00:00 +00:00
ps
fc70b28eba
This commit was generated by cvs2svn to compensate for changes in r60786,
...
which included commits to RCS files with non-trunk default branches.
2000-05-22 09:53:22 +00:00
ps
1b28029810
Import the [now] dual licensed version 3.5.4 of less. It is
...
distributed under your choice of the GPL or a BSD style license.
Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/
2000-05-22 09:53:22 +00:00
brian
0e085590db
Don't USE_PIPES
...
Spammed by: peter
Submitted by: mkn@uk.FreeBSD.org
2000-05-22 09:51:18 +00:00
sheldonh
6d881bfeba
Fix a small grammar nit, with the maintainer's implicit approval.
2000-05-22 08:41:57 +00:00
obrien
0624c65a35
Updated 2.10 headers.
2000-05-22 08:40:17 +00:00
obrien
f9cf2be8ca
Tweaks to match those done in the Binutils mainline code.
2000-05-22 08:33:03 +00:00
obrien
aa7968485d
version 2.10 config file.
2000-05-22 08:26:10 +00:00
obrien
e6cacfa3cb
Conditionally define "CROSS_COMPILE" here.
2000-05-22 08:25:40 +00:00
brian
7bd588a76b
Return -2 when tcp_OpenConnection() fails so that ppp doesn't
...
report that the device name is of an invalid format.
2000-05-22 08:23:35 +00:00
brian
4e4578620b
Be more verbose when a second link doesn't match the first because the
...
peer enddisc/authname is different.
2000-05-22 08:23:13 +00:00
obrien
c2ff59c916
Pull the switch and activate our Binutils to a snapshot of the up and
...
comming 2.10 release.
2000-05-22 08:09:42 +00:00
obrien
0360392802
Do not use DWARF2 unwinding mechanisms for C++ exceptions on all of our
...
platforms.
2000-05-22 06:52:04 +00:00
imp
7bb6980d51
<blush> I tested the real code changes, but neglected to test the
...
insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully
no one will notice this short window where -current didn't compile.
2000-05-22 06:01:31 +00:00
imp
b28a6e4dcf
Do not read editrc file from '.'. This can be as unsafe as having
...
. first in root's path.
While I'm here:
o Add $FreeBSD$
o Get errno from <errno.h>, but extern int errno.
Submitted by: Tim Vanderhoek
2000-05-22 05:55:22 +00:00
imp
028d2de70c
Make comment match code forgotten in last commit
2000-05-22 05:51:09 +00:00
imp
8bd2e2f4e2
Add $FreeBSD$ so I can commit:
...
Remove extern int errno;. Instead include the ANSI <errno.h>. No
functional changes, just a higher level of pedantry.
2000-05-22 05:49:31 +00:00
imp
999937cd20
It turns out that I was wrong. The chip in my machine is not a
...
CXD1847A, but a CXD1947A. I checked by visual inspection after
prompting from onoe-san.
2000-05-22 03:43:16 +00:00
kuriyama
1e368462ad
CXD1847A and CXD1947A have same product ID.
...
Approved by: imp (original CXD1847A addition)
2000-05-22 03:20:18 +00:00
ken
d6e8bd4cd5
Implement a new camcontrol function, 'camcontrol format'.
...
libcam/Makefile: Add scsi_da.c to libcam for the new
scsi_format_unit() function.
camcontrol.8: Update the man page for the new format
functionality, and take out the examples section
describing how to do it with 'camcontrol cmd'.
camcontrol.c: New format functionality. Note that unlike the
rest of the camcontrol subcommands, this one is
interactive by default. Because of the potential
destructiveness of the format command, I thought
it necessary to get confirmation from the user
before spamming a disk. You can disable the
interactive behavior, and the status meter with
command line arguments.
scsi_da.c: Add the new scsi_format_unit() cdb building
function and use #ifdef _KERNEL to make this file
compile in both the kernel and userland. The
format unit function is currently only defined in
the non-kernel case, because nothing in the kernel
is using it. If that changes, it should be
un-ifdefed and compiled in both cases.
scsi_da.h: New function declaration, CDB structure and format
data structures.
Thanks to Nick Hibma for providing some valuable input on these changes.
2000-05-21 23:57:52 +00:00
jlemon
8ad2993760
Compute the checksum before handing the packet off to IPFilter.
...
Tested by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
2000-05-21 21:26:06 +00:00
dmlb
82793e31dc
MFRELENG_3
2000-05-21 21:20:18 +00:00
dmlb
1927bea407
MFRELENG_3
2000-05-21 20:51:09 +00:00
dmlb
d80e59d626
MFRELENG_3
2000-05-21 20:43:24 +00:00
green
7fcc840d6a
In the modern world, things are much faster than when more(1) was created.
...
Scrolling sideways is fast, and a "...skipping..." message making everything
blink does much more harm than good.
2000-05-21 18:35:28 +00:00
hoek
e79786bafb
Don't segv if bs or bc aren't defined in termcap's entry. Misc cleanup.
...
Fix `|' -> `||'. Use usleep() instead of delay loop. Etc.
Submitted by: Andrew <[3]andrew@ugh.net.au> (bin/8501)
2000-05-21 17:44:33 +00:00