summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2004-11-15More stuff to doJean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
- set the 'log', 'history', 'rdiff' and 'rtag' commands to require a response - replace the entry for 'rannotate' (which doesn't exist) with 'annotate' and also remove 'rlog' (which doesn't exist either)
2004-11-12updateJean-Francois Brousseau
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau
2004-11-12Update to sudo 1.6.8p2Todd C. Miller
2004-11-12typo: comparations -> comparisonsJean-Francois Brousseau
2004-11-12Show file specifications as optional last arguments to the commit,Jean-Francois Brousseau
diff and update commands
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
used to sync functions start are now (with gcc3) all over the code. Need to think about some other way to figure out the frame size from looking for the right sp adjust instruction.
2004-11-11long live button pushers (except for when theo is nearby)Henning Brauer
2004-11-10missing headerskrapht
2004-11-10where the files will beTheo de Raadt
2004-11-09use warn() instead of printf() + strerror()Pedro Martelletto
ok hshoexer@ jaredy@ deraadt@
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
tested enough yet
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09at least compilekrapht