summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1999-07-31document cdev/bdev semantic changeTheo de Raadt
1999-07-26use .AqAaron Campbell
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictDale S. Rahn
with the "C" function start();
1999-07-23replace the stub ieeefp functions with the real working functions,Dale S. Rahn
from NetBSD.
1999-07-21Add missing hosts_ctl() prototype.Oleg Safiullin
1999-07-21Xr fparseln(3); deraadt@Aaron Campbell
1999-07-21fix bad English, spelling, grammar, comma splices, etc.Aaron Campbell
1999-07-21Remove PARAMETERS section. Different bad. Kjell bad.Kjell Wooding
Add references to sockaddr_storage.
1999-07-21Updated man pages to be useful. Include description of typical uses.Kjell Wooding
1999-07-20insert a missing .El macroAaron Campbell
1999-07-20Added fparseln from NetBSD.Jakob Schlyter
ok deraadt@
1999-07-20better english; deraadt@/millert@Aaron Campbell
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1999-07-19if pcap_dump_open() specified a snaplen of -1, make sure pcap_open_offline() ↵Theo de Raadt
does not malloc -1, but uses max snaplen; pointed out by mts@nfr.net
1999-07-18I think that libm_i387 has lived too longTheo de Raadt
1999-07-18do not make excessive shared libraries for these tiny libraries..Theo de Raadt
1999-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
1999-07-15change /etc/host.random to /var/db/host.randomNiels Provos
1999-07-14Update for 2-beta3 versionAngelos D. Keromytis
1999-07-11man page fixes from ncurses-990710Todd C. Miller
1999-07-11ncurses-990710:Todd C. Miller
Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo
1999-07-11ncurses-990710:Todd C. Miller
Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo
1999-07-09i386 man pages in cat2/i386/Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08use SIOCGIFCONF much more carefullyTheo de Raadt
1999-07-08spurious words and misc fixesHugh Graham
1999-07-07I don't see how revoke can return EINVAL.Artur Grabowski
1999-07-07revoke(2) works on more than just char and block devicesArtur Grabowski
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-07capitalize .Dt argumentAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-06these can also return ENFILETheo de Raadt
1999-07-06Update to reflect reality.Jason Downs
1999-07-05repairsAaron Campbell
1999-07-05whoops, forgot this oneAaron Campbell
1999-07-05repairsAaron Campbell
1999-07-05use .Li to refer to data typesAaron Campbell
1999-07-05repairs; better English, formatting, etc.Aaron Campbell
1999-07-05formatting nitsAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-04better wordingAaron Campbell
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-03cleaned upTheo de Raadt
1999-07-03if_freenameindex() APITheo de Raadt
1999-07-03cleanerTheo de Raadt
1999-07-03man pages from WIDETheo de Raadt
1999-07-03install man pageTheo de Raadt
1999-07-03man page for net_addrcmp(3)Aaron Campbell
1999-07-03Ignore SIGs in the answer section for now as we don't use them (yet).Jakob Schlyter
OK'd by deraadt.