]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-06-05 Ruslan ErmilovCanonicalize.
2002-06-05 Ruslan ErmilovBack out addition of a plus sign.
2002-06-05 Mike BarcroftRemove the deprecated 4.2/4.3BSD wait union.
2002-06-05 Juli MallettSupport the 'comm' keyword, which is equivalent to...
2002-06-05 Juli MallettA space cannot be a header string seperator it appears...
2002-06-05 Juli MallettTo comply with SUSv3, duplicate the variable contents...
2002-06-05 Juli MallettReturning NULL here if malloc(3) fails is silly, at...
2002-06-05 Juli MallettRemove an XXX comment that seems to be a tiny bit no...
2002-06-05 Juli MallettUse of zero here meant many things, NULL, '\0' (NUL...
2002-06-05 Gordon TetlowFix spelling nit in error message.
2002-06-05 Juli MallettUse a const char * where it is meant to be used. There...
2002-06-05 Juli MallettDuplicate the pointer to the string containing the...
2002-06-05 Chris D. Faulhabero Remove ftp.freebsd.org from the USA servers and add...
2002-06-05 Murray StokelyAdd information about setting up media to use the multi...
2002-06-04 John BaldwinReplace thread_runnable() with thread_running() as...
2002-06-04 David E. O... We want to play osterage and stick our heads in the...
2002-06-04 John BaldwinOptimize the adaptive mutex spin a bit. Use a simple...
2002-06-04 John BaldwinAdd a private thread_runnable() macro to make the code...
2002-06-04 David E. O... ntpdate(1) is depreciated.
2002-06-04 Maxim SobolevCollapse lib and tar dirs into single top-level directory.
2002-06-04 David E. O... Remove GNU awk.
2002-06-04 David E. O... Grammar nit.
2002-06-04 David E. O... Install the i386 MMX headers, and IA-64 intrinsics...
2002-06-04 David E. O... We don't need this library any more.
2002-06-04 Jake BurkholderBump TSB_PAGES_SHIFT to 4. Less sucks too much.
2002-06-04 David E. O... Document -gstabs+
2002-06-04 David E. O... The brokenness in ix86_expand_clrstr is quite visible...
2002-06-04 David E. O... Gcc 3.1 (-O) now generates broken inline code for memse...
2002-06-04 Matt JacobAdd REPORT LUNS basic infrastructure.
2002-06-04 Maxim SobolevMove patches into the src/contrib/tar.
2002-06-04 Jake BurkholderImplement _Qp_sqrt. I've been unable to find a C progr...
2002-06-04 Tim J. RobbinsDisplay job status correctly when a pipeline is suspended.
2002-06-04 Dag-Erling... Don't build perl if NO_PERL is defined.
2002-06-04 Tim J. RobbinsDescribe finished jobs as "Done", not "Exit" (SUSv3)
2002-06-04 Tim J. RobbinsDon't output `state' and `current' fields for processes...
2002-06-04 Tim J. RobbinsMissing prototypes from previous commit.
2002-06-04 Tim J. RobbinsCorrect minor spacing problem in output of jobs -l...
2002-06-04 Tim J. RobbinsQuote alias values in the output of the alias(1) builti...
2002-06-04 Yoshihiro TakahashiInstall MD documentations in ${TARGET} directory instea...
2002-06-04 Maxim SobolevDon't forget to include ../Makefile.inc.
2002-06-04 Maxim SobolevAdd bmake bits for building GNU tar from src/contrib...
2002-06-04 Maxim SobolevSend our ancienv GNU tar into Attic.
2002-06-04 Maxim SobolevAdd importing/upgrading instructions.
2002-06-04 Maxim SobolevAdd razor used for shaving out GNU Tar.
2002-06-04 Tim J. RobbinsWrap lines correctly for the `l' command.
2002-06-04 Maxim SobolevVirgin import (trimmed) of GNU Tar version 1.13.25.
2002-06-04 Tim J. RobbinsRespect setting of the COLUMNS environment variable...
2002-06-04 Tim J. RobbinsIgnore empty COLUMNS environment variable. COLUMNS...
2002-06-04 Tim J. RobbinsDocument the fact that the `l' command uses the COLUMNS...
2002-06-04 Tim J. RobbinsIgnore COLUMNS environment variable if it is empty...
2002-06-04 Tim J. RobbinsRespect the setting of the COLUMNS environment variable...
2002-06-04 Tim J. RobbinsSort options in Description section.
2002-06-04 Tim J. RobbinsNote SUSv2 conformance.
2002-06-04 Tim J. Robbinsconfstr() returns (size_t)-1 on failure. Check for...
2002-06-04 Juli MallettAdd support for non-numeric key lookup via the 'cmds...
2002-06-04 Juli MallettNODEV is defined the same in _KERNEL and !_KERNEL case...
2002-06-04 Juli MallettErr, duh, free(3) doesn't set its argument to NULL...
2002-06-04 Garance A DrosehnChange some "process id" variables from 'int' to 'pid_t...
2002-06-04 Garance A DrosehnCosmetic improvements to some of the syslog() calls...
2002-06-04 Garance A DrosehnFix all the 'return' statements in here to follow style(9).
2002-06-04 Garance A DrosehnAvoid checking WIFEXITED and WTERMSIG in some error...
2002-06-03 Mike BarcroftUse POSIX macros for wait(2)-style status information...
2002-06-03 Jeff RobersonAdd a comment describing a resource leak that occurs...
2002-06-03 John BaldwinBackout revision 1.2 since it didn't work and replace...
2002-06-03 Prafulla DeuskarAdded support for 82545EM and 82546EB based adapters.
2002-06-03 Ian DowseUse a per-device worker thread to avoid blocking in...
2002-06-03 Brian SomersAdd a missing ``a''.
2002-06-03 Anton BerezinRecognize 0xbe as an uppercase character.
2002-06-03 Garance A DrosehnStop using the depreciated 'union wait' definitions...
2002-06-03 Juli MallettMake the manpage consistent with the code on the subjec...
2002-06-03 John BaldwinFix handling of the 'noError' variable. According...
2002-06-03 John BaldwinAdd a 'mediaClose' script command to close the open...
2002-06-03 Maxim SobolevCorrect bswap64() prototype.
2002-06-03 Ruslan ErmilovDo not overwrite mm locale files.
2002-06-03 Tim J. RobbinsCorrect History: cal(1) appeared in V5, not V6.
2002-06-03 Tim J. RobbinsCorrect history (again): V3 had a kill command, only...
2002-06-03 Tim J. RobbinsCorrect History: nice(1) appeared in V4.
2002-06-03 Tim J. RobbinsCorrect History: time(1) appeared at least as early...
2002-06-03 Ruslan ErmilovReimplement FILES support using bsd.files.mk with the
2002-06-03 Tim J. RobbinsCorrect History: sync(8) appeared in V4.
2002-06-03 Tim J. RobbinsCorrect History section: kill(1) appeared in V4, not V6.
2002-06-03 Tim J. RobbinsSort sections.
2002-06-03 Tim J. RobbinsCorrect HISTORY section - split(1) appeared at least...
2002-06-03 Ian DowseCall getmntinfo with MNT_NOWAIT to avoid hanging if...
2002-06-03 Andrey A. ChernovSkip %pN comes from ncurses
2002-06-03 Yoshihiro TakahashiAdd pc98 subdirectory.
2002-06-03 Matthew N.... Quick and dirty convert to newbus. (Eventually 'eni...
2002-06-03 Matthew N.... Add new 'hea' driver files.
2002-06-03 Matthew N.... Build a 'hea_pci' driver module.
2002-06-03 Matthew N.... - Add 'hea'.
2002-06-03 Robert WatsonRemove comment about NO_WERROR, since it no longer...
2002-06-02 Alan Cox o Migrate vm_map_split() from vm_map.c to vm_object...
2002-06-02 Dag-Erling... Connect perl to the build.
2002-06-02 Dag-Erling... ANSIfy the one remaining K&R function.
2002-06-02 Dag-Erling... Whitespace nits.
2002-06-02 Dag-Erling... Add support for 'j' flag. Simplify the size modifier...
2002-06-02 Jens SchweikhardtFix typo in the BSD copyright: s/withough/without/
2002-06-02 Alan Cox o Style fixes to vm_map_split(), including the elimina...
2002-06-02 Marcel MoolenaarFix breakage caused by allocating the I/O buffer. There...
2002-06-02 David E. O... Turn on the math function stub stubs.
next