]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-08-02 iedowseAttempt to follow the correct procedure for synchronisi...
2004-08-02 tjrRemove la_LN.* from the list of bogus locales. They...
2004-08-02 tjrExclude bogus la_LN.* and UTF-8 locales from the output...
2004-08-02 cognet*blush*
2004-08-02 cognetFix comments.
2004-08-02 tjrAdd cross-reference to fmt(1) and a fairly standard...
2004-08-02 tjrCross-reference fold(1).
2004-08-02 tjrAdd support for multibyte characters.
2004-08-02 ssouhlalRemove 'device mem' from GENERIC, which markm@ mistakin...
2004-08-02 mlaierUnbreak DEVICE_POLLING build / LINT. Sorry!
2004-08-02 pjdDon't use version number in library name. The library...
2004-08-02 stefanfRemove an implicit int parameter by using prototypes.
2004-08-02 stefanfDon't pass function pointers via a void * parameter.
2004-08-02 stefanf- Signal handlers must have an int argument.
2004-08-02 murrayImprove the wording of the last commit, and update...
2004-08-02 obrienConsistently list _CPUCFLAGS.
2004-08-02 alcEliminate the acquisition and release of Giant around...
2004-08-02 tjrDocument incorrect handling of multibyte characters...
2004-08-02 grehanAdd PowerPC bridge instruction flag to the assembler...
2004-08-02 grehanG5 support: handle the case where the OpenFirmware...
2004-08-02 grehanKernel traps were not being passed to trap_fatal in...
2004-08-02 scottlDocument machdep.enable_panic_key.
2004-08-02 obrienFix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'.
2004-08-02 greenBump __FreeBSD_version to designate uma_zone functions...
2004-08-02 rwatsonAdd what appears to be a missing '*/' at the end of...
2004-08-02 pjd- Fix unloading by the same way it is done in my other...
2004-08-02 green* Add a "how" argument to uma_zone constructors and...
2004-08-01 mlaierSecond part of ALTQ driver modifications, covering:
2004-08-01 julianComment kse_create() and make a few minor code cleanups
2004-08-01 marcelRemove unnecessary use of the __ia64__ conditional...
2004-08-01 wpaulThe watchdog callout executes with the (non-sleepable...
2004-08-01 pjdAfter changing LIBDIR to SHLIBDIR, because of dependenc...
2004-08-01 markmUUCP's uucico(8) has not been in the base system for...
2004-08-01 wpaulIn ndis_alloc_bufpool() and ndis_alloc_packetpool(...
2004-08-01 gadThis commit was generated by cvs2svn to compensate...
2004-08-01 gadImport of a BSD-licensed version of `patch', which...
2004-08-01 pjdTypo.
2004-08-01 glebiusAnother stupid error from my side. PPPOE_NONSTANDARD...
2004-08-01 kientzleCorrect the explanation of the -X option.
2004-08-01 wpaulBig mess 'o changes:
2004-08-01 markmAdd the I/O device for those architectures that have it.
2004-08-01 kientzleFor the "portable" distribution, the configure script...
2004-08-01 simonAdd a HARDWARE section which lists supported devices.
2004-08-01 simonMake the HARDWARE section better suited to the upcoming...
2004-08-01 simon- Add a HARDWARE section which lists supported devices.
2004-08-01 kientzleC standard does not permit empty initializer list.
2004-08-01 stefanfInclude <stdlib.h> for exit(), use prototypes and bump...
2004-08-01 markmRemove extraneous ';'.
2004-08-01 iedowseImplement basic support for EHCI interrupt pipes. This...
2004-08-01 markmYA oops. Remove code that was being tested locally.
2004-08-01 markmRemove local hack that was not supposed to be committed.
2004-08-01 scottlTurn off PREEMPTION by default while it gets debugged...
2004-08-01 nyanMFi386: revision 1.1167
2004-08-01 nyanMFi386: revision 1.501.
2004-08-01 sosChange the default to switch on DMA on ATAPI devices...
2004-08-01 markmAnnounce the memory device module update.
2004-08-01 markmBreak out the MI part of the /dev/[k]mem and /dev/io...
2004-08-01 alfredComment some of the 'io' functions.
2004-08-01 pjd- Launch main provider when there are no more disks...
2004-08-01 wpaulAdd some minor changes related to PCMCIA attribute...
2004-08-01 murrayDocument EXTSRCDIR.
2004-08-01 davidxuAdd missing thread suspension/resumption code, fix...
2004-08-01 davidxuAdd code to implement register structure converter.
2004-08-01 gshapiroUpdate release notes to reflect sendmail 8.13.1 import
2004-08-01 gshapiroUpdate notes after sendmail 8.13.1 import
2004-08-01 gshapiroReflect changes in sendmail 8.13 source tree
2004-08-01 gshapiroResolve conflicts from sendmail 8.13.1 import
2004-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
2004-08-01 gshapiroImport sendmail 8.13.1
2004-07-31 julianSpecify the locking for some proc fields
2004-07-31 pjdIf there are no valid components after the timeout...
2004-07-31 lePropagate size changes upwards.
2004-07-31 glebiusFix a stupid error in my previous commit, which broke...
2004-07-31 pjdHandle spoil event in dedicated function: g_mirror_spoi...
2004-07-31 fjoeAdd copyright notices.
2004-07-31 impExpand the license referenced indirectly inline.
2004-07-31 trhodesHelp simon out and add a HARDWARE section.
2004-07-31 pjdAllow for capital letters as size suffixes.
2004-07-31 yarftpd(8) seems to be WARNS=2 clean now.
2004-07-31 yarChange ``(foo *)0'' to ``NULL'' where it's possible
2004-07-31 yarKill a small herd of casts to off_t where they were...
2004-07-31 yarPrintf(3) off_t values through conversion to intmax_t...
2004-07-31 davidxuSave context in kernel fashion, so it can be restored by
2004-07-31 davidxuRemove unused field.
2004-07-31 yarKill an unused variable (heading to WARNS=2.)
2004-07-31 yarConvert a couple of bogus null statements to the right...
2004-07-31 davidxuTurn on PCB_FULLCTX for set_mcontext, functions like...
2004-07-31 pjdRemove unused field.
2004-07-31 pjdDestroy synchronization geom immediately. This should...
2004-07-31 sosFix the panic (""memory modified after free") when...
2004-07-31 pjdUse SHLIBDIR instead of LIBDIR. This should fix buildwo...
2004-07-31 alcAdd pmap locking to pmap_object_init_pt().
2004-07-31 tjrCheck for read errors.
2004-07-31 tjrAdd standard DIAGNOSTICS section.
2004-07-31 tjrAdd support for multibyte characters, loosely based...
2004-07-31 tjrFix some particularly bad style(9) violations.
2004-07-31 alcBump __FreeBSD_version to reflect the removal of kmem_a...
2004-07-31 davidxuMacro optimize, this increases context switch speed...
2004-07-31 davidxu1. Use correct alignment mask, -15 != ~15
2004-07-31 pjdAllow slice creation on providers from MIRROR class.
next