summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
contains a matching entry, use that and refrain from accessing YP. getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains a matching entry before the first YP entry, use that and stay away from YP. Taken together, this allows a solution to the following problem pointed out by deraadt@: When YP was configured but temporarily unavailable, even root login would block, hindering you when trying to do repairs. To avoid this, you can now provide a static entry for root in /etc/netid. Using suggestions from miod@ otto@ blambert@ jmc@. "commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.
2009-03-27Sitecom WL-603 should work according to linux driverJonathan Gray
2009-03-27Linksys WUSB200 should work according to linux driverJonathan Gray
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
ok mglocker@
2009-03-26attach CACE AirPcap Nx.Damien Bergamini
2009-03-25Remove LK_SLEEPFAILOwain Ainsworth
2009-03-25Add support for the watchdog timer.Michael Knudsen
``just have the balls and commit it'' deraadt
2009-03-25sdmmc(4) is not an SD host controller.Michael Knudsen
Input from deraadt, grange, and kettenis.
2009-03-25RegenMiod Vallat
2009-03-25add new umsm(4) device. Emobile D21LC (longcheer's OEM product)Yojiro Uo
ok jsg@, fgsch@
2009-03-25punctuation must be space separated here;Jason McIntyre
2009-03-25add support for AES-CBC with the BCM5823 (or newer, but we don't support newerReyk Floeter
variants yet). ok deraadt@ dlg@
2009-03-25clarify wording of examples for subpackages, pointed out by Lajos BoróczkiStuart Henderson
2009-03-25Lying is bad, so stop lying about functionality that was removed agesOwain Ainsworth
ago. ok blambert (who had a similar diff a few days ago)
2009-03-24link to newish firmware package (3.1).Damien Bergamini
i have absolutely no idea what this new firmware is supposed to fix. actually, even the Intel people have no idea according to this thread: http://marc.info/?l=linux-wireless&m=123791786426974&w=2
2009-03-24AR9101 is MIMO 1x2, not 1x1.Damien Bergamini
2009-03-24fix a few typographical errors.Igor Sobrado
ok jmc@
2009-03-24Document that due to bioctl limitations ips associate all unused andAlexander Yurchenko
spare drive with the first volume but the drives can be used for rebuilding any degraded volume. ok jmc@
2009-03-23Xr otus(4)Theo de Raadt
2009-03-23otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.Damien Bergamini
more work is required but basic operations work. requires a non-free firmware to operate. partly based on source code released under the ISC by Atheros Communications for Linux, although I had to rewrite almost everything (actually I only used some .h files from the Atheros driver.) there also exists a rewrite of the Atheros driver for Linux (ar9170) but the guy decided to make the code less free by wrapping the GPL around the ISC. committed over a NETGEAR WNDA3100. ok deraadt@
2009-03-23Update to tzdata2009d from elsie.nci.nih.govTodd C. Miller
2009-03-23some smtpd bits; ok jacekm gillesJason McIntyre
2009-03-22Mention that msk(4) support 88E807x chips now.Mark Kettenis
2009-03-22tweaks;Jason McIntyre
2009-03-19comment out some macros until they are needed;Jason McIntyre
2009-03-19no .Pp before or after sections;Jason McIntyre
2009-03-18Remove man page mentions of the vnode interlock, which is long dead.Bret Lambert
ok jmc@ thib@
2009-03-18syncIgor Sobrado
2009-03-17+.Xr pf.conf 5 ,Jason McIntyre
from bofh
2009-03-17Mention that ips now has bio management support.Alexander Yurchenko
2009-03-16use short (one-line) command descriptions (.Nd macros).Igor Sobrado
ok jmc@
2009-03-16Update to tzdata2009c from elsie.nci.nih.govTodd C. Miller
2009-03-14add more run(4) USB ids, clarify some.Damien Bergamini
from FUKAUMI Naoki. add a HARDWARE section to the run(4) man page to start listing known run(4) devices while i'm at it.
2009-03-07aac now supports SAS controllers, mention this in Nd.Alexander Yurchenko
from brad
2009-03-06Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.Alexander Yurchenko
Not tested but should work.
2009-03-05+glob.7Jason McIntyre
2009-03-05Add support for IBM ServeRAID-8k. Thanks to Sergey PrysiazhnyiAlexander Yurchenko
<apelsin@atmnis.com> for patiently testing my numerous diffs. ok deraadt@
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-05Besides su(1) and passwd(1), also advise specifying the full path toAntoine Jacoutot
sudo(8). "it makes sense" jmc@, ok deraadt@
2009-03-04adds -p1003.1-2008 to the list of standards for the St macro.Igor Sobrado
ok jmc@
2009-03-03more RealTek RTL8187 based devicesKevin Lo
ok jsg@
2009-03-02Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existedBret Lambert
for some time. ok jmc@
2009-03-02tweak previous;Jason McIntyre
2009-03-01regenMiod Vallat
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system).
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
last month.
2009-03-01Colormap support is there now.Mark Kettenis
2009-03-01raptor(4)Mark Kettenis
2009-03-01bpf can handle variable length headers; some wording improvements;Otto Moerbeek
mostly from Guy Harris; ok jmc@
2009-03-01zap trailing whitespace;Jason McIntyre