Bernhard Schmidt
3e7f54fd44
Add ref to the latest firmware additions.
2011-04-20 17:53:39 +00:00
Dimitry Andric
58ff0f42ba
Remove support for the Intel C Compiler from the build infrastructure.
...
This support has not worked for several years, and is not likely to work
again, unless Intel decides to release a native FreeBSD version of their
compiler. ;)
2011-04-19 18:09:21 +00:00
Gleb Smirnoff
fa05d2156e
It is already seven years since mbuf allocator uses same
...
M_WAITOK/M_NOWAIT flags as malloc(9). Update manual page.
Submitted by: Vadim Goncharov <vadimnuclight tpu.ru>
2011-04-18 15:30:25 +00:00
Dimitry Andric
6d67f69487
Remove libobjc and other Objective-C related components, as these are
...
extremely outdated, and not used by anything in the base system.
Silence from: current@
2011-04-17 21:03:23 +00:00
Edward Tomasz Napierala
ee2509d1a2
Add manual page for rctl.conf(5).
2011-04-14 18:37:27 +00:00
Sergey Kandaurov
603c2b9b9b
Remove vestiges of disklabel(5).
...
Reviewed by: uqs
MFC after: 5 days
2011-04-14 08:53:04 +00:00
Nathan Whitehorn
feacd98ee8
Update some terminology: floppies are no longer built, and FreeBSD is not
...
necessarily distributed by CVS any longer.
2011-04-12 12:57:46 +00:00
Lawrence Stewart
891b8ed467
Use the full and proper company name for Swinburne University of Technology
...
throughout the source tree.
Requested by: Grenville Armitage, Director of CAIA at Swinburne University of
Technology
MFC after: 3 days
2011-04-12 08:13:18 +00:00
Nathan Whitehorn
8ef63d0dcd
Don't do make release and make install in one step. Setting DESTDIR for
...
make release has deleterious consequences.
2011-04-11 15:03:01 +00:00
Nathan Whitehorn
299a8b95ac
Add an install target to release/Makefile instead of grubbing around
...
(and requesting that users grub around) in /usr/obj. Also make sure that
make clean removes the bootonly media and clean up that target a little.
2011-04-11 14:30:45 +00:00
Ulrich Spörlein
3ab29e0dd2
Rename 07.lpr to 07.lpd and re-connect to the build. This was
...
forgotten in r216178.
Submitted by: antoine
Pointyhat: uqs
2011-04-10 12:43:13 +00:00
Alexander Motin
e3a6d3a4bf
- Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching
...
on per-device basis.
- While adding support for per-device sysctls, merge from graid branch
support for ADA_TEST_FAILURE kernel option, which opens few more sysctl,
allowing to simulate read and write errors for testing purposes.
2011-04-08 14:42:29 +00:00
Alexander Motin
a5bd470706
Add reference to led(4), supported now.
...
Add some details about supported chips.
2011-04-08 12:46:47 +00:00
Glen Barber
cb379161b1
u3g.4:
...
- remove self-reference in SEE ALSO section (originally was to s/XR/Xr)
cxgbe.4:
- remove blank line
- add closing .El
Reported by: manlint
MFC after: 3 days
2011-04-07 23:14:33 +00:00
Alexander Motin
530d535d79
Fix spelling.
2011-04-07 08:32:53 +00:00
Alexander Motin
f513d14ca4
Make ada(4) driver to control device write cache, same as ata(4) does.
...
Add kern.cam.ada.write_cache sysctl/tunable to control it alike hw.ata.wc.
2011-04-07 08:17:53 +00:00
Ulrich Spörlein
cebea500a0
Regenerate after r220401. It turns out makeman is clever about implied
...
flags, so remove that part from WITHOUT_CXX again.
This is only partially regenerated, as the entries for FDT and GPIO seem to
have switched their default state, too.
2011-04-06 20:19:07 +00:00
Ulrich Spörlein
b3eb927f6e
Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and
...
WITHOUT_CLANG.
Don't build clang bootstrap/build-tools depending on this flag. We also
keep gperf, devd and libstdc++ around to prevent foot-shooting and to
make this a two-way street.
2011-04-06 20:08:23 +00:00
Warner Losh
1b59591956
Make clang default on x86 and powerpc, but not on other architectures.
...
Make fdt default on arm and powerpc.
This now includes cross compiled targets, where before we tried to
make it host-based.
Also, move the lists of default yes and no options to a variable.
In general, only build tools should get this treatment in bsd.own.mk.
Also, the use of TARGET* in the bsd.*mk files is discouraged, but
necessary here due to the ordering of things in buildworld. We make
the native case work by testing MACHINE_ARCH after TARGET_ARCH.
2011-04-05 08:49:47 +00:00
Adrian Chadd
1b53e47cde
Add a manpage for the nvram2env driver.
2011-04-04 22:30:12 +00:00
Artem Belevich
aecaead25b
Added myself as src committer.
...
Approved by: avg (mentor)
2011-04-02 00:08:32 +00:00
Ed Maste
bedca8b119
Uuencode the sample "binary" firmware image file (instead of explicitly
...
adding \0 bytes). This is a technique that would be used in an actual
driver and is more suitable as an example.
Reviewed by: mlaier
2011-04-01 23:47:10 +00:00
Warner Losh
bf34d84c56
Minor tweaks to the man page:
...
o Remove bogus ordering info
o 3C1 actually works, so remove that
o Add warning about making sure BIOS is configured properly for PnP
configured 3c509 cards.
2011-04-01 11:39:13 +00:00
Lawrence Stewart
17f0fc566e
Add a missing .El macro.
2011-04-01 06:28:21 +00:00
Ed Maste
38daf43af2
Unbreak installworld after r220205.
...
Noticed by: np
Pointy hat to: emaste
2011-04-01 01:13:30 +00:00
Ed Maste
ce5a491af8
Avoid having a binary file in our source tree and instead create it at
...
build time, to avoid possible grief maintaining FreeBSD source in
alternative version control tools.
2011-03-31 15:12:40 +00:00
Ganael LAPLANCHE
168c03cc8f
Add relation to my mentor (ehaupt)
2011-03-31 06:11:49 +00:00
Andrey V. Elsukov
95d4707398
Remove duplicate sentence.
2011-03-30 11:34:40 +00:00
Ganael LAPLANCHE
71165daf26
Add myself to committers-ports.dot
2011-03-28 09:05:43 +00:00
Adrian Chadd
f8b1bf190c
Update ath_hal.4 to include the latest chipset support.
...
ath_hal needs a lot more work to encompass the list of supported
cards, as the AR5416/AR9160/AR9280/AR9285 list is quite long
and extensive. In addition, there's a lot of AR5212/AR5213 based
cards that aren't on this list.
2011-03-26 02:52:04 +00:00
Gleb Smirnoff
a17878b872
Give better URL to the list of available CVSup mirrors.
2011-03-22 04:31:35 +00:00
Nathan Whitehorn
e8423d00e1
Update release(7) and build(7) to reflect new release infrastructure for
...
the new installer.
2011-03-22 01:21:51 +00:00
Jeff Roberson
aa0a1e58f0
- Merge in OFED 1.5.3 from projects/ofed/head
2011-03-21 09:58:24 +00:00
Sofian Brabez
b3a6a09643
Add an entry for myself to committers-ports.dot.
...
Approved by: miwi@ (mentor)
2011-03-18 09:03:14 +00:00
Jung-uk Kim
c26c38740d
Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.
2011-03-15 17:59:30 +00:00
Jung-uk Kim
d8ea2a492e
Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since this
...
function is almost exclusively used for random harvesting, there is no need
for micro-optimization. Adjust the manual page accordingly.
2011-03-15 17:14:26 +00:00
Martin Matuska
432edffe38
Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk
...
MFC after: 2 weeks
2011-03-14 13:36:51 +00:00
Pawel Pekala
47dfe02052
add myself
...
Approved by: miwi (mentor)
2011-03-13 17:03:19 +00:00
Bjoern A. Zeeb
ac66bc0ada
Cross-reference ip(4) rather than sysctl(8) for the global, shared MIB
...
values to control the various port ranges. ip(4) describes these in detail.
MFC after: 13 days
2011-03-13 11:44:16 +00:00
Mikolaj Golub
b95f402d56
Add myself to calendar.freebsd and committers-src.dot.
...
Approved by: pjd (mentor)
2011-03-11 10:11:22 +00:00
Gavin Atkinson
1930a086b5
Add a couple of nodes and edges in order to reduce the number of unattached
...
committers in the rendered output.
While here, add versus@ as being mentered by myself and fjoe@
2011-03-10 23:20:32 +00:00
Hans Petter Selasky
7cf9b284fc
- Remove superfluous ucom device lines in USB manual pages.
...
Submitted by: Carl @ telus.net
MFC after: 14 days
Approved by: thompsa (mentor)
2011-03-07 21:53:15 +00:00
Martin Matuska
d93806e2f1
Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf
...
For CPUTYPE=core2 use -march=core2
PR: gnu/155308
MFC after: 2 weeks
2011-03-07 14:58:23 +00:00
Pawel Jakub Dawidek
a6c0f1f242
To be able to use printf extensions we need to turn off gcc format checking.
...
Following the convention of NO_WERROR and NO_WCAST_ALIGN add NO_WFORMAT,
which, when defined in Makefile, turns off compile-time format checking
(by adding -Wno-format), but still allows to use high WARNS level.
MFC after: 2 weeks
2011-03-07 09:28:21 +00:00
Doug Barton
563effb9ff
mbone is no longer a physical category
...
Submitted by: pav
2011-03-06 23:01:02 +00:00
Steve Kargl
034bbd821b
Obligatory first commit to the include myself in the list of
...
committers list.
Approved by: das
2011-03-06 00:57:08 +00:00
Gavin Atkinson
adb67a1ac0
Add two missing vertical bars.
2011-03-05 15:18:11 +00:00
Daichi GOTO
f1168f9929
Add the Buffalo (Melco Inc.) WLI-UC-G301N
...
PR: usb/155229
Submitted by: Yoshiaki UCHIKAWA
MFC after: 1 week
2011-03-04 07:01:45 +00:00
Gleb Smirnoff
8f8ab00ff7
Update manual: node now supports NetFlow v9.
...
Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
2011-03-02 16:16:09 +00:00
Andrey V. Elsukov
633c5bdac8
Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets are
...
delivered out the first active "many" hook.
PR: kern/137775
Submitted by: Maxim Ignatenko
MFC after: 2 weeks
2011-03-01 13:10:56 +00:00