Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-05 | buf oflow; and use inet_aton() | Theo de Raadt | |
1999-06-05 | fix another inet_aton() | Theo de Raadt | |
1999-06-05 | stronger suggest | Theo de Raadt | |
1999-06-05 | Remove bad examples of stuff we do not yet support in this version anyhow | Niklas Hallqvist | |
1999-06-05 | Merge with EOM 1.15 | Niklas Hallqvist | |
author: niklas More error checking of certs | |||
1999-06-05 | Merge with EOM 1.14 | Niklas Hallqvist | |
author: niklas Add some error checking | |||
1999-06-05 | Merge with EOM 1.27 | Niklas Hallqvist | |
author: niklas style author: niklas strdup error checking | |||
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-06-05 | more .Os cleanup, remove some trailing whitespace, cleanse some .Nm | Aaron Campbell | |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | change some .Em/.Va to .Li, looks nicer | Aaron Campbell | |
1999-06-05 | export p_md | Michael Shalayeff | |
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 | |