Age | Commit message (Expand) | Author |
2011-01-18 | Quiet a gcc warning | Todd C. Miller |
2011-01-18 | Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now use | Todd C. Miller |
2011-01-17 | Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16). | Claudio Jeker |
2011-01-17 | Refactor ldap searches for passwd and group queries into a common | Martin Hedenfal |
2011-01-17 | extract common code for building the idm_req struct for passwords | Martin Hedenfal |
2011-01-16 | the serial number is now available in struct usb_device_info, so | Jacob Meuser |
2011-01-14 | plug memleak in err path; from zinovik, ok claudio | Henning Brauer |
2011-01-14 | Quick fix for cwd = / | Marc Espie |
2011-01-13 | Add an entry for "Advanced Capabilities for Conventional PCI" | Jonathan Gray |
2011-01-13 | fix an off by one | Jonathan Gray |
2011-01-13 | Remove forward declarations of non-existant functions. | Martin Hedenfal |
2011-01-13 | Remove double 'to' in comment, ok pyr@ | Martin Hedenfal |
2011-01-13 | Log match requests at debug level. | Martin Hedenfal |
2011-01-13 | Extract common preparation of key in ypmatch handling, and check the | Martin Hedenfal |
2011-01-12 | Add SATA capability. Use nitems() to decide if a capability is known or not. | Mark Kettenis |
2011-01-12 | Kill struct rroute and move the metric to struct kroute. This | Claudio Jeker |
2011-01-11 | oops! missing macro in previous; | Jason McIntyre |
2011-01-11 | Add Wake on Lan support to arp(8). This is partly based on the original | Jasper Lievisse Adriaanse |
2011-01-10 | have "non quiet" mode for pkg_info -r show something... | Marc Espie |
2011-01-10 | Remove 2 empty lines. | Claudio Jeker |
2011-01-10 | Fix a bad heritage from ospfd. Make neighbors independent of interfaces. | Claudio Jeker |
2011-01-10 | Make sure the tlv length is exactly the size we expect. | Claudio Jeker |
2011-01-10 | Implement optional parameter handling for initialization messages. | Claudio Jeker |
2011-01-10 | Better optional parameter parsing. Ignore unknown TLVs that have | Claudio Jeker |
2011-01-10 | Rename struct fec_tlv to struct tlv since it is just the generic | Claudio Jeker |
2011-01-09 | NYTProf now warns against $& in regexps, remove that one which doesn't | Marc Espie |
2011-01-09 | add yet another check: obviously in a @depend line, if the def part doesn't | Marc Espie |
2011-01-08 | Change detection of indefinite BER lenghts (which is not allowed). Only a | Martin Hedenfal |
2011-01-08 | Count the right values for the consumed counter. | Claudio Jeker |
2011-01-06 | Ugly hack, call session_schedule in the task pdu callback handler. | Claudio Jeker |
2011-01-06 | Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probed | Claudio Jeker |
2011-01-06 | Add minimal LUN handling. Currently only single level LUN addressing is | Claudio Jeker |
2011-01-05 | - properly fix pr6009. a different fix was commited as the original patch | Jasper Lievisse Adriaanse |
2011-01-04 | tweak previous; | Jason McIntyre |
2011-01-04 | go all the way, put temp pages in /tmp | Marc Espie |
2011-01-04 | create tempfile directly under fake, no need to go down. | Marc Espie |
2011-01-04 | Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the | Claudio Jeker |
2011-01-04 | Cleanup tasks with a NULL callback after queuing the PDU to be sent out. | Claudio Jeker |
2011-01-04 | Reset the resid before issuing the task callback so that the pdu can | Claudio Jeker |
2011-01-04 | Print itt, cmdsn and expstatsn as unsigned when printing a PDU. | Claudio Jeker |
2011-01-04 | Truncate the scsi sense data to 18 bytes if more data was supplied. | Claudio Jeker |
2011-01-04 | When translating a PDU to text strip all trailing \0 but one. | Claudio Jeker |
2011-01-04 | Log the PDU which failed because no task was found. | Claudio Jeker |
2011-01-04 | Add missing session parameter. | Claudio Jeker |
2011-01-03 | make it possible to check for a pkgspec by name, without looking at installed | Marc Espie |
2011-01-03 | redo the object creation in a more straightforward way. | Marc Espie |
2011-01-03 | those all need newlines | Marc Espie |
2011-01-03 | unbreak hardlinks, like MLINKS, too. | Jasper Lievisse Adriaanse |
2011-01-03 | broke symlinks, noticed by jasper@ | Marc Espie |
2011-01-02 | add missing newline between @url and @wantlib. | Federico G. Schwindt |