dragonfly.git
2007-06-03 Peter AvalosUse exec and fix handling of filenames containing white...
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-06-02 Sascha WildnerNuke some obsolete named(8) related variables which...
2007-06-02 Matthew DillonSynchronize to FreeBSD 1.35 - just adds a #define for...
2007-06-02 Matthew DillonBring in 1.343 from FreeBSD. FreeBSD commit message:
2007-06-02 Sepherosa Ziehau- Nuke the second parameter of bridge_stop(). This...
2007-06-02 Sascha WildnerDocument pf(4) related variables.
2007-06-02 Sascha WildnerOops, add variable types.
2007-06-02 Sascha WildnerDocument some variables which were added with Andreas...
2007-06-02 Sascha WildnerFix loopback setup for firewall_type="closed".
2007-06-02 Sepherosa Ziehau- Break long lines.
2007-06-02 Sepherosa Ziehaukmalloc(M_WAITOK) will never return NULL.
2007-06-02 Sepherosa Ziehaubstp_input() can't return non-NULL mbuf, explicitly...
2007-06-02 Sepherosa Ziehau- Avoid mbuf "use after free", if bridge(4) is in monit...
2007-06-01 Sascha WildnerMake 'device natausb' compile again.
2007-06-01 Sascha WildnerRegen.
2007-06-01 Matthew DillonMerge all the FreeBSD work done since our initial impor...
2007-06-01 Matthew DillonAdd a missing header file dependancy.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-05-31 Sascha WildnerKill documentation for harvest_{interrupt,ethernet...
2007-05-31 Matthew DillonAdjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
2007-05-31 Hasso TepperAdd ip6 and icmp6 displays to systat(1).
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-29 Matthew DillonRename private to privdata and class to srclass to...
2007-05-29 Hasso TepperAdd implementations of the inet6_opt* and inet6_rth...
2007-05-29 Hasso TepperUpdate ping(8) code and manpage to the newest ones...
2007-05-28 Matthew DillonRemove unnecessary initialization and fix a GCC-4.x...
2007-05-28 Peter AvalosUpdate to file 4.21 which is a bugfix release including...
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-28 Peter AvalosUpdate to file 4.21 which is a bugfix release including...
2007-05-28 Matthew DillonAdd some syslink debugging programs.
2007-05-28 Matthew DillonOpen the root image O_EXLOCK|O_NONBLOCK and exit with...
2007-05-27 Sascha WildnerRemove etc/rc.d/archdep which didn't serve any real...
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-27 Sascha WildnerFix typo.
2007-05-27 Sascha WildnerRemove unnecessary empty arguments.
2007-05-27 Matthew DillonSyslink API work - greatly simplify the syslink_msg...
2007-05-27 Matthew DillonThe proper root device for a vkernel fs is vkd0s0a...
2007-05-27 Sascha WildnerAdd ifmedia(4) reference.
2007-05-27 Sascha WildnerAdd a bus_set_resource(9) manual page.
2007-05-27 Sepherosa ZiehauFor rum(4) and ural(4):
2007-05-27 Sepherosa ZiehauApply if_rum.c rev 1.11's resource alloc/free fixes...
2007-05-26 Sascha WildnerWelcome our new bce(4) driver to various manpages ...
2007-05-26 Sepherosa ZiehauNuke commented out compat shim.
2007-05-26 Matthew DillonAdd the kernel support function allocsysid().
2007-05-26 Sepherosa ZiehauAdd support for Broadcom NetXtreme II GigE. Jumbo...
2007-05-25 Hasso TepperAlthough our linker supports pie, our elf loader doesn't.
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-05-25 Matthew DillonUpdate documentation.
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-24 Matthew DillonDo an even better job discerning between blocked thread...
2007-05-24 Matthew DillonProperly detect interruptable LWKT sleeps and display...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-24 Matthew DillonFix the kinfo run/sleep state for pure kernel threads...
2007-05-23 Matthew DillonThe dump device must be opened before ioctls can be...
2007-05-23 Sascha WildnerRaise the values of several debug options to cover...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-23 Hasso TepperICMP extensions for MPLS support for traceroute(8).
2007-05-23 Matthew DillonSimplify the lwkt_msg structure by removing two unused...
2007-05-22 Matthew DillonRemove unused define.
2007-05-22 Sascha WildnerFix section numbers.
2007-05-22 Sascha WildnerComment out empty section.
2007-05-21 Matthew DillonRemove DIOCWLABEL operation. Doing it destroyed the...
2007-05-21 Matthew DillonHandle disklabels with the disk management layer instea...
2007-05-21 Matthew DillonFix a bug in recent commits. When creating a virgin...
2007-05-21 Matthew DillonUse 0x%08x for all minor numbers, not just those >...
2007-05-20 Matthew DillonRevert sc1 to testing getuid() like it says it does...
2007-05-20 Matthew DillonContinue untangling the disklabel.
2007-05-20 Matthew DillonRemove the fragment size, block size, and cpg fields...
2007-05-20 Matthew DillonMore disklabel disentanglement - use DIOCGPART instead...
2007-05-20 Matthew DillonRemove all dependancies newfs had on accessing the...
2007-05-20 Matthew DillonWhen a traditional bsd disklabel is present, try to...
2007-05-20 YONETANI TomokazuMerge fixes to debugging messages from FreeBSD:
2007-05-20 Matthew DillonCleanup diskerr() output a bit - don't say it was tryin...
2007-05-20 Matthew DillonQuickly update UPDATING with 1.8 -> 1.9+ documentation.
2007-05-19 Matthew DillonDisklabel operations are no longer legal on the raw...
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
2007-05-19 Matthew DillonFix device recognition, /dev/vn0 now uses WHOLE_SLICE_P...
2007-05-19 Matthew DillonFix a one-character allocated string buffer overflow...
2007-05-19 Sascha WildnerMiscellaneous mdoc fixes.
2007-05-19 Matthew DillonKeep the ds_skip_* fields in struct diskslice properly...
2007-05-19 Matthew DillonContinue untangling the disklabel. Clean up dumpdev...
2007-05-19 Matthew DillonMake savecore work wagain by using the new 64 bit dumpl...
2007-05-19 Matthew DillonTemporary hack until we can get rid of the disklabel...
2007-05-19 Sepherosa Ziehau- Turn on VLAN_MTU for 905B typed cards.
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonUse the WHOLE_DISK_SLICE instead of the compatibility...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-18 Matthew DillonUpdate # comments and documentation for disktab(5).
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-05-18 Matthew DillonFinish moving boot/i386 to boot/pc32 (it was left half...
2007-05-18 Matthew Dillonuse_mcd.h, use_scd.h no longer exist.
2007-05-18 Matthew DillonRemove the NATA config file generation rules. Add...
2007-05-18 Matthew DillonAdd back PCI_MAP_FIXUP, it was mistakenly removed.
2007-05-17 Matthew DillonFix buildworld, getdiskbyname() has moved to <disktab.h>
2007-05-17 Matthew DillonAdd getdisktabbyname() to libc. This will soon replace...
2007-05-17 Matthew DillonRemove libdisk from the Makefile.
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonUse DIOCGPART instead of DIOCGDINFO to remove reference...
next