Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-11 | Test print statement. | Otto Moerbeek | |
2003-11-11 | Document new 'print' statement, plus some tweaks. | Otto Moerbeek | |
help and ok jmc@ | |||
2003-11-11 | Implement `print' statement, a non-portable extension. | Otto Moerbeek | |
2003-11-11 | Sync | Miod Vallat | |
2003-11-10 | missing proto for kqueue(); marc@ ok | Michael Shalayeff | |
2003-11-10 | c2 cannot be const as it produces all kinds of conflicts | Michael Shalayeff | |
2003-11-10 | typos are my friend. | Marc Espie | |
2003-11-10 | If "from fd" == "to fd" don't call dup2() or close "from fd". | Todd C. Miller | |
2003-11-10 | For the >& and <& operators, add a check for "dup from" == "dup to" and | Todd C. Miller | |
just return success if they are the same. Fixes the "ls 2>&2" problem miod@ found. | |||
2003-11-10 | A futile attempt to make very clear that, for upgrades to work, you really | Miod 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-10 | Disable EXPN and VRFY to help thwart address harvesters and require | Todd C. Miller | |
senders to say hello. | |||
2003-11-10 | Get 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-10 | The 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-10 | add more privacy flags | Todd C. Miller | |
2003-11-10 | Din'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-10 | constify. ok markus@ & djm@ | Jakob Schlyter | |
2003-11-10 | Fine-grained handling of errors, pkg already installed is not an error. | Marc Espie | |
2003-11-10 | Add 'no-sync' to regression tests. | Ryan Thomas McBride | |
2003-11-09 | cosmetic change; don't put an ending semicolon on the same line as | Todd C. Miller | |
a for() loop. | |||
2003-11-09 | Zero the tx buffer before reusing it. This way stray bits will | Dale Rahn | |
not remain set on the text packet sent, seems to improve wi@usb on large transfers. | |||
2003-11-09 | Flush after 'n' operator. | Otto Moerbeek | |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-11-09 | Introduce `last' as a synonym for `.' and document them. | Otto Moerbeek | |
2003-11-09 | count errors while installing packages, and exit(1) if errors. | Marc Espie | |
2003-11-09 | add entry for Pegasos; | Jason McIntyre | |
ok miod@ | |||
2003-11-09 | remove .Pp's before lists and displays; | Jason McIntyre | |
2003-11-09 | fix semantics to match old tools. This prefix is what was passed on | Marc 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-09 | remove stale forward declaration | Daniel Hartmeier | |
2003-11-09 | No need to pass an unused struct carp_softc * into carp_input_c() from | Ryan Thomas McBride | |
carp_input() and carp6_input(). | |||
2003-11-09 | add missing -v to getopt | Daniel Hartmeier | |
2003-11-09 | Unbreak printing of vlan interface information, commented out accidentally | Ryan Thomas McBride | |
in CARP import. | |||
2003-11-09 | better boundary placement. | Vincent Labrecque | |
there should be no more problems with inserting files now... | |||
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque | |
to test for the end of circular lists. | |||
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque | |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat | |
2003-11-09 | proper test for circular list traversal, and nul-terminate strings for | Vincent Labrecque | |
safety. | |||
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | Inline invalidate_pte(). | Miod Vallat | |
2003-11-08 | all of a sudden, /usr/share/altq disappeared! | Jason McIntyre | |
ok henning@ | |||
2003-11-08 | Return proper anchor rule number in correct byte order. | Daniel Hartmeier | |
From Pyun YongHyeon. ok henning@, canacar@ | |||
2003-11-08 | seperate -> separate; from Jonathon Gray; | Jason McIntyre | |
ok henning@ dhartmei@ | |||
2003-11-08 | remove entries for FreeBSD drivers; | Jason McIntyre | |
ok miod@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | The very beginning of a pegasos-specific section 8. | Miod Vallat | |
2003-11-08 | Section 4 changes and additions for Pegasos. | Miod Vallat | |
2003-11-08 | Sync hardware list with GENERIC. | Miod Vallat | |
2003-11-08 | Do not keep a list of midi attachments per architecture - this only | Miod Vallat | |
makes the page more confusing, and conforms to the existing practice for MI interfaces. |