summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-13Couple of typos in poll changes. ok millert@Dale Rahn
2003-11-13remove obsolete filesMarkus Friedl
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-12remove -g for i386Markus Friedl
2003-11-12make verb agree with subject, and kill some whitespace;Jason McIntyre
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
2003-11-12kill some .Pp's before displays;Jason McIntyre
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canTodd C. Miller
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-11-12When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@Darren Tucker
2003-11-11crank minor for ERR_release_err_state_tableMarkus Friedl
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11import 0.9.7cMarkus Friedl
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11some POSIX Xr's: mlock(2), mlockall(2), mmap(2);Jason McIntyre
2003-11-11Add test for some non-portable syntactic sugar.Otto Moerbeek
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11sync the field names with what's in the man page;Jason McIntyre
2003-11-11Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org)Miod Vallat
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
2003-11-11Describe new 'print' statement plus some tweaks.Otto Moerbeek
2003-11-11Test print statement.Otto Moerbeek
2003-11-11Document new 'print' statement, plus some tweaks.Otto Moerbeek
2003-11-11Implement `print' statement, a non-portable extension.Otto Moerbeek
2003-11-11SyncMiod Vallat
2003-11-10missing proto for kqueue(); marc@ okMichael Shalayeff
2003-11-10c2 cannot be const as it produces all kinds of conflictsMichael Shalayeff
2003-11-10typos are my friend.Marc Espie
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-11-10For the >& and <& operators, add a check for "dup from" == "dup to" andTodd C. Miller
2003-11-10A futile attempt to make very clear that, for upgrades to work, you reallyMiod Vallat
2003-11-10Disable EXPN and VRFY to help thwart address harvesters and requireTodd C. Miller
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-11-10The classic password paper by Thompson and Morris, with the Caldera license. ...Otto Moerbeek
2003-11-10add more privacy flagsTodd C. Miller
2003-11-10Din't print the "No newline at end of file" to inline (ie: to stdout)Todd C. Miller
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-11-10Fine-grained handling of errors, pkg already installed is not an error.Marc Espie
2003-11-10Add 'no-sync' to regression tests.Ryan Thomas McBride
2003-11-09cosmetic change; don't put an ending semicolon on the same line asTodd C. Miller
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
2003-11-09Flush after 'n' operator.Otto Moerbeek
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-09Introduce `last' as a synonym for `.' and document them.Otto Moerbeek
2003-11-09count errors while installing packages, and exit(1) if errors.Marc Espie
2003-11-09add entry for Pegasos;Jason McIntyre
2003-11-09remove .Pp's before lists and displays;Jason McIntyre