Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-11-15 | More stuff to do | Jean-Francois Brousseau | |
2004-11-15 | Fix 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-12 | update | Jean-Francois Brousseau | |
2004-11-12 | Functions to extract log messages from files and query users for them | Jean-Francois Brousseau | |
2004-11-12 | Update to sudo 1.6.8p2 | Todd C. Miller | |
2004-11-12 | typo: comparations -> comparisons | Jean-Francois Brousseau | |
2004-11-12 | Show file specifications as optional last arguments to the commit, | Jean-Francois Brousseau | |
diff and update commands | |||
2004-11-11 | fp regs also | Per Fogelstrom | |
2004-11-11 | First attempt. Frame digging is tricky since 'jr ra' instructions | Per 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-11 | long live button pushers (except for when theo is nearby) | Henning Brauer | |
2004-11-10 | missing headers | krapht | |
2004-11-10 | where the files will be | Theo de Raadt | |
2004-11-09 | use 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't | krapht | |
tested enough yet | |||
2004-11-09 | Better handling of log message input and removal of crufty code | krapht | |
2004-11-09 | at least compile | krapht | |