summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-04-28do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.orgTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-04-28Make kernel compile if we have IDE controller but no wd drive.Angelos D. Keromytis
1998-04-28silence noisy probe() routinesTheo de Raadt
1998-04-27cleanup messages a bitTheo de Raadt
1998-04-27Silence warning now that a_* is not long.Todd C. Miller
1998-04-27grammarPaul Janzen
1998-04-27fix .Ev usageTodd C. Miller
1998-04-27Update gcc version and let Configure figure out how to convert a float toTodd C. Miller
a string by itself. Hard coding it seems to expose a Configure bug.
1998-04-27Add missing parens. Peter Galbavy <peter@wonderland.org>Todd C. Miller
1998-04-27Historically, talk pays no attention to hostnames, so if you've typedPaul Janzen
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk to you, you'll be transparently connected. Now, talk will print the hostname of the remote party if it's not the same host that you asked for.
1998-04-27make the appropriate audio devicesNiels Provos
1998-04-27s/cat/cal/Michael Shalayeff
1998-04-27Correctly operate on hardlink when source and destination are not on theTheo de Raadt
same device; freebsd
1998-04-27syncTheo de Raadt
1998-04-27shrink moreTheo de Raadt
1998-04-27syncTheo de Raadt
1998-04-27simplify a few names; this is in every kernelTheo de Raadt
1998-04-27Remove mention of libalias and dlopen/dlsym.brian
1998-04-27Adapt to new bus_space functions after fixing namespace issues.gene
1998-04-27make error messages for binds differentMichael Shalayeff
1998-04-27Add bus_space.c.gene
1998-04-27Correct namespace collisions for bus_space_probe and split outgene
bus_space functions into a separate source file ala NetBSD.
1998-04-27fix pathsTheo de Raadt
1998-04-26NetBSD mergeNiklas Hallqvist
1998-04-26fix some warningsTodd C. Miller
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2.
1998-04-26cleanupArtur Grabowski
1998-04-26cleanupArtur Grabowski
1998-04-26Get audio framework from MI-land, scrap the local variant. Some NetBSD mergingNiklas Hallqvist
1998-04-26$OpenBSD$Niels Provos
1998-04-26$Niels Provos
1998-04-26We don't do .Nm ""Todd C. Miller
1998-04-26add audioctl + mixerctlNiels Provos
1998-04-26remove another foul up of mineNiels Provos
1998-04-26reenable pppTheo de Raadt
1998-04-26mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26use a rel. path for compat/ossaudioNiels Provos
1998-04-26correct copyrightTheo de Raadt
1998-04-26New audio adaption; netbsdNiklas Hallqvist
1998-04-262nd try: compat ossaudio from NetBSD mostly byNiels Provos
Lennart Augustsson <augustss@cs.chalmers.se>
1998-04-26use osscompat for audio emulation.Niels Provos
1998-04-26typoTodd C. Miller
1998-04-26attach audio device to sound cardsNiels Provos
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-26handle ENOSPC as an end-of-tape marker; gibbs@narnia.plutotech.comTheo de Raadt
1998-04-26extract errno from rmt operation, assuming other machine has same errno ↵Theo de Raadt
values; gibbs@narnia.plutotech.com
1998-04-26If a good matching shared library is found, don't look in the nextTheo de Raadt
directories. This is compatible with the SunOS behaviour. Also, it fixes a problem where it was not possible for some 3rd party package to have a library with the same name as a library already in the system, and a lower version number. The highest version would always be picked. This particular problem shows up with Mozilla, which has a libutil.so.1.0; fvdl
1998-04-26fix free before last use; charnierTheo de Raadt