Merge from vendor branch AWK:
[dragonfly.git] / sys /
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-05 Matthew DillonThe bus_get_resource_list DEVMETHOD is primarily used...
2007-05-05 YONETANI Tomokazu(essential part of rev 1.54 in FreeBSD)
2007-05-04 Matthew Dillonpci_get_resource_list() was returning an illegal pointe...
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-05-03 Sepherosa ZiehauRestore part of old behaviour of bge_tick() -- if link...
2007-05-03 Sepherosa Ziehauregen
2007-05-03 Sepherosa ZiehauPHY ids for Broadcom 5755/5787
2007-05-03 Sepherosa Ziehauregen
2007-05-03 Sepherosa ZiehauMore Broadcom GigE PCI ids.
2007-05-02 Sepherosa Ziehau- Merge following link state detection fixes from FreeBSD:
2007-05-02 Sepherosa ZiehauCorrect inverse setting and clearing BBP_R3 "smart...
2007-05-02 Matthew DillonWhen thread0 is initialized it must also be LWKT schedu...
2007-05-01 Matthew DillonReduce the livelock limit from 50Khz to 40Khz.
2007-05-01 Matthew DillonDocument the interrupt moderation timer and the fact...
2007-05-01 Matthew Dillonata_boot_attach() is no longer used, #if 0 it out.
2007-05-01 Matthew DillonAdd missing crit_exit();
2007-05-01 Matthew DillonMove clock registration from before SMP startup to...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonMore cleanups, do not allow backspacing beyond the...
2007-04-30 Matthew DillonMake the mountroot> prompt a bit more user-friendly.
2007-04-30 Matthew DillonIt is possible for spurious interrupt(s) to be posted...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2007-04-30 Matthew DillonEST's module was being installed before the module...
2007-04-30 Sepherosa Ziehau- Don't use the status block's link state change bit...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-30 Matthew DillonStore the frequency and cputimer used to initialize...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-29 Matthew DillonRemove unneeded references to sys/syslink.h. Get sysli...
2007-04-29 Matthew DillonUse the __boolean_t defined in machine/stdint.h instead...
2007-04-29 Matthew DillonImplement SYSREF - structural reference counting, alloc...
2007-04-29 Matthew DillonAdd a shortcut function, objcache_create_mbacked()...
2007-04-28 Sepherosa Ziehau- PHY error bit no longer exists in RX descriptor flags.
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2007-04-27 Matthew DillonAdd a generally accessible cpu_pause() inline for spin...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-26 Sepherosa Ziehau- Factor out ieee80211_reset_state() from ieee80211_new...
2007-04-26 Sepherosa Ziehau- Don't disable interrupt in bge_intr(), just acknowled...
2007-04-26 Matthew DillonMove syslink_desc to sys/syslink_rpc.h so kernel code...
2007-04-25 Matthew DillonIPV6 type 0 route headers are a flawed design, insecure...
2007-04-25 Sascha Wildnerstyle(9) cleanup: Remove parameter names from prototypes.
2007-04-24 Sepherosa Ziehau- Cleanup header file inclusion.
2007-04-23 Sepherosa ZiehauCorrect hardware csum offload support for bge(4)
2007-04-23 Sepherosa ZiehauNuke unnecessary setting of ural(4)'s security register...
2007-04-22 Sepherosa ZiehauTurn off Sample TX rate control algorithm support for...
2007-04-22 YONETANI TomokazuPut a DELAY in the AT-style keyboard detection loop...
2007-04-22 YONETANI TomokazuWhen enabling A20, put upper limit on amount of time...
2007-04-22 Sepherosa Ziehau- Define macro for the number of channels. Use it...
2007-04-22 Sepherosa ZiehauTXRX_CSR5 stores allowable ACK rates instead of basic...
2007-04-22 Sepherosa ZiehauConst-fy rate set argument of ieee80211_iserp_rateset().
2007-04-22 Sepherosa ZiehauBusdma(9)-fy, mainly obtained from FreeBSD:
2007-04-22 Matthew Dillonsbappendcontrol() was improperly setting sb_lastmbuf...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-22 Matthew DillonJust throw all the main arguments for syslink() into...
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2007-04-20 Matthew DillonMake 'last mounted on' reporting by fsck work again...
2007-04-20 Sascha WildnerMake hw.vkeX.tap_unit sysctl read only.
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-19 Matthew DillonWe have a few generation sets for Red-Black trees that...
2007-04-19 Matthew DillonAllocations of size greater then the radix were not...
2007-04-17 Matthew DillonDon't allow snd_nxt to be set to a value less then...
2007-04-16 Matthew DillonProbably the last change to the syslink() system call...
2007-04-15 Sepherosa ZiehauExpose number of TX/RX descriptors through read-only...
2007-04-14 Sepherosa ZiehauFor bge_rxeof(), return immediately if no RX descs...
2007-04-14 Sepherosa Ziehau- Return error if reading eeprom times out.
2007-04-14 Sepherosa ZiehauBGE_MBX_TX_HOST_PROD0_LO is write-only, avoid reading it.
2007-04-13 Simon SchubertConvert assembly which accesses segment descriptors...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-13 YONETANI Tomokazufix critical-section mismatch
2007-04-12 Sascha WildnerAnsify parameter declarations.
2007-04-12 Sascha WildnerAnsify parameter declarations.
2007-04-12 Sepherosa ZiehauWhen read BBP registers, avoid writing to BBPCSR until...
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-11 Matthew DillonKernel virtual memory must be mapped on a segment addre...
2007-04-09 Matthew DillonAdd subr_alist.c. This is a bitmap allocator that...
2007-04-08 Sepherosa ZiehauFix comment: 1000baseTX -> 1000baseT
2007-04-08 Sepherosa ZiehauNuke unnecessary NULL node checks.
2007-04-08 Sepherosa ZiehauCode cleanup:
2007-04-07 Sascha WildnerRemove the hostcache code which has been inactive since...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-07 Sascha WildnerRemove unused variable.
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-04 Sascha WildnerRemove unused definition.
2007-04-04 Sascha Wildner* Remove compatibility with some old config options...
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2007-04-03 Matthew DillonCleanup and reformulate some of the comments.
2007-04-03 Sepherosa Ziehau- Initialize ti_jslot_serializer before it is used.
2007-04-03 Sepherosa ZiehauRssi correction value is in lower byte not upper byte.
2007-04-02 Sepherosa ZiehauNuke old TX rate control algorithm coming with ral(4).
2007-04-02 Sepherosa ZiehauAdd Sample and Onoe TX rate control algorithm support...
2007-04-01 Sepherosa Ziehau- Define 802.11 modulation types as 'enum ieee80211_mod...
2007-04-01 Sepherosa ZiehauUnbreak make -j X buildkernel KERNCONF=LINT, X > 1
2007-03-31 Sepherosa Ziehau- Call bge_setmulti(), if bge(4) is up and running...
2007-03-31 Sepherosa ZiehauIt is TIGON1 that uses NIC local memory.
2007-03-31 Sepherosa ZiehauAdd support for BCM5752.
2007-03-31 Sepherosa Ziehauregen
2007-03-31 Sepherosa ZiehauAdd PCI id for Broadcom BCM5752 GigE.
next