Age | Commit message (Expand) | Author |
2008-06-13 | Add support for fiber PHY on bge(4) (BCM5714/BCM5780) and | Brad Smith |
2008-06-13 | NFSD_NEEDAUTH and NFSD_AUTHFAIL are never set, so cull code that | Bret Lambert |
2008-06-13 | Kill one-liner macro which obfuscated mbuf pointer assignment. | Bret Lambert |
2008-06-13 | make the disk key masking algorithm a parameter and add some extra | Damien Miller |
2008-06-13 | Remove unused files. Noticed by sthen@ | Can Erkin Acar |
2008-06-13 | Change the logic when selecting routes on RTM_CHANGE & RTM_GET. RTM_CHANGE | Claudio Jeker |
2008-06-13 | Include some additional pointers, etc that I really need for debugging | Claudio Jeker |
2008-06-13 | fix compilation with BNX_DEBUG. | Brad Smith |
2008-06-13 | $OpenBSD$ | Nikolay Sturm |
2008-06-13 | some mtree regress | Marc Espie |
2008-06-13 | from NetBSD: | Nikolay Sturm |
2008-06-13 | Add definitions for nlm version 4 (for use with NFSv3). | Nikolay Sturm |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | Nikolay Sturm |
2008-06-13 | sync | Todd T. Fries |
2008-06-13 | /dev/bio on ramdisks, it is safe and small | Todd T. Fries |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-06-13 | Implement pbkdf2 in in bioctl to derive master key from a passphrase. | Hans-Joerg Hoexer |
2008-06-13 | fix two smalls bugs wrt contination lines. | Marc Espie |
2008-06-13 | -Wall friendly (missing "static", signed vs. unsigned comparison) | Damien Miller |
2008-06-13 | Explain the use of SSH fpr visualization using random art, and cite the | Alexander von Gernler |
2008-06-13 | One more "//" instead of "/" case. Hidden in a getcwd. | Kjell Wooding |
2008-06-13 | phessler noted that c-mode ignored blinking braces. | Kjell Wooding |
2008-06-13 | we used to use the lowest (so it is deterministic) mac address in the | Henning Brauer |
2008-06-13 | Allow selfinsert to be called with FFRAND; i.e. from another | Kjell Wooding |
2008-06-13 | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ | Darren Tucker |
2008-06-13 | Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. | Kjell Wooding |
2008-06-13 | Fix debian bug #432656 | Kjell Wooding |
2008-06-13 | Fix autoexec file handling. | Kjell Wooding |
2008-06-13 | rearrange on-disk structures to the top of the file, wrap kernel-only | Damien Miller |
2008-06-13 | When assembling an already initialized crytpo softraid, correctly copy in | Hans-Joerg Hoexer |
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker |
2008-06-13 | Fix size and age field printing. The fields will now be printed with units | Can Erkin Acar |
2008-06-13 | remove rpc_auth_kerb variable, its now unused... | Thordur I. Bjornsson |
2008-06-13 | Friendlier error messages for mux fallback. ok djm@ | Darren Tucker |
2008-06-13 | nuke a bunch of bogus ARGSUSED; | Thordur I. Bjornsson |
2008-06-13 | pass the complete path to cvs_file_get_cf() instead of reconstructing | Joris Vink |
2008-06-13 | Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA. | Mats O Jansson |
2008-06-13 | 550 is fatal, don't bother retrying. | Marc Espie |
2008-06-13 | Include unistd.h for close(), prevents warnings in -portable | Darren Tucker |
2008-06-13 | correction from Tamas TEVESZ; | Jason McIntyre |
2008-06-13 | Clear key options in the monitor on failed authentication, prevents | Darren Tucker |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | Fixed acpiec driver, _REG method required sc_ec member set before being called | Jordan Hargrave |
2008-06-13 | properly indent something horridly misleading | Theo de Raadt |
2008-06-13 | Initialize the return value in pci_probe_device() function, so that we do | Theo de Raadt |
2008-06-13 | Use refresh interval for rate calculation instead of the broken elapsed | Can Erkin Acar |
2008-06-13 | Remove slack space for RX/TX chains since it only covers sloppy coding. | Brad Smith |
2008-06-13 | If you have #if FOO > 0 parts of your softc be | Jonathan Gray |