Barbara Guida
f114e8dbc7
Add my mentor relationships to committers-ports.dot
...
Approved by: flo (mentor)
2012-11-25 21:32:13 +00:00
Kevin Lo
40fcb8d3a9
Catch up with r243046. KTR buffer can be changed at runtime.
2012-11-23 08:44:36 +00:00
Hans Petter Selasky
8e5e664ccc
Remove no longer needed quirk.
...
Submitted by: Mark Johnston
2012-11-23 08:22:06 +00:00
Sergey Kandaurov
da9782dac0
[mdoc] remove hard sentence breaks.
...
MFC after: 3 days
2012-11-22 10:24:30 +00:00
Sergey Kandaurov
df4193e708
core(5) references sysctl debug.num_cores, but it is really debug.ncores.
...
PR: docs/173831
MFC after: 1 week
2012-11-22 09:56:13 +00:00
Simon J. Gerraty
3b0cfc13df
If .PARSEDIR is defined we have bmake, and CTFCONVERT_CMD can be empty.
...
PR: 172440
Approved by: marcel (mentor)
2012-11-22 04:53:09 +00:00
Simon J. Gerraty
a58de88b0c
INSTALL_AS_USER: output of id -un will never match 0 so use id -u
...
and USER for BINOWN etc.
Approved by: marcel (mentor)
2012-11-22 04:50:42 +00:00
Dimitry Andric
d7649ea3a3
Do not expose LIBCXXRT and LIBCPLUSPLUS in bsd.libnames.mk, if
...
WITHOUT_LIBCPLUSPLUS is specified.
Submitted by: Garrett Cooper <yanegomi@gmail.com>
MFC after: 3 days
2012-11-20 21:26:13 +00:00
Jung-uk Kim
a9259c1e1f
Clean up and update comments for CPUTYPE.
...
Requested by: rdivacky
2012-11-19 23:04:22 +00:00
Jung-uk Kim
49f4a268d5
Add x86 CPUs supported by clang on head.
...
Reviewed by: arch (silence)
X-MFC: r242624
2012-11-19 21:58:14 +00:00
Benjamin Kaduk
c33ae5331f
Improve grammar.
...
Approved by: hrs (mentor)
2012-11-18 22:52:17 +00:00
Eitan Adler
481974c226
Modernize parts of the ports.7 manual page.
...
Approved by: bcr (mentor)
MFC after: 3 days
2012-11-18 16:34:09 +00:00
Marcel Moolenaar
a83e187992
Install bsd.progs.mk, needed by bsd.test.mk and thus by atf.test.mk.
2012-11-17 00:07:28 +00:00
Eitan Adler
b2c3d69208
Correct spelling of "lily" [0]
...
Correct spelling of Camellia
PR: misc/173655 [0]
Submitted by: John Ryan <john@shiftregister.net> [0]
Approved by: cperciva
MFC after: 1 week
2012-11-16 14:46:32 +00:00
Joel Dahl
ddc936569c
Remove trailing whitespace.
2012-11-16 14:30:40 +00:00
Gleb Smirnoff
dc169f2862
o Remove meaningless PROTOCOLS section.
...
o Describe passing file descriptors as separate section.
- Descriptors can be passed through any protocol of the UNIX family,
not SOCK_STREAM and SOCK_SEQPACKET only. [1]
o Describe socket options as separate section.
- Move LOCAL_PEERCRED option to this section.
- Describe struct xucred.
- In LOCAL_CREDS section mention that credentials
are passed only on the first read on non-datagram
sockets.
o Xref all mentioned system calls.
Noticed by: Igor Sysoev [1]
2012-11-16 14:00:27 +00:00
Joel Dahl
788c8ebcb5
Remove trailing whitespace.
2012-11-16 11:56:53 +00:00
Alan Cox
96509a1fd9
M_USE_RESERVE is no longer deprecated. It is once again supported.
...
Reviewed by: kib
2012-11-16 06:40:40 +00:00
Greg Lehey
370cbbf20d
Move detailed description of BLOCKSIZE to getbsize(3).
...
MFC after: 2 weeks.
2012-11-16 01:43:23 +00:00
Eitan Adler
a48556ba8d
Remove quite a bit of stale data from the tuning.7
...
While here fix some style issues.
Submitted by: many (via the SystemTuning wiki page)
Approved by: bcr (mentor)
MFC after: 3 days
2012-11-16 01:22:56 +00:00
Joel Dahl
0e9ca66e3b
Remove trailing whitespace.
2012-11-15 16:54:14 +00:00
Eitan Adler
03ad1b0ba0
Some software, notably dialog(1), can understand back-tab, which is
...
typically bound to Shift-Tab. syscons produces ^]]Z for Shift-Tab, like
many VT100-like terminal (emulators). The plain xterm does not produce
this sequence, but ^I for both Tab and Shift-Tab.
PR: conf/162787
PR: bin/151229
Submitted by: Stefan Bethke <stb@lassitu.de>
Submitted by: Bruce Cran <bruce@cran.org.uk>
Approved by: cperciva
MFC after: 3 days
2012-11-15 15:05:54 +00:00
Kevin Lo
d7bf9fd625
Mention the IEEE 802.1AX.
...
Reviewed by: thompsa
2012-11-14 06:23:32 +00:00
Andre Oppermann
327210de43
Remove description of deprecated IP fragment checksum support.
...
Since SMPng it wasn't really supported anymore and if it worked
then only by chance. Only very few drivers ever supported it.
Discussed with: yongari
MFC after: 2 weeks
2012-11-13 20:52:17 +00:00
Joel Dahl
c60bda17f2
Updates for netgraph node manual pages.
...
Discussed with: glebius
Submitted by: Mamontov Roman <mr.xanto@gmail.com>
2012-11-13 20:41:36 +00:00
Sergey Kandaurov
030c03b513
- Lowercase a cross reference to make.
...
- Sort SEE ALSO cross references.
MFC after: 3 days
2012-11-13 20:07:34 +00:00
Sergey Kandaurov
eb2c1f87f8
Avoid an ambiguous reference to mtx_lock(9).
...
MFC after: 3 days
2012-11-13 19:21:51 +00:00
Sergey Kandaurov
fe6ba75294
Correct rmlock(9) xref and add a missing comma.
2012-11-13 19:03:13 +00:00
Xin LI
2c862c979c
ICMPV6_FILTER should read ICMP6_FILTER.
...
Submitted by: Frédéric Perrin <frederic.perrin resel.fr>
MFC after: 2 weeks
2012-11-08 00:54:43 +00:00
Simon J. Gerraty
c5faff658d
Add ATF and reformat to ease reviews
...
Approved by: marcel (mentor)
2012-11-07 22:02:53 +00:00
Simon J. Gerraty
50c5d27b26
Enable ATF testing.
...
Submitted by: Garrett Cooper
Approved by: marcel (mentor)
2012-11-07 22:02:02 +00:00
Simon J. Gerraty
81e6864102
Latest progs.mk from crufty.net for ATF
...
Approved by: marcel (mentor)
2012-11-07 21:44:04 +00:00
Kevin Lo
d92303b62c
Nm ipsec
2012-11-07 06:53:44 +00:00
Dimitry Andric
8d7f35458a
Fix typo in bsd.compiler.mk.
2012-11-06 07:51:20 +00:00
Alexander Motin
a21345b401
Decode common state bits in getencstat output.
2012-11-06 01:29:26 +00:00
Bryan Venteicher
65f6f7ae43
Add myself as a new src committer
...
Approved by: grehan (mentor)
2012-11-06 00:41:59 +00:00
Alexander Motin
3364718004
Add -c option to sesd to make it clear enclosure status after reading it
...
in case if it is not permanent and was fixed.
2012-11-06 00:22:33 +00:00
Alexander Motin
23ec103f3f
Rise priority of the informational messages from LOG_INFO to LOG_NOTICE,
...
same as used for OK status. Otherwise it looks strange when OK status is
reported, while informational is not.
2012-11-05 23:20:48 +00:00
Brooks Davis
909c4d7ec0
Allow CC to be gcc46 or similar by matching gcc*.
...
Don't test the value of the :M matches, either the string matches or does
not.
2012-11-05 23:05:14 +00:00
Brooks Davis
ccaa6067c7
Now that WITH_CLANG_IS_CC is the default on x86 systems, document
...
WITHOUT_CLANG_IS_CC.
2012-11-05 21:55:22 +00:00
Brooks Davis
5b6478b077
After years of hard work by many FreeBSD and LLVM developers, make
...
clang the default compiler on i386 and amd64 systems.
Special thanks to: dim, ed, rdivacky
2012-11-05 19:08:18 +00:00
Alexander Motin
8894a1ba65
Fix a minor typo.
2012-11-05 18:18:03 +00:00
Kevin Lo
0191c147a5
Sync with domain and protosw data structures.
...
Reviewed by: glebius
2012-11-05 09:45:37 +00:00
Kevin Lo
8f58a61d4f
Revert previous commit.
2012-11-05 02:34:52 +00:00
Kevin Lo
fcc15a2c82
Catch up with r242520. s/maxusers/maxbikesheds
2012-11-05 01:42:57 +00:00
Grzegorz Blach
d4cc50ba14
- Add my mentor relationships to committers-ports.dot
...
- Add myself to calendar.freebsd
Approved by: tabthorpe (mentor)
2012-11-04 08:47:41 +00:00
Baptiste Daroussin
4cbff7a3dc
Change default prompt to show ~ again for the home directory
...
Submitted by: flo
Approved by: eadler
2012-11-04 01:00:35 +00:00
Maxim Konovalov
87ae2c7848
o DragonFly 2.3.1 added.
2012-11-03 19:26:08 +00:00
Eitan Adler
382dc3ca38
Revert the change that makes less default.
...
Since I've committed this I've receieved roughly an equal
amount of email thanking me for making this change
and asking me to revert it.
I've resisted making this change because
new users tend to prefer less over more
and these users are the least likely to know
how to change the PAGER on their own.
Requested by: many
Objected to: just as many
Decision made by: core
Approved by: cperciva
MFC after: 3 days
2012-11-03 14:46:15 +00:00
Jim Harris
ac6a9a8e21
Update nsamples and nbuffers defaults to match reality.
2012-11-02 22:03:39 +00:00