delphij
5d60487351
Resolve conflicts.
2006-08-20 15:50:51 +00:00
delphij
a77e94924d
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
delphij
5297f4bc59
Import less v394
2006-08-20 15:49:51 +00:00
netchild
b6f1fc8049
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
pjd
b61dcb226b
Correct typo in comment.
2006-08-20 10:52:44 +00:00
cperciva
4ec3e871a6
Fix a signedness bug.
...
MFC after: 3 days
Security: Local DoS
2006-08-20 10:29:08 +00:00
ru
22b7409ade
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
imp
9616e66c60
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
imp
f6de1709c1
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
imp
b3096d26bc
Bump date, forgotten in 1.13
2006-08-20 05:56:00 +00:00
imp
a4c80694a1
Add a few devices that have been added recently.
2006-08-20 05:54:45 +00:00
julian
27a5402d35
Fix typo.
2006-08-20 05:42:58 +00:00
yar
82c5db3e41
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
netchild
81450589e7
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
ssouhlal
57842c97d3
MALLOC -> malloc and FREE -> free
...
Submitted by: rdivacky
Pointed out by: jhb
2006-08-19 11:54:19 +00:00
ssouhlal
87d8084ec5
ifdef DEBUG a printf
...
Submitted by: rdivacky
2006-08-19 11:07:22 +00:00
yar
a0a656a4f7
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
kan
c417a693c2
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
2e81f075ec
comply with style police
...
Submitted by: ru
MFC after: 1 month
2006-08-18 22:36:05 +00:00
imp
1eee061e71
Copy powerpc ficl files sysdep files (maybe we need a common one)
2006-08-18 21:41:43 +00:00
imp
b93cd97574
Build at91
2006-08-18 21:37:27 +00:00
imp
98835e6c84
Support compiling as part of world
2006-08-18 20:26:54 +00:00
ru
5e69f4fca8
Add more nForce4 SMBus 2.0 PCI IDs.
2006-08-18 19:56:40 +00:00
brueffer
5642c992cd
Wordsmithing on the ixgb(4) and mxge(4) descriptions.
...
Suggested by: ru (ixgb)
2006-08-18 19:03:28 +00:00
brueffer
ff9270e136
Add more modules, correct alphabetical order.
2006-08-18 17:48:17 +00:00
netchild
97604df17b
Add the new linux files to pc98 too.
2006-08-18 15:46:38 +00:00
yar
ad697718d2
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
gnn
b22d0cad1e
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
glebius
04965532cb
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
91d01c20f9
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
yar
3f0988c978
Eliminate header line(s) from ps(1) output instead of skipping over them.
2006-08-18 13:07:38 +00:00
yar
904a0ff853
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
brueffer
575ffc5ca4
Use our standard section 4 SYNOPSIS layout.
...
MFC after: 2 weeks
2006-08-18 10:22:36 +00:00
brueffer
b41a7b9de8
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
marck
0d5e6d6efe
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
sos
cc4fa44dc4
Update JMicron support to also work with chips where the PATA and SATA
...
parts are on individual PCI functions.
HW donated by: JMicron
2006-08-18 09:56:12 +00:00
marck
908b7097ec
Remove references to NMBCLUSTERS which is obsoleted.
...
PR: 100427
Approved by: maxim
MFC after: 1 week
2006-08-18 08:03:06 +00:00
imp
d22da695ac
Appened ull to a really large integer constant to fix build on i386
2006-08-18 00:01:29 +00:00
imp
5c08c82362
while(0); -> while (0) in multiline macro
2006-08-17 23:00:33 +00:00
imp
db85f415fa
while (0); -> while (0) in multi-line macros
2006-08-17 22:50:33 +00:00
julian
ff9e317817
Allow ipfw to forward to a destination that is specified by a table.
...
for example:
fwd tablearg ip from any to table(1)
where table 1 has entries of the form:
1.1.1.0/24 10.2.3.4
208.23.2.0/24 router2
This allows trivial implementation of a secondary routing table implemented
in the firewall layer.
I expect more work (under discussion with Glebius) to follow this to clean
up some of the messy parts of ipfw related to tables.
Reviewed by: Glebius
MFC after: 1 month
2006-08-17 22:49:50 +00:00
imp
59cd950be1
Don't put a ; after while (0)
...
Submitted by: jmg
2006-08-17 22:42:56 +00:00
netchild
b294020942
- disable some more code when osrelease=2.4.2
...
- protect td->td_proc->p_pid with the proc lock in linux_getpid
in the amd64 (= non i386) case [1]
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: netchild [1]
2006-08-17 21:21:30 +00:00
netchild
5d552cdc47
Move some stuff into headers where they belong.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb, ssouhlal
2006-08-17 21:06:48 +00:00
brian
85df8020c4
Make it a little clearer that interface-specific flags aren't additional
...
to specified dhclient flags.
Mention background_dhclient_iface.
Suggested by: ru
2006-08-17 20:13:24 +00:00
brian
768073acd7
Bump the document date. s/dhclient/.Nm/
...
Suggested by: ru
2006-08-17 20:11:21 +00:00
brian
c9b6b048b6
Bump the document date.
...
Suggested by: ru
2006-08-17 20:10:34 +00:00
brian
97f069fb74
Add a missing quote
...
Spotted by: ru
2006-08-17 19:57:10 +00:00
delphij
e0f5f00d16
Use same signedness for i and matched_c. This should make
...
newsyslog(8) WARNS=6 clean.
2006-08-17 18:15:43 +00:00
brian
68f1f47647
Correct usage()
2006-08-17 17:27:42 +00:00