]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-06-02 obrienUse __FBSDID().
2003-06-02 peterMFi386: i386/include/asm.h rev 1.11: Do not abuse ##.
2003-06-02 mtmExplicitly compare the values returned by chdir(2)...
2003-06-02 silbyReplace if_fxp's handrolled defrag function with m_defrag.
2003-06-02 scottlBump __FreeBSD_version to 510100 for 5.1-CURRENT
2003-06-02 scottlWe are at 5.1-CURRENT now
2003-06-02 gordonDocument netfs_types.
2003-06-02 obrienFix a style nit.
2003-06-02 obrienDon't use ## to concatinate to two things that don...
2003-06-02 obrienDon't use a C compiler to assemble a pure asm file.
2003-06-02 obrienBest we can do with this is c89.
2003-06-02 obrienInclude stdlib.h to get exit()'s prototype.
2003-06-02 obrienAdd the variable's type to the declaration.
2003-06-02 obrien.S comments must be C comments, not ASM ones.
2003-06-02 obrienUse C99 compatible ASM statements.
2003-06-02 obrienDon't set a C standard level for ObjC code.
2003-06-02 obrienUse ?= before someone brings it up.
2003-06-02 obrienCSTD=c89 due to mismatched declarations.
2003-06-02 obrienTo quote Tony Maher <tonymaher@optushome.com.au>, ...
2003-06-02 mjacobCheck in some months long pending minor debug output...
2003-06-02 obrienUse C99 compatable asm statements.
2003-06-02 rwatsonRevert accidental change: don't change the thread libra...
2003-06-02 marcelo Fix a cut-n-paste bug. We were clobbering rp with...
2003-06-02 obrienTemperarly turn off building the tree with c99.
2003-06-01 alcChange kernel_object and kmem_object to (&kernel_object...
2003-06-01 obrienUgg, wrong version.
2003-06-01 obrienThis isn't C99 clean.
2003-06-01 marcelImprove set_mcontext:
2003-06-01 marcelImprove on cpu_set_upcall:
2003-06-01 ruA new API function PacketAliasRedirectDynamic() can...
2003-06-01 rwatsonInclude string.h for memset().
2003-06-01 ruMake the PacketAliasSetAddress() function call optional...
2003-06-01 tjrGive the -o option before any filename operands when...
2003-06-01 obriencrtstuff needs isn't compilable with C99 on Sparc64...
2003-06-01 obrienUse a bigger hammer -- keep all -std= out of CXXFLAGS.
2003-06-01 muxChange a :
2003-06-01 ruAssorted mdoc(7) fixes.
2003-06-01 jmallettMatch style of source and headers.
2003-06-01 obrienDo not set a C standard for the C++ compiler.
2003-06-01 obrienBe sloppier about the miidevs.h dependency. This reduc...
2003-06-01 obrienAccpet '1'..'5' in place of F1..F5 for serial console...
2003-06-01 obrienShorten long comment.
2003-06-01 obrienSync with i386/GENERIC ordering.
2003-06-01 ruKeep entries sorted by floppy, type, and name.
2003-06-01 ruAssorted mdoc(7) fixes.
2003-06-01 ruAssorted mdoc(7) fixes.
2003-06-01 mux- Style(9) fixes, most notably :
2003-06-01 ruAssorted mdoc(7) fixes.
2003-06-01 mjacobRestore parentheses removed inappropriately in last...
2003-06-01 obrienCompile our code as C99 by default.
2003-06-01 acheAdd zh_CN.GBK
2003-06-01 acheAdd zh_CN.GBK
2003-06-01 acheAdd GBK encoding
2003-06-01 phkAdd the part of the last commit which cvs appearantly...
2003-06-01 phkSimplify the GEOM OAM api: Drop the request type,...
2003-06-01 phkconstify g_sanity()
2003-06-01 desAdd openpam_readline(3).
2003-06-01 desThis commit was generated by cvs2svn to compensate...
2003-06-01 desVendor import of OpenPAM Digitalis.
2003-06-01 desAdd (but do not connect) a half-finished driver for...
2003-06-01 desRetire pam_wheel(8) (which has been disconnected for...
2003-06-01 phkAdd pc98 arch to test set.
2003-06-01 phkRemove break after return.
2003-06-01 phkRemove #include <sys/disklabel.h>
2003-06-01 phkDon't leak "barlist" allocation on failure.
2003-06-01 phkRemove unused variables.
2003-06-01 phkUse bcmp() to compare hash strings.
2003-06-01 phkClarify the code a bit.
2003-06-01 truckmanDon't unlock the parent directory vnode twice if the...
2003-06-01 phkRemove unused variables.
2003-06-01 phkMake "where" an alias for "trace"
2003-06-01 phkAdd /* FALLTHROUGH */
2003-06-01 marcelImplement cpu_thread_setup(). This is mostly the same...
2003-06-01 jmallettMake prototype match code with regard to constness...
2003-06-01 tjrSplit the env(1) manpage off from printenv(1); there...
2003-06-01 truckmanFix up locking problems in fifo_open() and fifo_close():
2003-06-01 tjrClose files after opening them to avoiding leaking...
2003-06-01 marcelRemove the ia64 hackery in threadinit() that was needed...
2003-06-01 nyanMFi386: revision 1.199
2003-06-01 nyanMerged from sys/isa/ppc.c revision 1.40.
2003-06-01 nyanMerged from sys/isa/fd.c revision 1.250.
2003-06-01 nyanMerged from sys/dev/sio/sio.c revision 1.399.
2003-06-01 jmallettUse SC_NO_CUTPASTE to protect cutpaste variables correc...
2003-06-01 rwatsonReturn EOPNOTSUPP for attempted EA operations on VCHR...
2003-06-01 gordonMove networkfs_types from mountcritlocal into defaults...
2003-06-01 desTry to describe the control flags a little better.
2003-06-01 marcelBuild libthr by default on ia64.
2003-06-01 gordonnwfs is network filesystem. Treat it as such when mount...
2003-05-31 desDon't build pam_std_option().
2003-05-31 rwatsonAttempt to further comment and clarify System V IPC...
2003-05-31 rwatsonAttempt to marginally de-obfuscate sections of the...
2003-05-31 peterMFi386: rev 1.56: remove break after return
2003-05-31 peterMFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly.
2003-05-31 peterMFi386: rev 1.50: remove unused variable
2003-05-31 obrienWrap gperf & groff wth NO_CXX.
2003-05-31 marcelNow that we have the signal trampolines in the gateway...
2003-05-31 phkIf DESTDIR was specified as a makeoption in the kernelc...
2003-05-31 schweikhFix grammar bogons.
2003-05-31 marcelImplement cpu_set_upcall(). Required by libthr and...
2003-05-31 phkwrap macro in do {...} while(0)
next