summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-05correct incorrect off-by-one sscanf boundAnil Madhavapeddy
millert@ ok
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller
2003-05-05document the new -f <mode> command line option.Vincent Labrecque
ok jmc
2003-05-05in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisFederico G. Schwindt
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok.
2003-05-05a couple of off-by-one string bounds in sscanfAnil Madhavapeddy
millert@ ok
2003-05-05It's actually a ``floppy drive'', not a ``floppy driver'', doh.Miod Vallat
2003-05-05Mention that the floppy drive is not supported; David Coomber.Miod Vallat
2003-05-05When talking about third-party application and the ports system, only referenceMiod Vallat
tinkering {Free,Net}BSD and/or even running their packages under compatibility mode, if there is actually a port of these systems to the current architecture. For example, it does not make sense to mention the FreeBSD ports collection on an m68k system... Suggested by David Coomber.
2003-05-05dont write too much data when disconnecting in biz22, also use sizeofAnil Madhavapeddy
in biz31 for consistency. millert@ ok
2003-05-05add properties of single precision IEE754Jason Wright
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
interleave of exe/shared libs. Raise MAXDSIZ back to 1G. This change REQUIRES a binary update on i386.
2003-05-05Describe format of pfctl -sl output, reported by Alejandro G. Belluscio.Daniel Hartmeier
2003-05-05page-align for fixed mmap to workMichael Shalayeff
2003-05-05Write explicit scsibus at controller attachment, rather than scsibus at scsiMiod Vallat
attribute.
2003-05-05corrections from Leandro Costa.Jason McIntyre
- corrections to tradenames - updated URLs - general typos thanks Leandro!
2003-05-05regenHenning Brauer
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.