]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2000-05-01 asmodaiRemove unused include, and place sys includes at top...
2000-05-01 asmodaiRemove unused includes.
2000-05-01 peterAdd missing $FreeBSD$
2000-05-01 asmodaiRemove unused #include.
2000-05-01 phkMove and staticize the bufchain functions so they becom...
2000-05-01 peterZap KMODDEPS line
2000-05-01 asmodaiRemove unused #include.
2000-05-01 asmodaiRemove unused #include.
2000-05-01 archieDocument TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_RE...
2000-05-01 archieAdd TAILQ_FOREACH_REVERSE() macro.
2000-05-01 peterForced commit: Rev 1.80 also changes the gensetdefs...
2000-05-01 peterRemove KMODDEPS support. All our existing dependencies...
2000-05-01 peterGC unused variable (size)
2000-05-01 peterFix some warnings on the Alpha. sizeof() returns diffe...
2000-05-01 psWrap the failure warnings around PXE_DEBUG in the clean...
2000-05-01 bpUpdate loader logic to distinguish modules vs. files.
2000-05-01 psAdd readdir support to the NFS filesystem in libstand.
2000-05-01 phantom. clear `.Os' macro value since this tool is not KAME...
2000-05-01 phantom. clear `.Os' macro value since this tool is not KAME...
2000-05-01 phantom. remove some unneeded comments
2000-05-01 phantom. add a note about IPv6/IPsec integration to the FreeBSD
2000-05-01 phantomAdd libipsec to the list of known libraries for .Lb...
2000-05-01 phantomMake kame.4 manpage more FreeBSD specific. Replace...
2000-05-01 phkConvert to struct bio instead of struct buf.
2000-05-01 phkGive struct bio it's own call back mechanism.
2000-05-01 peterMove the MSG* and SEM* options to opt_sysvipc.h
2000-05-01 achePrint options only supported by device, back out printi...
2000-05-01 peterRegenerate (removed semconfig)
2000-05-01 peterRemove the undocumented, flawed, broken-as-designed...
2000-05-01 peterRemove undocumented broken-as-designed semconfig()...
2000-05-01 psDo not attempt to free a nfs node if it is the root...
2000-05-01 acheBack out t_timeout initializing, now in ttyregister
2000-05-01 acheMove t_timeout initializing to ttyregister
2000-05-01 peterRemove the undocumented semconfig() system calls. These...
2000-05-01 dfr* Move the driver_t::refs field to kobj_t to replace...
2000-05-01 peterFix a couple of easy cases where we make two identical...
2000-05-01 acheSince ptys are allocated dynamically, there is no needs...
2000-05-01 acheInitialize t_timeout to -1 for console to set its defau...
2000-05-01 mdoddSplit out the ISA bus front end code into its own file...
2000-05-01 acheSet t_timeout to its default sysctl value only once...
2000-05-01 sosFix for the HP burners (and possibly other broken drive...
2000-05-01 impNow that I've got reports that this works, let's turn...
2000-05-01 mdodd- Merge sl_probe() and ni_probe().
2000-05-01 archieAdjust to accomodate recent changes to the rcvdata...
2000-05-01 bpReserve major device number for nsmb (SMB/CIFS protocol...
2000-04-30 nikOnly set $MAIL_AGENT if it isn't already defined in...
2000-04-30 nikRemove reference to bsd2dos command, refer to fconv...
2000-04-30 nikAdd descriptions of the nm(1) keywords and their meanings.
2000-04-30 nikAdd xref to cap_mkdb(1).
2000-04-30 nikNote that X11 Forwarding is off by default.
2000-04-30 nikAdd another example showing how you can use pppctl...
2000-04-30 nikRemoved xref to mount_lfs, this died in 2.mumble.
2000-04-30 groudierPhase mismatch handling from SCRIPTS had been
2000-04-30 joeFixes a potential buffer overflow with the pid filename.
2000-04-30 joeFixes a potential buffer overflow with the command...
2000-04-30 joeFixes a potential buffer overflow with 'ed [MAXPATHLEN...
2000-04-30 phkRemove unneeded #include <vm/vm_zone.h>
2000-04-30 greenFor the M_PREPEND macro, remove an initial mbuf NULL...
2000-04-30 greenChange the scheduler to actually respect the PUSER...
2000-04-30 acheAllow "-" for working with STDIN
2000-04-30 acheFix warn format
2000-04-30 asmodaiRemove bogus include, as per style(9).
2000-04-30 acheBack out all drainwait changes. It is enough controllab...
2000-04-30 achegfmt: set drainwait only if changed
2000-04-30 acheAdd sysctl variable to set initial drainwait timeout...
2000-04-30 ghelmerAllocate space for arrays of type "char *", not "char...
2000-04-30 markmFix comments, whitespace to reduce diffs between this...
2000-04-30 bdeFixed the type of some ivar access functions. Ivars...
2000-04-30 julianUpdate the man page to reflect the recent changes to...
2000-04-30 dfrInclude <sys/random.h> for rand_initialize().
2000-04-30 nyan- Added UKBD_DFLT_KEYMAP option.
2000-04-30 nyanClean up MAXMEM routine.
2000-04-30 nyanFixed to support JIS7 KANJI.
2000-04-30 nyanSync with sys/boot/i386/libi386/biosdisk.c revision...
2000-04-30 bdeRemoved a stale forward struct declaration.
2000-04-30 greenAllow overriding of net.inet.ip.fw.verbose_limit; ...
2000-04-30 bdeRemoved superfluous forward declaration of struct klist...
2000-04-30 phkHmm, diff/patch still doesn't like me.
2000-04-30 bdeUpdated the name of the idempotency macro to match...
2000-04-30 jlemonDefine more DOSPTYP_* constants for different filesyste...
2000-04-30 bdeFixed world breakage for the NOSHARED=yes case. libpam...
2000-04-30 grogAdd reference to UNIX history graphing project.
2000-04-29 psFall back to /pxeroot as the location of the NFS export...
2000-04-29 jlemonTeach the loader about the ext2fs filesystem, extended...
2000-04-29 jlemonAdd a readdir function to the loader fsops vector,...
2000-04-29 jlemonAdd ext2fs support to the loader.
2000-04-29 phkPeter and I cross-committed: this file needs sys/kernel...
2000-04-29 impReturn 0 from attach.
2000-04-29 phks/biowait/bufwait/g
2000-04-29 phkRemove a leftover dysonism.
2000-04-29 phkRemove unneeded #include <sys/kernel.h>
2000-04-29 peterAdd a missing MODULE_DEPEND() on miibus.. I was workin...
2000-04-29 peterDepend on miibus.
2000-04-29 peterProvide a tag so that miibus consumers can depend on...
2000-04-29 peterMinimal tweak to make the ng_XXX modules depend on...
2000-04-29 peternwfs depends on ncp
2000-04-29 peterStick a module dependency on 'splash' in the saver...
2000-04-29 peterInitial dependency so that the kld's will link. imgact...
2000-04-29 peterThe newer module dependency code exposes an apparent...
2000-04-29 peterFirst round implementation of a fine grain enhanced...
next