Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-05 | change some .Va to .Li, also more .Dv | Aaron Campbell | |
1999-06-05 | some more .Dv | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron 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-04 | Think-o in pmap_extract4m(), detected by UVM; pk | Theo de Raadt | |
1999-06-04 | forgot to zero sunion | Niels Provos | |
1999-06-04 | use mkstemp; Peter.Galbavy@knowledge.com | Theo de Raadt | |
1999-06-04 | quiet gcc | Theo de Raadt | |
1999-06-04 | some repairs, add example to strdup(3) page | Aaron Campbell | |
1999-06-04 | add examples | Aaron Campbell | |
1999-06-04 | add an example, similar to the one in strspn.3 | Aaron Campbell | |
1999-06-04 | remove old MN code, which is not in use anymore, MNN been running for | Michael Shalayeff | |
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok | |||
1999-06-04 | add an example; pattonme@ns.ra.pae.osd.mil | Aaron Campbell | |
1999-06-04 | Be 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-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-06-04 | After 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-04 | start swapping on the first swap device after initialization | Artur Grabowski | |
1999-06-04 | remove sys_omsync, it's in already in compat. (how did this ever link?) | Artur Grabowski | |
1999-06-04 | remove sys_swapon, it's in already in compat. (how did this ever link?) | Artur Grabowski | |
1999-06-03 | Repair amiga builds (int schedules need some machine-specific macros) | Marc Espie | |
1999-06-03 | Same problem as i386, same fix. From Theo. | Jason Downs | |
1999-06-03 | use __builtin_next_arg() for va_start() | Theo de Raadt | |
1999-06-03 | add support for including the subject of a message being replied to | Marco S Hyman | |
in the reply; OK'd by deraadt@ | |||
1999-06-03 | sync | Theo de Raadt | |
1999-06-03 | correct a device | Theo de Raadt | |
1999-06-03 | use uvm_vnp_setsize when uvm (workaround) | Artur Grabowski | |
1999-06-03 | check for interface names before hostnames | Theo de Raadt | |
1999-06-03 | sync | Theo de Raadt | |
1999-06-03 | obvious shortening | Theo de Raadt | |
1999-06-03 | use __sparc__ just in case | Theo de Raadt | |
1999-06-03 | sysctl of KERN_FILE returns a list of mis-aligned file structs; compensate | Theo de Raadt | |
by copying to private space... since changing the kernel API will be difficult. | |||
1999-06-03 | sync | Theo de Raadt | |
1999-06-03 | new | Theo de Raadt | |
1999-06-03 | egcs generates broken code for -O2 on sparc | Theo de Raadt | |
1999-06-03 | Also 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-03 | Fix some MP sequence number comparison bogons that are tickled by | brian | |
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 -> \-20 | Aaron Campbell | |
1999-06-03 | use \-1, not -1, to change the meaning of `-' to minus sign from hyphen; | Aaron Campbell | |
pjanzen@ | |||
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell | |
pjanzen@ | |||
1999-06-03 | regen. | Federico G. Schwindt | |
1999-06-03 | Add SMC EZCARD definition and Fujitsu products from Netbsd. | Federico G. Schwindt | |
1999-06-03 | sync | Theo de Raadt | |
1999-06-02 | Oops, quieten a compiler warning. | brian | |
1999-06-02 | Mention physical and sync logging in the ``set log'' | brian | |
usage message. | |||
1999-06-02 | snprintf | Theo de Raadt | |
1999-06-02 | o 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-02 | enable sys_swapctl() implementation | Michael Shalayeff | |
1999-06-02 | A couple of more __MIPSEX__ | Per Fogelstrom | |
1999-06-02 | Merge with EOM 1.16 | Niklas 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-02 | Merge with EOM 1.23 | Niklas 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 |