boot0cfg: update + rephrase the man page for the new packet mode default
[dragonfly.git] / sys /
2009-01-16 Simon Schubertboot0: enable packet mode by default
2009-01-16 Simon Schubertmbr: de-C-commentize perfectly fine # assembler comments
2009-01-16 Simon Schubertmbr: enable packet mode by default
2009-01-16 Simon Schubertmbr: convert to preprocessed source
2009-01-14 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-01-14 Sepherosa ZiehauAdd LWKT_TOKEN_INITIALIZER
2009-01-13 Sascha WildnerOops, acpi_cpu is part of acpi already.
2009-01-13 Sascha WildnerAdd acpi_{asus,cpu,thinkpad,toshiba,video} to LINT.
2009-01-13 Sascha WildnerAdd acpi_asus(4) module for adding Asus laptop support...
2009-01-12 Matthew DillonSet the auto-reflush flag if the flusher is unable...
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-10 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-10 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-01-10 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-10 Sascha WildnerSync iir(4) with FreeBSD.
2009-01-10 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-09 Matthew DillonFix a system livelock when ^C'ing a program sleeping...
2009-01-07 Sepherosa ZiehauAdd ale(4) to LINT and GENERIC.
2009-01-07 Sepherosa ZiehauDisable TX hardware CSUM offloading.
2009-01-07 Sepherosa ZiehauRemove sr(4) ISA part's remainder
2009-01-07 Sepherosa ZiehauRemove ISA network device cx(4)
2009-01-07 Sepherosa ZiehauRemove ISA part of sr(4)
2009-01-06 Simon SchubertProperly initialize the new vmspace and register its...
2009-01-06 Simon SchubertForce compilation with -march=i386 to avoid code bloat.
2009-01-06 Simon SchubertProperly generate fake i386 machine headers for amd64...
2009-01-06 Simon SchubertAvoid spilling NXCFLAGS/NXLDFLAGS, like we do already...
2009-01-06 Simon 'corecode... Pass flags as CFLAGS.
2009-01-06 Simon 'corecode... Collapse makefile with parent to avoid duplication.
2009-01-06 Simon 'corecode... Adjust for amd64 boot.
2009-01-05 Sascha WildnerRemove useless line.
2009-01-05 Simon SchubertAdd some uhci ids.
2009-01-05 Simon SchubertEven in the reinstall case make sure that /boot/modules...
2009-01-05 Simon Schubertif_re needs miibus
2009-01-05 Simon SchubertAdd card ID for my G41 IGP.
2009-01-05 Michael NeumannUse more specific privilege
2009-01-05 Hasso TepperFix up handling of Intel G4X chips some more.
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa ZiehauWhite space and minor style changes
2009-01-04 Sepherosa Ziehau- White space
2009-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa Ziehaukmalloc(M_INTWAIT) will not fail
2009-01-04 Sepherosa Ziehau- Add hw.busdma sysctl tree.
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-03 Matthew DillonAdd suppor for BUF_CMD_FLUSH
2009-01-03 Matthew DillonRemove unused field.
2009-01-02 Simon SchubertUse .CURDIR instead of matching .ALLSRC.
2009-01-02 Sepherosa ZiehauAdd age(4) for Attansic/Atheros L1 gigabit ethernet...
2009-01-02 Sepherosa ZiehauAdd VPD capability register offsets
2009-01-01 Michael NeumannRefactor sys_jail() and fix bugs.
2009-01-01 Michael NeumannUse consistent sizeof() style
2009-01-01 Michael NeumannUse kfree() instead of FREE macro
2009-01-01 Michael NeumannCosmetic changes + comments
2009-01-01 Sascha WildnerFix typo (unbreaks LINT build).
2008-12-31 Sascha WildnerWelcome 2009 to our copyrights.
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Sepherosa ZiehauAdd ale(4) for Atheros AR8121/AR8113/AR8114 PCIe ethern...
2008-12-31 Sepherosa ZiehauAdd LLC_SNAPFRAMELEN
2008-12-31 Michael NeumannUnbreak build. Fix missing include.
2008-12-31 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-31 Michael NeumannFix typo
2008-12-31 Sepherosa ZiehauUnbreak kernel/module building without INVARIANTS
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-31 Sepherosa ZiehauIA_PRF_RTEXISTOK is no longer needed, in_{add,scrub...
2008-12-31 Sepherosa ZiehauCall if_up(), if in_ifinit() brings interface up (via...
2008-12-31 Sepherosa ZiehauBring in in_{add,scrub}prefix() from OpenBSD.
2008-12-30 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-29 Simon 'corecode... Fix objdir usage.
2008-12-29 Simon 'corecode... Add more bits for native hammer boot support.
2008-12-29 Simon 'corecode... Remove outdated conditional.
2008-12-29 Simon 'corecode... Don't pass assembler flags to the compiler.
2008-12-29 Simon 'corecode... Umass needs cam.
2008-12-29 Simon 'corecode... Remove a process from the zombie list before starting...
2008-12-29 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-29 Hasso TepperIncrease ARG_MAX to 262144.
2008-12-29 Sepherosa ZiehauAllow packet count based RX/TX interrupt coalescing...
2008-12-29 Sepherosa ZiehauTypo
2008-12-29 Sepherosa ZiehauAdd driver for Attansic PHYs.
2008-12-29 Sepherosa Ziehauregen
2008-12-29 Sepherosa ZiehauAdd Atheos Attansic PHY IDs
2008-12-29 YONETANI TomokazuOne more remainder of the post-SoC amd64 to fix VKERNEL...
2008-12-29 Sepherosa ZiehauInclude necessary header file for SYSCTL_NODE
2008-12-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-28 Matthew DillonHAMMER performance and kernel memory issues.
2008-12-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-28 Matthew Dillonamd64 work: fp_write() takes address of ssize_t, not...
2008-12-28 Peter AvalosAdd the management part of address selection policy...
2008-12-28 Peter AvalosBring in a transport-independent RPC (TI-RPC).
2008-12-28 Sepherosa ZiehauAdd PCICAP_{ID,NEXTPTR} to avoid using magic number
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
2008-12-28 Sepherosa ZiehauUse pci_is_pcie()
2008-12-28 Sepherosa ZiehauSave vital product data capability ptr.
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-28 Matthew DillonAdd db_vprintf()
2008-12-27 Matthew DillonAllow the values for environment variables specified...
2008-12-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next