Age | Commit message (Expand) | Author |
2003-05-05 | correct incorrect off-by-one sscanf bound | Anil Madhavapeddy |
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 |
2003-05-05 | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | Federico G. Schwindt |
2003-05-05 | a couple of off-by-one string bounds in sscanf | Anil Madhavapeddy |
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 |
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy |
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 |
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 |
2003-05-05 | corrections from Leandro Costa. | Jason McIntyre |
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 |
2003-05-05 | Remove FreeBSD configuration lines in SYNOPSIS that slipped through the | Miod Vallat |
2003-05-05 | - removed groff macros that were not formatting SYNOPSIS properly | Jason McIntyre |
2003-05-05 | -Wall cleanup: trim unused vars, better err() message in stdhosts, | Anil Madhavapeddy |
2003-05-05 | Etherlink -> EtherLink | Jason McIntyre |
2003-05-05 | fix test for restoring mnt_syncer in dounmount. | Ted Unangst |
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy |
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 |
2003-05-04 | Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, instead | Daniel Hartmeier |
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 |
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 |
2003-05-03 | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | Jason McIntyre |
2003-05-03 | removed typo introduced by myself; | Jason McIntyre |
2003-05-03 | typos; | Jason McIntyre |
2003-05-03 | typos; | Jason McIntyre |
2003-05-03 | - make it -Wall clean | Anil Madhavapeddy |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre |
2003-05-03 | The 'memleft' calcuations assume that the data address starts at | Todd C. Miller |
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 |
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 |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
2003-05-03 | implement and enable a mmaping pages test (mmap over .data etc, | Michael Shalayeff |