summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-12-03Rename variables to make more sense and fix a warning about assigningJean-Francois Brousseau
to a read-only location.
2004-12-03remove reference to dead URL.Jonathan Gray
2004-12-02* fix the duplicate prefix and duplicate unit parsingPatrick Latifi
with suggestion & ok millert
2004-12-02man tweaks;Jason McIntyre
discussed w/ jfb@
2004-12-02Fix signal races for isatty(3) (calls ioctl(2)) and printf(3);Otto Moerbeek
save/restore errno. YY_FLUSH_BUFFER might still be a problem. Spotted by and ok deraadt@
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
OpenCVS commit code.
2004-12-02cvs_logmsg_get() now accepts a list of files that it is getting theJean-Francois Brousseau
message for and displays those files in the commented part of the log message
2004-12-02Add cvs_file_copy() to create a copy of a file structure.Jean-Francois Brousseau
This will be used in the commit code.
2004-12-01* plug memory leaks in the file parser and in the interactive mode parserPatrick Latifi
ok otto
2004-12-01use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@Otto Moerbeek
2004-12-01Fix stop condition for sqrt. Due to the fact that we're doing NewtonOtto Moerbeek
iteration with intgeres, the stop condition is reached if x_n == x_n+1, or the difference is one, but only stop if that is hit a second time. Avoids looping with difference 1,-1,1,-1... Problem spotted by Paul de Weerd. Regress tested against 4.2BSD dc(1) and GNU dc(1).
2004-11-30Martin Luther King is elected president of the Montgomery ImprovementDaniel Hartmeier
Association on December 5th 1955 http://www.stanford.edu/group/King/about_king/encyclopedia/MIA.html
2004-11-30resolve the buses and rosa parks; noticed by dhartmei@Michael Shalayeff
2004-11-29lowercase for consistency;Jason McIntyre
from josh weber; ok millert@
2004-11-29The last item in an enum should not have a trailing commaTodd C. Miller
2004-11-29update to sudo 1.6.8p5Todd C. Miller
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-11-29missing full stop;Jason McIntyre
2004-11-28make sure va_end() is always called in all possible pathsPatrick Latifi
ok jfb
2004-11-28Stop looking at intrcnt[] for vmstat -i; this means vmstat -i only worksMiod Vallat
on live kernels now, though. ok deraadt@
2004-11-27Use unsigned char for bytes that are fed to isxxx() functions, to improveOtto Moerbeek
portability. Spotted by YAMAMOTO Takashi. ok millert@
2004-11-26Fix the getdirentries() loop memory handling and EOF detection.Otto Moerbeek
Also fix typo in sizeof. Problem spotted by YAMAMOTO Takashi; this diff joint work with millert@ ok millert@
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
a full path to each file we load, and cache file names so we can have multiple references to a single name. This saves a lot of memory on large trees such as /usr/src, especially on 'Makefile', 'README' and such.
2004-11-26Cleanup, document .cvsrc and -f a bit more, and add checkout to theJean-Francois Brousseau
list of commands
2004-11-26Match more closely the data sent by GNU CVS when dealing with multipleJean-Francois Brousseau
modules. Our checkout command can now perform the checkout of several modules at once.
2004-11-26An introduction man page on how to use OpenCVS to manage CVS repositoriesJean-Francois Brousseau
2004-11-26struct cvs_file -> CVSFILEJean-Francois Brousseau
2004-11-25fix on alpha. the lack of BWX by default, and assumptions of alignmentTheo de Raadt
keep biting us hard for structures that happen to have been plopped at unaligned objects. terrible decisions made at DEC ages ago, and compounded by terrible gcc decisions cause us to make workarounds all the time. showed by markus, found by David Berghoff
2004-11-25leak; from mpechMarkus Friedl
2004-11-25Handle CVSD_SET_MODDIR, add session allocation and some minor cleanupJean-Francois Brousseau
2004-11-24replace old net/if_ieee80211.h header with the net80211 ones, userland part.Federico G. Schwindt
millert@ mcbride@ jsg@
2004-11-22simplify loop iterationPatrick Latifi
ok otto millert
2004-11-22Add support for setting mixerctl values in a sysctl.conf like mannerJonathan Gray
via mixerctl.conf. ok deraadt@, earlier version ok henning@
2004-11-21Fix some core dumps on malformed format strings. From KAMADA Ken'ichiOtto Moerbeek
in NetBSD PR 28157 with extras, joint work with pat@. ok pat@ deraadt@
2004-11-19Write reject file in unified format if the original diff was inOtto Moerbeek
unified format. ok deraadt@
2004-11-19Allow for path names containing spaces and other funny chars (exceptOtto Moerbeek
tab) by scanning for the tab that separates the date from the pathname. If no tab is found, revert back to the old behaviour. Posix says there should be a space between the pathname and the date, but all known implementations of diff(1) use a tab. ok kurt@ deraadt@
2004-11-18Prototypes for the log message functionsJean-Francois Brousseau
2004-11-18Make the 'cvs log' command work in client mode, mostly based on theJean-Francois Brousseau
code from update
2004-11-18Compile with the log message code and do not install the cvs binaryJean-Francois Brousseau
with the SGID bit set
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-11-17Update to sudo 1.6.8p4Todd C. Miller
2004-11-17off-by-one in process_states[], fixes display of memory; ok deraadt, aaronMarkus Friedl
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-17Add missing counters to 'netstat -sp carp' output.Ryan Thomas McBride
From camield@
2004-11-16more correct error checking, from Joris Vink <amni at pandora dot be>Jean-Francois Brousseau
2004-11-16add Joris Vink as an authorJean-Francois Brousseau
2004-11-16shuffle the .Pp;Jason McIntyre
2004-11-16-p supports optional [user] arg;Jason McIntyre
from matthew clarke;
2004-11-16print network interface stats with 'systat ifstat'; ok deraadt, mickeyMarkus Friedl