dragonfly.git
2008-04-21 Matthew DillonAdd an interlock for certain usb task operations.
2008-04-20 Sascha WildnerAdd missing newline.
2008-04-20 Sascha WildnerIt's syslogd which calls fsync(), not syslog.conf.
2008-04-20 Sascha WildnerFix function name in message.
2008-04-20 Sascha WildnerNeither rand48 nor _rand48 are functions.
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-19 Sascha WildnerThe historic and deprecated setgrfile() function never...
2008-04-19 Sascha WildnerAdd missing 'be'.
2008-04-16 Sascha Wildnera -> an
2008-04-16 Matthew DillonFinish up cpdup. Bump the protocol version to 2 and...
2008-04-16 Matthew DillonRefuse to talk with the remote cpdup if it's version...
2008-04-16 Sascha WildnerRemove whitespace after parenthesis.
2008-04-16 Sascha WildnerRemove extra whitespace after parenthesis.
2008-04-16 Sascha WildnerOops, I typed .Op where it should have been .Fl
2008-04-15 Sascha WildnerUpdate STANDARDS. While here, fix some mdoc issues.
2008-04-15 Hasso TepperAdd libc support for gcc stack protector. Compatibility...
2008-04-15 Sascha WildnerFix reference. While here, remove trailing whitespace.
2008-04-15 Sascha WildnerVOP_ABORTOP(9) was removed before we forked.
2008-04-15 Sascha WildnerAdd section.
2008-04-15 Sascha WildnerAdd a device_set_driver(9) manual page.
2008-04-15 Sascha WildnerAdd a vflush(9) manual page.
2008-04-15 Sascha WildnerImprove markup.
2008-04-15 Sascha Wildnera -> an
2008-04-15 Sascha WildnerSync with FreeBSD (documents -P).
2008-04-15 Sascha WildnerSync with FreeBSD (adds reload).
2008-04-15 Sascha Wildnervfs_export_lookup() doesn't have a manual page.
2008-04-15 Sascha WildnerRemove hardcoded paths from etc/rc.d/ldconfig and move...
2008-04-15 Sascha WildnerAdd <sys/types.h> for size_t.
2008-04-15 Matthew DillonRemove debugging assertion.
2008-04-15 Matthew DillonAdd __sreadahead() to help with pkgsrc's devel/m4.
2008-04-14 Sascha Wildners/.Nm/.Xr/
2008-04-14 Matthew DillonUpdate the documentation for umtx_sleep() and umtx_wake...
2008-04-14 Matthew DillonFix some issues in libthread_xu's condvar implementation.
2008-04-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2008-04-14 Matthew DillonMinor optimization to LIST_FOREACH_MUTABLE taken from...
2008-04-14 Matthew DillonDon't free held clean pages when asked to clean.
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-14 Sascha WildnerFix various typos in our manual pages.
2008-04-14 Matthew DillonFix multiple issues with -p<parallel>, including severa...
2008-04-12 Matthew Dillonpfsync_state doesn't have or need a hash field, the...
2008-04-12 Sascha WildnerAdd MLINKS for MD[245]Pad.3.
2008-04-11 Sascha WildnerStart sentence on a new line (and remove trailing space).
2008-04-11 Sascha Wildner* Bump date for recent new features.
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-04-11 Matthew DillonUpdate PORTING instructions for linux to support pthreads.
2008-04-11 Matthew DillonProperly mark a transaction has being completed so...
2008-04-11 Sascha WildnerClean up remains after the Citrus update.
2008-04-11 Matthew DillonProperly detach children so we dont have to pthread_joi...
2008-04-11 Matthew DillonMore cpdup work.
2008-04-10 Matthew DillonAdd parallel transaction support for remote source...
2008-04-10 Hasso TepperSync Citrus iconv support with NetBSD.
2008-04-09 Sascha WildnerBring the list of variables and function docs in time...
2008-04-09 Hasso TepperFix ifdefs to make it possible to use time.h in standar...
2008-04-09 Hasso TepperAdd double_t and float_t typedefs for both i386 and...
2008-04-08 Sascha WildnerSync with FreeBSD:
2008-04-08 Sascha WildnerRemove references to patches that no longer exist.
2008-04-07 Peter AvalosUpdate build for OpenSSH 5.0p1.
2008-04-07 Matthew DillonMFC 1.33/pf.c from NetBSD. Don't apply a window scale...
2008-04-06 Matthew DillonBring the 'probability' keyword into PF from NetBSD...
2008-04-06 Sascha WildnerMention ALTQ_FAIRQ.
2008-04-06 Sascha WildnerStart sentences on a new line and bump date for fair...
2008-04-06 Peter AvalosLK_EXCLUSIVE has no business being in lockinit.
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-06 Peter AvalosImport OpenSSH 5.0p1.
2008-04-06 Sepherosa ZiehauAdd a line about netrate/
2008-04-05 Sascha WildnerAnsify a bit.
2008-04-05 Matthew DillonFix a snafu with the last commit. Not all of the new...
2008-04-05 Hasso TepperDRM update to git snapshot from 2008-01-04.
2008-04-05 Sascha WildnerRemove trailing space.
2008-04-05 Sascha WildnerFix typo in comment.
2008-04-05 Sascha WildnerSync with FreeBSD (adds -n, -s and -x).
2008-04-05 Matthias SchmidtFix typo.
2008-04-05 Sepherosa ZiehauWhen aarpwhohas() is called, interface's serializer...
2008-04-05 Sepherosa ZiehauHold serializer of the correct interface when calling...
2008-04-05 Sepherosa Ziehautunoutput() is declared as static function and is used...
2008-04-05 Sepherosa Ziehausppp_output() is installed in ifnet.if_output and is...
2008-04-05 Sepherosa Ziehauatm_output() must be serialized.
2008-04-04 Sascha WildnerTreat the argument as a file name only if it contains...
2008-04-04 Sascha WildnerStart sentences on a new line and add some markup.
2008-04-03 Sepherosa ZiehauUnbreak UP building
2008-04-03 Sepherosa ZiehauParallelize ip_flow:
2008-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sascha WildnerAdd support for the Core 2 Duo T7500.
2008-04-02 Joerg SonnenbergerFix buffer overflow in config parser.
2008-04-02 Sepherosa Ziehau- Save statistics
2008-04-02 Sepherosa ZiehauConstify second parameter of timeval{add,sub}()
2008-04-02 Sepherosa ZiehauCorrect print format
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2008-04-02 Sepherosa ZiehauUse sysctl_ctx in softc
2008-04-01 Sascha Wildner* MLINK nrelease(7) -> release(7).
2008-04-01 Sascha WildnerMake ISOROOT overridable.
2008-04-01 Nicolas TheryUse M_ZERO instead of bzero().
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2008-04-01 Sascha WildnerMake the value of PTT_RELAY_SID match the RFC.
2008-03-30 Matthew DillonHAMMER 36B/many: Misc debugging.
2008-03-30 Matthew DillonIt's frankly long past time that we turn net.inet.tcp...
2008-03-30 Sascha WildnerFix 'testmain' building.
2008-03-30 Simon SchubertSync audio data with other output.
2008-03-30 Hasso TepperDecrease the number of reported stray interrupts from...
next