summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-11Test print statement.Otto Moerbeek
2003-11-11Document new 'print' statement, plus some tweaks.Otto Moerbeek
help and ok jmc@
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
just return success if they are the same. Fixes the "ls 2>&2" problem miod@ found.
2003-11-10A futile attempt to make very clear that, for upgrades to work, you reallyMiod Vallat
need to enable a.out emulation first. Although this warning section USES A FEW ALL CAPS WORDS, it is likely to be skipped by the hasty user.
2003-11-10Disable EXPN and VRFY to help thwart address harvesters and requireTodd C. Miller
senders to say hello.
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
Makes the code slightly more readble, removes casts, and makes some specific constants defined for the bitfields disappear in pmap.c... No functional change.
2003-11-10The classic password paper by Thompson and Morris, with the Caldera license. ↵Otto Moerbeek
It may be written about 25 years ago, but it is still worth reading. ok jmc@ mickey@
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
for edit scripts. Instead, print it to stderr. This matches the GNU diff behavior and fixes a problem with RCS and files with no trailing newline. tedu@ OK
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
a for() loop.
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
not remain set on the text packet sent, seems to improve wi@usb on large transfers.
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
ok miod@
2003-11-09remove .Pp's before lists and displays;Jason McIntyre
2003-11-09fix semantics to match old tools. This prefix is what was passed onMarc Espie
the command line, not the first cwd in the archive, sorry. No way to override this currently. To be safe, - packages would need to be built with a specific base. - packages would need to be installed with the same base. Somewhat the same semantic difference as with LOCALBASE/PREFIX.
2003-11-09remove stale forward declarationDaniel Hartmeier
2003-11-09No need to pass an unused struct carp_softc * into carp_input_c() fromRyan Thomas McBride
carp_input() and carp6_input().
2003-11-09add missing -v to getoptDaniel Hartmeier
2003-11-09Unbreak printing of vlan interface information, commented out accidentallyRyan Thomas McBride
in CARP import.
2003-11-09better boundary placement.Vincent Labrecque
there should be no more problems with inserting files now...
2003-11-09fix a bug i introduced in -r1.19, we should still use the current bufferVincent Labrecque
to test for the end of circular lists.
2003-11-09remove the only use of the hackish undo_add_custom function.Vincent Labrecque
2003-11-09Typos; Jonathan GrayMiod Vallat
2003-11-09proper test for circular list traversal, and nul-terminate strings forVincent Labrecque
safety.
2003-11-09fix up terminal correctly on panic (keeps terminal state correct whenVincent Labrecque
started with an invalid $TERM) spotted by deraadt
2003-11-09remove unused structure elementVincent Labrecque
2003-11-09fix the undo record size for insert-file so we do not get an extra byteVincent Labrecque
2003-11-09knfVincent Labrecque
2003-11-08Inline invalidate_pte().Miod Vallat
2003-11-08all of a sudden, /usr/share/altq disappeared!Jason McIntyre
ok henning@
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
From Pyun YongHyeon. ok henning@, canacar@
2003-11-08seperate -> separate; from Jonathon Gray;Jason McIntyre
ok henning@ dhartmei@
2003-11-08remove entries for FreeBSD drivers;Jason McIntyre
ok miod@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08The very beginning of a pegasos-specific section 8.Miod Vallat
2003-11-08Section 4 changes and additions for Pegasos.Miod Vallat
2003-11-08Sync hardware list with GENERIC.Miod Vallat
2003-11-08Do not keep a list of midi attachments per architecture - this onlyMiod Vallat
makes the page more confusing, and conforms to the existing practice for MI interfaces.