summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-05Merge with EOM 1.41, RCSIdsNiklas Hallqvist
1999-06-05Merge with EOM 1.89Niklas Hallqvist
author: ho Remove early variable initialization.
1999-06-05Pretty sure that the more restrictive umask used by mkstemp() makes the ↵Theo de Raadt
fchmod not neccessary
1999-06-05Use the Listen-on address as local address if Local-addressNiklas Hallqvist
not given, but Listen-on is.
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05say media error instead of medium errorTheo de Raadt
1999-06-05Correct the way ppp transfers links on the server side in MPbrian
mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again.
1999-06-05buf oflow; and use inet_aton()Theo de Raadt
1999-06-05fix another inet_aton()Theo de Raadt
1999-06-05stronger suggestTheo de Raadt
1999-06-05Remove bad examples of stuff we do not yet support in this version anyhowNiklas Hallqvist
1999-06-05Merge with EOM 1.15Niklas Hallqvist
author: niklas More error checking of certs
1999-06-05Merge with EOM 1.14Niklas Hallqvist
author: niklas Add some error checking
1999-06-05Merge with EOM 1.27Niklas Hallqvist
author: niklas style author: niklas strdup error checking
1999-06-05use inet_aton()Theo de Raadt
1999-06-05more .Os cleanup, remove some trailing whitespace, cleanse some .NmAaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05change some .Em/.Va to .Li, looks nicerAaron Campbell
1999-06-05export p_mdMichael Shalayeff
1999-06-05change some .Va to .Li, also more .DvAaron Campbell
1999-06-05some more .DvAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-06-04Think-o in pmap_extract4m(), detected by UVM; pkTheo de Raadt
1999-06-04forgot to zero sunionNiels Provos
1999-06-04use mkstemp; Peter.Galbavy@knowledge.comTheo de Raadt
1999-06-04quiet gccTheo de Raadt
1999-06-04some repairs, add example to strdup(3) pageAaron Campbell
1999-06-04add examplesAaron Campbell
1999-06-04add an example, similar to the one in strspn.3Aaron Campbell
1999-06-04remove old MN code, which is not in use anymore, MNN been running forMichael Shalayeff
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok
1999-06-04add an example; pattonme@ns.ra.pae.osd.milAaron Campbell
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
This allows CNAMEs to PTRs with names including slashes, something not really RFC-compliant but still in general use.
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-04After some constructive criticism from pjanzen@ and some e-mail tag:Aaron Campbell
- only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens).
1999-06-04start swapping on the first swap device after initializationArtur Grabowski
1999-06-04remove sys_omsync, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-04remove sys_swapon, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-03Repair amiga builds (int schedules need some machine-specific macros)Marc Espie
1999-06-03Same problem as i386, same fix. From Theo.Jason Downs
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1999-06-03add support for including the subject of a message being replied toMarco S Hyman
in the reply; OK'd by deraadt@
1999-06-03syncTheo de Raadt
1999-06-03correct a deviceTheo de Raadt
1999-06-03use uvm_vnp_setsize when uvm (workaround)Artur Grabowski
1999-06-03check for interface names before hostnamesTheo de Raadt
1999-06-03syncTheo de Raadt
1999-06-03obvious shorteningTheo de Raadt
1999-06-03use __sparc__ just in caseTheo de Raadt