Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-05 | correct incorrect off-by-one sscanf bound | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | Todd C. Miller | |
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque | |
ok jmc | |||
2003-05-05 | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | Federico G. Schwindt | |
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok. | |||
2003-05-05 | a couple of off-by-one string bounds in sscanf | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-05 | It's actually a ``floppy drive'', not a ``floppy driver'', doh. | Miod Vallat | |
2003-05-05 | Mention that the floppy drive is not supported; David Coomber. | Miod Vallat | |
2003-05-05 | When talking about third-party application and the ports system, only reference | Miod 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-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy | |
in biz31 for consistency. millert@ ok | |||
2003-05-05 | add properties of single precision IEE754 | Jason Wright | |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn | |
interleave of exe/shared libs. Raise MAXDSIZ back to 1G. This change REQUIRES a binary update on i386. | |||
2003-05-05 | Describe format of pfctl -sl output, reported by Alejandro G. Belluscio. | Daniel Hartmeier | |
2003-05-05 | page-align for fixed mmap to work | Michael Shalayeff | |
2003-05-05 | Write explicit scsibus at controller attachment, rather than scsibus at scsi | Miod Vallat | |
attribute. | |||
2003-05-05 | corrections from Leandro Costa. | Jason McIntyre | |
- corrections to tradenames - updated URLs - general typos thanks Leandro! | |||
2003-05-05 | regen | Henning Brauer | |
2003-05-05 | "Intel 82440MX AC97 Modem" rev 0x00 at pci0 dev 0 function 2 not configured | Henning Brauer | |
2003-05-05 | add 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-05 | Remove FreeBSD configuration lines in SYNOPSIS that slipped through the | Miod Vallat | |
previous commit. | |||
2003-05-05 | - removed groff macros that were not formatting SYNOPSIS properly | Jason 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-05 | Etherlink -> EtherLink | Jason McIntyre | |
from Leandro Costa. | |||
2003-05-05 | fix test for restoring mnt_syncer in dounmount. | Ted Unangst | |
ok and input csapuntz@ | |||
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy | |
to avoid unnecessary truncation millert@ ok | |||
2003-05-04 | mop-mop squeek-squeek | Michael Shalayeff | |
2003-05-04 | The custom logic used for determining the basename of source file | Nils 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-04 | Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, instead | Daniel Hartmeier | |
of leaking. Reported by orjan.sjelvgren@ignite.com. ok jason@, krw@ and henning@. | |||
2003-05-04 | snprintf | Theo de Raadt | |
2003-05-04 | Set code segment register according to nxpages, copied from machdep.c | Dale Rahn | |
2003-05-04 | When a protection fault occurs, force %cr2 to contain the pc as | Dale Rahn | |
the fault address. | |||
2003-05-04 | string cleaning. ok deraadt@ | Ted Unangst | |
2003-05-04 | remove unused var docache from relookup. from netbsd | Ted Unangst | |
2003-05-03 | string fix | Theo de Raadt | |
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2003-05-03 | also had too many arguments to .Nd; shortened to read the same (the | Jason McIntyre | |
truncated part was unnecessary); ok tedu@ | |||
2003-05-03 | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | Jason McIntyre | |
from wiz@netbsd | |||
2003-05-03 | removed typo introduced by myself; | Jason McIntyre | |
spotted by wiz@netbsd. | |||
2003-05-03 | typos; | Jason McIntyre | |
2003-05-03 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-05-03 | - make it -Wall clean | Anil 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-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-05-03 | The 'memleft' calcuations assume that the data address starts at | Todd 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-03 | more extensive antispoof test | Henning Brauer | |
2003-05-03 | don't free() the char * carrying the rule label too early | Henning Brauer | |
noticed by Mathieu Sauve-Frankel <m.sauve at secureops.net> via silc | |||
2003-05-03 | regen | Alexander Yurchenko | |
2003-05-03 | A bunch of new Promise ATA/SATA chips; from FreeBSD | Alexander Yurchenko | |
2003-05-03 | sprintf -> snprintf. | Kenneth R Westerback | |
Almost identical to a previously submitted diff from tedu@. ok tedu@ tdeval@ | |||
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2003-05-03 | implement 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. |