Commit Graph

  • 42cd8e12 Added fparseln from NetBSD. ok deraadt@ by jakob 1999-07-20 16:38:57 +0000
  • fcc86d2c better english; deraadt@/millert@ by aaron 1999-07-20 10:18:22 +0000
  • b566b954 rf support; m4@umn.edu by deraadt 1999-07-18 17:07:48 +0000
  • feed910b Create an /etc/isakmpd hierarchy by niklas 1999-07-18 09:39:51 +0000
  • df044b8d move /etc/host.random to /var/db for readonly /, save the entropy state into /var/db/host.random at shutdown time, so we can make use of it during reboot to seed our random pool. ok millert@ angelos@ niklas@ by provos 1999-07-15 14:31:52 +0000
  • 3090e0dc i386 man pages in cat2/i386/ by deraadt 1999-07-09 19:28:31 +0000
  • 62c499bc - remove all trailing whitespace * 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 by aaron 1999-07-09 13:35:28 +0000
  • 5b9760f4 clean by deraadt 1999-07-08 17:55:27 +0000
  • 312386f8 when using `-' as a negative sign, escape it with a backslash so troff knows it's not supposed to be a hyphen/dash by aaron 1999-07-07 14:22:26 +0000
  • 5be2a374 The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. 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. by aaron 1999-07-07 10:50:06 +0000
  • 38ca08d0 document machdep.kbdreset by deraadt 1999-07-06 08:03:28 +0000
  • 5593d9a5 your basic rc.shutdown file by deraadt 1999-07-06 07:55:03 +0000
  • 92c35c4d trash some old leftover macros and replace them with -mdoc macros by aaron 1999-07-04 18:59:43 +0000
  • f0554a8a better wording by aaron 1999-07-04 15:59:50 +0000
  • 24cbe5ea proto net_addrcmp() by deraadt 1999-07-03 18:14:51 +0000
  • 142a0471 whoops, fix a bug in my example :) by aaron 1999-07-03 16:21:31 +0000
  • f4692eac add an example by aaron 1999-07-03 15:58:50 +0000
  • 9fff4267 remove redundant .Pp macros by aaron 1999-07-02 21:13:07 +0000
  • 0d491cee remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, not "Month, ##, ####" by aaron 1999-07-02 16:57:49 +0000
  • 64915112 install miscfs includes too by deraadt 1999-07-01 21:41:32 +0000
  • 26897f86 clarify trade secret issue by deraadt 1999-06-30 01:40:18 +0000
  • 5f90dc17 if /dev/arandom is not available for seeding, use data from sysctl kern.arandom. by provos 1999-06-29 23:54:05 +0000
  • 5457e11d first round of repairs on stdlib by aaron 1999-06-29 18:36:24 +0000
  • f49d82ce repairs by aaron 1999-06-29 18:01:34 +0000
  • 67b066fa new mdoc bm(3) man page by aaron 1999-06-29 17:49:24 +0000
  • 1c92e2c0 Slight goof, repair symlinks target (noted by David Leonard) by espie 1999-06-24 15:18:11 +0000
  • 6acf79f4 Added some protocol independent interfaces (supposedly IPv6 support APIs, but ones that are useful for all protocols, not just IPv6). by cmetz 1999-06-23 21:55:29 +0000
  • df6ce7fe install uvm includes by art 1999-06-22 14:41:35 +0000
  • bad13e3a Give line printout along with line number. by espie 1999-06-19 17:14:31 +0000
  • f194bdc0 When finding the end of dst, never traverse more than siz bytes. This keeps us from misbehaving if the user gives us a src string that is not NUL-terminated. This is one of those "should not happen" cases but it is good to play it safe. Pointed out by Casper Dik <casper@holland.sun.com> by millert 1999-06-17 16:28:58 +0000
  • 86e73fe6 make /usr/obj group wsrc, mode 775 to match /usr/src by millert 1999-06-15 05:42:18 +0000
  • 64725102 YP client, not just YP by deraadt 1999-06-14 06:51:35 +0000
  • 65ede8bc Shrink... by downsj 1999-06-13 05:20:11 +0000
  • e296b075 Fix typo in netatalk startup by angelos 1999-06-12 21:17:23 +0000
  • de172e7c Define NULL to be __null for C++: better quality of implementation. __null is a magic constant of integral type that converts to a null pointer as should be, but warns for ambiguity when used to resolved an overload between an integral type and a pointer type. by espie 1999-06-11 22:47:48 +0000
  • 1fb47c1d some NAME section cleanup by aaron 1999-06-06 15:17:32 +0000
  • 6e42fdf8 Grammatical, spelling, and format fixes by pjanzen 1999-06-06 06:57:52 +0000
  • ef60c11b getaddrinfo() info prototypes and such; cmetz by deraadt 1999-06-05 23:47:07 +0000
  • f13f3c8d capitalize the acronym ID by aaron 1999-06-05 04:16:08 +0000
  • 6d2a02c0 some repairs, add example to strdup(3) page by aaron 1999-06-04 19:14:56 +0000
  • d7aef31b add examples by aaron 1999-06-04 17:26:27 +0000
  • 9118fe79 add an example, similar to the one in strspn.3 by aaron 1999-06-04 16:39:27 +0000
  • db99fe18 add an example; pattonme@ns.ra.pae.osd.mil by aaron 1999-06-04 16:30:01 +0000
  • da451764 typo; Bill Fumerola by brian 1999-05-31 00:21:57 +0000
  • 377c6a71 Fix typo, '=' not '=='; marc@snafu.org by millert 1999-05-30 23:20:52 +0000
  • 6f0654d5 Bad commit (machdep.allowaperture), this already exists in etc.i386 -- obviously a long day :-X by angelos 1999-05-30 01:40:50 +0000
  • 071e7665 Add netatalk start-up support. by angelos 1999-05-30 01:37:56 +0000
  • ab9a9a53 Add a commented out machdep.allowaperture=1 line by angelos 1999-05-30 01:31:51 +0000
  • 4ce3371b Add libkeynote target for includes by angelos 1999-05-29 01:31:26 +0000
  • e13aed53 proper const semantics for dirname & basename. by espie 1999-05-28 22:00:22 +0000
  • cc603a88 "SEE ALSO" -> SEE ALSO, missed these files before by aaron 1999-05-28 01:57:37 +0000
  • 6a3e297d more missing .El macros filled in by aaron 1999-05-27 20:49:35 +0000
  • b3ce9a0d or'ing -> OR'ing by aaron 1999-05-27 16:21:00 +0000
  • 6f3ecc44 getopt(3) does not return -1 when encountering unrecognized options by aaron 1999-05-27 13:09:09 +0000
  • 8f4fd094 create links for audio->audio0 and friends if they don't exist by jason 1999-05-26 21:56:13 +0000
  • 194fbcd9 Link in egcs, kill gcc and libg++ by espie 1999-05-26 16:02:55 +0000
  • 6ca5300c Configure raid devices at boot (from NetBSD, ok by niklas@). by jakob 1999-05-26 08:40:00 +0000
  • 48f48f42 kill some old macros by aaron 1999-05-25 21:16:25 +0000
  • 2f03f374 punctuation by aaron 1999-05-25 13:06:46 +0000
  • d3a04e89 permit threaded use; jb@freebsd by deraadt 1999-05-24 21:24:29 +0000
  • f2631f1e Add shlib_dirs variable so users can add to the directories cached in /var/run/ld.so.hints by millert 1999-05-24 18:00:05 +0000
  • 4ac47893 remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common is used instead; kwesterback@home.com by aaron 1999-05-23 14:11:03 +0000
  • 63929f59 Add swapctl(2) prototype. by weingart 1999-05-22 23:49:48 +0000
  • cb37c452 typo by espie 1999-05-18 15:50:09 +0000
  • 61c20d92 Change include links shennannigans to make more sense, so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga. by espie 1999-05-18 15:43:58 +0000
  • aab120ec spelling by deraadt 1999-05-17 18:14:36 +0000
  • 1c8a35b9 o Mention strlcpy and strlcat o strsep is not in ANSI X3.159-1989 (though it is in C9X) by millert 1999-05-17 05:24:38 +0000
  • a26623b5 Cleanup xrefs under SEE ALSO. Specifically: by alex 1999-05-16 19:56:05 +0000
  • 976f4238 use UTC when abbreviating Coordinated Universal Time, not CUT by aaron 1999-05-14 23:18:54 +0000
  • 7445f852 appropiate -> appropriate by aaron 1999-05-14 20:31:56 +0000
  • f5ec9904 CBC bug reported by Juergen Nickelsen <ni@tellique.de> by niklas 1999-05-14 16:08:58 +0000
  • 105709e4 put back /usr/libdata/perl5/site_perl and back out unintended change by millert 1999-05-11 16:58:24 +0000
  • 6093b939 correct some Xr's which referred to the wrong man page sections by aaron 1999-05-10 17:56:28 +0000
  • ead7acfd Don't rotate kerberos logs. From: mattiasa@stacken.kth.se by art 1999-05-10 14:15:26 +0000
  • 2ae76905 /usr/libdata/perl5/site_perl is history by millert 1999-05-09 16:54:58 +0000
  • 0fc6b0a9 c++ clasess for ncurses by millert 1999-05-09 00:21:13 +0000
  • 1d89d335 Typo/anachronism; kwesterback@home.com. by jason 1999-05-08 16:33:10 +0000
  • a7a7e660 better description by deraadt 1999-05-05 06:56:34 +0000
  • fa4ff0c0 Add perl5 dirs by millert 1999-05-04 16:29:11 +0000
  • a119a341 more support for section 3p (like 3f) by millert 1999-05-02 23:54:41 +0000
  • 890419c2 add /usr/share/man/{man3p,cat3} by millert 1999-05-02 21:16:50 +0000
  • 322baa66 Break up into two loops, one for the copy, another to finish traversal of the src string if len(src) >= size. Speeds up the common case a bit. by millert 1999-05-01 18:56:41 +0000
  • 5d18541e Add ksyms. by downsj 1999-05-01 06:28:47 +0000
  • 9bdb0aa0 install afs/SuidCells by art 1999-04-30 00:46:25 +0000
  • d237547b new Arla needs this file to run. (the name says it all) by art 1999-04-30 00:35:45 +0000
  • c9ef6916 Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog timers. by alex 1999-04-28 23:20:51 +0000
  • 1b152ce3 Specify the ssh command to use for a VPN inline. by brian 1999-04-27 00:25:07 +0000
  • 32f2bc55 m68k assembler version of strlcpy(3) by millert 1999-04-25 00:10:07 +0000
  • 6412bd34 simplified version that doesn't call strlen and that is simpler to convert to assembler (both for gcc and me) by millert 1999-04-24 01:17:37 +0000
  • e42dfa45 Save a copy of the boot messages in /var/run/dmesg.boot. by alex 1999-04-21 20:18:02 +0000
  • 37b3ece1 mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated by millert 1999-04-21 15:15:39 +0000
  • b7923446 Fixup of formatting in the example source code by wvdputte 1999-04-18 23:31:01 +0000
  • 814247cb new docs; espie by deraadt 1999-04-18 18:05:29 +0000
  • dbb78dda (tag: OPENBSD_2_5_BASE, OPENBSD_2_5) Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. by niklas 1999-04-11 19:41:33 +0000
  • cf189c93 rsh off by default by deraadt 1999-04-10 05:13:42 +0000
  • 818519b4 shrink ramdisk a teeny bit; 8MB installs now work reliably by deraadt 1999-04-10 02:16:13 +0000
  • 610eaf0e match length of keys to what PF_KEY enforces by provos 1999-04-09 15:18:57 +0000
  • a7652110 tweak package list somewhat; marc by deraadt 1999-04-08 15:00:58 +0000
  • 469cbcab a list of packages on the CD... by deraadt 1999-04-08 14:51:04 +0000
  • 1924512d New multicast route setup style by niklas 1999-03-29 22:09:58 +0000