]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-09-26 Tim J. RobbinsSync with OpenBSD: avoid memory leak when __vfprintf...
2002-09-26 Jeff Roberson - Export the alq daemon thread pointer.
2002-09-26 Maxim SobolevRevert 1.27, as it breaks IPv6 over IPv4 tunnels.
2002-09-26 Ruslan ErmilovDocument DOC_LANG.
2002-09-26 Juli MallettRemove a semicolon that appears to be a lie.
2002-09-26 Juli MallettWhen formatting the time for a target, use %H instead...
2002-09-26 Nate LawsonFix these warns where sizeof(int) != sizeof(void *)
2002-09-26 Warner LoshAdd cardbus, cbb, ep and pccard. These can likely...
2002-09-26 Peter WemmISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP...
2002-09-26 Jeff Roberson - Move ASSERT_VOP_*LOCK* functionality into functions...
2002-09-26 Poul-Henning... Add "make universe" target which:
2002-09-26 Jeff Roberson - Fix a botch in previous commit; oldvp should not...
2002-09-26 Juli MallettDon't declare things as extern when they will be static.
2002-09-26 Jeff Roberson - We don't need any automated lock checking for vop_is...
2002-09-25 Semen UstimenkoFix the problem introduced by vop_stdbmap() usage....
2002-09-25 Paul TrainaEnhance TACACS+ library to fully support authorization...
2002-09-25 Juli MallettDocument at least one meaningful RELENG_5 feature,...
2002-09-25 Akinori MUSHAUpdate compat3x libc and libc_r from RELENG_3. This...
2002-09-25 Archie CobbsAdjust for KSE function name changes.
2002-09-25 Archie CobbsMake the following name changes to KSE related function...
2002-09-25 Mike Barcroft<sys/types.h> is no longer needed.
2002-09-25 Scott LongDo away with AAC_COMPAT_LINUX option entirely. The...
2002-09-25 Mark MurrayTry not to lint(1) contrib'ed sources. This Is Very...
2002-09-25 Mark MurrayFix a declaration that is actually supposed to be a...
2002-09-25 Bruce EvansRound up instead of towards 0 in clock_getres() so...
2002-09-25 Maxim KonovalovDo not dump core on 'ipfw add unreach': handling null...
2002-09-25 Mark MurrayDon't lint contrib'ed sources, even if the builder...
2002-09-25 Mark MurrayDon't lint contrib'ed sources, enven if the builder...
2002-09-25 Mark MurrayDon't lint contrib'ed sources, even if the builder...
2002-09-25 Mark MurrayAvoid linting GNU contrib'ed stuff, even if the build...
2002-09-25 Maxim KonovalovDisqualify UID/GID with non-numeric character.
2002-09-25 Mark MurrayUnifdef(1) the crypto telnet sources.
2002-09-25 Mark MurrayCatch up with "base" telnet.
2002-09-25 Mark MurrayCatch up with "base" telnet.
2002-09-25 Mark MurrayFrom the requestor:
2002-09-25 Scott LongThe AAC_COMPAT_LINUX option was really annoying, since...
2002-09-25 Bruce A. MahAccomodate change in the output of "make package-depend...
2002-09-25 Mike BarcroftUse the standardized CHAR_BIT constant instead of NBBY...
2002-09-25 Brian SomersAdd a pkg_version variable so that it's possible to...
2002-09-25 Jeff Roberson - Remove unused LK_NOOBJ.
2002-09-25 Jeff Roberson - Convert locks to use standard macros.
2002-09-25 Jeff Roberson - Document broken locking.
2002-09-25 Jeff Roberson - Lock accesses to v_usecount.
2002-09-25 Jeff Roberson - Don't use the interlock to protect v_writecount.
2002-09-25 Jeff Roberson - Use vrefcnt() instead of v_usecount.
2002-09-25 Jeff Roberson - Hold the vn lock over vm_mmap().
2002-09-25 Jeff Roberson - Use incore() instead of gbincore() so we don't have...
2002-09-25 Jeff Roberson - Lock access to the buf lists.
2002-09-25 Jeff Roberson - Lock access to the buf lists.
2002-09-25 Jeff Roberson - Use vrefcnt() instead of directly accessing v_usecount.
2002-09-25 Jeff Roberson - Use vrefcnt() where it is safe to do so instead...
2002-09-25 Jeff Roberson - Lock access to the buf lists in spec_sync()
2002-09-25 Jeff Roberson - Hold the vp lock while accessing v_vflags.
2002-09-25 Jeff Roberson - Lock down the syncer with sync_mtx.
2002-09-25 Jeff Roberson - Properly lock v_vflags in getdirents().
2002-09-25 Jeff Roberson - Use incore() where no other interlock locking is...
2002-09-25 Jeff Roberson - Lock accesses to v_numoutput.
2002-09-25 Garrett WollmanBack down to 1003.2-1992 for the time being -- it is...
2002-09-25 Jeff Roberson - Don't protect mountedhere with the vn interlock.
2002-09-25 Jeff Roberson - Use the standard vp interlock macros.
2002-09-25 Jeff Roberson - Finish the struct vnode lock annotation.
2002-09-25 Jeff Roberson - Get rid of the unused LK_NOOBJ.
2002-09-25 Jeff Roberson - Lock access to numoutput on the swap devices.
2002-09-25 Jeff Roberson - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
2002-09-25 Jake BurkholderRemoved debug code.
2002-09-25 Jake BurkholderPass the function to call (trap or syscall) to tl0_trap...
2002-09-24 Jake BurkholderRearrange tl1_trap slightly, also save and restore...
2002-09-24 Paul SaabAdd some PCI id's for fxp. I've only tested 0x103B...
2002-09-24 Mike BarcroftGet howmany() macro from <sys/param.h>, instead of...
2002-09-24 Jake BurkholderAllocate stack space for the trapframe along with the...
2002-09-24 Matt JacobCode cleanup: use mpt_prt instead of device_printf.
2002-09-24 John BaldwinRemove all mention of MTX_NOSWITCH. It was obsoleted...
2002-09-24 Andrey A. ChernovUse POSIX-style sort syntax in example
2002-09-24 Andrey A. ChernovMake it works with POSIX sort (POS arg)
2002-09-24 Andrey A. ChernovMake it works with POSIX sort (POS arg)
2002-09-24 Andrey A. ChernovSet _POSIX2_VERSION=199209 before calling MKkey_defs...
2002-09-24 Tony FinchThe spec says that unifdefall removes all #ifs, and...
2002-09-24 Tony FinchThe readability is improved by reducing the use of...
2002-09-24 Tony FinchIt is probably a bad idea to unconditionally process...
2002-09-24 Andrey A. ChernovMake it work with POSIX sort (POS arg).
2002-09-24 Jens SchweikhardtCorrect the description of what fortunes get installed...
2002-09-24 Andrey A. ChernovMake it work with POSIX sort (POS arg).
2002-09-24 Andrey A. ChernovMake it work with POSIX sort (POS arg)
2002-09-24 Brooks DavisConvert most printf()s to if_printf()s.
2002-09-24 Brooks DavisAdd a new helper function if_printf() modeled on device...
2002-09-24 Mike BarcroftAdd forgotten <sys/_types.h> include. Fix some style...
2002-09-24 Hajimu UMEMOTOMention about how to build sendmail with SASLv2.
2002-09-24 Jake BurkholderSplit user trap processing out into a separate routine...
2002-09-24 Prafulla DeuskarCorrected license in the source files. It should say...
2002-09-24 Mark MurrayFix some bitrotted documentation.
2002-09-24 Tim J. RobbinsWarn when setinvalidrune() is referenced for consistenc...
2002-09-24 Tim J. RobbinsAdd cross-references between wide character and single...
2002-09-24 Tim J. RobbinsRemove an unneeded call to _sfrefill() that was missed...
2002-09-24 Jonathan MiniBack out last commit. Linux uses the old 4.3BSD sockad...
2002-09-24 Kirk McKusickAdd support to fsck_ffs to account for storage for...
2002-09-24 Yoshihiro TakahashiMFi386: revisions 1.127, 1.128 and 1.129.
2002-09-24 Warner LoshOLDCARD -> NEWCARD
2002-09-24 Warner LoshTwo new majors. devd and watchdog
2002-09-24 Yoshihiro TakahashiMove the com_emr register definition to sioreg.h.
2002-09-24 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.379.
next