]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Universally disable -Werror until src/ is in better shape for GCC 4.2.
[FreeBSD/FreeBSD.git] / sys /
2007-05-11 rwatsonRemove unneeded wrappers for in_setsockaddr() and in_se...
2007-05-11 mjacobFix pointy-hat problem with BUS_DMA_ROOTARG macro that...
2007-05-11 kanDo not dereference linux_to_bsd_signal[-1] if userland has
2007-05-10 andreFix an incorrect replace of a timer reference made...
2007-05-10 rwatsonMove universally to ANSI C function declarations, with...
2007-05-10 desBump __FreeBSD_version for the addition of flopen(3...
2007-05-10 scottlThe version string scheme embeds the freebsd major...
2007-05-10 scottlCollapse the mfi_ld object. Add an ioctl to help manag...
2007-05-10 mckayMake a missing or empty VPD non-fatal, as it was prior...
2007-05-10 kevloHook wlan_amrr up to the build.
2007-05-10 ariffDon't hold mutex while releasing bus resources.
2007-05-10 kevloAdd wlan_amrr. ural(4) uses amrr as transmit rate control.
2007-05-10 kevloAdd wlan_amrr. ural(4) uses amrr as transmit rate control.
2007-05-09 mjacobNeed sys/cdevs.h for the macro FBSDID to work.
2007-05-09 rwatsonUpdate stale comment on protecting UMA per-CPU caches...
2007-05-09 pjdIncrease debug level - this message is not that important.
2007-05-09 gnnIntegrate the Camellia Block Cipher. For more informat...
2007-05-09 scottlIt turns out that the hptiop driver isn't portable...
2007-05-09 rrsTwo major items here:
2007-05-09 maximo Fix typo: comments start by "#" not "*".
2007-05-09 maximo Fix style(9) bugs introduced in the last commit.
2007-05-09 kevlo- Remove dependency on deprecated if_watchdog ABI.
2007-05-09 yartl(4) appears to support long frames.
2007-05-09 scottlIntroduce a driver for the Highpoint RocketRAID 3xxx...
2007-05-09 maximo Unbreak "options TCPDEBUG" && "nooptions INET6" kerne...
2007-05-09 marcelWrite the output parameter (if present) for the add...
2007-05-09 scottlImport version 3.60.03.006 of the TWA driver:
2007-05-09 sepotvinAdd documentation for the vm.kmem_size_min and vm.kmem_...
2007-05-09 marcelWhen reverting the creation of a partitioning scheme...
2007-05-09 jfvA couple bug fixes that I've had internally at Intel...
2007-05-08 jhbHandle CPUs with APIC IDs higher than 32 (at least...
2007-05-08 jhbAdd destroyed cookie values for sx locks and rwlocks...
2007-05-08 jhbTeach 'show lock' to properly handle a destroyed mutex.
2007-05-08 jhbFix a potential LOR with sx_sleep() and cv_wait() with...
2007-05-08 jhbMinor fixes and tweaks to the x86 interrupt code:
2007-05-08 marcelMFp4:
2007-05-08 gnnReduce the default number of header options that the...
2007-05-08 maximo Add AnyData ADU-E100H modem. Sort a list of ubsa...
2007-05-08 gallatin- Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().
2007-05-08 rrs- Copyright change, cisco's silly tool wants it to...
2007-05-08 rrs- Get rid of the sctp_inpcb_free() "magic numbers...
2007-05-08 rrs- Static analyisis fixes for cisco's commit (this...
2007-05-08 marksSet the debug.acpi.acpi_ca_version sysctl even if ACPI...
2007-05-08 gallatinFirmware update & improvements to firmware selection:
2007-05-08 yongariAdd missing socket buffer unlock before returning to...
2007-05-08 kevloDo not set address early. It fix problems when SET_ADDR...
2007-05-08 rrs- More macros for OS compatabilty
2007-05-07 jhbFix a typo in a bootverbose printf.
2007-05-07 rwatsonRather than selectively zeroing fields in the tcp_debug...
2007-05-07 rwatsonSince udp_peeraddr() and udp_sockaddr() directly wrap...
2007-05-07 rwatsonMinor style tweaks.
2007-05-07 rwatsonWhen setting up timewait state for a TCP connection...
2007-05-07 leFix kldloading if_em by compiling missing source file.
2007-05-07 thompsa - Correctly check if lp_ioctl is null
2007-05-07 yarFinish VLAN_MTU support in nve(4). The interface appea...
2007-05-07 ariffbuf_addr should be bus_addr_t rather than u_int32_t.
2007-05-07 kevloAdd rum(4)
2007-05-07 thompsaThe purgemulti call is not needed since all the ports...
2007-05-07 thompsaCall if_setlladdr() on the aggregation port from a...
2007-05-07 thompsaAvoid touching various unsafe parts if the interface...
2007-05-07 thompsaChange from using if_delmulti() to if_delmulti_ifma...
2007-05-06 desUnbreak the build on 64-bit architectures as well.
2007-05-06 pjd- Add missing lock destruction and remove duplicate...
2007-05-06 pisoMake interrupt filtering support compilable.
2007-05-06 pisoBring in the reminaing bits to make interrupt filtering...
2007-05-06 ariffPCMMKMINOR() bit twiddling, so we can have:
2007-05-06 andreRemove unused requested_s_scale from struct tcpcb.
2007-05-06 andreUse existing TF_SACK_PERMIT flag in struct tcpcb t_flag...
2007-05-06 andre o Remove redundant tcp reassembly check in header...
2007-05-06 andreReorder the TCP header prediction test to check for...
2007-05-06 andreRemove the defunct remains of the TCPS_TIME_WAIT cases...
2007-05-06 pjdWhen deleting key, flush write cache after each overwri...
2007-05-06 desUnbreak the build.
2007-05-06 andreFix two comments.
2007-05-06 wkoszekDon't acquire Giant unconditionally.
2007-05-06 kevloAdd support for Ralink Technology RT2501USB/RT2601USB...
2007-05-06 pjdUse provider's ident to handle situations when disks...
2007-05-06 pjdMFp4: We don't need to cover vnode_pager_setsize()...
2007-05-06 pjdFile d_ident field with disk's serial number.
2007-05-06 rrsTwo bugs:
2007-05-05 mjacobMake this driver MP safe and still be a multi-release...
2007-05-05 mjacobMake this an MP safe driver but also still be multi...
2007-05-05 alcDefine every architecture as either VM_PHYSSEG_DENSE or
2007-05-05 pjdAllow to use ':' in d_ident, which is quite handy chara...
2007-05-05 pjdHandle GEOM::ident attribute by attaching 'sX' string...
2007-05-05 pjdBecause there are many strange hardware out there,...
2007-05-05 jmgfixup talk of kern.maxswzone... It's been 32MB for...
2007-05-05 pjd- Extend disk structure to allow to store disk's serial...
2007-05-05 pjdImplement three new ioctls that can be used with GEOM...
2007-05-05 pjdImplement g_delete_data() similar to g_read_data()...
2007-05-05 pjd- Implement helper g_handleattr_str() function for...
2007-05-05 sephe- Nuke unnecessary header.
2007-05-05 ariffFix (or rather workaround) Intel 440MX Errata #36
2007-05-05 ariffMiscellaneous changes and fix:
2007-05-05 suzsome minor modification to the previous commit to sys...
2007-05-04 rwatsonAdd global mutex tcp_debug_mtx, which will protect...
2007-05-04 davidchMFC after: 2 weeks
2007-05-04 phkSince if_gem is being touted as one of our more archite...
2007-05-04 rwatsonTweak comment at end of tcp_input() when calling into...
2007-05-04 mavAvoid extra rc4_init() when ng_mppc_updatekey() going...
next