Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-26 | add another model | Theo de Raadt | |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
2000-05-25 | Document option BUFCACHEPERCENT; sh00p@netunlimited.net | Aaron Campbell | |
2000-05-24 | add ip6(4) into reference. add AF_INET6 samples. | Jun-ichiro itojun Hagino | |
2000-05-23 | doc actual tun behaviour; jon@spock.org | Theo de Raadt | |
2000-05-23 | Update AUS, from Adam Rogoyski <rogoyski@cs.utexas.edu> | Todd T. Fries | |
2000-05-22 | STA from NetBSD, BMI, PIA, LBF from me | Todd T. Fries | |
2000-05-20 | if it is isa/pci/pcmcia, and found on more machines, move it up a bit | Theo de Raadt | |
2000-05-19 | NFS->NFSCLIENT | Federico G. Schwindt | |
2000-05-19 | Some formatting fixes; derived from NetBSD PR/10078. | Aaron Campbell | |
2000-05-19 | nfsiod bye bye | Michael Shalayeff | |
2000-05-18 | Man page for puc(4) from NetBSD | Todd C. Miller | |
2000-05-17 | Synch with reality (exec ${FETCH}) | Marc Espie | |
Document link-checksums/REFETCH mechanism | |||
2000-05-16 | Extend MANSUBDIR to be a possible list, use links so that this only | Marc Espie | |
consumes inodes. Add / at start of MANSUBDIR entries automatically (see make(1) for :S), so that we can use list of machines automatically. millert@ ok. | |||
2000-05-16 | DEBUGLIBS=no still makes defined(DEBUGLIBS) true, ;-) | Niklas Hallqvist | |
2000-05-15 | When the pcvt function key definitions were changed in the driver to | Todd C. Miller | |
match what a real vt220 generates the pcvtXX entry was not updated accordingly. Fix a dangling vt220-old reference I missed in the old/new switch. | |||
2000-05-15 | clean | Theo de Raadt | |
2000-05-15 | Typo in quotes. | Marc Espie | |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
2000-05-15 | 2.8 | Jason Wright | |
2000-05-15 | 2.7 tree unlock. fix some descriptions. | Theo de Raadt | |
2000-05-04 | document how much memory they normally have | Theo de Raadt | |
2000-05-03 | bring this up to date | Brandon Creighton | |
2000-05-02 | Back to hexdump again after syntax fix from espie@. | Hakan Olsson | |
Add a bit more info in isakmpd.conf example comments on phase1/2. | |||
2000-05-02 | Revert to using perl in the random key generation examples as hexdump | Hakan Olsson | |
doesn't always produce the same length output. Also; 3DES key needs 24, not 20 bytes. | |||
2000-05-02 | Update, mostly isakmpd stuff. | Hakan Olsson | |
2000-05-02 | Fix details, based on comments from Marco, Ian, Todd, Sean, Paul, Chris, Emre, | Marc Espie | |
in no particular order, and with probable omissions. | |||
2000-05-02 | mention enc interfaces, too | Jason Wright | |
2000-05-02 | Early commit, as Theo requested. | Marc Espie | |
Flesh out, a few comments taken into account. Tweaks to come. | |||
2000-05-02 | Hi/fn not hifn on the reference board | Jason Wright | |
2000-05-01 | skel now lives in .etc; aaron@openbsd.org | Todd C. Miller | |
2000-05-01 | Mention /etc/mail | Todd C. Miller | |
2000-05-01 | more info, better organized, on supported cards | Kenneth R Westerback | |
2000-05-01 | Skeleton packages man page, to be fleshed out. | Marc Espie | |
2000-04-30 | list netsec board too | Theo de Raadt | |
2000-04-30 | Mention you should not use soft updates on sun4 or sun4c due to the | Todd C. Miller | |
small amount of kvm supported by those CPUs. | |||
2000-04-29 | typo | Theo de Raadt | |
2000-04-28 | clean | Theo de Raadt | |
2000-04-28 | typo. hostname.* should be hostname.if. | Christopher Turan | |
2000-04-28 | - Correct a lot of mdoc macro usage. | Aaron Campbell | |
- Correct some typos. - Remove hard sentence breaks. - Remove trailing whitespace. - Reorder Xr's in SEE ALSO. - Change CODE REFERENCES section to a FILES section (more standard) | |||
2000-04-28 | grammar | Theo de Raadt | |
2000-04-28 | Xr crypt 9 | Theo de Raadt | |
2000-04-28 | few more tweaks | Theo de Raadt | |
2000-04-28 | few tweaks | Theo de Raadt | |
2000-04-28 | Add crypto.9 | Angelos D. Keromytis | |
2000-04-28 | Fix the types of functions passed to crypto_register(), as per Theo's | Angelos D. Keromytis | |
change in the include file. | |||
2000-04-28 | man page for the kernel crypto framework, more or less complete | Angelos D. Keromytis | |
(hopefully accurate too). | |||
2000-04-28 | Reorganize top | Chris Cappuccio | |
2000-04-28 | sync with reality. (1) lo0 has IPv6 address. | Jun-ichiro itojun Hagino | |
(2) typo in sysctl mib (ipv6 forwarding) |