summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree
1999-05-29MLINKS, not MLINKAaron Campbell
1999-05-29remove Xr to mkfs(8), since it is long goneAaron Campbell
1999-05-29Add libkeynote target for includesAngelos D. Keromytis
1999-05-28more .El madnessAaron Campbell
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-28Oops, missed in last commit: additional AUDIO definitionsJason Wright
1999-05-28forgot to install _G_config.h, somehow...Marc Espie
1999-05-28fix up audio_if interfaces and debugging code (allows switching betweenJason Wright
speaker/headphones again, etc).
1999-05-28syncTheo de Raadt
1999-05-28fix tytypos.Marc Espie
1999-05-28remove more files to cleanMarc Espie
1999-05-28Clean-up clean target.Marc Espie
Remove old stuff (duplicates) and misleading LIBIBERTY setting (handled by the x-openbsd fragment)
1999-05-28SYNOPSIS section was missing the -A flagAaron Campbell
1999-05-28Add gcc/ subdir to the list of obj targets,Marc Espie
makes Mickey happier :)
1999-05-28Kill senseless duplicationMarc Espie
1999-05-28Clean up includes installation...Marc Espie
I had left some duplicate code in ??? retrieve HEADERS directly from Makefile.in, this avoids synch problems.
1999-05-280 alignment is bad, now aic at pcmcia at least attaches!Niklas Hallqvist
1999-05-28be more conservative with the .Dq macro; in particular, use .Sq macros most ofAaron Campbell
the time instead when quoting 1-2 characters (makes it much easier to read); based on a patch received awhile ago from d@
1999-05-28Support the 98543 in GM_DESCRIBE. Pointless, of course, but what the hell.Jason Downs
1999-05-2898543 works tooJason Downs
1999-05-28Don't forget to free the mbufs that get processed bybrian
mp_Assemble(). Leak spotted by: louqi
1999-05-28use SYSENTRY, so that libc_r wraps this properlyTheo de Raadt
1999-05-28fix the makefile; i'm evilMichael Shalayeff
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-28sync with ioctl() prototype, and the third argument more clearlyAaron Campbell
1999-05-28- fix mandir to $(prefix)/share/manMarc Espie
- force gcc_tooldir to /tmp, avoid mkdir /usr/arch-unknown-openbsd - install gcc driver by hand, no arch-unknown-openbsd-gcc - alias g77 to f77
1999-05-27typoArtur Grabowski
1999-05-27remove the NO_KMEMSTATS hack from sys/malloc.hArtur Grabowski
add KMEMSTATS to GENERIC to keep old behavior
1999-05-27missing DESTDIRTodd C. Miller
1999-05-27make /usr/include/g++ if it doesn't already existTodd C. Miller
1999-05-27syncTheo de Raadt
1999-05-27more USBTheo de Raadt
1999-05-27syncTheo de Raadt
1999-05-27new cirrus and othersTheo de Raadt
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27Use lblktosize(fs, foo) instead of foo*fs->fs_bsizeArtur Grabowski
1999-05-27syncTheo de Raadt
1999-05-27ie(4) supports the Intel EtherExpress 16Aaron Campbell
1999-05-27add missing .El macros (which properly terminate .Bl macro lists)Aaron Campbell
1999-05-27Handle unterminated quoted strings without dup'ing the last characterbrian
with an out-by-one-memcpy.
1999-05-27Use -O1 to work around egcs/m68k bugTodd C. Miller
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-27add missing members to nfs_argsTodd C. Miller
1999-05-27- add missing .El macroAaron Campbell
- capitalization
1999-05-27sync cgetset() Fn definition with prototype from stdlib.hAaron Campbell
1999-05-27sync fsetpos() with stdio.h prototypeAaron Campbell
1999-05-27add some .Dv and .Er, replace blank lines with .PpAaron Campbell
1999-05-27regenNiklas Hallqvist
1999-05-27Revert accidentally committed stuffNiklas Hallqvist