summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-26syncTheo de Raadt
2008-02-26Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ;Theo de Raadt
from Pav Lucistnik <pav@FreeBSD.org>
2008-02-26bump to 4.3; ok miodJason McIntyre
2008-02-26fix memory leak (in one case of unaligned buffers); from Markus KvetterTheo de Raadt
ok markus
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
but only do the final popfile call after yyparse() is done. This also fixes config reload on SIGHUP for some daemons. Spotted by otto@. OK deraadt@
2008-02-26Allow a range of baud rates in a manner similiar to tip/cu,Jonathan Gray
fixes PR 5734 as tested by Sergey Prysiazhnyi <apelsin@atmnis.com>. Fix suggested by and ok deraadt@, "diff is correct" miod@
2008-02-25- Add lii(4) commented out to the amd64 configsBrad Smith
- Comment out lii(4) in the i386 configs since it does not work yet - Add et(4) to the i386 and amd64 RAMDISK_CD configs ok deraadt@
2008-02-25Following up with further dmesg display tweaking after the cardbusprint()Brad Smith
change. ok deraadt@
2008-02-25delete prototypes for functions which the kernel does not haveTheo de Raadt
from brynet@gmail.com
2008-02-25Make bwi compile in debug mode again.Marcus Glocker
2008-02-25Sync up with DragonFlyBSD driver. Please read their commit messageMarcus Glocker
for details: http://leaf.dragonflybsd.org/mailarchive/commits/2008-02/msg00165.html Tested and OK brad@, kettenis@
2008-02-25Remove redundant information from the dmesg entry which is alreadyBrad Smith
represented from the pcidevs entry. ok deraadt@ kettenis@ mglocker@
2008-02-25Stop cardbusprint() from printing the CIS data so that CardBus dmesgBrad Smith
entries look more like a PCI device as they're just another variant of PCI and this looks much nicer. ok deraadt@ kettenis@ mglocker@
2008-02-25the floppy can be used when burned onto a CD, so ... just copy it into theTheo de Raadt
final directory, since it is small enough; tested by maja
2008-02-25uninitialized variable needs zero'ing, ok kettenisTheo de Raadt
2008-02-25support giant files by using ftello(); dhill@mindcry.orgTheo de Raadt
2008-02-25document the basic algorithms used by pkg*.Marc Espie
Actually a must-read for any porter who plays with non-trivial updates.
2008-02-25For the -l flag, set testmode to 1 instead of incrementing it. FixesTodd C. Miller
a bogus error message problem when the -t and -l flags are used together. OK miod@
2008-02-25regenBernd Ahlers
2008-02-25Add some ATI ids. help/ok jsg@Bernd Ahlers
2008-02-25Fix broken cast on 64bit platformsUwe Stuehler
2008-02-25Have cfmakeraw() also reset VMIN and VTIME to their default values;Theo de Raadt
ok kettenis miod
2008-02-24Correctly check that we have a complete rthdr before trying to do ↵Ryan Thomas McBride
m_copydata() on it. Bug report and fix from Todd Carson.
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
ok deraadt
2008-02-24Sync Bluetooth HID drivers with NetBSD and adopt to our needs, as weUwe Stuehler
don't have problib
2008-02-24Handle "QOS" L2CAP configuration request option, enabling L2CAPUwe Stuehler
connections to Sony Ericsson W880i mobile phones
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
ok deraadt@
2008-02-24Add missing space when printing ext. communities.Claudio Jeker
2008-02-24Properly handle return value of dirname().Tobias Stoeckmann
OK joris@
2008-02-24get REV, and make this more like other arch codeTheo de Raadt
2008-02-24iso will need a Makefile.inc to get REV rightTheo de Raadt
2008-02-24Remove some bogus 32-bit compatibiliy code and comments.Mark Kettenis
2008-02-24taht -> thatMarc Balmer
2008-02-24typo, from sthen@, missed in previous commitIan Darwin
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
that we don't accidentally touch the page after the GOT. Bug found on sparc64 affected other platforms as well. ok kettenis@
2008-02-24Bump version. Improvements and fixes since last release.Xavier Santolaria
OK joris@.
2008-02-24Add iso. -mojMats O Jansson
2008-02-24Add an iso image, based on ramdisk and amd64 iso. -mojMats O Jansson
2008-02-24Add entry for an iso image. -mojMats O Jansson
2008-02-24More -Q support.Xavier Santolaria
2008-02-24Use rounded down address when changing memory protections on the GOT, suchMark Kettenis
that we don't accidentally touch the page after the GOT. ok drahn@
2008-02-24fix a type, taht -> that.Marc Balmer
2008-02-23reset overlapcnt at each cvs_merge_file() call so that files thatJoris Vink
are being merged that have no conflicts will not report the previous conflicts that might have been found.
2008-02-23RegenMiod Vallat
2008-02-23More device families, from Dallas datasheets.Miod Vallat
2008-02-23RegenMiod Vallat
2008-02-23More SGI devices.Miod Vallat
2008-02-23syncTheo de Raadt
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
2008-02-23SiSPM devices are like belkin ups; do not attach as uhid, pr#5719Theo de Raadt