]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-09-19 Peter Wemmmove <machine/iic.h> and <machine/smb.h> to <dev/iicbus...
2002-09-19 Julian Elischer fix style.. Return in the kernel always has () around...
2002-09-19 Julian ElischerCompiler was correct:
2002-09-19 Peter Wemmmove wl (isa wavelan card, not "wi") to i386-only
2002-09-19 Peter Wemmmove "profile 2" to i386
2002-09-19 Peter Wemmmove ncv, nsp, stg to i386-only section (there is no...
2002-09-19 Peter WemmMove dgb to the i386 section
2002-09-19 Jonathan MiniUpdate the KSE test utility to the new KSE API.
2002-09-19 Kris KennawayAdd some extra directories created by recent versions...
2002-09-19 Darren ReedIf M_PKTHDR is set then we don't need to do a loop...
2002-09-19 Alfred PerlsteinWelcome the sem_ API to libc!
2002-09-19 Alfred PerlsteinInstall _semaphore.h.
2002-09-19 Alfred Perlsteinadd a stub for pthread_cond_destroy.
2002-09-19 Alfred PerlsteinRegen for added syscalls.
2002-09-19 Alfred PerlsteinAdd the rest of the kernel support for the sem_ API...
2002-09-18 Alfred PerlsteinBring in my implementation of kernel support for posix...
2002-09-18 Robert WatsonRemove un-needed stack variable 'ops'.
2002-09-18 Bosko Milekicstyle nit: unsigned -> u_int in the kernel, particularly to
2002-09-18 Bosko Milekicmore style fixes: 'unsigned' should be 'u_int' in this...
2002-09-18 Mike Barcroftstyle(9): tab after #define.
2002-09-18 Don LewisConvert descriptions in the ERRORS section to full...
2002-09-18 Doug AmbriskoClarify comment to "Code borrowed from if_fxp.c" to...
2002-09-18 Maxime HenrionAdd a missing file into the CLEANFILES variable.
2002-09-18 John BaldwinWhitespace-only indention fixups for revision 1.20...
2002-09-18 John BaldwinOops, fix userland _CPUCFLAGS. Move adding of _CPUCFLA...
2002-09-18 John BaldwinFor the default case of CPUTYPE not being set, don...
2002-09-18 Nate LawsonRemove any VOP_PRINT that redundantly prints the tag.
2002-09-18 Bosko Milekicstyle fixes to mbuf.h
2002-09-18 Poul-Henning... Add m_fixhdr() and m_length().
2002-09-18 Poul-Henning... Optimize the way we call BPF a tiny bit: If we chop...
2002-09-18 Poul-Henning... Use m_length() instead of home-rolled.
2002-09-18 Poul-Henning... Use m_length() instead of home-rolled versions.
2002-09-18 Poul-Henning... Use m_fixhdr() rather than roll our own.
2002-09-18 Poul-Henning... Make m_length() and m_fixhdr() return unsigned.
2002-09-18 Brian FeldmanUpdate the usage string in the limits(1) manpage to...
2002-09-18 David E. O... Fix GNU coding violations.
2002-09-18 David E. O... Basic stubbed-out support for building on sparc64 slipp...
2002-09-18 David E. O... Stop using 3 distinct and far varied coding styles...
2002-09-18 Juli MallettMake the DEBUGF() macro portable by (ugh) adding a...
2002-09-18 Poul-Henning... Introduce the m_length() function which will return...
2002-09-18 Poul-Henning... Add missing #include <sys/mbuf.h>
2002-09-18 Jacques VidrineThese RFCs and internet-drafts are not really needed...
2002-09-18 Poul-Henning... Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.
2002-09-18 Tim J. RobbinsOptimise the common case where no special encoding...
2002-09-18 Tim J. RobbinsLogic error in previous: don't exit the loop when an...
2002-09-18 Boris PopovAlways open file in the DENYNONE mode and let the serve...
2002-09-18 Søren SchmidtUpdate supported chipset list.
2002-09-18 Søren SchmidtAdd support for the VIA 8235.
2002-09-18 Don LewisStyle and markup changes only.
2002-09-18 Boris PopovImplement additional SMB calls to allow proper update...
2002-09-18 Ralf S. EngelschallFix implementation of rc variables $amd_flags and ...
2002-09-18 Jeff Roberson - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and...
2002-09-18 Mike BarcroftARIN has annoyingly started using caps when referencing
2002-09-18 Boris PopovPermit an empty username which is useful for browsing.
2002-09-18 Boris PopovIncrease send/receive queue to accomodate large readx...
2002-09-18 Mitsuru IWASAKIRestore status register A of RTC at resume time.
2002-09-18 Mike BarcroftImplement C99's va_copy() macro.
2002-09-18 Tim J. RobbinsDeprecate the rest of the rune interface.
2002-09-18 Tim J. RobbinsMark mbmb(), mbrune(), and mbrrune() as deprecated...
2002-09-18 Tim J. RobbinsReimplement the functionality of fgetrune(), fputrune...
2002-09-18 Mike Barcrofto Don't include <nl_types.h>, instead provide a typedef...
2002-09-18 Mike BarcroftMove definition of nl_item type to <sys/_types.h>,...
2002-09-18 Juli MallettMostly rewrite the flag handling of uname(1) to be...
2002-09-18 Garrett WollmanMake obrien happy. Add a bad awk script which emulates...
2002-09-18 Mike BarcroftUse relatively new visibility primitives for conditiona...
2002-09-18 Robert WatsonAdd a toggle to disable VM enforcement.
2002-09-18 Robert WatsonAt the cost of seeming a little gauche, make use of...
2002-09-18 Robert WatsonDon't call VOP_LEASE() while holding the accounting...
2002-09-17 Sam LefflerMFC: Elan support;
2002-09-17 Mike Barcroftstyle(9): line up function names
2002-09-17 Juli MallettMove common use of if (DEBUG(FOO)) printf... to DEBUGF...
2002-09-17 Mike BarcroftUse the relatively new visibility primitives for condit...
2002-09-17 Mike Barcrofto Add typedefs for mode_t, off_t, pid_t rather than...
2002-09-17 Matthew DillonGuido reported an interesting bug where an FTP connecti...
2002-09-17 Juli Mallett#define<space> -> #define<tab>
2002-09-17 Juli MallettPrint debugging from DEBUG(VAR) level to stderr. About...
2002-09-17 Bruce EvansFixed editing error in previous commit (*blush*).
2002-09-17 John PolstraUse consistent terminology in the usage message, the...
2002-09-17 Mike BarcroftDon't depend on <sys/types.h> pollution in <sys/fcntl.h>.
2002-09-17 Juli MallettRename new PLONG type to PGTOK as the conversion is...
2002-09-17 Jake BurkholderFix standard kse breakge of non-x86 platforms. sigh.
2002-09-17 Jacques VidrineCheck for FD_SET overruns.
2002-09-17 John BaldwinOnly include parent directory Makefile.inc if it exists...
2002-09-17 Bruce EvansFixed unsorting of SRCS.
2002-09-17 Hajimu UMEMOTO- increment interface output counter. sync w/ netbsd...
2002-09-17 Katsushi KobayashiFirewire device support for Apple eMac with PPC kernel.
2002-09-17 Sheldon HearnRegen:
2002-09-17 Poul-Henning... Add /dev/soekris-errled device to control the Error...
2002-09-17 Maxim SobolevRemove __RCSID().
2002-09-17 Maxim KonovalovFix vsnprintf(3) memory leak for size == 0.
2002-09-17 Maxim KonovalovExplicitly clear M_FRAG flag on a mbuf with the last...
2002-09-17 Maxim KonovalovIn rare cases when there is no room for ip options...
2002-09-17 Maxim SobolevDon't reference cpu_fxsr unless CPU_ENABLE_SSE is defin...
2002-09-17 Hajimu UMEMOTOreject private IPv4 addrs
2002-09-17 Hajimu UMEMOTO- reject SIOCSIFADDR if embedded address is in private...
2002-09-17 Bruce EvansRe-axe.
2002-09-17 Bruce EvansMake `as' compile before it is axed. It still uses...
2002-09-17 Bruce EvansUn-axe this so that it can be fixed before it is axed.
2002-09-17 Peter WemmThe previous commit also removed the addition of userla...
2002-09-17 Peter WemmMake netatm/spans compile in the kernel without dependi...
next