]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-07-25 muxAdd support for the M_ZERO flag to contigmalloc().
2003-07-25 peterMake this 64 bit clean. Use size_t for sysctl() length...
2003-07-25 wpaulRemove alpha vtophys() hack from if_bgereg.h and clean...
2003-07-25 wpaulConvert bge(4) to use busdma. I have not tested this...
2003-07-25 peterFix for 64 bit platforms. sysctl's length args are...
2003-07-25 alcMFi386 revision 1.416
2003-07-25 gadDiscussions on src-committers with alfred and bde point...
2003-07-25 peterFix amd64 build by deleting trailing whitespace. Doh!
2003-07-25 schweikhState that in -exec ... ; the semicolon should be quote...
2003-07-25 njlFix output from an error message.
2003-07-25 mpAdd wrapper for kqueue() to keep track of the allocated...
2003-07-25 njlAdd an informational debugging printf of the maximum...
2003-07-25 bdeBacked out the micro-optimization in 1.4. It was to...
2003-07-25 hrsNew release notes: bge(4) 5705 support.
2003-07-25 ruMake the PC98 small boot floppy usable again.
2003-07-25 hartiWhen deciding whether to download the microcode or...
2003-07-25 hartiPrint the offending SPANS message only if printing...
2003-07-25 muxAn u_int8_t can never be bigger than 255, so remove...
2003-07-25 muxRemove a duplicate entry.
2003-07-25 maximo Do not overwrite saved interrupt priority level by...
2003-07-25 ruThe RELEASE9 knob is now OBE.
2003-07-25 ruMoved the boot floppy generation code out from release...
2003-07-25 hartiAdd support for VBR and CBR PVCs for IP over ATM.
2003-07-25 hartiMake library WARNS=6 clean. The problems have been...
2003-07-25 hartiDue to a gcc bug, it doesn't like local variables with...
2003-07-25 hartiMake ilmid WARNS=6 clean. The problem were a couple...
2003-07-25 marcelRemove __aligned(16) from the definition of struct...
2003-07-25 marcelRemove INVARIANT* and WITNESS. This makes the simulator...
2003-07-25 desReady to go live.
2003-07-25 hartiSet the interface type of the network interfaces to...
2003-07-25 hartiHand the packet to bpf not only in the LLC/SNAP case...
2003-07-25 hartiMake the debugging variable that controls printing...
2003-07-25 marcelMove ia64_pa_access() from machdep.c to mem.c and decla...
2003-07-25 mckayMake the example "too large" message in the manual...
2003-07-25 davidxuAlign upcall stack top to odd times of 8. GCC accounts...
2003-07-25 marcelDisable the single-step trap on a debug related trap...
2003-07-25 scottlMove the mlx driver back into the kernel so that the...
2003-07-24 rwatsonPrint group name in getfacl output when calculating...
2003-07-24 markmHide more crypto from being crunched at release time.
2003-07-24 markmTurn on the extended syntax, which TCP_wrappers has...
2003-07-24 markmRemove GCC-specific debugging option.
2003-07-24 markmDon't check for the existance of src/crypto/ for buildi...
2003-07-24 mtmMissing quotes around a variable. In this case we are...
2003-07-24 markmDon't lint(1) so early in the build. Its OK to keep...
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...
next