]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-05-16 ruBump document date for the latest functional change.
2004-05-16 ruDESCRIPTION was not updated for the new SYNOPSIS.
2004-05-16 peterConverge some more with i386.
2004-05-16 peterRemove "register_t eflags; eflags = read_eflags();...
2004-05-16 joergAnother candidate that didn't use copyin/copyout for...
2004-05-16 joergYou wouldn't believe a driver could survive doing userl...
2004-05-16 joergAfter successfully attaching an iicbus instance, instea...
2004-05-16 peterMFi386: add rue and twa
2004-05-16 peterMFi386: avoid partial register references, for what...
2004-05-16 peterFor consistency with i386, have pmap_kenter_temporary...
2004-05-16 ruAdded -v to usage().
2004-05-16 peterMFi386: numerous interrupt and acpi updates
2004-05-16 peterEnable first part of kld's on amd64. This is known...
2004-05-16 peterMake a small revision to the api between the elf linker...
2004-05-16 archieAllow ng_ether "lower" and "orphans" hooks to be connec...
2004-05-16 yarAdd two new options to cron(8), -J and -j. They allow...
2004-05-16 njlIf the revision is 0, don't trust the length in the...
2004-05-16 ruKill DOS newline breaks.
2004-05-16 nyan- Initialize uart_bus_space_io and uart_bus_space_mem.
2004-05-16 ruFixed the disordering from rev. 1.371.
2004-05-16 dfrDon't use the node id as an index into the topology...
2004-05-16 eiksnafu, exchanged the descriptions of -maxdepth and...
2004-05-16 njlRead in the entire RSDP but only run the standard check...
2004-05-16 cognetTry harder not to compile anything in sys/boot for...
2004-05-15 cpercivaRemove dead code. (This loop counted the number of...
2004-05-15 mdoddCorrect a typo in column header.
2004-05-15 scottlRemove twa_intrhook prototype.
2004-05-15 scottlSet the cpi.hba_inquiry field to something useful.
2004-05-15 scottlRemove the config_intrhook as it is not needed.
2004-05-15 grehanHook sysinstall to the build for powerpc.
2004-05-15 grehanMods for powerpc.
2004-05-15 cognetWork around a problem somewhere with binutils (?) on...
2004-05-15 desIf asked to build a kernel without first building world...
2004-05-15 desRemove some debugging printf()s and a pointless device_...
2004-05-14 cognetRemove libkern/mem*
2004-05-14 cognetImplement bcopy, memcpy and memcmp in support.S.
2004-05-14 cognetRemove libkern/bzero.S and libkern/memset.S.
2004-05-14 cognetImplement bzero et memset in support.S
2004-05-14 cognetInsert "arm" between "amd64" and "powerpc"
2004-05-14 kensmithChange ffs_realloccg() to set the valid bits for the...
2004-05-14 bdeFixed total disorder of MD includes.
2004-05-14 seFix breakage caused by alphabetically sorting SRCS...
2004-05-14 bdeFixed some common printf format errors. Don't assume...
2004-05-14 ruBack out last revision that unnecessarily changed valid...
2004-05-14 ruPartly back out last revision that unnecessarily change...
2004-05-14 simonCorrect the misuse of \- (mdoc(7) mathematical minus...
2004-05-14 bdeStyle fixes:
2004-05-14 bdeFixed some insertion sort errors (external ones only).
2004-05-14 joergBump the .Dd value.
2004-05-14 joergWhen I wrote this man page more than 5 years ago, I...
2004-05-14 hmpmdoc(7) police:
2004-05-14 njlInstead of scanning the entire lower 1 MB of RAM, only...
2004-05-14 tjrUse a simpler, faster buffering scheme for partial...
2004-05-14 sanpeiMFNetBSD (umodem.c 1.46):
2004-05-14 cognetThis is FreeBSD/arm, not FreeBSD/i386
2004-05-14 cognetUse four spaces instead of tab for second level indenta...
2004-05-14 cognetDo not attempt to build libdisk, libthr and libc_r...
2004-05-14 cognetDo not build sysintall for arm.
2004-05-14 cognetDefine PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.
2004-05-14 cognetSome arm bits for gprof.
2004-05-14 cognetDo not build truss on arm.
2004-05-14 cognetDefine uart_sa1110_ops and uart_sa1110_classe in .c...
2004-05-14 cognetDefine INLINE_LIMIT for arm.
2004-05-14 cognetDo not attempt to build anything in sys/boot for arm.
2004-05-14 cognetDefine MACHINE_CPU for arm.
2004-05-14 cognetDefine iaddr_t and saddr_t for arm.
2004-05-14 cognetUse WARNS?=3 for these in the arm case for now, due...
2004-05-14 mbrAdd a list of all local changed files. All these files...
2004-05-14 mbrWe don't need these files. Add the to the x-list.
2004-05-14 cognetImplement enough of an uart driver to get serial consol...
2004-05-14 eik-maxdepth and -mindepth are global variables
2004-05-14 cognetImport libkern arm specific bits.
2004-05-14 cognetImport the openssl conf for arm.
2004-05-14 cognetImport _setjmp.S for arm in libstand.
2004-05-14 cognetImport libkvm MD file for arm.
2004-05-14 cognetArm bits for libpthread. It has no chances to work...
2004-05-14 cognetC runtime support for FreeBSD/arm.
2004-05-14 cognetImport arm bits for rtld-elf.
2004-05-14 cognetImport the softfloat emulation library, needed for...
2004-05-14 cognetImport the FreeBSD/arm libc bits.
2004-05-14 cognetWe use __arm__, not __arm32__.
2004-05-14 cognetDefine malloc_pageshift and malloc_minsize for arm.
2004-05-14 cognetAdd config magic for arm.
2004-05-14 cognetImport FreeBSD/arm kernel bits.
2004-05-14 njlAdd support for GPE being a package of { reference...
2004-05-14 wpaulFix a bug which I discovered recently while doing IPv6...
2004-05-14 jdpFix a potential stack buffer overflow on systems whose...
2004-05-13 cognetDocument the "files" directive.
2004-05-13 impAdd some verbage over the difference between BUS_ADD_CH...
2004-05-13 impo Add cautions about multiple adds of the device
2004-05-13 impAdd caveats about adding devices in the IDENTIFY context.
2004-05-13 impThe DEVICE_IDENTIFY man page refers to this, create...
2004-05-13 jhbDifferent VIA host bridges use different offsets to...
2004-05-13 jhbSplit sleepq_wakeup_thread() into two functions. sleep...
2004-05-13 joergAdd a reference to the URL of the SMBus specification...
2004-05-13 desUnbreak the build.
2004-05-13 scottlEnable INTR_ENTROPY if the interrupt is not set to...
2004-05-13 bdeFixed some minor style bugs.
2004-05-13 umecheck if the null encryption is supported or not.
2004-05-13 kensmithSome mdoc fixes.
next