]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-06-05 phkIndent this file more like style(9).
2002-06-05 phkPreparation for UFS2 commit:
2002-06-05 desRename struct cookie to struct httpio to avoid confusio...
2002-06-05 desAdd comments to struct cookie.
2002-06-05 desFix a bug I introduced in the chunk decoder in the...
2002-06-05 desFirst step towards SSL support: wrap connections in...
2002-06-05 iedowseOops, unbreak parsing of the `type' field in getasciila...
2002-06-05 ruSUBDIR is initially empty.
2002-06-05 ruCanonicalize.
2002-06-05 ruBack out addition of a plus sign.
2002-06-05 mikeRemove the deprecated 4.2/4.3BSD wait union.
2002-06-05 jmallettSupport the 'comm' keyword, which is equivalent to...
2002-06-05 jmallettA space cannot be a header string seperator it appears...
2002-06-05 jmallettTo comply with SUSv3, duplicate the variable contents...
2002-06-05 jmallettReturning NULL here if malloc(3) fails is silly, at...
2002-06-05 jmallettRemove an XXX comment that seems to be a tiny bit no...
2002-06-05 jmallettUse of zero here meant many things, NULL, '\0' (NUL...
2002-06-05 gordonFix spelling nit in error message.
2002-06-05 jmallettUse a const char * where it is meant to be used. There...
2002-06-05 jmallettDuplicate the pointer to the string containing the...
2002-06-05 jedgaro Remove ftp.freebsd.org from the USA servers and add...
2002-06-05 murrayAdd information about setting up media to use the multi...
2002-06-04 jhbReplace thread_runnable() with thread_running() as...
2002-06-04 obrienWe want to play osterage and stick our heads in the...
2002-06-04 jhbOptimize the adaptive mutex spin a bit. Use a simple...
2002-06-04 jhbAdd a private thread_runnable() macro to make the code...
2002-06-04 obrienntpdate(1) is depreciated.
2002-06-04 sobomaxCollapse lib and tar dirs into single top-level directory.
2002-06-04 obrienRemove GNU awk.
2002-06-04 obrienGrammar nit.
2002-06-04 obrienInstall the i386 MMX headers, and IA-64 intrinsics...
2002-06-04 obrienWe don't need this library any more.
2002-06-04 jakeBump TSB_PAGES_SHIFT to 4. Less sucks too much.
2002-06-04 obrienDocument -gstabs+
2002-06-04 obrienThe brokenness in ix86_expand_clrstr is quite visible...
2002-06-04 obrienGcc 3.1 (-O) now generates broken inline code for memse...
2002-06-04 mjacobAdd REPORT LUNS basic infrastructure.
2002-06-04 sobomaxMove patches into the src/contrib/tar.
2002-06-04 jakeImplement _Qp_sqrt. I've been unable to find a C progr...
2002-06-04 tjrDisplay job status correctly when a pipeline is suspended.
2002-06-04 desDon't build perl if NO_PERL is defined.
2002-06-04 tjrDescribe finished jobs as "Done", not "Exit" (SUSv3)
2002-06-04 tjrDon't output `state' and `current' fields for processes...
2002-06-04 tjrMissing prototypes from previous commit.
2002-06-04 tjrCorrect minor spacing problem in output of jobs -l...
2002-06-04 tjrQuote alias values in the output of the alias(1) builti...
2002-06-04 nyanInstall MD documentations in ${TARGET} directory instea...
2002-06-04 sobomaxDon't forget to include ../Makefile.inc.
2002-06-04 sobomaxAdd bmake bits for building GNU tar from src/contrib...
2002-06-04 sobomaxSend our ancienv GNU tar into Attic.
2002-06-04 sobomaxAdd importing/upgrading instructions.
2002-06-04 sobomaxAdd razor used for shaving out GNU Tar.
2002-06-04 tjrWrap lines correctly for the `l' command.
2002-06-04 sobomaxThis commit was generated by cvs2svn to compensate...
2002-06-04 sobomaxVirgin import (trimmed) of GNU Tar version 1.13.25.
2002-06-04 tjrRespect setting of the COLUMNS environment variable...
2002-06-04 tjrIgnore empty COLUMNS environment variable. COLUMNS...
2002-06-04 tjrDocument the fact that the `l' command uses the COLUMNS...
2002-06-04 tjrIgnore COLUMNS environment variable if it is empty...
2002-06-04 tjrRespect the setting of the COLUMNS environment variable...
2002-06-04 tjrSort options in Description section.
2002-06-04 tjrNote SUSv2 conformance.
2002-06-04 tjrconfstr() returns (size_t)-1 on failure. Check for...
2002-06-04 jmallettAdd support for non-numeric key lookup via the 'cmds...
2002-06-04 jmallettNODEV is defined the same in _KERNEL and !_KERNEL case...
2002-06-04 jmallettErr, duh, free(3) doesn't set its argument to NULL...
2002-06-04 gadChange some "process id" variables from 'int' to 'pid_t...
2002-06-04 gadCosmetic improvements to some of the syslog() calls...
2002-06-04 gadFix all the 'return' statements in here to follow style(9).
2002-06-04 gadAvoid checking WIFEXITED and WTERMSIG in some error...
2002-06-03 mikeUse POSIX macros for wait(2)-style status information...
2002-06-03 jeffAdd a comment describing a resource leak that occurs...
2002-06-03 jhbBackout revision 1.2 since it didn't work and replace...
2002-06-03 pdeuskarAdded support for 82545EM and 82546EB based adapters.
2002-06-03 iedowseUse a per-device worker thread to avoid blocking in...
2002-06-03 brianAdd a missing ``a''.
2002-06-03 tobezRecognize 0xbe as an uppercase character.
2002-06-03 gadStop using the depreciated 'union wait' definitions...
2002-06-03 jmallettMake the manpage consistent with the code on the subjec...
2002-06-03 jhbFix handling of the 'noError' variable. According...
2002-06-03 jhbAdd a 'mediaClose' script command to close the open...
2002-06-03 sobomaxCorrect bswap64() prototype.
2002-06-03 ruDo not overwrite mm locale files.
2002-06-03 tjrCorrect History: cal(1) appeared in V5, not V6.
2002-06-03 tjrCorrect history (again): V3 had a kill command, only...
2002-06-03 tjrCorrect History: nice(1) appeared in V4.
2002-06-03 tjrCorrect History: time(1) appeared at least as early...
2002-06-03 ruReimplement FILES support using bsd.files.mk with the
2002-06-03 tjrCorrect History: sync(8) appeared in V4.
2002-06-03 tjrCorrect History section: kill(1) appeared in V4, not V6.
2002-06-03 tjrSort sections.
2002-06-03 tjrCorrect HISTORY section - split(1) appeared at least...
2002-06-03 iedowseCall getmntinfo with MNT_NOWAIT to avoid hanging if...
2002-06-03 acheSkip %pN comes from ncurses
2002-06-03 nyanAdd pc98 subdirectory.
2002-06-03 mdoddQuick and dirty convert to newbus. (Eventually 'eni...
2002-06-03 mdoddAdd new 'hea' driver files.
2002-06-03 mdoddBuild a 'hea_pci' driver module.
2002-06-03 mdodd- Add 'hea'.
2002-06-03 rwatsonRemove comment about NO_WERROR, since it no longer...
next