summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30Mop up after oga@ and unbreak the tree. The direct uncached map is gone soMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386.Bret Lambert
2009-03-30Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2009-03-30make the code look the same; ok kettenisTheo de Raadt
2009-03-30don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPUAlexandre Ratchov
2009-03-30Remove the direct uncached map. All its users have been removed.Owain Ainsworth
2009-03-30bzero -> PR_ZEROBret Lambert
2009-03-30Oops. Document new 'U' editor command in '?' output too.Kenneth R Westerback
2009-03-30Document new 'U' editor command.Kenneth R Westerback
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30bzero pci attach argsMark Kettenis
2009-03-30allow the disk transfer speed numbers to show useable numbers when disksTheo de Raadt
2009-03-30some improvements inspired by a mail on misc@ from frantisek holop:Jason McIntyre
2009-03-30sort the hardware list; from bradJason McIntyre
2009-03-30switch to MCLGETI.David Gwynne
2009-03-30Zap a superfluous newline in the drmprint function, it messes up outputOwain Ainsworth
2009-03-30lint; mostly unused variables, carefully checked against all platformsTheo de Raadt
2009-03-30document new versions supportedTheo de Raadt
2009-03-30Support for more chipset versions, written by Ian LindsayTheo de Raadt
2009-03-30Remove the DRM_SPIN lock macros, just expand them to mutex operations.Owain Ainsworth
2009-03-29Correct a couple of ioctl definitions (GEM ioctls, not used yet). andOwain Ainsworth
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29Take a shot at baud rate calculations for the 8-portTheo de Raadt
2009-03-29Enable ahc(4).Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-29Make sure systat mbufs prints the interface name even if an interface onlyMark Kettenis
2009-03-29Update spf_calc() for OSPFv3.Stefan Sperling
2009-03-29Update calc_nexthop() for OSPFv3, using helper functions added inStefan Sperling
2009-03-29As a first step towards SPF tree calculation, prepare for properStefan Sperling
2009-03-29No more NUMBOOT==2 stuff around, nuke it for sake of clarity.Tobias Weingartner
2009-03-29Update linked() for OSPFv3.Stefan Sperling
2009-03-29Change get_net_link()'s idx argument to unsigned, and make itStefan Sperling
2009-03-29Because get_rtr_link() forgot to increment the buffer offsetStefan Sperling
2009-03-29Remove lsa_find_net(), it isn't needed for OSPFv3.Stefan Sperling
2009-03-29printf() -> cvs_printf() so it works under server mode as wellJoris Vink
2009-03-29Add lsa_find_rtr() function, which finds among multiple routerStefan Sperling
2009-03-29In lsa_num_links(), be more obvious about what parts of the LSAStefan Sperling
2009-03-29Add log_rtr_id() function to log 32bit numbers in dot-quad notation.Stefan Sperling
2009-03-29Now that struct lsa_net represents just the options, orig_net_lsa()Stefan Sperling
2009-03-29Remove att_rtr field from struct lsa_net.Stefan Sperling
2009-03-29Key-Id 0 is not only not available on Cisco devices but also on other devices.Claudio Jeker
2009-03-29Stop using the att_rtr member of struct lsa_net, we're going to remove it.Stefan Sperling
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-03-29Finally fix kernel crash (page fault) when closing bulk devices.Marcus Glocker