Age | Commit message (Expand) | Author |
2009-03-31 | document the changes to the route filter API. basically: | David Gwynne |
2009-03-31 | claudio has spent too much time with the mbuf macros. | David Gwynne |
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback |
2009-03-31 | do not include space in the end of the from for a hmac. after discussion | David Gwynne |
2009-03-31 | Remove lies about and tweak descriptions of built-in label editor, | Kenneth R Westerback |
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. | Bret Lambert |
2009-03-30 | Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis |
2009-03-30 | make the code look the same; ok kettenis | Theo de Raadt |
2009-03-30 | don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPU | Alexandre Ratchov |
2009-03-30 | Remove the direct uncached map. All its users have been removed. | Owain Ainsworth |
2009-03-30 | bzero -> PR_ZERO | Bret Lambert |
2009-03-30 | Oops. Document new 'U' editor command in '?' output too. | Kenneth R Westerback |
2009-03-30 | Document new 'U' editor command. | Kenneth R Westerback |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-30 | allow the disk transfer speed numbers to show useable numbers when disks | Theo de Raadt |
2009-03-30 | some improvements inspired by a mail on misc@ from frantisek holop: | Jason McIntyre |
2009-03-30 | sort the hardware list; from brad | Jason McIntyre |
2009-03-30 | switch to MCLGETI. | David Gwynne |
2009-03-30 | Zap a superfluous newline in the drmprint function, it messes up output | Owain Ainsworth |
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt |
2009-03-30 | document new versions supported | Theo de Raadt |
2009-03-30 | Support for more chipset versions, written by Ian Lindsay | Theo de Raadt |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth |
2009-03-29 | Correct a couple of ioctl definitions (GEM ioctls, not used yet). and | Owain Ainsworth |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | Take a shot at baud rate calculations for the 8-port | Theo de Raadt |
2009-03-29 | Enable ahc(4). | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-29 | Make sure systat mbufs prints the interface name even if an interface only | Mark Kettenis |
2009-03-29 | Update spf_calc() for OSPFv3. | Stefan Sperling |
2009-03-29 | Update calc_nexthop() for OSPFv3, using helper functions added in | Stefan Sperling |
2009-03-29 | As a first step towards SPF tree calculation, prepare for proper | Stefan Sperling |
2009-03-29 | No more NUMBOOT==2 stuff around, nuke it for sake of clarity. | Tobias Weingartner |
2009-03-29 | Update linked() for OSPFv3. | Stefan Sperling |
2009-03-29 | Change get_net_link()'s idx argument to unsigned, and make it | Stefan Sperling |
2009-03-29 | Because get_rtr_link() forgot to increment the buffer offset | Stefan Sperling |
2009-03-29 | Remove lsa_find_net(), it isn't needed for OSPFv3. | Stefan Sperling |
2009-03-29 | printf() -> cvs_printf() so it works under server mode as well | Joris Vink |
2009-03-29 | Add lsa_find_rtr() function, which finds among multiple router | Stefan Sperling |
2009-03-29 | In lsa_num_links(), be more obvious about what parts of the LSA | Stefan Sperling |
2009-03-29 | Add log_rtr_id() function to log 32bit numbers in dot-quad notation. | Stefan Sperling |