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
brian
a3922ffaf6
Add a -p switch to dhclient. The switch tells dhclient to persist
...
despite the interface link status.
Add dhclient_flags_iface and background_dhclient_iface rc.conf options.
(where iface is a specific interface). These can be used to give
interface specific flags to dhclient.
Reviewed by: brooks@
2006-08-17 17:12:27 +00:00
ceri
8dcb0483a6
Further nitpicking.
2006-08-17 16:29:27 +00:00
ceri
65eed3605a
Fix a grammatical error.
...
Funny how one character can completely distort the perception of a sentence :)
2006-08-17 16:20:42 +00:00
thompsa
6d9882d3c0
Remove unneeded asserts from bridge_ioctl_* since these are just
...
extensions of bridge_ioctl() which has the correct locking.
2006-08-17 11:16:02 +00:00
ru
d1d822cb61
I'm about to merge these only now, so correct the first release
...
of their appearence to be 6.2.
2006-08-17 10:55:49 +00:00
thompsa
b9c49f769b
Remove two lock asserts that are unneeded due to subsequent unlocks.
2006-08-17 10:52:36 +00:00
thompsa
92c17ec7e1
Call bridge_span before dropping the lock.
...
MFC after: 5 days
2006-08-17 10:18:31 +00:00
netchild
2e4762bd3c
Initialize the emul sx-lock.
...
Sponsored by: Google SoC 2006
Submitted by: rdivacky
2006-08-17 10:04:49 +00:00
glebius
be3d72f383
Rewrite bge_encap() so that it takes mbuf ** argument. In this case if
...
m_defrag(9) changes pointer we can show this to our caller.
Reviewed by: yongari
2006-08-17 09:53:04 +00:00
netchild
a6834221aa
Fix the DEBUG build:
...
- linux_emul.c [1]
- linux_futex.c [2]
Sponsored by: Google SoC 2006 [1]
Submitted by: rdivacky [1]
netchild [2]
2006-08-17 09:50:30 +00:00
yar
d5c64fa997
Allow for setting negative priority (niceness) when $foo_user is non-root.
...
The order in _doit must be "nice su", not "su nice", for that.
In addition, don't ignore the exit status from "cd $foo_chdir".
Reviewed by: freebsd-rc (silence)
MFC after: 1 week
2006-08-17 08:04:20 +00:00
yar
f6a5a99700
Enumerate all cases where -i is applicable.
...
MFC after: 3 days
2006-08-17 07:14:01 +00:00