]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add a 'clean' target.
[FreeBSD/FreeBSD.git] / sys /
2005-10-23 obrienAdd a 'clean' target.
2005-10-23 cognetUnbreak for !__XSCALE__.
2005-10-23 davidxuDon't touch last overrun if signal was already on queue.
2005-10-23 thompsaIf we have been called from ether_ifdetach() then do...
2005-10-23 njlLike acpi_throttle, set frequency to 100% in attach...
2005-10-23 njlAdd prototype to be consistent.
2005-10-23 pjdMNT_JAILDEVFS is not used anymore. Mark it as spare.
2005-10-23 davidxuMake p_itimers as a pointer, so file sys/proc.h does...
2005-10-23 psregen
2005-10-23 psImplement for FreeBSD 3 32 binaries:
2005-10-23 davidxuMake kernel structures invisible to userland.
2005-10-23 glebiusTypo.
2005-10-23 alcPreviously, nothing prevented the page that was returne...
2005-10-23 davidxuChange _POSIX_REALTIME_SIGNALS to 200112L to indicates...
2005-10-23 davidxuRegen for POSIX timer syscalls.
2005-10-23 davidxuImplement POSIX timers. Current only CLOCK_REALTIME...
2005-10-23 davidxu1. Make ksiginfo_alloc and ksiginfo_free public.
2005-10-23 davidxuAdd member fields for POSIX timer.
2005-10-23 csjpBefore we export network interface data through the...
2005-10-23 njlAdd a hack to get around PCI link devices that report...
2005-10-23 njlHook acpi_smbat up to the build.
2005-10-23 njlImport ACPI smart battery support. Newer systems ...
2005-10-23 njlCleanups and support code for importing smart battery...
2005-10-22 alcVerify that access to the given address is allowed...
2005-10-22 alcUse of the ZERO_COPY_SOCKETS options can result in...
2005-10-22 mlaierFix build after in6_joingroup change. It remains uncle...
2005-10-22 glebiusIn in_addprefix() compare not only route addresses...
2005-10-22 glebiusIntroduce polling(4) capability for bge(4).
2005-10-22 impAdd missing softc
2005-10-22 impTurns out that we're asking for the MAC address at...
2005-10-22 wpaulMake the multiple DPC threads an option, and create...
2005-10-22 impIn the ISA case, we call ed_probe_WD80x3 before we...
2005-10-22 suzfixed a compilation failure on amd64/sparc64/ia64
2005-10-22 impReplace FreeBSD 3.x syntax (controller miibus0) with...
2005-10-22 impThe controller -> device switch happened in 4.0, fix...
2005-10-21 adeSpecifically panic() in the case where pmap_insert_entr...
2005-10-21 suznuked non-existing commands
2005-10-21 suzsync with KAME regarding NDP
2005-10-21 suzperform NUD on an IPv6-aware point-to-point interface
2005-10-21 suzsync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_...
2005-10-21 dumbbellApply the same fix to a potential race in the ISDOTDOT...
2005-10-21 alcEliminate spl* calls.
2005-10-21 wpaulCorrect the macro definition for KeRaiseIrql(). The...
2005-10-21 njlAdjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1...
2005-10-20 rwatsonChange format string for u_int64_t to %ju from %llu...
2005-10-20 ruRemove duplicate entry.
2005-10-20 cognetCleanup.
2005-10-20 wpaulUse sched_bind() to make sure the DPC threads are bound...
2005-10-20 rwatsonAdd a "show malloc" command to DDB, which prints out...
2005-10-20 rwatsonAdd a "show uma" command to DDB, which prints out the...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 jhbAdd entry for the spin mutex used by the hptmv(4) driver.
2005-10-20 mariusUse an ihandle_t to store the instance handle of an...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-20 mariusRemove unused variables.
2005-10-20 glebiusSome more minor cleanups of em(4) driver:
2005-10-20 glebiusRevamp interrupt handling in em(4) driver:
2005-10-19 jdpFix a bug in the kernel module runtime linker that...
2005-10-19 suzsync with KAME (nuked unused code, use NULL to denote...
2005-10-19 suzsync with KAME (removed a unnecesary non-standard macro)
2005-10-19 suzsync with KAME regarding the following clarification...
2005-10-19 suzsync with KAME (don't respond to NI_QTYPE_IPV4ADDR)
2005-10-19 suzsupported an ndp command suboption to disable IPv6...
2005-10-19 suzadded an ioctl option in kernel so that ndp/rtadvd...
2005-10-19 rwatsonUse svr4_si_{addr,code,errno,signo,trap} in preference...
2005-10-19 glebius In the em_process_receive_interrupts() cycle check...
2005-10-19 suzsync with KAME in the following points:
2005-10-19 rwatsonConvert if (tp->t_state == TCPS_LISTEN) panic() into...
2005-10-19 davidxuFix compiling problem by adding prefix name svr4 to...
2005-10-19 wpaulCorrect the size used to allocate ndis_txarray. It...
2005-10-19 suzRaw IPv6 checksum must use the protocol number of the...
2005-10-19 impSet the name of the chipset found
2005-10-19 impMake sure we set bst and bsh in the softc.
2005-10-18 ariffFix vchan speed for hardware with discrete (non-continuous)
2005-10-18 ariffAdded missing comma. This fixes compilation if we need...
2005-10-18 phkUse correct cirteria for determining which directory...
2005-10-18 jkimExport processor socket information. New environment...
2005-10-18 wpaulAnother round of cleanups and fixes:
2005-10-18 jhbMove the initialization of the devmtx into the mutex_in...
2005-10-18 desImplement the full range of ISO9660 number conversion...
2005-10-18 stefanfRegenerate.
2005-10-18 stefanfConst-qualify ksem_timedwait's parameter abstime as...
2005-10-18 yarIn this case, disable wrapping of fake opt_*.h targets in
2005-10-18 impDon't build dc-only pseudo phy devices with mii.ko...
2005-10-18 yarSpotted a call to a cdev-related function not wrapped
2005-10-18 impMove dc sources from pci and dev/mii into dev/dc.
2005-10-18 impMove dc sources from pci to dev/dc.
2005-10-18 impRemove dc-only pseudo phy devices after repo copy to...
2005-10-18 impRemove dc after repo copy.
2005-10-18 impMake dc compile after repo-copy.
2005-10-18 cognet- Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the...
2005-10-17 jkimRedo physical/logical CPU count.
2005-10-17 peterAdd support for kernel modules with a single PT_LOAD...
2005-10-17 davidxuMicro optimization for context switch. Eliminate code...
2005-10-17 jhbAnother bit of sx(4) removal.
2005-10-17 cognetStrip the $a, $t and $d symbols if we're using DDB...
2005-10-17 jkimSplit displaying number of physical and logical cores.
2005-10-17 cognetUse the clock count register as a timecounter, as it...
2005-10-17 suzfixed a kernel crash when IPv6 PIM-SM routing is enable...
2005-10-17 impMinor commentary correction
next