Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-10 | clean | Theo de Raadt | |
1996-06-10 | doc auto/noauto option | Theo de Raadt | |
1996-06-10 | TABLDISC, not TBLDISC | Theo de Raadt | |
1996-06-10 | add iy(4) | Theo de Raadt | |
1996-06-08 | Initial support ATAPI CD-ROMs. | Jason Downs | |
Based on Manuel Bouyer's drivers. | |||
1996-06-03 | Use our ftp & patch | Niklas Hallqvist | |
1996-06-03 | Install the bsd.port*mk files too | Niklas Hallqvist | |
1996-06-03 | Initial import of "ports" mk-files from FreeBSD, probably needs work | Niklas Hallqvist | |
1996-06-03 | $path cleaned up. | fn | |
1996-06-03 | + mvme68k mvme88k pica | Theo de Raadt | |
1996-06-03 | always instal ${POSTINSTALL} program, if there is one. | Michael Shalayeff | |
1996-06-02 | Add LIBOLDCURSES | Thorsten Lockert | |
Add LIBTERMLIB | |||
1996-05-27 | Stripping lkm's on install is a bad idea. Don't do it. | Thorsten Lockert | |
1996-05-25 | Added support for Mips ELF shlib build. Snapshot status. | Per Fogelstrom | |
1996-05-22 | new tz | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-13 | Fix CCPFLAGS when DESTDIR set, formerly in sys.mk, been away for a | Niklas Hallqvist | |
while, but need to be in here somewhere. | |||
1996-05-10 | ipfilter 3.0.4 | dm | |
1996-05-09 | floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.de | Theo de Raadt | |
1996-05-07 | floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.de | Theo de Raadt | |
1996-05-05 | ypbind will create /var/yp/binding automatically, prints a warning. | Theo de Raadt | |
1996-05-04 | converted to mandoc | Theo de Raadt | |
1996-05-04 | Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.org | Theo de Raadt | |
1996-05-04 | imagine a page that actually gives information; netbsd pr#2176, written by | Theo de Raadt | |
banshee@gabriella.resort.com | |||
1996-05-02 | sync with netbsd | Theo de Raadt | |
1996-04-29 | yp depends on /var/yp/bindings, not only /var/yp | Theo de Raadt | |
1996-04-24 | Fix pcvt termcap entry (original inserted). | Michael Shalayeff | |
Change Makefile $Id$ | |||
1996-04-24 | We are no longer using keyboard as a random source. | Michael Shalayeff | |
Now ttys' reads/writes are used as the source of randomness. | |||
1996-04-24 | document existance of ypserv | Theo de Raadt | |
1996-04-24 | i did not copyright this file in 1984 | Theo de Raadt | |
1996-04-22 | sync with netbsd 960418 | Theo de Raadt | |
1996-04-19 | joy was missed from Makefile. | Michael Shalayeff | |
Sony CD-ROM manual added. Driver is on the way. | |||
1996-04-18 | Revert last fix. a couple of hot mkdir,chmod,chown could | Michael Shalayeff | |
not replace good old mtree anyway. | |||
1996-04-18 | Add ${LKMDIR} automatic creation (just in case mtree not ran). | Michael Shalayeff | |
1996-04-17 | Initial commit of manual page. | Michael Shalayeff | |
1996-03-29 | Initial commit of random data source devices' manual. | Michael Shalayeff | |
1996-03-29 | Initial commit of rnd devices' manual. | Michael Shalayeff | |
1996-03-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-26 | Revert last change which lost the functionality introduced in rev 1.4 | Niklas Hallqvist | |
1996-03-19 | SIOCAIFCONF -> SIOCAIFADDR | Niklas Hallqvist | |
1996-03-16 | Workaround for testing of Makefile.bsd-wrapper encountered while porting | etheisen | |
libg++. | |||
1996-03-11 | New pages for VM interface. | Michael Shalayeff | |
Introduction need to be expanded. | |||
1996-03-09 | Rudimentary support for compilation in a cross environment | Niklas Hallqvist | |
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\! | |||
1996-03-05 | Fix seemed to be a bug. | Michael Shalayeff | |
1996-03-05 | Labeling style changed ($OpenBSD$). | Michael Shalayeff | |
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details). | |||
1996-03-02 | Define directory and modes for LKM installs | Thorsten Lockert | |
Correct installation rule for LKM installs | |||
1996-02-25 | Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README. | Michael Shalayeff | |
All the rest changed to be $OpenBSD$. Dedicated to Suzi Quatro (she must be alive still, so best wishes to here). | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Sync with tzdata96b | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Remove u.s. naval observatory data, as it serves no real purpose. | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741. Use ksh-style substring parameter expansion expressions instead of calling expr when constructing manpage directory and file names. Much, much faster. |