summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-05"Intel 82440MX AC97 Modem" rev 0x00 at pci0 dev 0 function 2 not configuredHenning Brauer
2003-05-05add a mail-mode, to do automatic line-wrapping.Vincent Labrecque
(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
2003-05-05Remove FreeBSD configuration lines in SYNOPSIS that slipped through theMiod Vallat
previous commit.
2003-05-05- removed groff macros that were not formatting SYNOPSIS properlyJason McIntyre
- 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
2003-05-05-Wall cleanup: trim unused vars, better err() message in stdhosts,Anil Madhavapeddy
and constify rcsid[] deraadt@ ok
2003-05-05Etherlink -> EtherLinkJason McIntyre
from Leandro Costa.
2003-05-05fix test for restoring mnt_syncer in dounmount.Ted Unangst
ok and input csapuntz@
2003-05-04the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAMEAnil Madhavapeddy
to avoid unnecessary truncation millert@ ok
2003-05-04mop-mop squeek-squeekMichael Shalayeff
2003-05-04The custom logic used for determining the basename of source fileNils Nordman
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@.
2003-05-04Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, insteadDaniel Hartmeier
of leaking. Reported by orjan.sjelvgren@ignite.com. ok jason@, krw@ and henning@.
2003-05-04snprintfTheo de Raadt
2003-05-04Set code segment register according to nxpages, copied from machdep.cDale Rahn
2003-05-04When a protection fault occurs, force %cr2 to contain the pc asDale Rahn
the fault address.
2003-05-04string cleaning. ok deraadt@Ted Unangst
2003-05-04remove unused var docache from relookup. from netbsdTed Unangst
2003-05-03string fixTheo de Raadt
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03also had too many arguments to .Nd; shortened to read the same (theJason McIntyre
truncated part was unnecessary); ok tedu@
2003-05-03typo in STANDARDS (this man page is getnameinfo, not getaddrinfo);Jason McIntyre
from wiz@netbsd
2003-05-03removed typo introduced by myself;Jason McIntyre
spotted by wiz@netbsd.
2003-05-03typos;Jason McIntyre
2003-05-03typos;Jason McIntyre
ok millert@
2003-05-03- make it -Wall cleanAnil Madhavapeddy
- 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)
2003-05-03these files all had >9 arguments to .Nd, causing the name description to beJason McIntyre
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@
2003-05-03The 'memleft' calcuations assume that the data address starts atTodd C. Miller
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.
2003-05-03more extensive antispoof testHenning Brauer
2003-05-03don't free() the char * carrying the rule label too earlyHenning Brauer
noticed by Mathieu Sauve-Frankel <m.sauve at secureops.net> via silc
2003-05-03regenAlexander Yurchenko
2003-05-03A bunch of new Promise ATA/SATA chips; from FreeBSDAlexander Yurchenko
2003-05-03sprintf -> snprintf.Kenneth R Westerback
Almost identical to a previously submitted diff from tedu@. ok tedu@ tdeval@
2003-05-03just as a safety measure, set m_flags to 0 for mbufs allocated on stack.Jun-ichiro itojun Hagino
dhartmei ok
2003-05-03implement and enable a mmaping pages test (mmap over .data etc,Michael Shalayeff
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.
2003-05-02Update to conform to Posix 1003.1-2001.Nils Nordman
* 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@.
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
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.
2003-05-02Zap unused STRIP_TRAILING_SLASH macro.Nils Nordman
Ok millert@.
2003-05-02o Don't close stdout in interactive mode; mpech@Todd C. Miller
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 ;-)
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
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.
2003-05-02syncTed Unangst
2003-05-02Use Nx 1.5.1 symbolJason Wright
2003-05-02add Nx 1.5.1 (referenced by macppc/awacs(4))Jason Wright
2003-05-02Rework SIS IDE support. Unbreak the newest chips and fix issues with theAlexander Yurchenko
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@.
2003-05-02syncTheo de Raadt
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-02eso what.Jason Wright
2003-05-02add esoJason Wright
2003-05-01don't cast pointer to integer, use intptr_t stuff off inttypes.h insteadPeter Valchev
ok millert
2003-05-01Enable compiler warning options but NOT -WerrorMarco S Hyman
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright