| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: avg (mentor)
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Noticed by: np
Pointy hat to: emaste
|
|
|
|
|
| |
build time, to avoid possible grief maintaining FreeBSD source in
alternative version control tools.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
the new installer.
|
| |
|
|
|
|
| |
Approved by: miwi@ (mentor)
|
| |
|
|
|
|
|
| |
function is almost exclusively used for random harvesting, there is no need
for micro-optimization. Adjust the manual page accordingly.
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
values to control the various port ranges. ip(4) describes these in detail.
MFC after: 13 days
|
|
|
|
| |
Approved by: pjd (mentor)
|
|
|
|
|
| |
committers in the rendered output.
While here, add versus@ as being mentered by myself and fjoe@
|
|
|
|
|
|
| |
Submitted by: Carl @ telus.net
MFC after: 14 days
Approved by: thompsa (mentor)
|
|
|
|
|
|
|
| |
For CPUTYPE=core2 use -march=core2
PR: gnu/155308
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: pav
|
|
|
|
|
|
| |
committers list.
Approved by: das
|
| |
|
|
|
|
|
|
| |
PR: usb/155229
Submitted by: Yoshiaki UCHIKAWA
MFC after: 1 week
|
|
|
|
| |
Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
|
|
|
|
|
|
|
|
| |
delivered out the first active "many" hook.
PR: kern/137775
Submitted by: Maxim Ignatenko
MFC after: 2 weeks
|
|
|
|
|
| |
Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days
|
|
|
|
|
| |
MFC after: 14 days
Approved by: thompsa (mentor)
|
|
|
|
|
| |
PR: 121490
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group.
PR: conf/91106
Approved by: gavin (mentor)
MFC after: 1 month
|
|
|
|
|
|
| |
PR: 155074
Submitted by: Warren Block (wblock of wonkity com)
MFC after: 3 days
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Approved by: thompsa (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
setting. It can be built by setting the WITH_ICONV knob. While this
knob is unset, the library part, the binaries, the header file and
the metadata files will not be built or installed so it makes no impact
on the system if left turned off.
This work is based on the iconv implementation in NetBSD but a great
number of improvements and feature additions have been included:
- Some utilities have been added. There is a conversion table generator,
which can compare conversion tables to reference data generated by
GNU libiconv. This helps ensuring conversion compatibility.
- UTF-16 surrogate support and some endianness issues have been fixed.
- The rather chaotic Makefiles to build metadata have been refactored
and cleaned up, now it is easy to read and it is also easier to add
support for new encodings.
- A bunch of new encodings and encoding aliases have been added.
- Support for 1->2, 1->3 and 1->4 mappings, which is needed for
transliterating with flying accents as GNU does, like "u.
- Lots of warnings have been fixed, the major part of the code is
now WARNS=6 clean.
- New section 1 and section 5 manual pages have been added.
- Some GNU-specific calls have been implemented:
iconvlist(), iconvctl(), iconv_canonicalize(), iconv_open_into()
- Support for GNU's //IGNORE suffix has been added.
- The "-" argument for stdin is now recognized in iconv(1) as per POSIX.
- The Big5 conversion module has been fixed.
- The iconv.h header files is supposed to be compatible with the
GNU version, i.e. sources should build with base iconv.h and
GNU libiconv. It also includes a macro magic to deal with the
char ** and const char ** incompatibility.
- GNU compatibility: "" or "char" means the current local
encoding in use
- Various cleanups and style(9) fixes.
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
Sponsored by: Google Summer of Code 2009
|
|
|
|
|
|
|
| |
- Minor update in some USB manual pages.
MFC after: 3 days
Approved by: thompsa (mentor)
|
|
|
|
|
|
|
|
| |
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
MFC after: 1 week
|
|
|
|
| |
Approved by: davidxu
|
|
|
|
|
|
| |
PR: docs/154934
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
aligned the same (no functional change at the moment as both list items are the
same number of characters).
Sponsored by: FreeBSD Foundation
MFC after: 3 months
X-MFC with: 218912
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
A full featured groff is required during buildworld, so build it always
and don't rely on it being present on the host system.
vgrind(1) is tightly coupled to a roff processor and will not be
built/installed when groff is disabled. Also much of the roff'ed
documentation under share/doc will not be built/installed when
WITHOUT_GROFF is defined.
Reviewed by: ru (partial)
|
|
|
|
|
| |
hard cases broke in worse ways than the status quo. Back them out
until that can be resolved.
|
|
|
|
|
| |
clang. A separate change will fix buildworld to default to yes or no
based on the target.
|
|
|
|
|
|
| |
Sponsored by: FreeBSD Foundation
MFC after: 4 weeks
X-MFC with: r218545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD" FreeBSD Foundation funded project.
- Add new man pages for the modular congestion control, Khelp and Hhook
frameworks (cc.4, cc.9, khelp.9 and hhook.9).
- Add new man pages for each available congestion control algorithm (cc_chd.4,
cc_cubic.4, cc_hd.4, cc_htcp.4, cc_newreno.4 and cc_vegas.4).
- Add a new man page for the Enhanced Round Trip Time (ERTT) Khelp module
(h_ertt.4).
- Update the TCP (tcp.4) man page to mention the TCP_CONGESTION socket option,
cross reference to cc.4 and remove references to the retired
"net.inet.tcp.newreno" sysctl MIB variable.
In collaboration with: David Hayes <dahayes at swin edu au> and
Grenville Armitage <garmitage at swin edu au>
Sponsored by: FreeBSD Foundation
MFC after: 3 months
|