dragonfly.git
2007-06-26 Hasso TepperNuke USBDEV().
2007-06-26 Matthew DillonRepo-copy numerous files from sys/emulation/posix4...
2007-06-26 Sepherosa ZiehauIf RX csum calculation with pseudo header is enabled...
2007-06-26 Hasso TepperOne callout_stop() is enough.
2007-06-26 Hasso Teppermalloc -> kmalloc
2007-06-26 Hasso Tepper- Fix headphone jack sensing support for Olivetti Olibo...
2007-06-26 Hasso TepperClean up sys/bus/usb/usb_port.h. Remove not used/dead...
2007-06-26 Hasso TepperNuke "is is" stammering.
2007-06-26 Matthew DillonAdd a new option (-i) that allows the insane deviation...
2007-06-26 Matthew DillonCreate a default dntpd.conf file for DragonFly using...
2007-06-26 Matthew DillonAdjust debug output so columns line up better.
2007-06-25 Matthew DillonRecode the state machine to make it a bit less confusin...
2007-06-24 Matthew DillonFix rts_input() which is the only procedure which calls...
2007-06-24 Sascha WildnerAdd missing name.
2007-06-24 Sascha WildnerFix typo in a diagnostic message.
2007-06-24 Sascha WildnerFix HISTORY.
2007-06-24 Sascha WildnerAdd a slightly modified ataraid(4) manpage from FreeBSD...
2007-06-24 Peter AvalosFrom FreeBSD:
2007-06-23 Sascha WildnerRemove trailing whitespace.
2007-06-23 Sascha WildnerAdd markup for DIOCGPART.
2007-06-23 Sascha WildnerFix markup.
2007-06-23 Sascha WildnerActually process rc_info.
2007-06-23 Sascha WildnerUse .Va for rc variables.
2007-06-23 Sepherosa Ziehau- Add hw.skcX.imtime sysctl node and hw.skc.imtime...
2007-06-22 Simon SchubertRemove unused variable.
2007-06-22 Sepherosa Ziehau- Factor out bge_{disable,enable}_intr().
2007-06-22 Sepherosa Ziehau- Add KTR_IF_{BGE,EM} to opt_ktr.h
2007-06-22 Sepherosa ZiehauDrain packets even if link is down.
2007-06-21 Sepherosa ZiehauAdd some KTRs in bge(4) to count RX/TX packets per...
2007-06-21 Hasso TepperAdd mpls-in-ip. Bring in some fixes from IANA and FreeB...
2007-06-20 Peter AvalosUpgrade to less-406 fixing some display bugs.
2007-06-20 Peter AvalosAdd our READMEs.
2007-06-20 Peter AvalosMerge from vendor branch LESS:
2007-06-20 Peter AvalosImport less-406.
2007-06-20 Matthew DillonFix an issue with positive namecache timeouts. Locked...
2007-06-19 Matthew DillonCorrect a bug in the -S truncation mode where the mode...
2007-06-19 Matthew DillonDo not blindly allow the block count to overflow. ...
2007-06-19 Matthew DillonThe fstype was not being properly tested for a CCD...
2007-06-19 Matthew DillonRefuse to label media that is too large to handle a...
2007-06-19 Matthew DillonAdd the -p pidfile option to the vkernel.
2007-06-19 Sepherosa ZiehauAdd sysctl/tunable for TX/RX interrupt coalescing varia...
2007-06-19 Matthew DillonRename d_obj_uuid to d_stor_uuid to conform to the...
2007-06-19 Matthew DillonCorrect a couple of uuid retention issues. Output...
2007-06-19 Matthew DillonMake some adjustments to clean up structural field...
2007-06-19 Matthew DillonImplement non-booting support for the DragonFly 64...
2007-06-19 Matthew DillonImprove the error message for gpt add a little.
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
2007-06-18 Matthew DillonMove all the code related to handling the current 32...
2007-06-18 Matthew DillonDisklabel separation work - more.
2007-06-17 Matthew DillonDisklabel separation work - Generally shift all disklab...
2007-06-17 Matthew DillonMore syslink messaging work. Now basically done except...
2007-06-17 Sascha Wildner* Add a missing KMODDEP to ng_eiface and hook it into...
2007-06-17 Peter AvalosSync with NetBSD.
2007-06-17 Peter AvalosAdd nan, nanf, nanl.
2007-06-17 Matthew DillonImplement SIGTERM handling. When a SIGTERM is received...
2007-06-17 Matthew DillonDisable per-channel interrupt sources before enabling...
2007-06-17 Sascha Wildnererr takes 2 arguments.
2007-06-17 Sepherosa Ziehau- Make "ifconfig nfeX mtu xxx" work.
2007-06-17 Sascha WildnerImprove markup and add missing functions/values.
2007-06-17 Matthew DillonFix an overflow in the GPT code, I wasn't allocating...
2007-06-17 Matthew DillonFix compiler warning (embedded /*)
2007-06-17 Matthew DillonMake indexes start at 0, not 1, so they match the GPT...
2007-06-17 Matthew DillonCreate defaults/uuids and adjust the build to copy...
2007-06-17 Matthew DillonAdjust gpt to use the new UUID lookup functions via...
2007-06-17 Matthew DillonAugment RB tree macros even more, allowing for static...
2007-06-17 Matthew DillonFix mistake in last commit, the file locations were...
2007-06-17 Matthew DillonChange the location of the files to /etc/defaults/uuids...
2007-06-17 Matthew DillonLines in /etc/uuids[.local] beginning with '#' are...
2007-06-17 Matthew DillonAdd two new UUID helper functions to libc, uuid_name_lo...
2007-06-17 Sascha WildnerOops, clean up SEE ALSO.
2007-06-17 Sascha WildnerClean up driver list and add wlan_ratectl(4) reference.
2007-06-17 Peter AvalosAdd trunc and truncf.
2007-06-17 Sascha WildnerAdd the uuidgen(1) utility to the build.
2007-06-17 Sascha WildnerAdd uuidgen(2) to the build.
2007-06-17 Sascha WildnerUse router_program.
2007-06-17 Matthew DillonHave UFS set the vnode type to VBAD instead of VNON...
2007-06-17 Matthew DillonBring in the uuidgen utility from FreeBSD.
2007-06-17 Matthew DillonAdd subr_diskgpt.c - oops. part of the GPT commit.
2007-06-17 YONETANI Tomokazuwe do not want to shift by the block size, which is...
2007-06-17 Matthew DillonAdd subr_diskgpt.c to the platform conf files.
2007-06-17 Matthew DillonImplement (non-bootable) GPT support. If a PMBR partit...
2007-06-17 Peter Avalosmake an intermediate float variable "volatile" on i386...
2007-06-17 Peter AvalosComment out dead code.
2007-06-17 Peter AvalosFlip the order of the if statement to prevent unreachab...
2007-06-17 Peter AvalosForgot to update $NetBSD$ for previous commit.
2007-06-17 Peter AvalosComment out dead/unreachable code.
2007-06-16 Peter AvalosThe second argument is not a float, so the "abi.h"...
2007-06-16 Matthew DillonBackout the last commit, it's creating panics.
2007-06-16 Peter AvalosAdd MLINKS for log2 and log2f.
2007-06-16 Matthew DillonBring the gpt labeling program in from FreeBSD.
2007-06-16 Peter AvalosAdd log2 and log2f.
2007-06-16 Matthew DillonCreate the USB task queues before creating the event...
2007-06-16 Sascha WildnerTurn VINUM_LABEL into a noop (fixing LINT).
2007-06-16 Matthew DillonCorrect mistake in last commit.
2007-06-16 Matthew DillonUpdate all sound code to use the snd_*() locking abstra...
2007-06-16 Matthew DillonRegenerate system callsa (add uuidgen()).
2007-06-16 Matthew DillonImplement an opaque function, if_getanyethermac(),...
2007-06-16 Matthew DillonBring uuidgen(3) into libc and implement the uuidgen...
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-06-16 Matthew DillonImport the kernel GPT and UUID header files from FreeBS...
next