Pawel Jakub Dawidek
f3fdfb670c
- Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.
...
- Only define SEEK_DATA and SEEK_HOLE in sys/unistd.h when neither
_POSIX_SOURCE nor _XOPEN_SOURCE is defined.
Pointed out by: bde, ache
2007-04-07 16:02:30 +00:00
Christian Brueffer
854c06a9bb
The net.link.tap.up_on_open sysctl was MFCed. While here, fix a minor
...
whitespace problem in the previous commit.
2007-04-07 14:45:36 +00:00
Christian Brueffer
6a5f31b455
Remove empty section.
...
MFC after: 3 days
2007-04-07 14:36:18 +00:00
Yoshihiro Takahashi
55ccb0b485
Fix build.
2007-04-07 13:37:45 +00:00
Hiroki Sato
e48a98a815
Unbreak.
2007-04-07 13:37:39 +00:00
Dag-Erling Smørgrav
f907c9c5c0
This commit was generated by cvs2svn to compensate for changes in r168463,
...
which included commits to RCS files with non-trunk default branches.
2007-04-07 13:36:53 +00:00
Dag-Erling Smørgrav
ce1e940217
Merge from upstream:
...
------------------------------------------------------------------------
r380 | des | 2006-03-14 15:42:09 +0100 (Tue, 14 Mar 2006) | 1 line
Fix signedness mismatch, and use an explicit cast when calling ctype functions.
------------------------------------------------------------------------
2007-04-07 13:36:53 +00:00
Christian Brueffer
3b42bf84c3
New release notes:
...
- PIM option now included in MROUTING
- MSI support + MFC
- TCP_DROP_SYNFIN compiled in by default
- FICL updated to 3.03
- icee driver added
- net.link.tap.up_on_open sysctl added
- ZFS support added
Updated release notes:
- ncurses 5.6-20061217 MFC noted
- mpsave_vfs=1 on powerpc
2007-04-07 11:53:22 +00:00
Pawel Jakub Dawidek
a583dae953
Add missing mutex_init() which was causing assertion panic when on clone
...
destruction.
Reported by: kris
2007-04-07 11:04:37 +00:00
Paolo Pisati
c326cd0e62
Prevent the usage of an uninitialized variable: do not accept
...
StartMediaTx message before an OpnRcvChnAck message was received.
Reviewed by: glebius
Approved by: glebius (mentor)
MFC after: 3 days
Found with: Coverity Prevent(tm)
CID: 498
2007-04-07 09:52:36 +00:00
Paolo Pisati
f4296f2246
Silence Coverity about an unused variable.
...
Reviewed by: glebius
Approved by: glebius (mentor)
MFC after: 3 days
CID: 538
2007-04-07 09:47:39 +00:00
KATO Takenori
f2a081cfe4
Added the IPLware 3.33 support.
...
- Added magic numbers to pretend the NEC original program version
2.70.
- Added string display routine with Shift-JIS code support.
- Added three nop instructions at start1 in start.s since the
installaer of the IPLware put 'call $0x09ab' instruction.
- Put the near return instruction at 0x9ab in selector.s.
Since the Shit-JIS display routine must be located at 0x1243, the
linker script file (ldscript) is applied.
2007-04-07 08:37:04 +00:00
Diomidis Spinellis
999b7fd4b5
Fix the output of percentage figures, which mistakenly were
...
the corresponding ratios.
PR: bin/111329
MFC after: 10 days
2007-04-07 06:38:19 +00:00
Tim Kientzle
c2c19b10c7
Simplify the logic for handling header read
...
errors.
2007-04-07 05:56:40 +00:00
Tim Kientzle
94451fa8a0
Enable 'ar' support; hook it up to the build and
...
enable it with _read_support_format_all().
2007-04-07 05:54:23 +00:00
Tim Kientzle
06d581da80
Clarification: Point people to archive_read_data(), which
...
should be used instead of archive_read_data_into_buffer().
2007-04-07 05:53:11 +00:00
Kip Macy
d330ae533a
back out last change
...
Requested by: ru
2007-04-07 05:09:40 +00:00
Matt Jacob
b68f61d02f
Update the man page a bit- also to reflect that testing
...
that Jun Kuriyama did to verify the PCI-Express (Apple
Fibre Channel) HBA.
MFC after: 3 days
2007-04-07 04:01:00 +00:00
Colin Percival
e95f7ff4ee
When copying data from one archive to another, only set the error
...
message in the reader to the error message from the writer if the
error which occurred was in the writer. This avoids error messages
of "Empty error message" when extracting truncated archives.
2007-04-07 03:37:59 +00:00
Ed Maste
59513fc4ee
Describe PT_GETLWPLIST's arguments.
2007-04-07 03:16:23 +00:00
Hidetoshi Shimokawa
54911451d5
Fix a bug for over 4GB media.
...
MFC after: 3 days
2007-04-07 02:52:13 +00:00
Bruce M Simpson
2509455360
Add a small test program for the additional socket options which
...
RFC 3678 (Source-specific Multicast API) brings to FreeBSD.
2007-04-06 23:39:17 +00:00
Robert Watson
7b20aa9ca6
Remove XXX comment that changes to file fields should be protected with
...
the file lock rather than the filedesc lock: I fixed this in the last
revision.
Spotted by: kris
2007-04-06 23:31:30 +00:00
Alexander Kabaev
7d80a3b493
pc98 boot2 is compiled with _KERNEL defined, and that makes non-static
...
bootinfo variable declaration visible. It conflicts with static
declaration in this file. Declare variable as globally visible in
order to resolve the conflict.
2007-04-06 20:50:24 +00:00
Alexander Kabaev
84830e00cf
__p_rcode_syms is declared as external in resolv.conf, so it cannot be
...
redeclared as static in res_debug.c.
Make __p_rcode_syms global and add it to Symbol map. The rest of
__p_??_syms are already global.
Choice of FBSD_1.0 version for these debug symbols seems strange and
should be revisited before symbol versioning is enabled for libc.so.7.
2007-04-06 19:45:17 +00:00
Jung-uk Kim
6e612eca81
Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.
...
Submitted by: nork
2007-04-06 18:15:56 +00:00
Ruslan Ermilov
2e137367b4
Add the PG_NX support for i386/PAE.
...
Reviewed by: alc
2007-04-06 18:15:03 +00:00
Alexander Kabaev
cedf5f9b38
This commit was generated by cvs2svn to compensate for changes in r168433,
...
which included commits to RCS files with non-trunk default branches.
2007-04-06 17:43:46 +00:00
Alexander Kabaev
1cf866da16
Import two binutils header files from FSF 2.15 branch.
...
These fix binutils compilation on i386/amd64 with GCC 4.1 and
have no other effect.
No response by: obrien
2007-04-06 17:43:46 +00:00
Søren Schmidt
fe2fb53542
Add 64bit addressing support to SiI 3132/3124
2007-04-06 17:36:35 +00:00
Søren Schmidt
2cfcfef1fc
Remove debug gunk.
2007-04-06 16:21:34 +00:00
Søren Schmidt
16194fc40b
Add support for 64bit addressing to AHCI and Marvell controllers.
...
Munged into ATA shape and Marvell specifics my yours truely.
Submitted by: jhb
2007-04-06 16:18:59 +00:00
Alexander Kabaev
9dd50a972f
Remove conflicting extern decralaration for mboxfile variable.
...
It is defined as static in implementation file.
2007-04-06 15:51:35 +00:00
Alexander Kabaev
2897dce81d
getblocksize expects pointer to long as a second argument, not
...
a pointer to u_long.
2007-04-06 15:36:43 +00:00
Christian Brueffer
2c77eccba4
nfe(4) supports polling.
2007-04-06 14:25:14 +00:00
Pawel Jakub Dawidek
68474f1930
Sysctl description is not a format string, so one % is enough.
2007-04-06 12:53:54 +00:00
Yoshihiro Takahashi
bc30e6ae00
MFi386: add libkern/memset.c
2007-04-06 11:30:31 +00:00
Yoshihiro Takahashi
9f94082ed0
sort.
2007-04-06 11:29:52 +00:00
Pawel Jakub Dawidek
93caf77f95
Use strcasecmp() from libkern.
2007-04-06 11:21:01 +00:00
Pawel Jakub Dawidek
2663c8855e
Implement a work-around for poor ggate write performance.
2007-04-06 11:19:48 +00:00
Pawel Jakub Dawidek
4d00f78b40
We have strcasecmp() in libkern now.
2007-04-06 11:18:57 +00:00
Pawel Jakub Dawidek
04fa63f05e
Remove temporary files when there are no longer needed.
2007-04-06 11:16:11 +00:00
Pawel Jakub Dawidek
53279ddd2f
Claim maintainership of ZFS.
2007-04-06 10:57:15 +00:00
Pawel Jakub Dawidek
834236916f
Oops, keep things sorted.
...
Found by: ru
2007-04-06 10:33:06 +00:00
Yaroslav Tykhiy
9cfc96edd7
style(9):
...
Use a single space before $FreeBSD$ to avoid terminal line overflow.
Pointed out by: ru (The All-Seeing Eye)
2007-04-06 08:43:30 +00:00
Kip Macy
735d79b8df
make modules compile without updating etc
2007-04-06 06:05:45 +00:00
Alexander Kabaev
89c40e5fec
Be more conservative and compile libkern/memset.c only on architectures
...
than need it. These are i386, amd64 and powerpc so far.
2007-04-06 04:51:50 +00:00
Pawel Jakub Dawidek
ba7c08b71b
Bump __FreeBSD_version on ZFS import.
...
Requested by: nork
2007-04-06 02:33:43 +00:00
Pawel Jakub Dawidek
0daa3e3561
Add ZFS periodic scripts that monitors status of ZFS pools.
...
Submitted by: des
2007-04-06 02:33:06 +00:00
Pawel Jakub Dawidek
5672f2a6cf
Regen.
2007-04-06 02:27:20 +00:00