summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-08oops, fix merge errorOtto Moerbeek
2007-10-08initilize sflags and only print n_rval when initialized; tracking byOtto Moerbeek
Laurent Desnogues. ok ragge@
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
size(*p) usage.
2007-10-08shrink nfsrv_v2errmap[] and check table size more carefully to avoidTheo de Raadt
dependency on ELAST; ok miod thib
2007-10-08Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@.Marcus Glocker
Diff has been done in co-work with damien@, jsg@, reyk@, and claudio@. OK damien@
2007-10-08A memset(,0,) -> M_ZERO change which also fixes a possible bug withKenneth R Westerback
malloc'ing one struct size but zero'ing the memory with another struct size. Feedback from todd@ tedu@ miod@
2007-10-08signal handles must not call exit() or use stdio; ok ottoTheo de Raadt
2007-10-08do not try to reset the default branch if the RCS fileJoris Vink
does not exist, fixes a segfault when commiting a new file. found by tobias@ who is going to make a nice little regression test for this.
2007-10-08bad place for a stray space;Jason McIntyre
2007-10-08isa0 at amdpcib? got skipped, sighTheo de Raadt
2007-10-08enable spdmem where it mattersTheo de Raadt
2007-10-08- do not talk about "pcib functionality": these pages already document whatJason McIntyre
the devices are - no need to Xr pcib either ok mbalmer deraadt
2007-10-08Add a sample configuration file for the newly imported ospf6d(8) daemon.Esben Norby
ok dlg@
2007-10-08Remove two unneeded macro definitions, replace strdup() with copy() whichStefan Kempf
does error checking. otto@, ragge@ ok
2007-10-08add a RETURN VALUES section.Pierre-Yves Ritschard
ok jmc@
2007-10-08Add the user _ospf6d otherwise the newly imported ospf6d daemon will notEsben Norby
start. ok dlg@
2007-10-08Welcome ospf6dEsben Norby
The new ospf6d daemon will support OSPFv3, basically OSPF for IPv6 networks. It is heavily based on ospfd(8), it is more or less a copy and paste of it. Currently some unneeded stuff has been removed and the trasition from IPv4 to IPv6 has begun. ospf6d is not very usefull at the moment, it is being imported to allow more people to work on it concurrently. Not yet connected to the builds. ok claudio@ dlg@
2007-10-08GPS170 -> GPS170PCIMarc Balmer
ok claudio
2007-10-08regenMarc Balmer
2007-10-08GPS170 -> GPS170PCIMarc Balmer
ok claudio
2007-10-08Correct name GPS170PCI instead of GPS170.Marc Balmer
2007-10-08The PCI based GPS card is GPS170PCI, not GPS170, which is a differentMarc Balmer
receiver in "Europa"-card size.
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-10-08Print registered/CAS latency information for SDRAM.Jonathan Gray
2007-10-08To identity PC133 we need to check cycle time as modulesJonathan Gray
often identify as PC100.
2007-10-08Correct frequency for SDRAM.Jonathan Gray
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
size(*p) as the first malloc() parameter where p is declared locally and thus easy to check. Add M_ZERO to gpe_table allocation in acpi.c even though there is no obvious bzero or memset nearby.
2007-10-08Introduce %z for printf(9), like %z for printf(3). Used to printRay Lai
size_t and ssize_t variables. OK miod and cthulhu.
2007-10-08Don't skip EEPROMs in ofw i2c scan,Jonathan Gray
match on sparc64 SPD name in spdmem. Tested on a V120. ok deraadt@
2007-10-08attach uslcom to the track systems traqmatejoshua stein
ok jsg
2007-10-08support 230400 speedjoshua stein
ok jsg
2007-10-08Indicate if the module is registered, DDR/DDR2 only at the moment.Jonathan Gray
Tested by ian@ wilfried@ and deraadt@
2007-10-08- make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINOJacob Meuser
instead of AUDIO_GETINFO - make SNDCTL_DSP_GETISPACE return correct values by using AUDIO_GETRRINFO instead of AUDIO_GETINFO - remove calls to setblocksize() from SNDCTL_DSP_GET[IO]SPACE. changing the blocksize inside play or record loops, where these ioctls are most often used, can have serious negative consequences. the blocksize should be "fixed" to a power of 2 before these ioctls are called by using SNDCTL_DSP_SETFRAGMENT or SNDCTL_DSP_GETBLKSIZE. heavily tested by myself. no negative feedback from anyone else. ok ratchov
2007-10-08explain that AUDIO_GET[PR]RINFO were added for porting 3rd partyJacob Meuser
software and should be avoided in new code suggested by ratchov@, help from jmc@
2007-10-07regenjoshua stein
2007-10-07track systems traqmate gps data acquisition systemjoshua stein
2007-10-07syncTheo de Raadt
2007-10-07amd64 needs the page tooTheo de Raadt
2007-10-07AMD8111 -> AMD-8111Jason McIntyre
2007-10-07for miscellaneous devices section:Jason McIntyre
- sync Nd for amdpcib(4) - add pcib(4) - adjust the width size of the list accordingly
2007-10-07get rid of the configure remainsOtto Moerbeek
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
by mickey, man page by me. Help, suggestions by Theo and jmc. Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4) does not provide the watchdog timer in the RAMDISK kernels. Prodded by deraadt. E
2007-10-07merge from ragge's repo:Otto Moerbeek
Bugfix for .i files, by Jeremy Reed.
2007-10-07merge from ragge's repo:Otto Moerbeek
Add __inline__ as gcc-compatible keyword.
2007-10-07Merge from ragge's repo:Otto Moerbeek
Add initial support for packed/aligned/rename pragmas. Still missing: Support for architectures with strict alignment. TODO: Cleanup the rename stuff so that it's not depending on gcc compat.
2007-10-07break after exit() is uselessCharles Longeau
ok ray@
2007-10-07nb is an int, so it should be compared to an int.Charles Longeau
ok ray@