]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-07-30 brianDo a case insensitive comparison when comparing the...
2002-07-30 alc o In vm_object_madvise() and vm_object_page_remove...
2002-07-30 impAdd a bunch more cards that are known to work.
2002-07-30 tanimura- Optimize wakeup() and its friends; if a thread waken...
2002-07-30 alc o Lock page queue accesses by pmap_release_free_page().
2002-07-30 jakeAdd definitions for statistical and high-resolution...
2002-07-30 jakeThe data cache on UltraSPARC III is not directly mapped...
2002-07-30 silbyUpdate docs to reflect change in count of procs reserve...
2002-07-30 silbyUpdate docs to reflect change in count of procs reserve...
2002-07-30 fennerRouting socket messages are padded to sizeof(long)...
2002-07-30 jakeFix int/size_t mismatch for sysctl arguments. Try...
2002-07-30 bmahNew release notes: ctags(1) -T, finger(1) -4/-6 (...
2002-07-30 jakePanic if the data cache has too many virtual colors...
2002-07-30 peterUse fchmod() to restore the tty modes.
2002-07-30 jakeUse _ALIGN_DATA and _ALIGN_TEXT.
2002-07-30 rwatsonRebuild of files generated from syscalls.master.
2002-07-30 rwatsonPrototype function arguments, only with MAC-specific...
2002-07-30 rwatsonHook up kern_mac.c to the build.
2002-07-30 rwatsonStubs for the TrustedBSD MAC system calls to permit...
2002-07-29 tjrWhen translating and -C is specified, behave as if...
2002-07-29 alc o Introduce vm_page_sleep_if_busy() as an eventual...
2002-07-29 julianRemove a XXXKSE comment. the code is no longer a problem..
2002-07-29 julianCreate a new thread state to describe threads that...
2002-07-29 mikeCreate a new header <machine/_stdint.h> for storing...
2002-07-29 mikeDon't depend on pollution in <machine/limits.h> (by...
2002-07-29 bmahNew release notes: tr(1) equivalence classes (+MFC...
2002-07-29 yarConform to RFC 959, Appendix II, when replying
2002-07-29 impIf we are in hostap mode, do not go into promisc mode...
2002-07-29 tjrWhen translating and the -c option is specified, handle...
2002-07-29 ruDrop support for COPY, -c has been the default mode...
2002-07-29 maximUse a common way to release locks before exit.
2002-07-29 ruIgnore -C, -p, and -S options of install(1) when used...
2002-07-29 jeff - Add VBAD to the list of vnodes that are ignored...
2002-07-29 murrayFix typo.
2002-07-29 jeff - Backout the patch made in revision 1.75 of vfs_mount...
2002-07-29 alc o Pass VM_ALLOC_WIRED to vm_page_grab() rather than...
2002-07-29 bmahNew release notes: wicontrol(8) -l/-L, traceroute...
2002-07-29 mjacobFix Makefiles to actually work.
2002-07-29 silbyForced commit.
2002-07-29 silbyRevert rev 1.131.
2002-07-29 luigiwhitespace commit: fix indentation in fxp_intr_body.
2002-07-29 jakeAdd routines needed for high resolution profiling.
2002-07-29 jakeAdd a symbol for btext.
2002-07-29 jakeRemove a stale comment.
2002-07-29 jakeUse _ALIGN_TEXT. Implement __cyg_profile_func_enter and
2002-07-29 jakeAdd _ALIGN_DATA and _ALIGN_TEXT macros.
2002-07-29 jakeRemove some stuff that snuck in last commit.
2002-07-29 fanfUse login_getpwclass() instead of login_getclass()...
2002-07-28 sosOK, dont rely on the upper layers handling iosize_max...
2002-07-28 alc o Modify vm_page_grab() to accept VM_ALLOC_WIRED.
2002-07-28 desfetch(1) is WARNS-5 clean (tested on i386 and Alpha)
2002-07-28 desUse strtol(3) instead of a home-grown version, and...
2002-07-28 truckmanMake a temporary copy of the output data in the generic...
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 truckmanWire the sysctl output buffer before grabbing any locks...
2002-07-28 jakeFix a bug introduced in previous commit. Due to the...
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 peterRecognize frames for lcall_syscall and int0x80_syscall.
2002-07-28 hmUpdate, correct and bring in sync with reality all...
2002-07-28 dwmaloneAdd enough consts to keep everyone happy.
2002-07-28 dwmaloneDon't reuse a const char * when we really want a char *.
2002-07-28 dwmaloneImprove WARNS situation for kdump:
2002-07-28 mikeRevert the previous delta; uintfptr_t needs to be avail...
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneThe return value of snprintf should be always nonnegati...
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid some warnings.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 dwmaloneANSIify function definitions to avoid a warning.
2002-07-28 jmallettSearch the include path for the argument to -f, to...
2002-07-28 ddNew release notes: devfs rule subsystem, lock(1) -v
2002-07-28 alcLock page queue accesses by vm_page_free().
2002-07-28 ddAdd a -v option that prevents switching virtual termina...
2002-07-28 ddNuke whitespace at EOL.
2002-07-28 ddCorrect misindentation of DRA_UID.
2002-07-28 ddWhat we're actually passing around is an ioctl request...
2002-07-28 ddThis compiles cleanly with WARNS=5 on i386 and alpha...
2002-07-28 ddImplement this (quoted from the updated man page):...
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 ddUse more standard section names in an attempt to unconf...
2002-07-28 jmallettAs of revision 1.38 of make/parse.c, our make(1) will...
2002-07-28 ddUnimplement panic(8) by making sure that we don't recur...
2002-07-28 jmallettPrint a warning when we are given two scripts for one...
2002-07-28 ddStock -current has more than 300 files in /etc, so...
2002-07-28 ddAdd a period to the end of the "starting" message to...
2002-07-28 fennerCalculate checksums correctly when LSRR is in effect...
2002-07-28 fennerUpdate for traceroute 1.4a12
2002-07-28 fennerMerge 1.4a12
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-28 fennerVirgin import of LBL traceroute v1.4a12
2002-07-28 jakeAdd declarations for btext and etext.
2002-07-28 grogClarify J.S. Bach's life: he was only born once, and...
2002-07-28 peterUnwind the syscall_with_err_pushed tweak that jake...
2002-07-27 jakeuintfptr_t has moved to machine/types.h.
next