andreast
4913489a65
Add myself to calendar.freebsd and committers-src.dot.
...
Approved by: nwhitehorn (mentor)
2010-09-06 19:00:00 +00:00
gjb
df58c57d8a
Note in rc.conf(5) that jail_list should contain only alphanumeric
...
characters.
PR: 150098
Submitted by: cc (cpt_complain at yahoo dot com)
Approved by: keramida (mentor)
MFC after: 1 week
2010-09-05 20:04:54 +00:00
mav
d23fcb99b7
Add support for the Sharp/Micron flash chips to powermac_mvram(4).
...
Tested on PowerMac G4 AGP.
Reviewed by: nwhitehorn
2010-09-05 20:04:02 +00:00
kib
4aee566266
Document "show cdev" command.
...
MFC after: 3 days
2010-09-05 14:52:27 +00:00
kib
f346e51345
Document MAKEDEV_ETERNAL.
...
MFC after: 3 days
2010-09-05 14:47:46 +00:00
swills
e749c008a4
Add myself to commiters-ports.dot
...
Approved By: pgollucci (co-mentor)
2010-09-05 01:58:21 +00:00
yongari
a7120610e3
Better wording.
...
Submitted by: jkim
2010-09-02 20:43:01 +00:00
yongari
bf53dc1afd
Document tunable dev.sis.%unit.manual_pad
...
While I'm here Xref vlan(4) as sis(4) supports VLAN oversized
frames.
2010-09-02 18:22:06 +00:00
maxim
3fcf479705
o csup(1) does not have -g flag. Remove it from the example.
...
PR: conf/150214
Submitted by: Li
MFC after: 1 week
2010-09-02 05:07:34 +00:00
mlaier
2ef34e9086
rmlock(9) two additions and one change/fix:
...
- add rm_try_rlock().
- add RM_SLEEPABLE to use sx(9) as the back-end lock in order to sleep while
holding the write lock.
- change rm_noreadtoken to a cpu bitmask to indicate which CPUs need to go
through the lock/unlock in order to synchronize. As a side effect, this
also avoids IPI to CPUs without any readers during rm_wlock.
Discussed with: ups@, rwatson@ on arch@
Sponsored by: Isilon Systems, Inc.
2010-09-01 19:50:03 +00:00
maxim
58e091d363
o Sync the man page with the reality: nfs/ includes
...
are under include/ and include/fs/.
PR: docs/139153
Submitted by: gjb
MFC after: 1 week
2010-09-01 12:08:54 +00:00
ed
c2d34e9364
Remove reference to device minor numbers in psm(4) man page.
...
The number returned by stat(2) is generated automatically, so it is not
possible to deduce whether the device is blocking or not.
MFC after: 1 week
2010-09-01 09:53:24 +00:00
dim
bab48ae23a
Add myself to committers-src.dot.
...
Approved by: rpaulo (mentor)
2010-08-30 21:18:59 +00:00
imp
6492a7e501
Now that we default to the proper endian, we don't need these for mips
2010-08-28 21:06:13 +00:00
brucec
76d7244728
Fix incorrect usage of 'assure' and 'insure'.
...
Approved by: rrs (mentor)
2010-08-28 16:32:01 +00:00
gabor
c24a7c0fb6
- Regen after adding WITH_BSD_GREP and removing WITH_GNU_GREP
2010-08-25 09:48:21 +00:00
trasz
fd3d9f3731
s/ithread/interrupt thread/
2010-08-24 21:38:44 +00:00
imp
c3a399c4ba
MFtbemd:
...
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
2010-08-23 22:24:11 +00:00
gabor
415098b7a0
- Change default grep back to GNU version. BSD grep can be built with the
...
WITH_BSD_GREP knob.
- Bump __FreeBSD_version
Requested by: dougb
Approved by: delphij (mentor)
2010-08-23 10:04:26 +00:00
yongari
1b3ec20834
Better wording and fix wrong explanation.
...
Submitted by: Ben Kaduk ( minimarmot <> gmail dot com )
2010-08-23 00:10:43 +00:00
yongari
d13691c661
Document tunable dev.rl.%unit.prefer_iomap
2010-08-22 21:32:48 +00:00
ed
46ef223895
Add missing mlink for insmntque1().
...
MFC after: 1 week
2010-08-22 16:42:46 +00:00
yongari
9321b37fbd
Document newly introduced tunable dev.bge.%d.forced_udpcsum.
...
While I'm here also mention tunable dev.bge.%d.forced_collapse.
2010-08-22 01:40:59 +00:00
rpaulo
8b893530ad
Remove LIBELF_PIC.
...
Sponsored by: The FreeBSD Foundation
2010-08-21 17:53:16 +00:00
rpaulo
e43a56e298
Add the definition of LIBELF_PIC.
...
Sponsored by: The FreeBSD Foundation
2010-08-21 14:08:04 +00:00
rpaulo
f63ab9228e
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
...
Makefiles or *.mk files, use ${CC:T:Mfoo} instead, so only the basename
of the compiler command (excluding any arguments) is considered.
This allows you to use, for example, CC="/nondefault/path/clang -xxx",
and still have the various tests in bsd.*.mk identify your compiler as
clang correctly.
ICC if cases were also changed.
Submitted by: Dimitry Andric <dimitry at andric.com>
2010-08-17 20:39:28 +00:00
rpaulo
4a63dcd164
Make sure any -U CFLAGS are not filtered out when calling mkdep, as
...
gnu/usr.bin/cc/libiberty first defines the PREFIX macro, and then
undefines it again, so mkdep with clang complains.
Submitted by: Dimitry Andric <dimitry at andric.com>
Reviewed by: ru
2010-08-17 13:02:08 +00:00
joel
7186d2782d
Put parentheses around a few macros to prevent mdoc warnings.
2010-08-16 21:26:47 +00:00
joel
dd1fff9bcb
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
...
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 15:18:30 +00:00
joel
04035a1299
Fix .Dd from last commit.
...
Submitted by Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 12:37:17 +00:00
brueffer
257a18ba17
Fixed a typo.
...
PR: 148701
Submitted by: Glen Barber <glen.j.barber@gmail.com>
MFC after: 1 week
2010-08-15 21:37:30 +00:00
brueffer
71251b1c93
Fixed a typo and added a comma.
...
PR: 148681
Submitted by: Glen Barber <glen.j.barber@gmail.com>
MFC after: 1 week
2010-08-15 21:34:50 +00:00
brueffer
d6f7bade91
Tie up some loose ends r88509 left behind:
...
- chooseproc() is long gone, MLINK choosethread instead
- Update NAME section for choosethread
- Mark chooseproc.9 for removal
PR: 149549
Submitted by: pluknet
MFC after: 1 week
2010-08-15 21:25:52 +00:00
brueffer
380ff6898a
Use our standard section 4 SYNOPSIS. While here, fixed markup whitespace
...
and adapted an Xref.
2010-08-15 20:56:13 +00:00
joel
48e321d016
Fix typo.
2010-08-13 20:27:40 +00:00
takawata
05bcb2e515
Hook tpm.4 manual to hook.
2010-08-13 05:01:44 +00:00
ivoras
534250dae1
Describe vfs.read_max and update vfs.hirunningspace documentation. While
...
there, update nits.
Considered viewed by: jeff, phk, rwatson
2010-08-12 21:21:50 +00:00
will
10d63a94a9
Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as
...
read-only by default, meaning files copied can't be overwritten next time.
Reviewed by: imp
Approved by: ken (mentor)
2010-08-12 20:46:49 +00:00
takawata
df8a6d6200
Fix copyright information.
2010-08-12 01:08:50 +00:00
takawata
8d948403ba
Add tpm(4) driver for Trusted Platform Module.
...
You may want to look at http://bsssd.sourceforge.net/ .
Submitted by: Hans-Joerg Hoexer <Hans-Joerg_Hoexer@genua.de>
2010-08-12 00:16:18 +00:00
mdf
0737955344
Rework memguard(9) to reserve significantly more KVA to detect
...
use-after-free over a longer time. Also release the backing pages of
a guarded allocation at free(9) time to reduce the overhead of using
memguard(9). Allow setting and varying the malloc type at run-time.
Add knobs to allow:
- randomly guarding memory
- adding un-backed KVA guard pages to detect underflow and overflow
- a lower limit on the size of allocations that are guarded
Reviewed by: alc
Reviewed by: brueffer, Ulrich Spörlein <uqs spoerlein net> (man page)
Silence from: -arch
Approved by: zml (mentor)
MFC after: 1 month
2010-08-11 22:10:37 +00:00
yongari
0b2c30e84e
Document newly added controller AR8151 and AR8152.
2010-08-09 17:33:03 +00:00
gavin
3543635e2f
Add a termcap entry for rxvt-256color.
...
PR: conf/147726
Submitted by: Sterling (Chip) Camden <sterling camdensoftware.com>
MFC after: 2 weeks
2010-08-08 09:40:09 +00:00
gavin
6962657fca
Add a keymap for the Swiss-German Macbook keyboard.
...
PR: conf/139997
Submitted by: Andreas Tobler <andreast fgznet.ch>
MFC after: 2 weeks
Committed from: Bugathon #7
2010-08-07 17:02:36 +00:00
des
fba9d4fdfa
Document the MEXTADD macro.
...
MFC after: 2 weeks
2010-08-07 13:26:08 +00:00
joel
38858fc544
Fix typo in comment.
2010-08-07 08:31:32 +00:00
bschmidt
7a1d9ddf48
Obviously the option is known as COMPAT_LINUX32 on amd64.
...
PR: docs/149182
Pointed out by: Fernando <fernando.apesteguia at gmail.com>
MFC after: 3 days
2010-08-06 20:18:16 +00:00
stefanf
3ed2d72894
Add links for destroy_dev_drain, destroy_dev_sched, destroy_dev_sched_cb,
...
make_dev_cred and make_dev_credf.
2010-08-06 16:50:48 +00:00
joel
f4e8725880
Fix typos and spelling mistakes.
2010-08-06 14:33:42 +00:00
yongari
27976a477e
Reflect default Tx interrupt moderation timer value change(50ms -> 1ms).
2010-08-06 00:52:23 +00:00