summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-19Mention the Kathmandu frame buffer as being supported as one of the bestMiod Vallat
felines.
2003-03-19spelling fixDavid Krause
ok jason@
2003-03-19Return 0 on success, rather than falling off the end of a function prototypedDale Rahn
as returning int.
2003-03-19add pci devices and note the bus (w/o a tbl per millert suggestion)Michael Shalayeff
2003-03-19document the number of bytes required for btoa8Todd C. Miller
2003-03-19add a list of supported devices (not including the victims of the ↵Michael Shalayeff
'conversion program' as other places do not)
2003-03-18add all missing ne2k pcmcia devicesMichael Shalayeff
2003-03-18missed a RUNDIR -> /var/runAnil Madhavapeddy
2003-03-18- expand DBDIR, ETCDIR, RUNDIR to the actual directories to makeAnil Madhavapeddy
the man pages easier to read - add dhcp(8) to SEE ALSO in dhcpd(8) - rearrange SEE ALSO in section order as well as alphabetical in dhcpd(8) ok millert@, todd@
2003-03-18regenMichael Shalayeff
2003-03-18match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ okMichael Shalayeff
2003-03-18typo, Fabian KroennerHenning Brauer
2003-03-18Use strlcpy() / strlcat() throughout.Todd C. Miller
2003-03-18Do not .Xr yourself, you old bugger. Come on. Give us a grin.Miod Vallat
2003-03-18The only thing cgthree has ever accelerated is your need for a better frameMiod Vallat
buffer card.
2003-03-18Better description, and do not mention the name confusion with the HP 9837Miod Vallat
anymore.
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: on on, in inDavid Krause
ok miod@ jmc@
2003-03-18newsentence, newlineDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: and and, the theDavid Krause
ok miod@ jmc@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18add missing rcs id and start new sentence on a new line.David Krause
ok tedu@
2003-03-18use .Cm for flags without dashDavid Krause
ok miod@ jmc@
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2003-03-18- document the 'struct proc p' 4th argument to lockmgrAnil Madhavapeddy
- put the lockmgr argument descriptions in order ok miod@, art@
2003-03-18ip address -> IP address;Jason McIntyre
rtadvd.conf(5): positve -> positive; ok miod@
2003-03-18small typos;Jason McIntyre
ok miod@
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
lseek(), which is not available on tapes when using the prom device routines; instead, remember our file position, seek forward by reading and discarding data, and only use lseek() in last resort for backwards seek. ok deraadt@
2003-03-18make rcsid const to pass gcc -WallTodd C. Miller
2003-03-18mention namelen in DESCRIPTIONTodd C. Miller
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-03-17Fix UK keyboard layout (2 & 3 shifted from one position).Matthieu Herrb
Reported by scott at porticia dot com. Ok deraadt@
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok.
2003-03-17Deal with snprintf returning -1Todd C. Miller
2003-03-17Use snprintf() and strlcpy() in the generated lib_keyname.cTodd C. Miller
2003-03-17update to official patch from openssl.org; ok deraadt@, millert@Markus Friedl
2003-03-17use snprintf throughoutTodd C. Miller
2003-03-17OpenBSD 3.3 has setreuid/setregid.Todd C. Miller
2003-03-17remove dupe st.patrick; from form@; millert@ okMichael Shalayeff
2003-03-17Use snprintf/vsnprintf; partly from krw@Todd C. Miller
2003-03-17enter 3.6Markus Friedl
2003-03-17don't print \n if backgrounded; from ho@Markus Friedl
2003-03-17more small typos;Jason McIntyre
2003-03-17some small typos;Jason McIntyre
2003-03-17knock these games out, i hope the licenses are fixedTheo de Raadt
2003-03-17syncTheo de Raadt
2003-03-17incorrect string length matching; ianm@cit.uws.edu.auTheo de Raadt
2003-03-17syncTheo de Raadt
2003-03-17syncTheo de Raadt