summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-06-03sysctl of KERN_FILE returns a list of mis-aligned file structs; compensateTheo de Raadt
by copying to private space... since changing the kernel API will be difficult.
1999-06-03syncTheo de Raadt
1999-06-03newTheo de Raadt
1999-06-03egcs generates broken code for -O2 on sparcTheo de Raadt
1999-06-03Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should ↵Todd C. Miller
really only use memname ifdef DIAGNOSTIC but that isn't feasible right now
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
having different speed links in a bundle. This would manifest itself by having the link occasionally hang, but revive when a new connection is made.... Make ``show mp'' a bit prettier.
1999-06-03-20 -> \-20Aaron Campbell
1999-06-03use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;Aaron Campbell
pjanzen@
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
pjanzen@
1999-06-03regen.Federico G. Schwindt
1999-06-03Add SMC EZCARD definition and Fujitsu products from Netbsd.Federico G. Schwindt
1999-06-03syncTheo de Raadt
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
usage message.
1999-06-02snprintfTheo de Raadt
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend().
1999-06-02enable sys_swapctl() implementationMichael Shalayeff
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-06-02Merge with EOM 1.16Niklas Hallqvist
author: niklas As PF_KEY per the specs is a best-effort service, expect messages to get lost. That means both replies in PF_KEY "RPCs" and expirations, the latter we solve with extra paranoia and sets timeouts in isakmpd too.
1999-06-02Merge with EOM 1.23Niklas Hallqvist
author: niklas Doc fixes from OpenBSD author: niklas Some extra error checking, documentation and style wrt connections author: niklas Initial text for Passive-Connections author: niklas Doc fix from OpenBSD