dim
d9e6052d4e
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
trasz
8a36386eff
Add manual page for rctl.conf(5).
2011-04-14 18:37:27 +00:00
pluknet
1263a866ca
Remove vestiges of disklabel(5).
...
Reviewed by: uqs
MFC after: 5 days
2011-04-14 08:53:04 +00:00
nwhitehorn
ab20ea28a3
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
lstewart
545f7c0ca7
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
nwhitehorn
0bccc08492
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
nwhitehorn
5d68dd33d3
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
uqs
796cfb973d
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
mav
6028082f68
- 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
mav
af77a5abb2
Add reference to led(4), supported now.
...
Add some details about supported chips.
2011-04-08 12:46:47 +00:00
gjb
824b228f1c
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
mav
26e2e5dbc6
Fix spelling.
2011-04-07 08:32:53 +00:00
mav
34362862ec
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
uqs
9cb0f450df
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
uqs
51399b5e54
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
imp
61779229d8
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
2e9f511b64
Add a manpage for the nvram2env driver.
2011-04-04 22:30:12 +00:00
art
1cccebd550
Added myself as src committer.
...
Approved by: avg (mentor)
2011-04-02 00:08:32 +00:00
emaste
da413ebf3d
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
imp
5787512ec9
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
lstewart
6d6007bc14
Add a missing .El macro.
2011-04-01 06:28:21 +00:00
emaste
44fee23457
Unbreak installworld after r220205.
...
Noticed by: np
Pointy hat to: emaste
2011-04-01 01:13:30 +00:00
emaste
3666785171
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
martymac
c882f2145b
Add relation to my mentor (ehaupt)
2011-03-31 06:11:49 +00:00
ae
87f996dde8
Remove duplicate sentence.
2011-03-30 11:34:40 +00:00
martymac
8fc9c08da7
Add myself to committers-ports.dot
2011-03-28 09:05:43 +00:00
adrian
272da29f27
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
glebius
fc23a5373d
Give better URL to the list of available CVSup mirrors.
2011-03-22 04:31:35 +00:00
nwhitehorn
b4e106ba7b
Update release(7) and build(7) to reflect new release infrastructure for
...
the new installer.
2011-03-22 01:21:51 +00:00
jeff
5115240a6c
- Merge in OFED 1.5.3 from projects/ofed/head
2011-03-21 09:58:24 +00:00
sbz
3acfabd2a5
Add an entry for myself to committers-ports.dot.
...
Approved by: miwi@ (mentor)
2011-03-18 09:03:14 +00:00
jkim
647cf29302
Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.
2011-03-15 17:59:30 +00:00
jkim
d3440080b0
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
mm
038ec0d0d8
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
93e771cdbb
add myself
...
Approved by: miwi (mentor)
2011-03-13 17:03:19 +00:00
bz
f5e1e08d0e
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
trociny
e3a723417d
Add myself to calendar.freebsd and committers-src.dot.
...
Approved by: pjd (mentor)
2011-03-11 10:11:22 +00:00
gavin
a7e1d7a7c6
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
hselasky
eed7bc0dc3
- 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
mm
9747d7db5f
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
pjd
52a9fb0659
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
dougb
8697092f0e
mbone is no longer a physical category
...
Submitted by: pav
2011-03-06 23:01:02 +00:00
kargl
0799872385
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
348e4a6bcd
Add two missing vertical bars.
2011-03-05 15:18:11 +00:00
daichi
ed18ff13e7
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
glebius
604eda6c6c
Update manual: node now supports NetFlow v9.
...
Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
2011-03-02 16:16:09 +00:00
ae
8d27150a02
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
brucec
318d44b9bc
Remove duplicate "in".
...
Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days
2011-03-01 11:47:51 +00:00
hselasky
f6b78c32dc
- Add support for software pre-scaling of ISOCHRONOUS transfers.
...
MFC after: 14 days
Approved by: thompsa (mentor)
2011-02-28 17:23:15 +00:00
brucec
3c9e970368
Revert some of r177626. "in in" is valid in certain sentences.
...
PR: 121490
MFC after: 3 days
2011-02-28 10:03:48 +00:00