summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-01-16log -> logit ISO C fix.Marc Espie
2004-01-15sudo on OpenBSD no longer runs configure. You will have to manuallyTodd C. Miller
2004-01-15fix an early free that made compile-goto-error work only from time to timeVincent Labrecque
2004-01-15Fix printf format string. ok tedu@Otto Moerbeek
2004-01-15this header file parser is pathetic, and parsing the new yacc output itTheo de Raadt
2004-01-15Fix printf format strings. ok millert@Otto Moerbeek
2004-01-15return documented lines option to original (default) value;Jason McIntyre
2004-01-15update vi.ref to reflect reality;Jason McIntyre
2004-01-15print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@Markus Friedl
2004-01-14calendar relies on cpp -traditional behavior so explicitly specify -traditionalTodd C. Miller
2004-01-14Comment out reference to index.so when we are building index.so itself.Todd C. Miller
2004-01-14A more classical and more readable getopt() loop, no functional change.Miod Vallat
2004-01-14Fix after recent struct reg and struct frame changes.Miod Vallat
2004-01-14Fix the mmap case; inadequate testing on my part!Todd C. Miller
2004-01-14Fallback to malloc + pread if mmap fails; fixes "nm /dev/ksyms". OK mickey@Todd C. Miller
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
2004-01-13cast for portability; millert@Markus Friedl
2004-01-13-Wall; ok henningMarkus Friedl
2004-01-13kill unused local vars; from deraadt@Michael Shalayeff
2004-01-13remove unnecessary Ic's;Jason McIntyre
2004-01-13Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) andDamien Miller
2004-01-13Missing cast. From deraadt@Otto Moerbeek
2004-01-13Add missing include. From espie@Otto Moerbeek
2004-01-13use our own nm and sizeMichael Shalayeff
2004-01-12request modeline redrawing to see mail-mode appear as soon as the modeVincent Labrecque
2004-01-12Use closefrom() if it exists; from the sudo cvs repoTodd C. Miller
2004-01-12Install vi.ref in /usr/share/doc/usd (directories already exist for it).Todd C. Miller
2004-01-12There is no typewriter font in nroff so just use the roman font instead.Todd C. Miller
2004-01-12Use a 5n margin on the right & left sides so the text version formats nicely.Todd C. Miller
2004-01-12Pass groff the -U flag so that building the index works. OK jmc@Todd C. Miller
2004-01-12fix string mishandling of lpath, ok millert, deraadtBob Beck
2004-01-11for pty opening, only use the openpty() path. the other stuff only needsTheo de Raadt
2004-01-09use cc -E for the preprocessor instead of cpp.Brad Smith
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2004-01-08Pass the right type based on the conversion specified; warn on conversionOtto Moerbeek
2004-01-08Silence warningTodd C. Miller
2004-01-08Convert to kinfo_proc2; ok deraadt@Todd C. Miller
2004-01-08Fix uninitialized variable. From Ilya Voronin <ivoronin at trancom dot ru>Otto Moerbeek
2004-01-07Proper use of uid_t and did_t types instead of a generic int.Thierry Deval
2004-01-07Correctly test for cases where one file is different, and the other hasCan Erkin Acar
2004-01-07Document -p option. ok jmc@Otto Moerbeek
2004-01-07Implement -p option.Otto Moerbeek
2004-01-07corrections to SET OPTIONS;Jason McIntyre
2004-01-07s/environmental/environment/;Jason McIntyre
2004-01-07corrections to the EX COMMANDS section;Jason McIntyre
2004-01-07Convert back to using kvm_getproc2() and friends now that libkvmTodd C. Miller
2004-01-06We don't have signal(7)Todd C. Miller
2004-01-06pkill/pgrep from NetBSD with changes to use kvm_getprocs(). SelectingTodd C. Miller
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
2004-01-06man tweaks;Jason McIntyre