Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-29 | we no longer have an ssl package; espie@ ok | Anil Madhavapeddy | |
2000-12-29 | Xr intro(9), too; mpech@prosoft.org.lv | Aaron Campbell | |
2000-12-29 | kernfs/procfs lines in sample fstab | Angelos D. Keromytis | |
2000-12-28 | We don't provide SYS_NBOOT for netbooting hp300 machines, SYS_UBOOT is | Miod Vallat | |
able to do this job. aaron@ ok | |||
2000-12-27 | Reality-check: install goes through fake/package now (most often). | Marc Espie | |
Document link-categories, unlink-categories. Point to bsd.port.mk(5) as a more comprehensive document. More accurate history. Use .Fx/.Ox where I can. | |||
2000-12-27 | More stuff: checksum process, fix REFETCH description. | Marc Espie | |
Describe CATEGORIES, DISTNAME. | |||
2000-12-22 | smite typos, and add RCS tags where missing; aaron@ ok | Anil Madhavapeddy | |
2000-12-22 | more typo fixes; aaron@ ok | Anil Madhavapeddy | |
2000-12-21 | Various repairs, $Id$ tags added, etc. | Aaron Campbell | |
2000-12-21 | fix typos, aaron@ ok | Anil Madhavapeddy | |
2000-12-21 | typo; initalized -> initialized | Aaron Campbell | |
2000-12-21 | Revert the previous commit: it made sense for human consumption, but lint(1) | Aaron Campbell | |
and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no. | |||
2000-12-21 | Various repairs. | Aaron Campbell | |
2000-12-20 | the russian forgot to link this to cac.4 | Theo de Raadt | |
2000-12-20 | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it | Aaron Campbell | |
is obvious. | |||
2000-12-18 | redundant verb; from Reinhard J. Sammer <reinhard@sammer.net> | Michael Shalayeff | |
2000-12-17 | NetBSD -> .Nx | Brad Smith | |
2000-12-17 | cac man page | Brad Smith | |
2000-12-17 | netbsd of course; from brad@ | Michael Shalayeff | |
2000-12-17 | cac man page | Michael Shalayeff | |
2000-12-17 | i did not write this one, man | Michael Shalayeff | |
2000-12-17 | Add a new possible value for the machdep.allowaperture sysctl: `2' | Matthieu Herrb | |
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ---------------------------------------------------------------------- | |||
2000-12-17 | err, addtron | Michael Shalayeff | |
2000-12-17 | caveats and bugs for adtron cards | Michael Shalayeff | |
2000-12-17 | Add warning that /mnt must not be in path of DESTDIR or RELEASEDIR | Marco S Hyman | |
as it is used in the release generation process. Idea from Nino Margetic <nino@cng.fr> | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-15 | remove section talking about photuris limitations | Niels Provos | |
2000-12-14 | cleanup tailq examples | Niels Provos | |
2000-12-14 | Document additions to EXTRACT_CASES | Marc Espie | |
2000-12-14 | Add option CRYPTO. | Angelos D. Keromytis | |
2000-12-12 | Remove references to ipsec-acl | Angelos D. Keromytis | |
2000-12-11 | 1000baseTX supported too | Jason Wright | |
2000-12-11 | updates; d.doroshenko@omnitel.net | Theo de Raadt | |
2000-12-10 | Recursive makes are no longer a problem, since make now has the | Marc Espie | |
POSIXly-correct behavior. COMMENT is adjusted for flavors, DESCR is not (and this is intentional). | |||
2000-12-06 | Remove final references to extra RSA libs | Todd C. Miller | |
2000-12-06 | new kue model | Theo de Raadt | |
2000-12-05 | Correct path of sysctl variable, reported by willey@serasystems.com | Angelos D. Keromytis | |
2000-12-03 | typo (d@) | Marc Espie | |
2000-12-01 | Describe more things | Marc Espie | |
2000-11-29 | note ICH2 support | Michael Shalayeff | |
2000-11-28 | 'y' key is too close to 't' key | Jason Wright | |
2000-11-27 | Fix order of SEE ALSO entries | Todd C. Miller | |
2000-11-24 | sync with recent kame document. | Jun-ichiro itojun Hagino | |
- on AF_INET6, :: does not mean local node. | |||
2000-11-21 | Fix. | Angelos D. Keromytis | |
2000-11-21 | TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar | Theo de Raadt | |
2000-11-21 | various man page updates from freebsd | Jason Wright | |
2000-11-20 | various Xr fixes; nordin@cse.ogi.edu | Theo de Raadt | |
2000-11-17 | *HMAC96->HMAC | Angelos D. Keromytis | |
2000-11-16 | Driver for USB scanners; from NetBSD. | Aaron Campbell | |
2000-11-16 | - Get rid of ugly .Tn macros. | Aaron Campbell | |
- Get rid of annoying short lines. - Print memory addresses in a literal text font. |