]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-08-29 John BaldwinPartially revert the previous change. I failed to...
2007-08-29 Warner LoshA port of the zyd driver from NetBSD by . This support...
2007-08-29 Warner LoshBring in the man page for zyd, ported from NetBSD,...
2007-08-29 Warner LoshMakefile for building zyd kernel module.
2007-08-29 Warner LoshAdd devices for the forthcoming zyd driver, ported...
2007-08-29 Brian FeldmanRepair ALTQ-tagging rules in IPFW which got broken...
2007-08-28 John BaldwinRework the routines to convert a 5.x+ statfs structure...
2007-08-28 Konstantin... Regenerate.
2007-08-28 Konstantin... Implement fake linux sched_getaffinity() syscall to...
2007-08-28 Jung-uk KimFix off-by-two errors.
2007-08-27 Murray StokelyOutput keymap choice to stderr so it is easier to parse...
2007-08-27 Remko LodderRegenerate src.conf.5 -after- the addition of WITHOUT_Z...
2007-08-27 Remko LodderAdd WITHOUT_ZONEINFO to the build options and regenerat...
2007-08-27 Randall Stewart- During shutdown pending, when the last sack came...
2007-08-26 Maxim Konovalovo Fix bug I introduced in the previous commit (ipfw...
2007-08-26 Poul-Henning... Add option to not fill second code image, this makes...
2007-08-26 Sepherosa ZiehauOff-by-one bug in country ie construction, which will...
2007-08-26 Sepherosa ZiehauFix following nits:
2007-08-25 Scott LongUpdate the MFI driver to support new "1078" series...
2007-08-25 Kip MacyFixes for 4 port and small packet optimization
2007-08-25 Matteo Riondatosleep 2 seconds after having loaded g_uzip.ko. We need...
2007-08-24 Daniel Gerzodocument hw.realmem
2007-08-24 Bruce M SimpsonRemove old prototypes for addr2ascii() and ascii2addr...
2007-08-24 Andrey A. ChernovFix stack overflow with too many items return list...
2007-08-24 Sam Lefflerdrop frames marked for encryption when no key is available
2007-08-24 Bruce A. MahNew release note: coretemp(4).
2007-08-24 Edwin GroothuisMFV: tzdata2007g
2007-08-24 Edwin GroothuisThis commit was generated by cvs2svn to compensate...
2007-08-24 Edwin GroothuisImport of timezone database from Arthur Olson et al.
2007-08-24 Randall Stewart- Fix address add handling to clear cached routes and...
2007-08-24 Randall Stewart- Fix typo in netstat's display of Nagle algorithm...
2007-08-23 Ed MasteAdd PCI IDs for two cards:
2007-08-23 Dag-Erling... Add man pages for coretemp(4) and ichwd(4).
2007-08-23 Maksim YevmenkinReturn EADDRNOTAVAIL instead of EDESTADDRREQ error...
2007-08-23 Jung-uk KimExport 4Gbps Fibre Channel link speed correctly with...
2007-08-23 Kirill PonomarevFix pkg_add behaviour to preserve pathnames.
2007-08-23 Dag-Erling... Style nits + more reliable Tj(max) detection + improved...
2007-08-23 Xin LIUse POSIX mutex instead of Solaris ones. This makes...
2007-08-23 Xin LIsysent.h is installed as sys/sysent.h, so reflect it.
2007-08-23 Daniel HartmeierWhen checking the sequence number of a TCP header embed...
2007-08-23 Yaroslav TykhiyForced commit to note repo-copy:
2007-08-22 John BaldwinNMIs now come from 'nmi_calltrap' rather than 'calltrap...
2007-08-22 Remko LodderBring in two fixes for TinyBSD:
2007-08-22 Gabor Kovesdan- Fix origin of the portcheckout port as we have it...
2007-08-22 Gabor Kovesdan- Use mount -t msdosfs instead of mount_msdosfs
2007-08-22 Gabor Kovesdan- Fix a copy-paste bug in the list of supported chips
2007-08-22 Andrew Gallatin- Fix a bug which could cause a panic when enabling LRO
2007-08-22 Joseph KoshyAssign sizes to assembly language support functions.
2007-08-22 Joseph KoshyDefine an END() macro for use in i386 and amd64 assembl...
2007-08-22 David XuAdd thr_kill2 syscall.
2007-08-21 MIHIRA Sanpei... Add a HARDWARE section which lists supported devices.
2007-08-21 Konstantin... Properly initialize the dev_priv before calling the...
2007-08-21 Alan CoxIn general, when we map a page into the kernel's addres...
2007-08-20 Olivier HouchardSome times ago, vfs_getopts() was changed, so that...
2007-08-20 Konstantin... Do not drop vm_map lock between doing vm_map_remove...
2007-08-20 Konstantin... Destroy the kaio_mtx on the freeing the struct kaioinfo...
2007-08-20 Jeff Roberson - Improve runq_findbit_from() which is used by ULE...
2007-08-20 Jeff Roberson - Set steal_thresh to log2(ncpus). This improves...
2007-08-20 Nate LawsonAlways call sched_bind(), even if on the CPU in questio...
2007-08-19 Nate LawsonUse a different loop variable for the inner loop. ...
2007-08-18 Tim KientzleThis commit updates libarchive to be compatible with
2007-08-18 Bruce A. MahRemove references to the now-deleted installation notes...
2007-08-18 Olivier HouchardJust wbinv if both PREREAD and PREWRITE are set.
2007-08-18 Konstantin... Remove comment that is no longer quite true.
2007-08-18 Bruce A. MahFactor out arch.* entities so we don't need to include...
2007-08-18 Konstantin... Fix the phys_pager in the way similar to the rev. 1...
2007-08-18 Andrew ThompsonIf the STP state machine is stopped then clear the...
2007-08-18 Alexander MotinAdd ng_send_fn() error handeling inside ng_con_nodes().
2007-08-18 Daniel Gerzo- Sweep the boot(8) man page after addition of boot...
2007-08-18 Mike MakonnenMy forced commit to note the repo-copy (naturally)...
2007-08-17 Warner LoshDon't pass RB_BOOTINFO to the kernel. There's no booti...
2007-08-17 Bruce A. MahFix the order in which we build subdirectories in a...
2007-08-17 Bruce A. MahRemove one more reference to the installation notes...
2007-08-17 Mike MakonnenThe rc.d/nfslocking file controls two servers: rpc...
2007-08-17 Mike MakonnenRepo-copy from rc.d/nfslocking ver. 1.11.
2007-08-17 Kip Macyforward port signedness fixes from RELENG_6
2007-08-17 Hidetoshi ShimokawaWe don't need to call dcons_poll event handlers if...
2007-08-17 Doug Barton1. Remove root name servers from the list of possible...
2007-08-16 Alexander KabaevInstall etx/numeric_traits.h.
2007-08-16 Pawel Jakub... Some ZFS threads needs stack larger than the default...
2007-08-16 Xin LIMFp4: rework tmpfs_readdir() logic in terms of correctness.
2007-08-16 David XuRegenerate.
2007-08-16 David XuAdd thr_kill2 compat32 syscall.
2007-08-16 David XuAdd thr_kill2 syscall which sends a signal to a thread...
2007-08-16 Randall Stewart- Remove extra comment for 7.0 (no GIANT here).
2007-08-16 Qing LiUse the sequence number comparison macro to compare
2007-08-15 Dag-Erling... Add a driver for the on-die digital thermal sensor...
2007-08-15 Bruce A. MahCleanup of old hardware notes source files. Somehow...
2007-08-15 John BaldwinOn 6.x this works:
2007-08-15 Daniel GerzoThe /boot.config file is available only on i386 and...
2007-08-15 Bruce A. MahAutogenerate hardware notes entities for ath(4) for...
2007-08-15 Bruce A. MahRemove the installation notes, which have not truly...
2007-08-15 Bruce A. MahModified release note: ng_h4(4) has been restored...
2007-08-15 Bruce A. MahDisconnect installation notes from the release document...
2007-08-14 Alexander KabaevRemove comment that was added by mistakes and which...
2007-08-14 Bruce A. MahDon't copy the installation guide to the release media...
2007-08-14 Scott LongMove callout initialization to the proper spot. This...
2007-08-14 Daniel GerzoAdd the boot.config.5 manual page.
2007-08-14 Xin LIMention gcc 4.2.1 import.
2007-08-14 Colin PercivalChange the time of the first "EoL is coming soon, you...
next