Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-14 | create_kthread(9) -> kthread_create(9); overdose@vomitorium.org | Todd C. Miller | |
2001-01-13 | Clarify meaning: the code is entirely ours. Give tribute where tribute | Marc Espie | |
is due, namely all hw information was gleaned from the FreeBSD and Linux drivers. | |||
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-13 | Let SYNOPSIS look OpenBSDish and not outlandish. | Marc Espie | |
2001-01-13 | Preliminary man page for maestro. Link it. | Marc Espie | |
Keep alphabetical order in audio.4 while we're at it :) | |||
2001-01-12 | mention more ac97 drivers | Theo de Raadt | |
2001-01-11 | ich/auich | Michael Shalayeff | |
2001-01-11 | Default mode is BSS, not ad-hoc | Angelos D. Keromytis | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright | |
2001-01-09 | Typo: ommit -> omit. Small grammatical adjustment: 'specifies which fixup ↵ | Kenneth R Westerback | |
procedures' -> specifies a fixup procedure' | |||
2001-01-09 | Typo: 'eg.' -> 'e.g.' | Kenneth R Westerback | |
2001-01-09 | Typos: 'eg.' -> 'e.g.', 'untill -> until' | Kenneth R Westerback | |
2001-01-09 | More complete synopsis, ok millert@,aaron@ | Marc Espie | |
2001-01-08 | From chris@: Update man page with slightly more useful information | Jeremy Evans | |
2001-01-05 | typo - SHMPAXPGS -> SHMMAXPGS | Dug Song | |
2001-01-04 | I hate it when a manpage is wrong. | Angelos D. Keromytis | |
2000-12-31 | Update bugs section. | Angelos D. Keromytis | |
2000-12-31 | Some text on use with the bridge. | Angelos D. Keromytis | |
2000-12-30 | enc* is not used for the bridge anymore | Angelos D. Keromytis | |
2000-12-30 | Update for use of gif. | Angelos D. Keromytis | |
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 | |