Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau | |
to a read-only location. | |||
2004-12-03 | remove reference to dead URL. | Jonathan Gray | |
2004-12-02 | * fix the duplicate prefix and duplicate unit parsing | Patrick Latifi | |
with suggestion & ok millert | |||
2004-12-02 | man tweaks; | Jason McIntyre | |
discussed w/ jfb@ | |||
2004-12-02 | Fix 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-02 | This commit is brought to you by the brand new improved and better tasting | Jean-Francois Brousseau | |
OpenCVS commit code. | |||
2004-12-02 | cvs_logmsg_get() now accepts a list of files that it is getting the | Jean-Francois Brousseau | |
message for and displays those files in the commented part of the log message | |||
2004-12-02 | Add 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 parser | Patrick Latifi | |
ok otto | |||
2004-12-01 | use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@ | Otto Moerbeek | |
2004-12-01 | Fix stop condition for sqrt. Due to the fact that we're doing Newton | Otto 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-30 | Martin Luther King is elected president of the Montgomery Improvement | Daniel Hartmeier | |
Association on December 5th 1955 http://www.stanford.edu/group/King/about_king/encyclopedia/MIA.html | |||
2004-11-30 | resolve the buses and rosa parks; noticed by dhartmei@ | Michael Shalayeff | |
2004-11-29 | lowercase for consistency; | Jason McIntyre | |
from josh weber; ok millert@ | |||
2004-11-29 | The last item in an enum should not have a trailing comma | Todd C. Miller | |
2004-11-29 | update to sudo 1.6.8p5 | Todd C. Miller | |
2004-11-29 | Some small fixes from moritz@jodeit.org. ok deraadt@ | Damien Miller | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-29 | missing full stop; | Jason McIntyre | |
2004-11-28 | make sure va_end() is always called in all possible paths | Patrick Latifi | |
ok jfb | |||
2004-11-28 | Stop looking at intrcnt[] for vmstat -i; this means vmstat -i only works | Miod Vallat | |
on live kernels now, though. ok deraadt@ | |||
2004-11-27 | Use unsigned char for bytes that are fed to isxxx() functions, to improve | Otto Moerbeek | |
portability. Spotted by YAMAMOTO Takashi. ok millert@ | |||
2004-11-26 | Fix 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-26 | Rewrite the internals of the file management code so that we do not keep | Jean-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-26 | Cleanup, document .cvsrc and -f a bit more, and add checkout to the | Jean-Francois Brousseau | |
list of commands | |||
2004-11-26 | Match more closely the data sent by GNU CVS when dealing with multiple | Jean-Francois Brousseau | |
modules. Our checkout command can now perform the checkout of several modules at once. | |||
2004-11-26 | An introduction man page on how to use OpenCVS to manage CVS repositories | Jean-Francois Brousseau | |
2004-11-26 | struct cvs_file -> CVSFILE | Jean-Francois Brousseau | |
2004-11-25 | fix on alpha. the lack of BWX by default, and assumptions of alignment | Theo 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-25 | leak; from mpech | Markus Friedl | |
2004-11-25 | Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup | Jean-Francois Brousseau | |
2004-11-24 | replace old net/if_ieee80211.h header with the net80211 ones, userland part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-22 | simplify loop iteration | Patrick Latifi | |
ok otto millert | |||
2004-11-22 | Add support for setting mixerctl values in a sysctl.conf like manner | Jonathan Gray | |
via mixerctl.conf. ok deraadt@, earlier version ok henning@ | |||
2004-11-21 | Fix some core dumps on malformed format strings. From KAMADA Ken'ichi | Otto Moerbeek | |
in NetBSD PR 28157 with extras, joint work with pat@. ok pat@ deraadt@ | |||
2004-11-19 | Write reject file in unified format if the original diff was in | Otto Moerbeek | |
unified format. ok deraadt@ | |||
2004-11-19 | Allow for path names containing spaces and other funny chars (except | Otto 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-18 | Prototypes for the log message functions | Jean-Francois Brousseau | |
2004-11-18 | Make the 'cvs log' command work in client mode, mostly based on the | Jean-Francois Brousseau | |
code from update | |||
2004-11-18 | Compile with the log message code and do not install the cvs binary | Jean-Francois Brousseau | |
with the SGID bit set | |||
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl | |
2004-11-17 | Update to sudo 1.6.8p4 | Todd C. Miller | |
2004-11-17 | off-by-one in process_states[], fixes display of memory; ok deraadt, aaron | Markus Friedl | |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-11-17 | Add missing counters to 'netstat -sp carp' output. | Ryan Thomas McBride | |
From camield@ | |||
2004-11-16 | more correct error checking, from Joris Vink <amni at pandora dot be> | Jean-Francois Brousseau | |
2004-11-16 | add Joris Vink as an author | Jean-Francois Brousseau | |
2004-11-16 | shuffle the .Pp; | Jason McIntyre | |
2004-11-16 | -p supports optional [user] arg; | Jason McIntyre | |
from matthew clarke; | |||
2004-11-16 | print network interface stats with 'systat ifstat'; ok deraadt, mickey | Markus Friedl | |