Age | Commit message (Collapse) | Author |
|
|
|
(at the same time, change the command line parsing to support a
-f <mode> that is slightly different from the one in gnu emacs,
we apply it to all buffers created from command line arguments,
so you can use "mg -f mail-mode" as your editor. manpage change
coming soon)
ok henning
|
|
previous commit.
|
|
- more logical order for SYNOPSIS
- plural of bus is buses
- more than one SCSI bus gets you "scsibus0 at ahc0", not "scbus0 at ahc0"
(from Leandro Costa)
- kill whitespace at EOL
|
|
and constify rcsid[]
deraadt@ ok
|
|
from Leandro Costa.
|
|
ok and input csapuntz@
|
|
to avoid unnecessary truncation
millert@ ok
|
|
|
|
was flawed in that it did not account for trailing slashes. Use
basename(3) instead. Fixes invocations where target is a directory
and source has a trailing slash (e.g. ln -s /tmp/ .).
Ok millert@.
|
|
of leaking. Reported by orjan.sjelvgren@ignite.com. ok jason@, krw@ and
henning@.
|
|
|
|
|
|
the fault address.
|
|
|
|
|
|
|
|
|
|
|
|
truncated part was unnecessary);
ok tedu@
|
|
from wiz@netbsd
|
|
spotted by wiz@netbsd.
|
|
|
|
ok millert@
|
|
- add SNDCTL_DSP_SETDUPLEX emulation (netbsd)
- SNDCTL_DSP_POST is a noop to prevent some apps blocking (netbsd)
- some man pages fixes (from me and netbsd)
- add some more missing #defines for SOUND_MIXER_* (netbsd)
|
|
truncated. i wrapped them in double quotes to preserve the line.
grep inspired by an -mdoc lesson from millert@
|
|
0, which is no longer the case. So instead of the hokey private
malloc() implementation, just use mmap. From diffs I ran on
anoncvs.usa 4 years ago.
|
|
|
|
noticed by Mathieu Sauve-Frankel <m.sauve at secureops.net> via silc
|
|
|
|
|
|
Almost identical to a previously submitted diff from tedu@.
ok tedu@ tdeval@
|
|
dhartmei ok
|
|
as it was suggested by art@ some time ago).
implement noexec test for mmap()ed memory and enable it.
add more padding on the data allocated to prevent changing
protection on unrelated data and such.
implement cache flushing (for hppa now).
be careful w/ data allocations sizes and such.
some other cleanups.
|
|
* what now accepts a -s parameter which causes
it to quit searching after finding the first match.
* stdin is no longer valid for input, one or more
filenames have to be provided.
* Backslash is recoqnized as a pattern delimiter.
* The exit status reflects the number of mathes
found (0 if any matches were found, 1 otherwise).
Also replace strncpy -> strlcpy.
Mostly a sync with netbsd.
Input pjanzen@, vincent@.
ok millert@.
|
|
tss and not only in the frame since we might be returning that way too.
add a heuristic for detecting an exec protection fault:
iff we get a read protection fault (which we normally never
get due to our segments being always readable) we assume that
it was an exec protection indeed and go to page fault
routine which will decide the rest for us (including sending
a signal should that be needed).
problem found by drahn@ and testing by many ppl.
|
|
Ok millert@.
|
|
Extra paranoia:
o Close keyfile by hand each time in -a mode so we don't leak an fd
to sendmail
o If any of std{out,in,err} are not open, open /dev/null in their stead.
o If stdout is not open and -i was specified, just exit since there
is nowhere to print the info.
Thanks for mpech@ for his testing and bug finding ;-)
|
|
version. Normally, gcc provides its own alloca() (unless -fno-builtin
is specified). The C version is decidedly suboptimal--we really
need proper assembler versions but this will work as a stop-gap
measure.
|
|
|
|
|
|
|
|
old ones. Original work by sos@freebsd, then adapted for netbsd by
bouyer@netbsd. Many thanks to Paul de Weerd <paul@mail.me.maar.nu>
for problem report, providing url to the preliminary netbsd diff and
access to testing machine. Extra testing by tedu@.
|
|
|
|
|
|
|
|
|
|
ok millert
|
|
|
|
|