dragonfly.git
2007-12-15 Thomas NikolajsenUse .Pa everywhere.
2007-12-15 Thomas NikolajsenAdapt to DragonFly. Remove ports sections.
2007-12-15 Sascha WildnerBring in some fixes from FreeBSD.
2007-12-15 Sascha WildnerRemove definition and documentation of EI_BRAND which...
2007-12-15 Sascha WildnerFix usage of .Fa, .Fn, .Vt, .Dv, .Sy...
2007-12-15 Sascha WildnerCorrectly document the PPIGEPP* and PPISEPP* ioctls.
2007-12-15 Sascha WildnerUse .Fa for struct members.
2007-12-15 Sascha WildnerMove a .Ed to the right place and use .Fa for struct...
2007-12-15 Sascha WildnerComment out CTLFLAG_SKIP which we don't have and use...
2007-12-15 Sepherosa ZiehauUnbreak buildworld:
2007-12-14 Sascha WildnerOnly use '.' at the end of sentences.
2007-12-14 Sascha WildnerAdd some words about lwp_rtprio() to rtprio(2).
2007-12-14 Sascha WildnerImprove markup.
2007-12-14 Simon SchubertSwitch to libthread_xu per default.
2007-12-14 Matthew DillonFP registers are now saved and restored by the kernel...
2007-12-14 Matthew DillonUse the mc_fpformat field to determine the correct...
2007-12-14 Matthew DillonProperly set the mc_fpformat field in the ucontext...
2007-12-14 Sepherosa ZiehauRework sk(4) detach code:
2007-12-14 Sepherosa ZiehauAvoid use-after-free
2007-12-14 Matthew DillonHAMMER 10/many - synchronize miscellaneous work.
2007-12-13 Sascha WildnerDon't use macros which expand to some text (such as...
2007-12-13 Sascha Wildner* Follow conventions and rename -i (for printing verbos...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-12-12 Matthew DillonFix bug in as-of mount date specification.
2007-12-12 Matthew DillonInstall hammer includes in /usr/include/vfs/hammer.
2007-12-12 Matthew DillonSynchronize most of the remaining FreeBSD changes for...
2007-12-12 Matthew DillonUpdate pkg_search to download and use the pkg_summary...
2007-12-12 Sepherosa ZiehauNuke unused stack variable.
2007-12-11 Walter SheetsImporting some newer defines for elf to fix build of...
2007-12-11 Walter Sheetstest
2007-12-09 Thomas E. SpanjaardFix a bug where all 'generic' ATA controllers were...
2007-12-09 Simon SchubertMake sure that we're locked when initially reading...
2007-12-08 Sascha WildnerAdd reference to the LWP "counterpart".
2007-12-08 Matthew DillonFix krateprintf(). The frequency was improperly being...
2007-12-08 Sepherosa Ziehau- It does not make sense to set IP options or multicast...
2007-12-08 Sepherosa ZiehauAdd a note that 'noerror' option is always on for pipes...
2007-12-08 Sepherosa ZiehauMake sure that ip_dn_cpu does exist, if not set it...
2007-12-06 Matthew DillonAdd missing sys/proc.h
2007-12-06 Matthew DillonFix a 'panic: vm_page_cache: caching a dirty page'...
2007-12-06 Matthew DillonAdd clarifying comments for LWP_WSTOP and LWP_WEXIT.
2007-12-06 Hasso Tepper- Add a '-k' option which does not remove input file...
2007-12-06 Peter AvalosImport libarchive-2.4.5:
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-06 Simon SchubertFix possible lockup when ptrace()'ing multi-lwp process.
2007-12-05 Sascha Wildnerdhcpd and dhclient manual pages are in section 8, not 1.
2007-12-05 Sascha WildnerImprove wording of the comment for rtable_service_loop().
2007-12-05 Sascha WildnerImprove the wording in the ERRORS section.
2007-12-04 Sascha WildnerCleanup the pkg_search(1) manpage a bit.
2007-12-04 Sascha WildnerAdd some missing prototypes.
2007-12-04 Matthew DillonBring in Matthias Schmidt's nice little pkg_search...
2007-12-04 Matthew DillonBring the getent(1) program in from FreeBSD and link...
2007-12-04 Hasso TepperHifn 7955/7956 support to the hifn(4) driver.
2007-12-03 Sascha WildnerFix typo.
2007-12-03 Sascha WildnerUpdate per Newsletter VI-1.
2007-12-03 Sascha Wildneroperation is a function argument, not a defined value.
2007-12-03 Sascha WildnerFix typo: MNT_ASYNCHRONOUS -> MNT_ASYNC
2007-12-03 Sascha WildnerSync zoneinfo database with tzdata2007j from elsie.
2007-12-03 Hasso TepperSome trivial changes from FreeBSD that allow to use...
2007-12-02 Sascha WildnerF_FLOCK no longer exists.
2007-12-02 Sascha WildnerLK_NOPAUSE no longer exists.
2007-12-02 Sascha WildnerFix typo: LG_CANRECURSE -> LK_CANRECURSE
2007-12-02 Sascha WildnerFix facility name.
2007-12-02 Sascha WildnerFix typo: RMX_RTTUNIT -> RTM_RTTUNIT
2007-12-02 Sascha WildnerRemove trailing whitespace.
2007-12-02 Peter AvalosSync quirk tables with FreeBSD.
2007-12-02 Sepherosa ZiehauIn bge_stop():
2007-12-02 Peter AvalosXPT_GET_TRAN_SETTINGS can fail- so check for an error and
2007-12-02 Peter AvalosChange the qualifier to force async from cur_spi to...
2007-12-02 Peter AvalosAdd a tunable that allows one to turn off the automatic...
2007-12-02 Sepherosa ZiehauBlack list the atapci device on Intel PRO/1000 PM,...
2007-12-02 Sepherosa Ziehau- Increase m_flags' size, we have already short of...
2007-12-02 Peter AvalosPut a bit of hysteresis into both BUSY SCSI status...
2007-12-02 Peter AvalosImplement 'camcontrol reportluns'. This allows users...
2007-12-02 Peter AvalosSpelling fix.
2007-12-02 Peter AvalosAdd PIM_SEQSCAN for HBA misc flags and code that unders...
2007-12-02 Peter AvalosFix missing update to reflect change in scsi_inquiry...
2007-12-02 Peter AvalosHandle some of the inquiry flags that have come into
2007-12-02 Sascha WildnerAdd references to llabs(3) and imaxabs(3).
2007-12-02 Peter AvalosActually check to see if XPT_CALC_GEOMETRY had an error
2007-12-02 Peter AvalosGuard against divide-by-zero.
2007-12-02 Peter AvalosCAM_NEW_TRAN_CODE placeholders for SAS support.
2007-12-02 Sascha WildnerAdd imaxabs(3) function and manual page.
2007-12-02 Peter AvalosMake sure ioctl doesn't get swallowed (fit in 8 bits).
2007-12-02 Peter AvalosIncorporate the O_NONBLOCK open semantics of Linux...
2007-12-02 Peter AvalosWhen deregistering a bus, attempt to flush out all...
2007-12-01 Peter AvalosThere should be no need to retry when the CCB status...
2007-12-01 Peter AvalosMake the exploring of all luns supported by an HBA...
2007-12-01 Peter AvalosFine-grained malloc statistics - replace some M_DEVBUF...
2007-12-01 Sascha WildnerRegenerate the pciconf(8) database from the following...
2007-12-01 Hasso Tepper- Add missing MCP65 id which was accidentally removed...
2007-11-30 Sascha WildnerClean up the manual pages of mount_hammer(8) and newfs_...
2007-11-30 Hasso Tepper* Fix support for followings:
2007-11-30 Hasso TepperLimit total playback channels to just 1, for ALi M5451...
2007-11-30 Hasso TepperAdd support for trimmed down version of ATI SB600 AC97...
2007-11-30 Hasso TepperRemap and virtualize mixer controls for HP nx6110 with...
2007-11-30 Hasso TepperEnable headphone jack-sense for HP nx6100 with AD1981B...
2007-11-30 Hasso Tepper- Gigabyte G33-S2H fixup, due to the present of multipl...
2007-11-30 Hasso Tepper- malloc M_NOWAIT -> M_WAITOK.
2007-11-30 Hasso Tepper- Add codec id for Realtek ALC268.
2007-11-30 Hasso Tepper- Merge input/microphone support for ASUS A8N-VMCSM...
next