summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-04-26recommended fix from tri@iki.fi...Theo de Raadt
1998-04-26we use binutils gdb everwhere nowTheo de Raadt
1998-04-26indentTheo de Raadt
1998-04-26catch "rwho foo" as illegal; ru@ucb.crimea.uaTheo de Raadt
1998-04-26Remove libalias entirely.brian
1998-04-26Exclude use of the libalias stubs as there is no usefulbrian
way of determining if dlopen() and dlsym() exist.
1998-04-26Fix terminal initialization for libtermlib to be happy.Todd C. Miller
1998-04-26We are not SysV, My recent code triggered this breakage, downsj noted it.Niklas Hallqvist
1998-04-26Use the physmem variable to get at the physical memory size (instead of theTheo de Raadt
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd
1998-04-26correct utimes() emulationTheo de Raadt
1998-04-26use correct db pointer; fairTheo de Raadt
1998-04-26indentTheo de Raadt
1998-04-2664 bit clean; rossTheo de Raadt
1998-04-26delete ppp for now since it is FUCKEDTheo de Raadt
1998-04-25close PR 459David Leonard
1998-04-25We no longer need head.c from ucbMailTodd C. Miller
1998-04-25getopt(3) returns -1 on end of args, not EOF.Todd C. Miller
1998-04-25fmt(1) rewrite by Gareth McCaughan.Todd C. Miller
1998-04-25whitespaceJason Downs
1998-04-25convert i386 to MNNMichael Shalayeff
1998-04-25syncTheo de Raadt
1998-04-25new realtek ethernet cardTheo de Raadt
1998-04-25ports used are base to base+nhops*nqueries-1; henry@zoo.utoronto.caTheo de Raadt
1998-04-25Fix my messup in the last commit, thanks mickeyNiklas Hallqvist
1998-04-25-M is for corejanjaap
1998-04-25remove const, so it works on !ansi compilerMichael Shalayeff
1998-04-25-WallTodd C. Miller
1998-04-25fix some more printf's where a long arg was specified that is u_int32_tTodd C. Miller
1998-04-25a.out fields are u_int32_t not long; fix warnings from printf.Todd C. Miller
1998-04-25be more verbose on errors.Michael Shalayeff
one typo in fchown error msg