Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-28 | do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.org | Theo de Raadt | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1998-04-28 | Make kernel compile if we have IDE controller but no wd drive. | Angelos D. Keromytis | |
1998-04-28 | silence noisy probe() routines | Theo de Raadt | |
1998-04-27 | cleanup messages a bit | Theo de Raadt | |
1998-04-27 | Silence warning now that a_* is not long. | Todd C. Miller | |
1998-04-27 | grammar | Paul Janzen | |
1998-04-27 | fix .Ev usage | Todd C. Miller | |
1998-04-27 | Update gcc version and let Configure figure out how to convert a float to | Todd C. Miller | |
a string by itself. Hard coding it seems to expose a Configure bug. | |||
1998-04-27 | Add missing parens. Peter Galbavy <peter@wonderland.org> | Todd C. Miller | |
1998-04-27 | Historically, talk pays no attention to hostnames, so if you've typed | Paul 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-27 | make the appropriate audio devices | Niels Provos | |
1998-04-27 | s/cat/cal/ | Michael Shalayeff | |
1998-04-27 | Correctly operate on hardlink when source and destination are not on the | Theo de Raadt | |
same device; freebsd | |||
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | shrink more | Theo de Raadt | |
1998-04-27 | sync | Theo de Raadt | |
1998-04-27 | simplify a few names; this is in every kernel | Theo de Raadt | |
1998-04-27 | Remove mention of libalias and dlopen/dlsym. | brian | |
1998-04-27 | Adapt to new bus_space functions after fixing namespace issues. | gene | |
1998-04-27 | make error messages for binds different | Michael Shalayeff | |
1998-04-27 | Add bus_space.c. | gene | |
1998-04-27 | Correct namespace collisions for bus_space_probe and split out | gene | |
bus_space functions into a separate source file ala NetBSD. | |||
1998-04-27 | fix paths | Theo de Raadt | |
1998-04-26 | NetBSD merge | Niklas Hallqvist | |
1998-04-26 | fix some warnings | Todd C. Miller | |
1998-04-26 | Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only | Todd C. Miller | |
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2. | |||
1998-04-26 | cleanup | Artur Grabowski | |
1998-04-26 | cleanup | Artur Grabowski | |
1998-04-26 | Get audio framework from MI-land, scrap the local variant. Some NetBSD merging | Niklas Hallqvist | |
1998-04-26 | $OpenBSD$ | Niels Provos | |
1998-04-26 | $ | Niels Provos | |
1998-04-26 | We don't do .Nm "" | Todd C. Miller | |
1998-04-26 | add audioctl + mixerctl | Niels Provos | |
1998-04-26 | remove another foul up of mine | Niels Provos | |
1998-04-26 | reenable ppp | Theo de Raadt | |
1998-04-26 | mixerctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | audioctl from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | use a rel. path for compat/ossaudio | Niels Provos | |
1998-04-26 | correct copyright | Theo de Raadt | |
1998-04-26 | New audio adaption; netbsd | Niklas Hallqvist | |
1998-04-26 | 2nd try: compat ossaudio from NetBSD mostly by | Niels Provos | |
Lennart Augustsson <augustss@cs.chalmers.se> | |||
1998-04-26 | use osscompat for audio emulation. | Niels Provos | |
1998-04-26 | typo | Todd C. Miller | |
1998-04-26 | attach audio device to sound cards | Niels Provos | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-26 | handle ENOSPC as an end-of-tape marker; gibbs@narnia.plutotech.com | Theo de Raadt | |
1998-04-26 | extract errno from rmt operation, assuming other machine has same errno ↵ | Theo de Raadt | |
values; gibbs@narnia.plutotech.com | |||
1998-04-26 | If a good matching shared library is found, don't look in the next | Theo 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-26 | fix free before last use; charnier | Theo de Raadt | |