summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-11use .Pp to split up this huge text chunk;Jason McIntyre
2010-04-11fix a hack that only worked with old groff;Jason McIntyre
2010-04-11make the options blurb consistent;Jason McIntyre
2010-04-11In sys_ioctl(), change the type of stkbuf to u_long to make sure it isMark Kettenis
2010-04-11reduce redundant text in several sections. ok jmcTed Unangst
2010-04-11Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work,Mark Kettenis
2010-04-11audio(4) doesn't require to be started explicitely, so the device isAlexandre Ratchov
2010-04-11there is no mpls(4) man page;Jason McIntyre
2010-04-11an mpe interface, not "a";Jason McIntyre
2010-04-11Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ orMark Kettenis
2010-04-10fix athn_stop_tx_dmaDamien Bergamini
2010-04-10grrr var names in protosMarco Peereboom
2010-04-10sprinkle some bus_dmamap_sync around frame access.Marco Peereboom
2010-04-10Fix bug in GMT calculation for systems without tm_gmtoff.Todd C. Miller
2010-04-10Remove a bunch of if 0ed out code that used vtophys. it hasn't been usedOwain Ainsworth
2010-04-10Make this compile with gcc4. Cleanup some debug code while I'm there.Mark Kettenis
2010-04-10Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta.Owain Ainsworth
2010-04-10pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead ofOwain Ainsworth
2010-04-10The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop theMark Kettenis
2010-04-10some frees that were forgottenMarco Peereboom
2010-04-10finding dep in old names like this actually means we are replacing withMarc Espie
2010-04-10always do a full reset when changing the channel on AR5008 devices,Damien Bergamini
2010-04-10avoid some loops.Marc Espie
2010-04-10work around a limitation of tracker/updateset: hints are tagged as to_update.Marc Espie
2010-04-10Intel Centrino Advanced-N 6200 G2 adapters have their own hardwareDamien Bergamini
2010-04-10regenDamien Bergamini
2010-04-10new Intel Centrino Advanced-N 6200 G2 idDamien Bergamini
2010-04-10- tweakJasper Lievisse Adriaanse
2010-04-10enable debug mode for >=RT3090Damien Bergamini
2010-04-10fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.auDamien Miller
2010-04-10show the key type that we are offering in debug(), helps distinguishDamien Miller
2010-04-10bz#1698: kill channel when pty allocation requests fail. FixedDamien Miller
2010-04-10fix terminology: we didn't find a certificate in known_hosts, we foundDamien Miller
2010-04-10bz#1746 - suppress spurious tty warning when using -O and stdinDamien Miller
2010-04-09make more bettah. instead of doing:Owain Ainsworth
2010-04-09In the nfs bio functions, instead of looking at an invalid vnode type,Owain Ainsworth
2010-04-09Attach to BCM5481, BCM5482. From Brad.Stuart Henderson
2010-04-09encif is a global variable and thus pre-zeroed, don't bother bzero()ingOwain Ainsworth
2010-04-09replace pool_get(), memset(,0,) with pool_get(,PR_ZERO) as $DEITYOwain Ainsworth
2010-04-09- fix up SYNOPSIS; it's not perfect yet though...Jason McIntyre
2010-04-09- bump release in HISTORYJasper Lievisse Adriaanse
2010-04-09- add pgs.4Jasper Lievisse Adriaanse
2010-04-09- add and enable pgs(4), a driver for the Programmers Switch found onJasper Lievisse Adriaanse
2010-04-09format all man pages with -Tascii, like the pre-formatted pages in baseChristian Weisgerber
2010-04-09Prevent an interrupt from causing recursion while holding the pmap hash lock,Dale Rahn
2010-04-09- don't use memset() where we should use bzero()Jasper Lievisse Adriaanse
2010-04-09oopsie, misplaced {Marco Peereboom
2010-04-09remove SIOCGIFADDR; from natex, documentation/6352;Jason McIntyre
2010-04-09- event handling rewrite (while preserving original logic);Marco Peereboom
2010-04-09fix double free in an error path. the midlayer gets the ccb for scsi ioDavid Gwynne