Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-04 | another modem | Theo de Raadt | |
1999-07-04 | Typos | Marc Espie | |
1999-07-04 | Let pkg_add use tar -q. | Marc Espie | |
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...) | |||
1999-07-04 | New: tar -q option (for quick) | Marc Espie | |
same as pax -n. Useful for packages. | |||
1999-07-04 | repairs | Aaron Campbell | |
1999-07-04 | some repairs | Aaron Campbell | |
1999-07-04 | better wording | Aaron Campbell | |
1999-07-04 | some fix-ups | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-07-04 | egcs has been fixed. | Marc Espie | |
No longer need those. | |||
1999-07-04 | ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses ↵ | Todd C. Miller | |
routines | |||
1999-07-04 | document KERN_RND and KERN_NOSUIDCOREDUMP | Aaron Campbell | |
1999-07-04 | better use of quotes | Aaron Campbell | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-04 | constrain token character set; worked out with hugh@openbsd.org | Theo de Raadt | |
1999-07-03 | typos | Hugh Graham | |
1999-07-03 | cleaned up | Theo de Raadt | |
1999-07-03 | if_freenameindex() API | Theo de Raadt | |
1999-07-03 | talk about ipsec sysctl variables | Theo de Raadt | |
1999-07-03 | cleaner | Theo de Raadt | |
1999-07-03 | man pages from WIDE | Theo de Raadt | |
1999-07-03 | install man page | Theo de Raadt | |
1999-07-03 | Add a note about modem_chat vs. dialback | Todd C. Miller | |
1999-07-03 | man page for net_addrcmp(3) | Aaron Campbell | |
1999-07-03 | use getnameinfo() | Theo de Raadt | |
1999-07-03 | proto net_addrcmp() | Theo de Raadt | |
1999-07-03 | Ignore SIGs in the answer section for now as we don't use them (yet). | Jakob Schlyter | |
OK'd by deraadt. | |||
1999-07-03 | spelling | Theo de Raadt | |
1999-07-03 | whoops, fix a bug in my example :) | Aaron Campbell | |
1999-07-03 | add an example | Aaron Campbell | |
1999-07-03 | use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properly | Aaron Campbell | |
1999-07-03 | indent | Theo de Raadt | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-03 | fixes; hal@sdsi.com | Theo de Raadt | |
1999-07-02 | rename SADB_foo_X_bar to SADB_X_foo_bar | Theo de Raadt | |
1999-07-02 | copy ISOFSMNT_NOJOLIET flag from isofs/cd9660/cd9660_mount.h | Theo de Raadt | |
1999-07-02 | Fixed a #ifdef defined()... typo that turned into a compilation failure. | cmetz | |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | .Pp macros are not necessary before .Sh macros, either | Aaron Campbell | |
1999-07-02 | Significant cleanups in the way TCP is made to handle multiple network | cmetz | |
protocols. "struct tcpiphdr" is now gone from much of the code, as are separate pointers for ti and ti6. The result is fewer variables, which is generally a good thing. Simple if(is_ipv6) ... else ... tests are gone in favor of a switch(protocol family), which allows future new protocols to be added easily. This also makes it possible for someone so inclined to re-implement TUBA (TCP over CLNP?) and do it right instead of the kluged way it was done in 4.4. The TCP header template is now referenced through a mbuf rather than done through a data pointer and dtom()ed as needed. This is partly because dtom() is evil and partly because max_linkhdr + IPv6 + TCP + MSS/TS/SACK opts won't fit inside a packet header mbuf, so we need to grab a cluster for that (which the code now does, if needed). | |||
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-02 | document more | Theo de Raadt | |
1999-07-02 | use getprotobynumber(); safe since it does not do YP | Theo de Raadt | |
1999-07-02 | more systeminfo() fixes; hal@sdsi.com | Theo de Raadt | |
1999-07-02 | ambigious else | Theo de Raadt | |
1999-07-02 | - rnd(4) does not exist, it is really random(4) | Aaron Campbell | |
- iteger -> integer - cpus -> CPUs | |||
1999-07-02 | lmc man pages | Theo de Raadt | |
1999-07-02 | some formatting fixes | Aaron Campbell | |
1999-07-02 | sparc -> __sparc__ | Brad Smith | |