summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-04egcs has been fixed.Marc Espie
No longer need those.
1999-07-04ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses ↵Todd C. Miller
routines
1999-07-04document KERN_RND and KERN_NOSUIDCOREDUMPAaron Campbell
1999-07-04better use of quotesAaron Campbell
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-04constrain token character set; worked out with hugh@openbsd.orgTheo de Raadt
1999-07-03typosHugh Graham
1999-07-03cleaned upTheo de Raadt
1999-07-03if_freenameindex() APITheo de Raadt
1999-07-03talk about ipsec sysctl variablesTheo de Raadt
1999-07-03cleanerTheo de Raadt
1999-07-03man pages from WIDETheo de Raadt
1999-07-03install man pageTheo de Raadt
1999-07-03Add a note about modem_chat vs. dialbackTodd C. Miller
1999-07-03man page for net_addrcmp(3)Aaron Campbell
1999-07-03use getnameinfo()Theo de Raadt
1999-07-03proto net_addrcmp()Theo de Raadt
1999-07-03Ignore SIGs in the answer section for now as we don't use them (yet).Jakob Schlyter
OK'd by deraadt.
1999-07-03spellingTheo de Raadt
1999-07-03whoops, fix a bug in my example :)Aaron Campbell
1999-07-03add an exampleAaron Campbell
1999-07-03use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properlyAaron Campbell
1999-07-03indentTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-03fixes; hal@sdsi.comTheo de Raadt
1999-07-02rename SADB_foo_X_bar to SADB_X_foo_barTheo de Raadt
1999-07-02copy ISOFSMNT_NOJOLIET flag from isofs/cd9660/cd9660_mount.hTheo de Raadt
1999-07-02Fixed a #ifdef defined()... typo that turned into a compilation failure.cmetz
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02.Pp macros are not necessary before .Sh macros, eitherAaron Campbell
1999-07-02Significant cleanups in the way TCP is made to handle multiple networkcmetz
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-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-02document moreTheo de Raadt
1999-07-02use getprotobynumber(); safe since it does not do YPTheo de Raadt
1999-07-02more systeminfo() fixes; hal@sdsi.comTheo de Raadt
1999-07-02ambigious elseTheo de Raadt
1999-07-02- rnd(4) does not exist, it is really random(4)Aaron Campbell
- iteger -> integer - cpus -> CPUs
1999-07-02lmc man pagesTheo de Raadt
1999-07-02some formatting fixesAaron Campbell
1999-07-02sparc -> __sparc__Brad Smith
1999-07-02do not use fuword()Theo de Raadt
1999-07-02freebsd merge:Jason Wright
dynamically set the tx threshold (missed in last merge)
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
not "Month, ##, ####"
1999-07-02For "tput init" set margins and 8 character tabs, for "tput reset" set marginsTodd C. Miller
1999-07-02Kludge to not get locked threads with UVM, XXXNiklas Hallqvist
1999-07-02Added a simple but potentially very useful new mbuf function, m_apply().cmetz
It applies the supplied function f(state, p, len) to every contiguous region in a mbuf, thus mostly handling all the mbuf-isms for you. It's used by my TCP MD5 signature implementation to run MD5 over the TCP payload data in a mbuf so that I don't have to spread mbufism-loops all over. It might also be useful for IPsec.
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt
1999-07-01tzdata1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@David Leonard