Olivier Houchard
9a1d419396
If __ARMEB__ is defined, we're already using the network byte order, so
...
there's no need to to anything in the hton* functions, beside returning
the parameter.
Spotted out by: Oleksandr Tymoshenko <gonzo@freebsd.org>
2006-08-21 14:42:47 +00:00
Kenneth D. Merry
42cb6a80b6
Implement 'camcontrol reportluns'. This allows users to send the SCSI
...
REPORT LUNS command to a device.
camcontrol.[c8]: Implement reportluns. This tries to print the LUNs
out in a reasonable format. Only the periph
addressing method has been tested, since very little
hardware that I know of supports the other methods.
scsi_all.[ch]: Revamp the report luns CDB structure and helper
functions. This constitutes a little bit of an API
change, but since the old CDB length was 10 bytes,
and the REPORT LUNS CDB length is actually 12 bytes,
it's clear that no one was using this API in the
first place.
MFC After: 1 week
2006-08-21 13:24:50 +00:00
Konstantin Belousov
653ed924e4
Note that LK_UPGRADE may drop the shared lock before taking the
...
exclusive one.
Reviewed and edited by: tegge
MFC after: 3 days
Approved by: pjd (mentor)
2006-08-21 12:45:19 +00:00
Christian Brueffer
ae277cc673
Add several missing NIC drivers, remove two obsolete ones (el, ix).
...
Approved by: rwatson (mentor)
MFC after: 1 week
2006-08-21 09:25:59 +00:00
Ruslan Ermilov
7b64620d93
Fix the output glitch.
2006-08-21 09:15:17 +00:00
Alan Cox
b276ae6f6a
Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and
...
eliminate their declarations from various source files.
2006-08-21 06:27:28 +00:00
Yaroslav Tykhiy
7c5169efdd
For the sake of clarity, explicitly tell that comma and space
...
characters can be included in a custom column title string --
that's why it may appear at the end of a keyword list argument
only.
2006-08-21 03:09:12 +00:00
Bruce A. Mah
dd8af6685e
New release note: less v394.
...
Updated release note: IPFilter 4.1.13.
2006-08-21 00:59:40 +00:00
Alan Cox
38498c2123
vm_page_zero_idle()'s return value serves no purpose. Eliminate it.
2006-08-21 00:55:05 +00:00
Matt Jacob
2298c14c62
Fix RELENG_4 code version- isp_roles wasn't getting initialized so
...
it ended up defaulting to ISP_ROLE_NONE. My testing hadn't caught it
because I was deliberatly setting role via ioctl.
Thanks to user Toni for lending me an alpha to test this on.
MFC after: 0 days
2006-08-21 00:46:10 +00:00
Alan Cox
4f9d17d8ab
Page flags are reset on (re)allocation. There is no need to clear any
...
flags except for PG_ZERO in vm_page_free_toq().
2006-08-21 00:34:31 +00:00
David Malone
e28cb02537
Regigle parens to try and get the intended affect. This should fix people
...
having trouble with the "me6" keyword. Also, we were using inet_pton on
the wrong variable in one place.
Reviewed by: mlaier (previous version of patch)
Obtained from: Sascha Blank (inet_pton change)
MFC after: 1 week
2006-08-20 20:10:36 +00:00
Daniel Gerzo
695e93d68e
Add myself to the FreeBSD callendar. Ooops, it seems like I'm the
...
second youngest.
Approved by: keramida (mentor)
2006-08-20 18:52:37 +00:00
Xin LI
d605d70a75
Hook lessecho(1) to build.
2006-08-20 15:52:17 +00:00
Xin LI
72bc07dc83
Regen.
2006-08-20 15:51:18 +00:00
Xin LI
89dd99dcac
Resolve conflicts.
2006-08-20 15:50:51 +00:00
Xin LI
8978d559b1
This commit was generated by cvs2svn to compensate for changes in r161475,
...
which included commits to RCS files with non-trunk default branches.
2006-08-20 15:49:51 +00:00
Xin LI
6dcb072b30
Import less v394
2006-08-20 15:49:51 +00:00
Alexander Leidinger
1a28c0df09
Sync the MI parts for amd64 with i386 and remove the corresponding special
...
handling for amd64 in the common code. The MD parts for amd64 are still
outstanding, but at least this fixes some panics on amd64.
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Tested by: bsam
2006-08-20 13:50:27 +00:00
Pawel Jakub Dawidek
f4cc92c97c
Correct typo in comment.
2006-08-20 10:52:44 +00:00
Colin Percival
23a28f3a0d
Fix a signedness bug.
...
MFC after: 3 days
Security: Local DoS
2006-08-20 10:29:08 +00:00
Ruslan Ermilov
23471380b5
Make the default "init_path" value breakable, so it fits on the
...
screen's width, thus eliminating a groff(1) warning.
Suggested by: marck
2006-08-20 09:31:17 +00:00
Warner Losh
d7c881e895
Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing
...
data that's alreday 0. In another, it saves us from zeroing data that
will be overwritten again.
2006-08-20 06:32:40 +00:00
Warner Losh
c608a9a591
Use strlcpy in place of strncpy + setting the last character NUL. To
...
be safe, memset the entire msg to '0'.
2006-08-20 06:31:24 +00:00
Warner Losh
be57e3dd35
Bump date, forgotten in 1.13
2006-08-20 05:56:00 +00:00
Warner Losh
2621688657
Add a few devices that have been added recently.
2006-08-20 05:54:45 +00:00
Julian Elischer
1b97421aae
Fix typo.
2006-08-20 05:42:58 +00:00
Yaroslav Tykhiy
6c43fb6f9e
Tell in a comment that the symlinks from /usr/bin are
...
for compatibility with other OS types, too.
Pointed out by: gad
2006-08-20 04:25:20 +00:00
Alexander Leidinger
29ddc19bbf
Get rid of some nested includes.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb
2006-08-19 15:13:01 +00:00
Suleiman Souhlal
5342db0872
MALLOC -> malloc and FREE -> free
...
Submitted by: rdivacky
Pointed out by: jhb
2006-08-19 11:54:19 +00:00
Suleiman Souhlal
b273d5aa72
ifdef DEBUG a printf
...
Submitted by: rdivacky
2006-08-19 11:07:22 +00:00
Yaroslav Tykhiy
55416ca8f7
Install pkill(1), aka pgrep(1), to /bin so that rc scripts
...
can use this small and nifty utility. Create compatibility
symlinks from /usr/bin for the time being to avoid breaking
custom scripts relying on the hardcoded path to the utility.
If pkill(1) takes root, its source should be repocopied some
day to src/bin.
Idea by: des
Discussed with: brooks (in cvs-src and cvs-all)
2006-08-19 08:24:01 +00:00
Alexander Kabaev
ae8cd67d0b
Update libsupc++ to include missing files. This was fixed in libstdc++
...
a long time ago, but libsupc++ was left out somehow,
PR: gnu/99702
Submitted by: George Mitchell
2006-08-19 00:52:54 +00:00
Julian Elischer
afad78e259
comply with style police
...
Submitted by: ru
MFC after: 1 month
2006-08-18 22:36:05 +00:00
Warner Losh
c3dec0b20d
Copy powerpc ficl files sysdep files (maybe we need a common one)
2006-08-18 21:41:43 +00:00
Warner Losh
1e99975d1f
Build at91
2006-08-18 21:37:27 +00:00
Warner Losh
7127c5f8f5
Support compiling as part of world
2006-08-18 20:26:54 +00:00
Ruslan Ermilov
8dcf2a96c8
Add more nForce4 SMBus 2.0 PCI IDs.
2006-08-18 19:56:40 +00:00
Christian Brueffer
b988495e7b
Wordsmithing on the ixgb(4) and mxge(4) descriptions.
...
Suggested by: ru (ixgb)
2006-08-18 19:03:28 +00:00
Christian Brueffer
a4ec0f47af
Add more modules, correct alphabetical order.
2006-08-18 17:48:17 +00:00
Alexander Leidinger
222e7376b3
Add the new linux files to pc98 too.
2006-08-18 15:46:38 +00:00
Yaroslav Tykhiy
61b92b9a22
Document a detail in the present syntax of "ps -o foo=bar". Now
...
the header title string "bar" extends to the end of the argument
even if it contains commas or spaces, unlike in RELENG_4 or earlier.
The modern syntax agrees with SUSv3.
MFC after: 3 days
2006-08-18 14:12:38 +00:00
George V. Neville-Neil
daa5817e92
Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.
...
PR: 99779
Submitted by: Jinmei Tatuya
Reviewed by: clement, rwatson
MFC after: 1 week
2006-08-18 14:05:13 +00:00
Gleb Smirnoff
6909dc43c5
bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().
...
Submitted by: yongari
2006-08-18 13:53:53 +00:00
Brooks Davis
fed4d6b394
Don't try to start interfaces that don't exist.
...
Reported by: Dominique Goncalves <dominique.goncalves at gmail.com>
2006-08-18 13:19:45 +00:00
Yaroslav Tykhiy
7293852835
Eliminate header line(s) from ps(1) output instead of skipping over them.
2006-08-18 13:07:38 +00:00
Yaroslav Tykhiy
a9a6b38f96
The ps(1) command is unfriendly to scripts by default because
...
it limits the width of its output to the value of $COLUMNS, or
what TIOCGWINSZ reports, or 79 columns. We should specify -ww
to ps(1) so that it removes the limit and prints lines in full.
Otherwise very long command pathnames could be mishandled, e.g.,
by _find_processes().
MFC after: 1 week
2006-08-18 12:10:18 +00:00
Christian Brueffer
e2e472c7a3
Use our standard section 4 SYNOPSIS layout.
...
MFC after: 2 weeks
2006-08-18 10:22:36 +00:00
Christian Brueffer
820130bfee
Follow the lead of mxgb(4) and build the module for ixgb(4).
...
Originally it wasn't enabled since the hardware wasn't commonplace,
but as 10GE hardware is becoming more widely used, building the module
by default should be beneficial.
Approved by: rwatson (mentor)
MFC after: 2 weeks
2006-08-18 10:20:15 +00:00
Dmitry Morozovsky
6bf0d59557
kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.
...
Touch .Dd.
Pointed out by: ru
MFC after: 1 week
2006-08-18 10:15:01 +00:00