]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-07-30 Tim KientzleConditionally include sys/mkdev.h on platforms (such...
2006-07-30 Tim KientzleConditionally include sys/mkdev.h on platforms (such...
2006-07-30 Simon L. B... Resolve conflicts after import of OpenSSL 0.9.8b.
2006-07-30 Stephen McKayThis script should probably have an enabling variable...
2006-07-30 Maxim Konovalovo Kill unneeded assignment.
2006-07-30 Tim KientzleUse 'skip' when ignoring data in tar archives. This...
2006-07-29 Tim KientzleDon't mention 'pax' in the context of POSIX-1988, since
2006-07-29 Tim KientzleRemove mention of 'tp' format, since that support has...
2006-07-29 Simon L. B... Sync FREEBSD-Xlist with what was actually excluded...
2006-07-29 Simon L. B... Add some rough notes on how to import a new OpenSSL...
2006-07-29 Nate LawsonDocument many of the sysctls in acpi. Bump the date...
2006-07-29 Nate LawsonAdd a new sysctl, hw.acpi.handle_reboot. If set, acpi...
2006-07-29 Simon L. B... Add /usr/lib/engines for OpenSSL engines.
2006-07-29 Simon L. B... Bump __FreeBSD_version for OpenSSL 0.9.8b import.
2006-07-29 Marcel MoolenaarLink kldxref(8) static on PowerPC to work around a...
2006-07-29 Simon L. B... Upgrade to OpenSSL 0.9.8b.
2006-07-29 Marcel MoolenaarChange maketempfile() to return a FILE* so as to elimin...
2006-07-29 Simon L. B... Resolve conflicts after import of OpenSSL 0.9.8b.
2006-07-29 Simon L. B... This commit was generated by cvs2svn to compensate...
2006-07-29 Simon L. B... Vendor import of OpenSSL 0.9.8b
2006-07-29 Marcel MoolenaarRemove sio(4) and related options from MI files to...
2006-07-29 Yaroslav TykhiyTell more of the sh(1) history.
2006-07-29 Yaroslav TykhiyExtend the MK_INET6 section by rescue/ping6 and the...
2006-07-28 Simon L. B... Do not put BN_CTX structures on the stack, but instead...
2006-07-28 Stefan FarfelederRemove debug code.
2006-07-28 Alexander LeidingerAllow to configure a kernel with envy24 support as...
2006-07-28 Simon L. B... - Add more debugging information to make it simpler...
2006-07-28 John BaldwinRetire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_A...
2006-07-28 Simon L. B... Add missing .El to close list.
2006-07-28 John BaldwinRegen for MPSAFE flag removal.
2006-07-28 John BaldwinNow that all system calls are MPSAFE, retire the SYF_MP...
2006-07-28 John BaldwinVarious fixes to comments in the syscall master files...
2006-07-28 Alexander Leidinger- fix memory leak after "kldunload snd_ak452x.ko"
2006-07-28 John BaldwinRegen.
2006-07-28 John Baldwin- Explicitly lock Giant to protect the fields in the...
2006-07-28 Yaroslav Tykhiy- Achieve WARNS=3 by using sparse initializers or avoid...
2006-07-28 Yaroslav TykhiyAchieve WARNS=2 by using uintmax_t to pass around 64...
2006-07-28 Simon L. B... Add a test program which performs some very basic tests...
2006-07-28 Pawel Jakub... Remove trailing spaces.
2006-07-28 Pawel Jakub... Use existing roundup2() macro.
2006-07-28 Thomas Quinot'make distribution' must be run from src, not src/etc...
2006-07-28 Pawel Jakub... Update manual page.
2006-07-28 Yaroslav TykhiyBoth fields of struct timeval are of a non-basic type,
2006-07-28 Yaroslav TykhiyAvoid useless work: Do not build inet6.c if INET6 suppo...
2006-07-28 Yaroslav TykhiyDo not forget about INET6 and MK_INET6_SUPPORT.
2006-07-28 Yaroslav TykhiyThe lukemftpd code depends on INET6. Therefore MK_INET...
2006-07-28 Yaroslav TykhiyPopulate the MK_INET6 block.
2006-07-28 Christian BruefferMention the dependency on firmware(4).
2006-07-28 Yaroslav TykhiyKerberos/Heimdal doesn't really depend on the INET6...
2006-07-28 Joseph Koshy- Use SWIDTH0 for combining characters. [1]
2006-07-27 John BaldwinUnify the checking for lock misbehavior in the various...
2006-07-27 John BaldwinArgh, fix compile with XBOX enabled. Somehow I missed...
2006-07-27 John BaldwinAdjust td_locks for non-spin mutexes, rwlocks, and...
2006-07-27 John BaldwinAdd KTR_SYSC tracing to the syscall() implementations...
2006-07-27 Andrew ThompsonRemove the dependency of bridgestp.h on if_bridgevar...
2006-07-27 Maksim YevmenkinAdd extra code into kbdmux(4)s read_char() method to
2006-07-27 John BaldwinHold the reference on the mountpoint slightly longer...
2006-07-27 John BaldwinWrite a magic value into mtx_lock when destroying a...
2006-07-27 John BaldwinFix a file descriptor race I reintroduced when I split...
2006-07-27 John BaldwinAdd missing ptrace(2) system-call stops to various...
2006-07-27 John BaldwinDon't allow MAXMEM or hw.physmem to extend the top...
2006-07-27 Marcel MoolenaarRemove Alpha remnants.
2006-07-27 Jason EvansConditionally expand the size_invs lookup table in...
2006-07-27 Yaroslav TykhiyDocument that both sides of -a or -o are always evaluat...
2006-07-27 Yaroslav TykhiyAdd eye candy while I'm here: a blank line between
2006-07-27 Yaroslav TykhiyINET6 has no effect on rtsol, it's an IPv6-only tool...
2006-07-27 Yaroslav Tykhiyrtsol is just a stripped-down version of rtsold and...
2006-07-27 Yaroslav Tykhiyip6addrctl belongs to under MK_INET6, it is of no use...
2006-07-27 Yaroslav TykhiyThese IPv6-only tools have no explicit dependency on...
2006-07-27 Yaroslav Tykhiyndp, rrenumd, rtadvd, and rtsold are IPv6-only tools,
2006-07-27 Yaroslav TykhiyObey MK_INET6_SUPPORT.
2006-07-27 Yaroslav TykhiyFix build w/o INET6.
2006-07-27 Olivier HouchardUse 4 as QUANTUM_2POW_MIN on arm as it is on any other...
2006-07-27 Yaroslav TykhiyObey MK_INET6_SUPPORT.
2006-07-27 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-27 Yaroslav Tykhiyrpcinfo(1) doesn't depend on INET6 explicitly.
2006-07-27 Yaroslav TykhiyObey MK_INET6_SUPPORT.
2006-07-27 Yaroslav Tykhiystyle.Makefile(5) is good for our eyes.
2006-07-27 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-27 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-27 Yaroslav TykhiyCook CFLAGS by the modern recipe:
2006-07-27 Yaroslav TykhiyFix what looks like a typo: MODULE_DEPEND() takes modul...
2006-07-27 Olivier HouchardDefine BYTE_MSF if we're compiling a big endian kernel...
2006-07-27 Tai-hwa LiangFixing compilation bustage: net/if_bridgevar.h depends...
2006-07-27 Pyun YongHyeonAdd device ID for second generation D-Link DGE-530T.
2006-07-27 Yaroslav TykhiyRespect MK_INET6_SUPPORT.
2006-07-27 Jason EvansFix cpp logic in arena_malloc() to adjust size when...
2006-07-27 Tai-hwa LiangFixing compilation bustage: net/if_bridgevar.h depends...
2006-07-27 Pyun YongHyeonPrepending an mbuf after loading a DMA map results...
2006-07-27 Pyun YongHyeonNuke invalid use of BUS_DMA_ALLOCNOW.
2006-07-27 Pyun YongHyeonMake sure to use the same DMA map in DMA map load/unloa...
2006-07-27 Marcel MoolenaarProperly propagate overrun conditions to the TTY layer.
2006-07-26 Andrew Thompsonbridgestp is now a seperate module.
2006-07-26 Andrew ThompsonHook bridgestp up to the build.
2006-07-26 Andrew ThompsonAdd bridgestp as a seperate module.
2006-07-26 Andrew ThompsonRemove stp variables that are already initialised in...
2006-07-26 Simon L. B... Add Memory Corp 512MB CF Flash.
2006-07-26 Marcel MoolenaarRemove zs(4). It has been replaced by scc(4) & uart(4).
2006-07-26 Marcel MoolenaarReplace sio_iobus.c with uart_iobus.c.
2006-07-26 Marcel MoolenaarTurn this into an uart(4) bus attachment.
next