Peter Grehan
aa77148daf
- set resid correctly so that a failed seek (e.g. end of file) returns
...
correctly
- included required <sys/module.h>
2004-06-25 13:43:56 +00:00
Peter Grehan
40cdee9dab
Catchup to now-required <sys/module.h> for PowerPC
2004-06-25 13:42:48 +00:00
Maxim Sobolev
6122c0cd5e
o Fix semantics of comparison function for qsort(3). According to qsort(3)
...
manpage:
The comparison function must return an integer less than, equal to, or
greater than zero if the first argument is considered to be respectively
less than, equal to, or greater than the second.
Therefore, simply returning "arg1 > arg2" is incorrect. Actually it works
but for the number of items to be sorted less than 7 due to special case
handling in qsort(3);
o add missing '\n' to one of usage() calls.
Approved by: phk
2004-06-25 13:04:49 +00:00
Alexander Kabaev
2758535974
Revert the last change. There are more 64bit platforms than amd64, and
...
they break due to diferent alignment restrictions.
2004-06-25 12:32:45 +00:00
Maxim Sobolev
ace18b764a
Add qsort, mergesort and heapsort regression tests.
2004-06-25 12:31:12 +00:00
Poul-Henning Kamp
f1cd2fdf61
Make the relationship between modem control bits and their delta cousins
...
public.
2004-06-25 10:56:43 +00:00
Poul-Henning Kamp
4550ad5b99
Use generic support for BREAK and modem control ioctls
2004-06-25 10:54:46 +00:00
Poul-Henning Kamp
96df2b0bfb
Use generic support for BREAK and modem control ioctls.
2004-06-25 10:54:05 +00:00
Poul-Henning Kamp
85bc8ea7fc
Use generic support for modemcontrol and BREAK ioctls.
2004-06-25 10:51:33 +00:00
Roman Kurakin
1127aac31e
Do not count loobacks as other fuilures.
...
As a result magic will not be rejected any more in case of loopback.
Discussed with: joerg@
2004-06-25 10:25:33 +00:00
Poul-Henning Kamp
e77b206f0e
Add two new methods to struct tty: One for manipulating BREAK condition
...
and one for fiddling modem-control signals.
Add generic code to deal with the relevant ioctls if these methods are
present.
2004-06-25 10:24:10 +00:00
Poul-Henning Kamp
be825f30a5
Nuke COMPAT_43
2004-06-25 10:11:28 +00:00
David E. O'Brien
88ef5f9abd
GDB has moved up one level.
2004-06-25 07:34:56 +00:00
Marcel Moolenaar
9e104bcbfc
Hook gdb into the build. Exclude gdb on arm and powerpc as support
...
does not exist yet. The NO_GDB knob is respected.
2004-06-25 07:15:13 +00:00
Marcel Moolenaar
2d4b977b2d
Remove building gdb info files. The gdb info files are built as part
...
of building gdb itself, which has been decoupled from binutils for
as much as is reasonable.
2004-06-25 06:55:49 +00:00
Marcel Moolenaar
a855a971e8
Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64
...
and sparc64.
Note that the debugger doesn't support threading, nor kernel
debugging yet.
2004-06-25 06:48:54 +00:00
Marcel Moolenaar
fd10b3fb49
Update HEAD with support for ia64.
2004-06-25 05:37:08 +00:00
David E. O'Brien
c33c2570d3
Don't continue if the '-C' option (a-la GNUtar; commited in options.c
...
rev 1.18, but not documented in the man page) caused a failed chdir.
Otherwise, one can easily overwrite files.
Submitted by: Robert Nagy <robert@openbsd.org>
Obtained from: OpenBSD
2004-06-25 05:27:59 +00:00
Marcel Moolenaar
f200cb78cf
This commit was generated by cvs2svn to compensate for changes in r131082,
...
which included commits to RCS files with non-trunk default branches.
2004-06-25 05:19:25 +00:00
Marcel Moolenaar
f8c1b85b49
Add support for ia64. This code will be contributed to GDB as soon
...
as the legal prerequisites are met. To avoid future merge conflicts,
this is added to the vendor branch. The changes are seperately kept
in FREEBSD-diffs for easy reference.
2004-06-25 05:19:25 +00:00
Marcel Moolenaar
45d6662f23
Update the upgrade instructions.
2004-06-25 05:04:09 +00:00
Denis Peplin
069dfb0f4a
Add readme and installation to the build
...
Obtained from: The FreeBSD Russian Documentation Project
2004-06-25 05:03:56 +00:00
Paul Saab
652178a12a
White space & spelling fixes
...
Submitted by: Xin LI <delphij@frontfree.net>
2004-06-25 04:11:26 +00:00
Bruce M Simpson
37332f049f
Whitespace.
2004-06-25 02:29:58 +00:00
Alexander Kabaev
0cb04d0b33
Remove the use of cast as lvalue.
2004-06-25 01:54:26 +00:00
Tim J. Robbins
0f10c7bbea
Add support for multibyte characters in input files and delimiter
...
strings (arguments to the -d option.) This involves backing out paste.c
rev. 1.13 until we have a version of fgetln() that operates on wide
character streams.
2004-06-25 01:48:43 +00:00
Alexander Kabaev
f664b76fe4
Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warning
...
for this now.
2004-06-25 01:16:02 +00:00
Brian Feldman
2a7be1b6d1
Correct the tracking of various bits of the process's vmspace and vm_map
...
when not propogated on fork (due to minherit(2)). Consistency checks
otherwise fail when the vm_map is freed and it appears to have not been
emptied completely, causing an INVARIANTS panic in vm_map_zdtor().
PR: kern/68017
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Reviewed by: alc
2004-06-24 22:43:46 +00:00
Robert Watson
12ec7658a4
Annotate that we don't check the returned data length from ufs_readdir()
...
because UFS uses fixed-size directory blocks. When using this code with
other file systems, such as HFS+, the value of auio.uio_resid will need
to be taken into account.
2004-06-24 18:31:23 +00:00
Scott Long
c63d83f7c2
Fix a typo that made the busdma tag have a 0 highaddr. This driver heavily
...
abuses busdma in other ways, and those will likely be fixed another day.
2004-06-24 18:30:08 +00:00
Doug Ambrisko
c3c409c498
Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.
...
This is also require for 6300ESB.
2004-06-24 18:21:28 +00:00
Robert Watson
bb0527fdd3
Remove unnecessary setting of VV_SYSTEM on extended attribute backing
...
files. When this flag is used in our port of this code to Darwin, it
caused remarkable pain, and doesn't offer a benefit in FreeBSD.
2004-06-24 18:17:41 +00:00
Josef El-Rayes
06fc89cc3a
Remove the entry for configuring pcm0 mixer channels.
...
This is accomplished via device.hints now.
2004-06-24 17:49:18 +00:00
Robert Watson
00a460dcf4
Protect a non-text comment with a '-'.
2004-06-24 17:45:45 +00:00
Robert Watson
cd39d9b661
White space cleanup: use spaces instead of tabs in variable declarations
...
local to a function. Remove a couple of blank lines in variable
declarations.
In one case, explicitly test against NULL rather than using a pointer
as a boolean directly.
2004-06-24 17:44:14 +00:00
Josef El-Rayes
23d8a5b2c3
Document the possibility to set default values for pcm mixer channels
...
by setting appropriate hints.
E.g.: hint.pcm.0.line="0"
Reviewed by: ru
2004-06-24 17:43:12 +00:00
Josef El-Rayes
8ba7f5cfee
Change the possibility to configure pcm(4) via boot/loader.conf
...
to use boot/device.hints now
As discussed on cvs-src@
Reviewed by: Hiten Pandya <hmp@backplane.com>
2004-06-24 17:41:20 +00:00
Robert Watson
4f3bf9b9b4
Don't cuddle else's so much as we removed additional parts of each
...
block.
2004-06-24 17:22:29 +00:00
Robert Watson
5e11031e05
Remove temporary API bandage that allowed applications speaking the
...
older API to list attributes on a file (zero-length attribute name)
to function. extattr_list_*() are now the only available APIs to
use when listing attributes.
2004-06-24 17:14:28 +00:00
Mike Makonnen
0247998d45
Fix typo.
...
Submitted by: kuriyama
2004-06-24 16:57:49 +00:00
Tim J. Robbins
e90e39d92f
Document the fact that uniq(1) does not recognize multibyte characters.
2004-06-24 16:29:28 +00:00
Tim J. Robbins
2c3d390701
Document the fact that join(1) does not recognize multibyte characters.
2004-06-24 16:24:11 +00:00
Tim J. Robbins
7ea30a9c00
Copy the warning about incorrect multibyte character handling from vis(3).
2004-06-24 16:08:02 +00:00
Tim J. Robbins
831056382b
Document the fact that comm(1) does not recognize multibyte characters
...
in its input. Although doing so would require only trivial changes,
it would be incompatible with the ordering used by sort(1), which is the
primary source of comm's input.
2004-06-24 15:57:56 +00:00
Tim J. Robbins
19657ec3b8
Add support for multibyte characters and characters that take up more
...
than one column position.
2004-06-24 15:12:29 +00:00
Tim J. Robbins
a2641fe8d7
Add support for multibyte characters and for characters that take up
...
more than one column position.
2004-06-24 13:48:28 +00:00
Denis Peplin
f0fb4dc00a
Add russian translation for readme
...
Obtained from: The FreeBSD Russian Documentation Project
2004-06-24 13:45:38 +00:00
Dag-Erling Smørgrav
adce61f9b4
The description of the -S option in the man page says we won't fail if the
...
remote size is unknown, but we do. Resolve this in the man page's favor.
Requested by: Andre Albsmeier <andre.albsmeier@siemens.com>
MFC after: 1 week
2004-06-24 13:43:57 +00:00
Tim J. Robbins
e545e3c55c
Add support for multibyte characters and for characters that take up
...
more than one column position.
2004-06-24 13:42:26 +00:00
Joerg Wunsch
b46f884b80
Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to be
...
useful when debugging the ether_demux() problem (when bridging over
VLANs).
2004-06-24 12:32:41 +00:00