]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-07-25 Bruce EvansBacked out the micro-optimization in 1.4. It was to...
2003-07-25 Hiroki SatoNew release notes: bge(4) 5705 support.
2003-07-25 Ruslan ErmilovMake the PC98 small boot floppy usable again.
2003-07-25 Hartmut BrandtWhen deciding whether to download the microcode or...
2003-07-25 Hartmut BrandtPrint the offending SPANS message only if printing...
2003-07-25 Maxime HenrionAn u_int8_t can never be bigger than 255, so remove...
2003-07-25 Maxime HenrionRemove a duplicate entry.
2003-07-25 Maxim Konovalovo Do not overwrite saved interrupt priority level by...
2003-07-25 Ruslan ErmilovThe RELEASE9 knob is now OBE.
2003-07-25 Ruslan ErmilovMoved the boot floppy generation code out from release...
2003-07-25 Hartmut BrandtAdd support for VBR and CBR PVCs for IP over ATM.
2003-07-25 Hartmut BrandtMake library WARNS=6 clean. The problems have been...
2003-07-25 Hartmut BrandtDue to a gcc bug, it doesn't like local variables with...
2003-07-25 Hartmut BrandtMake ilmid WARNS=6 clean. The problem were a couple...
2003-07-25 Marcel MoolenaarRemove __aligned(16) from the definition of struct...
2003-07-25 Marcel MoolenaarRemove INVARIANT* and WITNESS. This makes the simulator...
2003-07-25 Dag-Erling... Ready to go live.
2003-07-25 Hartmut BrandtSet the interface type of the network interfaces to...
2003-07-25 Hartmut BrandtHand the packet to bpf not only in the LLC/SNAP case...
2003-07-25 Hartmut BrandtMake the debugging variable that controls printing...
2003-07-25 Marcel MoolenaarMove ia64_pa_access() from machdep.c to mem.c and decla...
2003-07-25 Stephen McKayMake the example "too large" message in the manual...
2003-07-25 David XuAlign upcall stack top to odd times of 8. GCC accounts...
2003-07-25 Marcel MoolenaarDisable the single-step trap on a debug related trap...
2003-07-25 Scott LongMove the mlx driver back into the kernel so that the...
2003-07-24 Robert WatsonPrint group name in getfacl output when calculating...
2003-07-24 Mark MurrayHide more crypto from being crunched at release time.
2003-07-24 Mark MurrayTurn on the extended syntax, which TCP_wrappers has...
2003-07-24 Mark MurrayRemove GCC-specific debugging option.
2003-07-24 Mark MurrayDon't check for the existance of src/crypto/ for buildi...
2003-07-24 Mike MakonnenMissing quotes around a variable. In this case we are...
2003-07-24 Mark MurrayDon't lint(1) so early in the build. Its OK to keep...
2003-07-24 Mark MurrayForced commit.
2003-07-24 Mark MurrayGet the correct set of cryptographically-infected binaries
2003-07-24 Mark MurrayMake sure that a "make release" (more accurately the...
2003-07-24 Mike MakonnenThe POSIX spec also requires that kern_sigtimedwait...
2003-07-24 Hartmut BrandtMake the debugging variable that controls dumping of...
2003-07-24 Hartmut BrandtCreate a sysctl that allows to enable/disable printing...
2003-07-24 Ruslan ErmilovReplaced the hardcoded target names in the touch(1...
2003-07-24 Hartmut BrandtFree the UNI vcc to the same zone from where it was...
2003-07-24 Hartmut BrandtNow that we have if_detach() don't try to get rid of...
2003-07-24 Dag-Erling... Complain about extraneous command line arguments.
2003-07-24 Hartmut BrandtCreate a subtree 'harp' of the net sysctl tree. This...
2003-07-24 Hartmut BrandtForced commit for the MFC.
2003-07-24 Hartmut BrandtConstify the arguments to several pdu_print functions.
2003-07-24 David XuImplement cpu_set_upcall and cpu_set_upcall_kse.
2003-07-24 David XuSet fault address to si_addr.
2003-07-24 Hartmut BrandtAdd BPF support to HARP network interfaces. This allows...
2003-07-24 Marcel MoolenaarImplement _get_curthread and _set_curthread. We use...
2003-07-24 Marcel MoolenaarImplement casuptr().
2003-07-24 Marcel MoolenaarIn get_mcontext() and set_mcontext() save and restore...
2003-07-24 Gordon TetlowFix rescue build using -j. The problem appears to be...
2003-07-24 Marcel MoolenaarImplement alpha_pal_wrunique() and alpha_pal_rdunique...
2003-07-24 Marcel MoolenaarUse a spare for the thread pointer (mc_thrptr). The...
2003-07-24 Mark MurrayEnsure that for the cryptographic instances of *telnet...
2003-07-24 Peter WemmConnect ncplist, ncplogin, and smbutil to the amd64...
2003-07-24 Peter WemmAdd mount_nwfs/mount_smbfs to the build for amd64.
2003-07-24 Peter WemmConnect libncp/libsmb to the build. They compile,...
2003-07-24 Peter Wemmsize_t != int. Make this compile on 64 bit platforms...
2003-07-24 Peter WemmBuild /sbin/gpt on amd64 for good luck as well.
2003-07-24 Peter WemmAttach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest...
2003-07-24 Peter WemmFix an annoying bug in tar. When it converted 'tar...
2003-07-23 Warner LoshSimplistic C comment re is wrong, use more correct one
2003-07-23 Warner LoshRemove old workaround
2003-07-23 Peter WemmMake the breakpoint instruction trap gate available...
2003-07-23 Peter WemmSet the %gs base to pcb_gsbase, not pcb_fsbase. Oops.
2003-07-23 Peter WemmTurn -Werror back off again. Leaving out the invariant...
2003-07-23 Diomidis SpinellisDocument an additional error return value. The connect...
2003-07-23 Ruslan ErmilovAdded the (undocumented) EMUL_BOOT variable (for TARGET...
2003-07-23 Peter WemmInitialize 'blocked' to NULL. I think this was a real...
2003-07-23 Poul-Henning... Stop GCC from whining when people use a 16 bit port...
2003-07-23 Dag-Erling... Install rc files from ${.CURDIR}, not ${.OBJDIR}.
2003-07-23 Dag-Erling... Sample configuration files.
2003-07-23 Dag-Erling... Rewrite tbmaster to use configuration files instead...
2003-07-23 Dag-Erling... Improve the markup a little.
2003-07-23 Peter WemmTurn -Werror back on.
2003-07-23 Peter WemmARGH. I *knew* I'd eventually accidently commit this...
2003-07-23 Peter WemmProvide a knob for raising the inline instruction estim...
2003-07-23 Alan CoxAnnotate pmap_changebit() as __always_inline. This...
2003-07-23 John BaldwinUse macros from apic.h to when writing to the ICR to...
2003-07-23 John BaldwinAdd a new macro APIC_ICRLO_RESV_MASK that contains...
2003-07-23 Poul-Henning... Undo single-intance inlining which is way above the...
2003-07-23 Poul-Henning... Undo agressive inlining which GCC previously wisely...
2003-07-23 Hartmut BrandtHandle the new MEDIA definitions.
2003-07-23 Ruslan ErmilovAdded the WORLDDIR variable (defaulting to ${.CURDIR...
2003-07-23 Hartmut BrandtConvert a lot of uma_zalloc() calls to be NOWAIT instea...
2003-07-23 Hartmut BrandtGet rid of the zone for network interfaces. We have...
2003-07-23 Simon L. B... Add manual page to document the new rescue utilities...
2003-07-23 Ruslan ErmilovMake NO_FLOPPIES really mean "no floppies", including...
2003-07-23 Yoshihiro TakahashiMFi386: revision 1.1090.
2003-07-23 Bruce EvansFixed some style bugs (misplacement and misformatting...
2003-07-23 Ruslan ErmilovRevert revision 1.788, and explain a bit the intent...
2003-07-23 Ruslan Ermilovamd64 will not provide floppies.
2003-07-23 Ruslan ErmilovDo not define BIGBOOTSIZE and the friends for amd64...
2003-07-23 Peter WemmOnly provide one copy of the math functions. If we...
2003-07-23 Peter WemmRemove _ARCH_INDIRECT, it was the glue to enable having...
2003-07-23 Peter WemmNo longer need the internal __get_hw_float() function.
2003-07-23 Peter WemmNow that we do not need to do runtime detection for...
2003-07-23 Marcel MoolenaarWe sloppily created an array for the high FP registers...
2003-07-23 Daniel EischenMove idle kse wakeup to outside of regions where locks...
next