]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-10-26 jhbFix misspelled 'argument' and try to make the sentence...
2005-10-26 jhb- Use swi_remove() to teardown swi handlers rather...
2005-10-26 jhbAdd a swi_remove() function to teardown software interr...
2005-10-26 bdeUse a better algorithm for reducing the error in __kern...
2005-10-26 keramidaTypo.
2005-10-26 davidxuAdd experiment code to implement POSIX timer's SIGEV_TH...
2005-10-26 glebius- Fix leak of struct nlminfo on process exit.
2005-10-26 davidxuFollow the change in kernel, joiner thread just waits...
2005-10-26 davidxudo umtx_wake at userland thread exit address, so that...
2005-10-26 wpaulGet rid of the timer tracking and reaping code in NdisM...
2005-10-26 ruCatch up with new interrupt handling code.
2005-10-26 ruCatch up with new interrupt handling code.
2005-10-26 yarSince carp(4) interfaces presently are kinda fake yet...
2005-10-26 yarOverride $command with $foo_program only if $command
2005-10-26 yarUse consistent punctuation and vertical indenting aroun...
2005-10-26 yarDocument that `reload' is not provided by default
2005-10-26 takawataAdd checking for File record magic.
2005-10-26 marcelFix dump of the unread portion of the kernel message...
2005-10-26 marcelRemove PCI IDs for multiport cards:
2005-10-26 grehanOops, forgot to add in r1.36 -
2005-10-25 grehanCatch up with interrupt-thread changes.
2005-10-25 njlIf we're trying to use C2/3 and reads from the register...
2005-10-25 ruRecognize all current standard node types.
2005-10-25 ruMake the cookie constant name canonical.
2005-10-25 wollmanWe've supported the _POSIX_MONOTONIC_CLOCK option for...
2005-10-25 jhbReorganize the interrupt handling code a bit to make...
2005-10-25 delphijRemove an unneeded "a" from comment.
2005-10-25 jhbUse shorter names for the Giant and fast taskqueues...
2005-10-25 bruefferXref polling(4).
2005-10-25 rwatsonUpdates and enhancements to the multi-threaded httpd...
2005-10-25 wpaulCorrect some __FreeBSD_version conditionals to use...
2005-10-25 cerigmirror.8:
2005-10-25 marius- Add a workaround for the fact that OFW doesn't guaran...
2005-10-25 mariusIn ofw_parsedev() check the return value of malloc...
2005-10-25 bdeMore fixes for arg reduction near pi/2 on systems with...
2005-10-25 tjrFix 'grep -Fw' for encodings other than UTF-8 (RH bug...
2005-10-25 ruRefactor (some more) installation of kernel and module...
2005-10-25 wpaulAdd a 1 microsecond delay in pci_add_children(), right...
2005-10-25 wpaulUndo the change to pci_cfgdisable() on i386 for now...
2005-10-25 wpaulModify the pci_cfgdisable() routine to bring it more...
2005-10-25 brueffersnd_es137x now works on sparc64.
2005-10-25 yongariRemove "nodevice snd_es137x" as it is supported now.
2005-10-25 yongariConnect es137x build on sparc64.
2005-10-25 yongari- Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).
2005-10-25 impPreliminary support for Xircom Credit Card Adapter...
2005-10-25 davidxuPut pthread_condattr_init sorted order.
2005-10-24 impBack out most of 1.84. It was unwise to force debug...
2005-10-24 cpercivaUse the "builtin" shell function to make sure that...
2005-10-24 jhbRename the KDB_STOP_NMI kernel option to STOP_NMI and...
2005-10-24 jhbWhen restarting the BSP during cpu_reset() use a membar...
2005-10-24 jhbUse xchg in Xcpustop to close a race and make cpustop_r...
2005-10-24 jhb- Various small whitespace and style nits.
2005-10-24 jhbDocument in #ifdef notnow code the actions that proc_fi...
2005-10-24 jhbDon't panic if a spin lock is initialized that isn...
2005-10-24 njlCreate the devd thread after we have called daemon...
2005-10-24 njlInvert the check logic. No functional change, but...
2005-10-24 wpaulDo not allow ndis_ticktask() to run after ndis_halt_nic...
2005-10-24 jhbRevert previous change to this file. I accidentally...
2005-10-24 jhbSpell hierarchy correctly in comments.
2005-10-24 jhb- Rename 'traceall' to 'alltrace' so that the 'tr'...
2005-10-24 upsOnly set B_RAM (Read ahead mark) on an incore buffers...
2005-10-24 bdeMoved the optimization for tiny x from __kernel_{cos...
2005-10-24 maximo Grammar.
2005-10-24 ceriNote that bugmaster would like to review commits to...
2005-10-24 davidxuAdd prototype for following functions, plus tab fixes.
2005-10-24 davidxuInclude files thr_condattr_pshared.c and thr_mattr_psha...
2005-10-24 davidxuExport following functions:
2005-10-24 davidxuAdd functions pthread_mutexattr_setpshared and pthread_...
2005-10-24 davidxuAdd function pthread_condattr_setpshared and pthread_co...
2005-10-24 njlIf no AC line devices are found, go ahead and notify...
2005-10-24 davidxuExport following functions:
2005-10-24 davidxuAdd functions pthread_mutexattr_setpshared and pthread_...
2005-10-24 wpaulFix handling of message table messages that got broken...
2005-10-24 obrienWe no longer need INCLUDES+= -I$S/contrib/dev/acpica.
2005-10-24 obrienAdd a commented out version of what was done for the...
2005-10-24 obrienFix conflicts of import of Intel ACPI-CA 20041119 with...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-24 obrienVendor import of Intel ACPI-CA 20041119 with system...
2005-10-24 obrienAdd vim syntax highlighting support to the send-pr...
2005-10-24 psinclude opt_compat.h to unbreak the build
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 maxims/RADUIS/RADIUS/
2005-10-23 njlAdd prototype to be consistent.
2005-10-23 pjdMNT_JAILDEVFS is not used anymore. Mark it as spare.
2005-10-23 csjpRestore the documentation about uid, gid or prison...
2005-10-23 yarDon't be lazy, set the "command" variable even if
2005-10-23 davidxuMake p_itimers as a pointer, so file sys/proc.h does...
2005-10-23 stefanfDocument [:blank:].
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...
next