Age | Commit message (Expand) | Author |
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 |
2009-03-29 | Now that struct lsa_net represents just the options, orig_net_lsa() | Stefan Sperling |
2009-03-29 | Remove att_rtr field from struct lsa_net. | Stefan Sperling |
2009-03-29 | Key-Id 0 is not only not available on Cisco devices but also on other devices. | Claudio Jeker |
2009-03-29 | Stop using the att_rtr member of struct lsa_net, we're going to remove it. | Stefan Sperling |
2009-03-29 | When trying to get the console font metrics and window position, we can | Miod Vallat |
2009-03-29 | Finally fix kernel crash (page fault) when closing bulk devices. | Marcus Glocker |
2009-03-29 | For SPF calculation, we will need the source address specified | Stefan Sperling |
2009-03-29 | ospf6ctl had lsa_rtr_link fields mixed up. | Stefan Sperling |
2009-03-29 | spello | Marco Peereboom |
2009-03-29 | Bypass macsec on extreme/supreme based chips. | Jonathan Gray |
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec |
2009-03-29 | Remove holdover XMAC II writes/reads inherited from sk as | Jonathan Gray |
2009-03-29 | Remove unused prototype. | Mark Kettenis |
2009-03-29 | otto points out that the -v printing changes are incompatible with the | Theo de Raadt |
2009-03-29 | Remove the lock_time member from the hardware lock. It's not that | Owain Ainsworth |
2009-03-29 | when we steal the SYNC CACHE command in mfi_scsi_cmd we still have to | David Gwynne |
2009-03-29 | fix a small race in mfi_mgmt between the checking of a ccbs completion and | David Gwynne |
2009-03-28 | Verbiage tweaks from jmc@ and millert@. | Kenneth R Westerback |
2009-03-28 | do not crash when no mountpoints, spotted by otto; ok krw | Theo de Raadt |
2009-03-28 | when i fixed to attic handling i forgot one special case | Joris Vink |
2009-03-28 | Use vnconfig's -t capability to avoid specifying geometry info to | Kenneth R Westerback |
2009-03-28 | Move some output under the control of the '-v' flag. In particular only | Kenneth R Westerback |
2009-03-28 | Add 'U' command to E(ditor). It reverts label to state it was in | Kenneth R Westerback |