dragonfly.git
2008-09-02 Matthias SchmidtRemove the now untrue statement about plain SMTP login...
2008-09-02 Matthias SchmidtAdd CRAM-MD5 authentication support for the DragonFly...
2008-09-02 Matthias SchmidtRename /kernel and /module to /boot/kernel and /boot...
2008-09-02 Sascha WildnerRegenerate the pciconf(8) database from the following...
2008-09-01 Sascha WildnerBring in Louisa Luciani's GSoC 2008 work, a DragonFly...
2008-09-01 Matthew DillonRemove any vestiges of the old pam, particularly /etc...
2008-09-01 Sascha Wildnertest
2008-09-01 Thomas NikolajsenUpdate gpt.8:
2008-09-01 Thomas NikolajsenUpdate MAKEDEV:
2008-09-01 Thomas Nikolajsenupdate fdisk.8:
2008-09-01 Matthew Dillon* Move /kernel to /boot/kernel and /modules to /boot...
2008-09-01 Thomas NikolajsenUpdate fdisk.8:
2008-09-01 Sascha Wildnertest
2008-09-01 Sepherosa ZiehauIn aue(4) txeof, differ ifnet.if_start to ifnet's CPU to:
2008-09-01 Sepherosa ZiehauEnable intr_mpsafe by default
2008-09-01 Sascha WildnerFix some mdoc nits.
2008-08-31 Sascha WildnerAdd some more obsolete files from the dhcpd removal.
2008-08-31 Sascha WildnerAdd an autologin entry for the console.
2008-08-31 Sascha WildnerBring in some entries from FreeBSD.
2008-08-31 Sascha WildnerAdd _dhcp user.
2008-08-31 Sascha WildnerRemove unused variable.
2008-08-31 Aggelos EconomopoulosSet fp to NULL on EINVAL
2008-08-30 Sascha WildnerAdd .tgz to the dhcpd packages.
2008-08-30 Sascha WildnerThe new dhclient will go to the background automaticall...
2008-08-30 Sascha WildnerSmall fixes.
2008-08-30 Sascha WildnerAdd dhcp(8) which gives some general info on DHCP clien...
2008-08-30 Sascha WildnerAdjust for dhcpd removal.
2008-08-30 Sascha WildnerAdjust for dhcpd/dhcrelay removal.
2008-08-30 Sascha WildnerAdd /usr/include/machine/pci_cfgreg.h (moved).
2008-08-30 Sascha WildnerDocument kgetenv_ulong().
2008-08-30 Sascha WildnerAdjust whitespace (reduce differences with FreeBSD).
2008-08-30 Sascha WildnerUpdate elf(5) with the recent changes to elf64.h and...
2008-08-30 Hasso TepperMake BOOTP server in installer work with dhcp server...
2008-08-30 Hasso TepperRemove dhcpd and dhcrelay remainings.
2008-08-30 Hasso TepperUpgrade pieces for new dhclient and dhcpd/dhcrelay...
2008-08-30 Hasso TepperRemove dhcp-3.0 from base and import dhclient from...
2008-08-30 Matthew DillonFlesh out BUF_CMD_FLUSH support.
2008-08-29 Sascha WildnerAdd obsolete version of acpi_toshiba(4).
2008-08-29 Sascha WildnerSome installer cleanup.
2008-08-29 Matthew DillonAMD64: Fix the crossworld build.
2008-08-29 Matthew DillonAMD64: Add JG64 config file for testing purposes.
2008-08-29 Sascha WildnerCommit our installer patches to contrib/ (that has...
2008-08-29 Matthew DillonHAMMER: Mass storage flush command support
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-29 Matthew DillonBack-out the tls change. The field must be signed...
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...
2008-08-29 Sascha WildnerFix some parenthesis/whitespace nits.
2008-08-28 Matthew DillonAMD64: Fix bugs in cerror().
2008-08-28 Matthew DillonAdjust the mcontext code to match amd64.
2008-08-28 Matthew DillonAdjust the mcontext code to match amd64.
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-28 Matthew DillonAdd memset() to help w/amd64 support.
2008-08-28 Thomas NikolajsenFix Boot Setup example:
2008-08-28 Sascha WildnerGet rid of whitespace before the parenthesis.
2008-08-28 Sascha WildnerAdd comma.
2008-08-28 Hasso TepperUnbreak build.
2008-08-28 Sascha WildnerSmall cleanup.
2008-08-28 Sascha WildnerAdd refs to acpi_toshiba(4) and acpi_thinkpad(4).
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
2008-08-28 Sepherosa ZiehauFix comment
2008-08-28 Sepherosa ZiehauMake IPDIVERT transparent to ip reassemble code by...
2008-08-28 Sepherosa ZiehauMove IPDIVERT processing from ip_input() normal code...
2008-08-28 Sepherosa ZiehauUnbreak compile: we have STAILQ_FOREACH_MUTABLE
2008-08-28 Hasso Tepperacpi_thinkad(4) manpage.
2008-08-28 Hasso TepperAdd acpi_video(4) manpage and move acpi_toshiba(4)...
2008-08-28 Hasso TepperDocument STAILQ_FOREACH_MUTABLE macro.
2008-08-28 Hasso TepperAdd acpi_video(4) - a driver for ACPI video extensions.
2008-08-28 Hasso TepperAdd STAILQ_FOREACH_MUTABLE.
2008-08-28 Hasso TepperAdd ACPI support module for IBM/Lenovo Thinkpad laptops...
2008-08-28 Hasso TepperMove acpi_toshiba.c, it's not pc32 specific.
2008-08-27 Hasso TepperAdd some methods to ACPI to handle embedded controllers...
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-27 Matthias SchmidtAdd missing -s to usage string.
2008-08-26 Sepherosa Ziehau- Consistently test pkt_dst instead of ip_dst
2008-08-26 Sepherosa ZiehauGrrr, forward address is in network byte order
2008-08-26 Sepherosa ZiehauDon't allow multicast address to be used as the target...
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-24 Sascha WildnerRemove __P.
2008-08-23 Sascha WildnerFix null dereference.
2008-08-23 Peter AvalosUpdate SCSI opcodes and ASCs.
2008-08-23 Sascha WildnerIn print_mesg, remove unused FILE* argument. Also remov...
2008-08-23 Peter AvalosFix whitespace.
2008-08-23 Sepherosa ZiehauWhite space
2008-08-23 Sepherosa ZiehauIf a packet is to be reinjected by dummynet onto ethern...
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-23 Sepherosa ZiehauStaticize save_rte()
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sascha WildnerComment out some .Pp's as well.
2008-08-22 Thomas NikolajsenUpdate pf.conf.5:
2008-08-22 Thomas NikolajsenFix Boot Setup example:
2008-08-22 Sascha WildnerRemove /* within block comment.
2008-08-22 Sascha WildnerIn usage(), adjust number of %s's to match # of args.
2008-08-22 Sepherosa ZiehauMove ip fragments reassemble related code from ip_input...
2008-08-22 Sepherosa ZiehauMove ipstat.ips_reassembled updating from ip_input...
2008-08-22 Sepherosa ZiehauWhite space
next