]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-07-24 markmForced commit.
2003-07-24 markmGet the correct set of cryptographically-infected binaries
2003-07-24 markmMake sure that a "make release" (more accurately the...
2003-07-24 mtmThe POSIX spec also requires that kern_sigtimedwait...
2003-07-24 hartiMake the debugging variable that controls dumping of...
2003-07-24 hartiCreate a sysctl that allows to enable/disable printing...
2003-07-24 ruReplaced the hardcoded target names in the touch(1...
2003-07-24 hartiFree the UNI vcc to the same zone from where it was...
2003-07-24 hartiNow that we have if_detach() don't try to get rid of...
2003-07-24 desComplain about extraneous command line arguments.
2003-07-24 hartiCreate a subtree 'harp' of the net sysctl tree. This...
2003-07-24 hartiForced commit for the MFC.
2003-07-24 hartiConstify the arguments to several pdu_print functions.
2003-07-24 davidxuImplement cpu_set_upcall and cpu_set_upcall_kse.
2003-07-24 davidxuSet fault address to si_addr.
2003-07-24 hartiAdd BPF support to HARP network interfaces. This allows...
2003-07-24 marcelImplement _get_curthread and _set_curthread. We use...
2003-07-24 marcelImplement casuptr().
2003-07-24 marcelIn get_mcontext() and set_mcontext() save and restore...
2003-07-24 gordonFix rescue build using -j. The problem appears to be...
2003-07-24 marcelImplement alpha_pal_wrunique() and alpha_pal_rdunique...
2003-07-24 marcelUse a spare for the thread pointer (mc_thrptr). The...
2003-07-24 markmEnsure that for the cryptographic instances of *telnet...
2003-07-24 peterConnect ncplist, ncplogin, and smbutil to the amd64...
2003-07-24 peterAdd mount_nwfs/mount_smbfs to the build for amd64.
2003-07-24 peterConnect libncp/libsmb to the build. They compile,...
2003-07-24 petersize_t != int. Make this compile on 64 bit platforms...
2003-07-24 peterBuild /sbin/gpt on amd64 for good luck as well.
2003-07-24 peterAttach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest...
2003-07-24 peterFix an annoying bug in tar. When it converted 'tar...
2003-07-23 impSimplistic C comment re is wrong, use more correct one
2003-07-23 impRemove old workaround
2003-07-23 peterMake the breakpoint instruction trap gate available...
2003-07-23 peterSet the %gs base to pcb_gsbase, not pcb_fsbase. Oops.
2003-07-23 peterTurn -Werror back off again. Leaving out the invariant...
2003-07-23 ddsDocument an additional error return value. The connect...
2003-07-23 ruAdded the (undocumented) EMUL_BOOT variable (for TARGET...
2003-07-23 peterInitialize 'blocked' to NULL. I think this was a real...
2003-07-23 phkStop GCC from whining when people use a 16 bit port...
2003-07-23 desInstall rc files from ${.CURDIR}, not ${.OBJDIR}.
2003-07-23 desSample configuration files.
2003-07-23 desRewrite tbmaster to use configuration files instead...
2003-07-23 desImprove the markup a little.
2003-07-23 peterTurn -Werror back on.
2003-07-23 peterARGH. I *knew* I'd eventually accidently commit this...
2003-07-23 peterProvide a knob for raising the inline instruction estim...
2003-07-23 alcAnnotate pmap_changebit() as __always_inline. This...
2003-07-23 jhbUse macros from apic.h to when writing to the ICR to...
2003-07-23 jhbAdd a new macro APIC_ICRLO_RESV_MASK that contains...
2003-07-23 phkUndo single-intance inlining which is way above the...
2003-07-23 phkUndo agressive inlining which GCC previously wisely...
2003-07-23 hartiHandle the new MEDIA definitions.
2003-07-23 ruAdded the WORLDDIR variable (defaulting to ${.CURDIR...
2003-07-23 hartiConvert a lot of uma_zalloc() calls to be NOWAIT instea...
2003-07-23 hartiGet rid of the zone for network interfaces. We have...
2003-07-23 simonAdd manual page to document the new rescue utilities...
2003-07-23 ruMake NO_FLOPPIES really mean "no floppies", including...
2003-07-23 nyanMFi386: revision 1.1090.
2003-07-23 bdeFixed some style bugs (misplacement and misformatting...
2003-07-23 ruRevert revision 1.788, and explain a bit the intent...
2003-07-23 ruamd64 will not provide floppies.
2003-07-23 ruDo not define BIGBOOTSIZE and the friends for amd64...
2003-07-23 peterOnly provide one copy of the math functions. If we...
2003-07-23 peterRemove _ARCH_INDIRECT, it was the glue to enable having...
2003-07-23 peterNo longer need the internal __get_hw_float() function.
2003-07-23 peterNow that we do not need to do runtime detection for...
2003-07-23 marcelWe sloppily created an array for the high FP registers...
2003-07-23 deischenMove idle kse wakeup to outside of regions where locks...
2003-07-22 peterAttempt to preempt any new gcc-ism references to
2003-07-22 impThere is strong reason to believe that gcc 4 will also...
2003-07-22 ddsAdded entry for Billionton LM5LT-10N
2003-07-22 phkRemove all but one of the inlines here, this reduces...
2003-07-22 ddsFixed .Nm element, updated HISTORY section, added AUTHO...
2003-07-22 ddsTest 8.16 in sed.test tests the ability of a sed to...
2003-07-22 samcorrect device table a la ath(4)
2003-07-22 samadd IPSEC_FILTERGIF suport for FAST_IPSEC
2003-07-22 muxDe-inline some functions. It doesn't gain us anything...
2003-07-22 hartiAllocate network interfaces from malloc() instead of...
2003-07-22 ruMake sure the crypto versions of libfetch and fetch...
2003-07-22 hartiRemove the zone limits for all the zones used in the...
2003-07-22 ticsoEISA_SLOTS is mandantory to get opt_eisa.h
2003-07-22 ticsorelocate eisa into MI files.
2003-07-22 impnote rescue issues and fpu emulation removal
2003-07-22 phkRevert stuff which accidentally ended up in the previou...
2003-07-22 phkDon't attempt to inline large functions mb_alloc()...
2003-07-22 phkMove inlined function ie_ack() up to before first use.
2003-07-22 phkDon't inline very large functions.
2003-07-22 phkDon't inline ridiculously very large functions.
2003-07-22 ru/floppies/boot.flp is no longer necessary on bootable...
2003-07-22 phkDon't complain about inlines for genassym
2003-07-22 hartiWhen padding an mbuf chain to have a length that is...
2003-07-22 peterUpdate npx status.
2003-07-22 peterInitiate de-orbit burn for fpu-less operation. 386...
2003-07-22 luigiAdd a note that net.inet.ip.fw.autoinc_step is ipfw2...
2003-07-22 peterFix a 64 bit bug lost in the inline warning noise....
2003-07-22 peterswp_pager_hash() was called before it was instantiated...
2003-07-22 peterGo back to 64 bit precision for fadd/fsub/fsqrt etc...
2003-07-22 peterInstantiate explicit callable versions of the machine...
2003-07-22 peterExtend the machine/ieeefp.h that was inherited from...
2003-07-22 peterTurn off the libc/quad functions since they are not...
next