dragonfly.git
2007-06-30 Hasso TepperFix KASSERT messages.
2007-06-30 Sascha WildnerClean up a bit.
2007-06-30 Sascha WildnerUse .Va for errno.
2007-06-30 Matthew DillonTry to avoid accidental foot shooting by not allowing...
2007-06-30 Matthew DillonMove the P_WEXIT check from lwpsignal() to kern_kill...
2007-06-30 Matthew DillonUpdate the documentation for sys_checkpoint().
2007-06-30 Matthew DillonAdd MLINKS for checkpoint.1, because most point looking...
2007-06-29 Matthew DillonFlag the checkpoint descriptor so on restore we can...
2007-06-29 Hasso TepperNuke usb_ callout macros.
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-29 Sascha WildnerAdd some useful references to various manual pages...
2007-06-29 Matthew DillonThis is a simple little syslink test program which...
2007-06-29 Matthew DillonClean up syslink a bit and add an abstraction that...
2007-06-29 Matthew DillonAdd O_MAPONREAD (not yet implemented). This will have...
2007-06-29 Matthew DillonAdd a new flag, XIOF_VMLINEAR, which requires that...
2007-06-29 Matthew DillonGet out-of-band DMA buffers working for user<->user...
2007-06-28 Matthew DillonClarify cpu localization requirements when using callou...
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperRemove duplicate.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Matthew DillonFix a bug-a-boo, the type uuid was being printed instea...
2007-06-27 Hasso TepperUse kernel functions. I don't understand how I could...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2007-06-26 Joe TalbottFix files that included the posix scheduling headers...
2007-06-26 Matthew DillonImplement jscan -o. Take the patch from Steve and...
2007-06-26 Matthew DillonA file descriptor of -1 is legal when accessing journal...
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.
next