dragonfly.git
2007-11-12 Hasso Tepper-x was removed long time ago.
2007-11-12 Peter AvalosBuild CAM as a module.
2007-11-11 Peter AvalosWarns cleanup.
2007-11-11 Peter Avaloscdevsw -> dev_ops.
2007-11-11 Sascha WildnerSync with FreeBSD.
2007-11-11 Peter AvalosDon't include <sys/buf.h> twice.
2007-11-11 Sepherosa ZiehauDon't enable annoying -Wpointer-sign in -Wall
2007-11-11 Sepherosa ZiehauProtect pollctx fields (noticably netmsg used to schedu...
2007-11-10 Sascha WildnerThe maximum AAC_DEBUG value is 4.
2007-11-10 Sascha WildnerRevert part of my previous commit.
2007-11-10 Sascha WildnerSome aac(4) cleanup:
2007-11-10 Sascha WildnerInclude <sys/socketvar2.h> for ssb_lock/unlock (fixes...
2007-11-09 Hasso TepperRemove 386 CPU support from the runtime linker.
2007-11-09 Hasso TepperFix LINT build.
2007-11-09 Sascha WildnerInitialize tupleid to stop gcc's whining.
2007-11-07 Sascha WildnerFix references.
2007-11-07 Sascha WildnerRemove last I386_CPU remains.
2007-11-07 Matthew DillonSeparate ssb_lock() and ssb_unlock() into its own heade...
2007-11-07 Matthew DillonRemove i386 support.
2007-11-07 Matthew DillonCorrect bug in last commit.
2007-11-07 Sascha WildnerRemove usbdevs.h and usbdevs_data.h via 'make upgrade'.
2007-11-07 Hasso TepperUpdate the uftdi(4) manpage.
2007-11-07 Hasso TepperAdd missing USB to serial drivers.
2007-11-07 Hasso TepperAdd uchcom(4) - the driver for WinChipHead CH341/CH340...
2007-11-07 Hasso TepperAdd moscom(4) - the driver for MosChip Semiconductor...
2007-11-07 Hasso TepperAdd uticom(4) driver for Texas Instruments TUSB3410...
2007-11-07 Sepherosa Ziehau- Use LIST for flow queue hash table
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-07 Matthew DillonHAMMER part 2/many.
2007-11-06 Sascha WildnerAdd a line to the rc.conf example to not try to set...
2007-11-06 Hasso Tepper- Add support for 230400 baud rate.
2007-11-06 Matthew DillonSilence an annoying compiler warning.
2007-11-06 Matthew DillonAdd regetblk() - reacquire a buffer lock. The buffer...
2007-11-06 Matthew DillonWhen the quotacheck has not been run the quota code...
2007-11-06 Sepherosa ZiehauFix possible memory leakage under following conditions:
2007-11-06 Sepherosa Ziehau- Use hash table for pipes and flow set, which accelera...
2007-11-06 Hasso TepperKill devinfo handling in drivers, set device descriptio...
2007-11-06 Jeffrey HsuAdd split on whitespace functionality.
2007-11-06 Sepherosa ZiehauUse TAILQ for packet queue in flow queue and pipe
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-05 Hasso TepperNuke usbdevs and references to it.
2007-11-05 Sepherosa ZiehauYet another round of clean up
2007-11-05 Sepherosa Ziehau- Move some macros from ip_dummynet.h to ip_dummynet...
2007-11-05 Hasso TepperKill usage of USB_VENDOR_FOO and USB_PRODUCT_BAR define...
2007-11-05 Sepherosa ZiehauReplace debug printf macro
2007-11-05 Sepherosa ZiehauUse POSIX int type
2007-11-05 Hasso TepperSync with FreeBSD - add OpenBSD 4.2.
2007-11-05 Hasso TepperUpdate named.root to the version from 1 November 2007...
2007-11-05 Sepherosa ZiehauIn free_chain() if we are asked to "kill default":
2007-11-05 Sepherosa Ziehau- Create user land ipfw(4) rule/state/flow_id structure...
2007-11-05 Gregory Neil... sendmail 8.14.2 has been imported
2007-11-05 Gregory Neil... Merge from vendor branch SENDMAIL:
2007-11-05 Gregory Neil... Import sendmail 8.14.2
2007-11-04 Sascha WildnerUse .Dv for ioctls.
2007-11-04 Sascha WildnerRemove reference to nonexistant section.
2007-11-04 Sascha WildnerFix section reference.
2007-11-04 Sascha WildnerFix broken section.
2007-11-04 Sepherosa ZiehauFactor out ipfw_dec_static_count(); add assertion in...
2007-11-04 Sepherosa Ziehau- Add ipfw_init_default_rule() to perform default rule...
2007-11-03 Sascha WildnerCheck bit D0 ("Mode supported by hardware configuration...
2007-11-03 Peter AvalosUpdate for libarchive 2.4.0 import.
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-03 Peter AvalosImport libarchive 2.4.0 which brings some performance...
2007-11-03 Sascha WildnerSort references.
2007-11-03 Sascha WildnerRemove unused tunables.
2007-11-03 Sascha WildnerAdd missing '.'
2007-11-03 Sepherosa ZiehauRemove ipfw1 from system.
2007-11-03 Sepherosa ZiehauCreate user land dummynet(4) pipe/flow_set/flow_queue...
2007-11-03 Sascha WildnerNote that an interface doesn't have to be up when enabl...
2007-11-03 Sascha WildnerBelated update of ktr(4) to reflect our current state...
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...
2007-11-02 Matthew DillonModify struct vattr:
2007-11-02 Matthew DillonAdd a PHOLD/PRELE sequence around a sysctl_out to fix...
2007-11-02 Sepherosa ZiehauSince sys/net/dummynet/ip_dummynet.c rev 1.24, dummynet...
2007-11-02 Sepherosa ZiehauAdjust DUMMYNET_CALLOUT_FREQ_MAX according to the comme...
2007-11-02 Sepherosa Ziehau'ipfw pipe X config bw iface' never works, so nuke...
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sascha WildnerSync zoneinfo database with tzdata2007i from elsie.
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Matthew DillonHAMMER 2/many - core mount and unmount code now works...
2007-11-02 Matthew DillonA delete_tid of 0 indicates a record which has not...
2007-11-02 Matthew DillonProperly set the buf_type in the volume, super-cluster...
2007-11-01 Matthew DillonCorrect a bug in the lockf code. F_NOEND was not being...
2007-11-01 Matthew DillonSynchronize newfs_hammer with recent changes.
2007-11-01 Matthew DillonAdd a HAMMER kernel build option, add a VFS type for...
2007-11-01 Matthew DillonHAMMER part 1/many. This is a clear-my-plate commit.
2007-11-01 Sepherosa ZiehauUse the orignal dummynet's indentation style
2007-11-01 Sepherosa Ziehau- Yet another round of cleanup
2007-11-01 Sepherosa Ziehau- Use upper case for first letter in comment
2007-11-01 Sepherosa Ziehau- Nuke no longer apply comment
2007-11-01 Sepherosa Ziehau- Strip excessive white space
2007-11-01 Sepherosa ZiehauWhite space cleanup for heap functions
2007-10-29 Thomas E. SpanjaardRemove fugly hack from the ATA channel interrupt handle...
2007-10-29 Justin C. SherrillMaking dntpd server list match the recommendations at:
2007-10-29 Sepherosa Ziehaurealloc_dynamic_table() and add_dyn_rule() may be calle...
2007-10-29 Sascha WildnerComment out some "negative options" (options which...
2007-10-29 Sepherosa Ziehau- M_WAITOK will never return NULL
2007-10-29 Sepherosa ZiehauNuke unnecessary NOMAN and .PATH
2007-10-28 Sepherosa ZiehauUse CRC_LEN consistently
next