Add an example on how to create a live CD with xorg.
[dragonfly.git] / sys /
2008-03-08 Sepherosa ZiehauShut up gcc warning (if ifac is not NULL, ifa must...
2008-03-08 Sepherosa ZiehauDon't duplicate code of ether_ioctl()
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
2008-03-08 Sepherosa Ziehau- In command RX intr, if the command number returned...
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-03-06 Peter AvalosAdvertise to CAM the ability of 790X controllers to...
2008-03-06 Peter AvalosRemove superfluous setting of the transport_version...
2008-03-06 Peter AvalosOnly print sense data diagnostics if debugging is enabl...
2008-03-06 Sepherosa ZiehauMake sure stack variable is cleared.
2008-03-05 Sepherosa ZiehauRewrite driver for Intel 2100BG:
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2008-03-05 Sepherosa ZiehauAdd serialize_sleep(), which will atomically release...
2008-03-04 Sepherosa ZiehauAdd capability flag to inform 802.11 generic layer...
2008-03-01 Sascha WildnerAnsify some remaining function definitions in the kernel.
2008-03-01 Matthew DillonClean up the token code and implement lwkt_token_is_sta...
2008-02-28 Sascha WildnerAdd an experimental driver for NICs using Silan Microel...
2008-02-28 Sascha WildnerRegenerate
2008-02-28 Sascha WildnerAdd some PCI IDs for the upcoming sln(4) driver.
2008-02-28 Thomas E. SpanjaardRemove unmatched crit_exit() from dsp_ioctl(). A critic...
2008-02-27 Thomas E. SpanjaardFix the fact that I thought about adding a comment...
2008-02-25 Thomas E. SpanjaardMake sure we tally an interrupt when calling sched_ithd...
2008-02-24 Matthew DillonHAMMER 31C/many: Fix livelock in deadlock handling...
2008-02-24 Matthew DillonHAMMER 31B/many: Fix busy block dev on HAMMER umount
2008-02-24 Matthew DillonHAMMER 31A/many: File data size optimization
2008-02-24 Sepherosa Ziehauconstify channel parameter
2008-02-23 Matthew DillonHAMMER 30C/many: Fix more TID synchronization issues
2008-02-23 Matthew DillonHAMMER 30B/many: Minor bug fix.
2008-02-23 Matthew DillonHAMMER 30A/many: blockmap cleanup
2008-02-23 Matthew DillonHAMMER 30/many: blockmap work.
2008-02-23 Sascha WildnerFinally, re-add an #endif I removed. :)
2008-02-23 Sascha WildnerRevert my previous two commits. Varsym prototypes are...
2008-02-22 Matthew DillonRequire the the core file be owned by the user. Please...
2008-02-22 Sascha WildnerFix typo from previous commit.
2008-02-22 Sascha WildnerAdd prototypes for the varsym system calls.
2008-02-21 Hasso TepperAdd _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN varia...
2008-02-21 Hasso TepperAdd more device id's to the ugensa(4) taken mostly...
2008-02-20 Hasso TepperAdd some Sierra Wireless devices found in Linux sierra...
2008-02-20 Matthew DillonHAMMER 29/many: Work on the blockmap, implement the...
2008-02-19 Thomas Nikolajsenloader help update:
2008-02-19 Thomas NikolajsenFix typo.
2008-02-17 Nuno AntunesFix typo in comment.
2008-02-16 Matthew DillonFix an issue where the random number generator's random...
2008-02-16 Matthias SchmidtFix two typos
2008-02-15 Sepherosa ZiehauTypo
2008-02-15 Sepherosa Ziehau- Try adjusting TX power as much as possible when doing...
2008-02-14 Sepherosa ZiehauRelease serializer around firmware_load_image() to...
2008-02-14 Sepherosa ZiehauInitialize firmware image tailq
2008-02-12 Simon SchubertUnstaticize some variables so ktrdump will find them.
2008-02-12 Simon SchubertAdd O_SYNC, a SUSv3 alias for O_FSYNC (well, roughly).
2008-02-12 Matthew DillonOops, drop head's version back one for head (it was...
2008-02-12 Matthew DillonRelease Engineering on HEAD.
2008-02-12 Matthew DillonBump to 1.11.1 prior to 1.12 branch and update the...
2008-02-11 Simon SchubertReport the last error code when searching for a tap...
2008-02-11 Sascha WildnerClean up remains of the umsm(4) -> ugensa(4) renaming.
2008-02-11 Hasso Tepperumsm(4) -> ugensa(4) as it makes much more sense -...
2008-02-11 Matthew DillonMake the Brother HL1240 printer work with ulpt.
2008-02-11 Nuno AntunesFix arprequest serialization.
2008-02-10 Matthew DillonHAMMER 28A/many: Translation and write performance...
2008-02-10 Simon SchubertYield after processing a couple of vnodes to avoid...
2008-02-10 Sepherosa Ziehautcp_output_dispatch() is only used by SMP kernel
2008-02-10 Matthew DillonHAMMER 28/many: Implement zoned blockmap
2008-02-10 Sepherosa Ziehau- Turn on IFM_HDX
2008-02-10 Peter AvalosMake CAM_NEW_TRAN_CODE default.
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Peter AvalosMPSAFE locking for the ahc/ahd drivers using lockmgr...
2008-02-09 Sepherosa ZiehauIn TCP PRU_CONNECT handling, install inp's route with...
2008-02-08 Sepherosa ZiehauUse per softc debug level instead of a global one.
2008-02-08 Matthew DillonHAMMER 27/many: Major surgery - change allocation model
2008-02-06 Nicolas Therylinker_file_add_dependancy() never fails so change...
2008-02-06 Matthew DillonHAMMER 26/many: Misc features.
2008-02-06 Matthew DillonFix some NFS related bugs which cause the mount point...
2008-02-06 Sepherosa Ziehau- Use firmware(9) for acx(4) and revoke acx(4)'s privat...
2008-02-06 Sepherosa Ziehau- Add sysctl nodes for statistics (*)
2008-02-06 Matthew DillonHAMMER 26/many: More NFS support work, rename fixes
2008-02-05 Matthew DillonImplement NFS support and export control for HAMMER.
2008-02-05 Matthew DillonFix a compiler warning.
2008-02-05 Matthew Dillon* Implement a mountctl() op for setting export control...
2008-02-05 Sepherosa ZiehauSet flow control pause time to 512us _again_ as it...
2008-02-05 Matthew DillonHAMMER 25/many: Pruning code
2008-02-05 Matthew DillonAdd a conditional so we don't have to drag in everythin...
2008-02-04 Sascha WildnerDon't use special CWARNFLAGS. Our default is good enough.
2008-02-04 Matthew DillonHAMMER 25/many: Add an ioctl API for HAMMER.
2008-02-03 Matthew DillonMake sure scb->lastfound is NULLed out when it matches...
2008-02-03 Nicolas TheryRemove code accessing debug registers from vkernel...
2008-02-03 Nicolas TheryStore some empty magazines in depot at objcache creatio...
2008-02-03 Hasso TepperImplement SCO related sysctls.
2008-02-01 Hasso TepperImplement net.bluetooth sysctls.
2008-02-01 Sepherosa ZiehauNuke following outdated drivers
2008-02-01 Hasso TepperMore wicontrol(8) removal.
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-31 Sascha WildnerRename HAMMER to HAMMER_CPU (like I686_CPU) to not...
2008-01-30 Matthew DillonAddress a potential weakness in IBAA. The generator...
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-30 Sascha WildnerFix building with CPU_DISABLE_SSE (this fixes LINT...
2008-01-30 Chris TurnerAdd '-l' support to vnconfig(8) and supporting VNGET...
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2008-01-28 Nicolas TheryFix spurious "softdep_deallocate_dependencies: dangling...
2008-01-27 Nicolas TheryRemove objcache from allobjcaches when cache destroyed.
2008-01-25 Matthew DillonHAMMER 24B/many: Edge cases, cleanups
2008-01-25 Sepherosa Ziehau- It does not make sense to use "for (;cond;)", use...
next