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