Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-20 | Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures | brian | |
when purging routes. | |||
2000-07-20 | Ox | Theo de Raadt | |
2000-07-20 | Fix to ATA detect. Some devices seem to be comatose after reset | Constantine Sapuntzakis | |
(return 0x00 status persistently). Send them identify to wake them up. Flag value 0x10000 will enable probe messages for a channel/controller. When UKC supports setting flags, this will be useful debugging failing IDE detects without kernel recompiles. | |||
2000-07-20 | add openbsd tag, fix cpp warning about SSIZE redefinition | Jason Wright | |
2000-07-20 | Move ws* command man pages to arch-dependent subdirs. | Marc Espie | |
2000-07-20 | missing free, reorder | Markus Friedl | |
2000-07-20 | add hppa subdirs; espie, there is more than that | Michael Shalayeff | |
2000-07-19 | chflags no more | Michael Shalayeff | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | fix yamaha entries, based on what freebsd driver says | Theo de Raadt | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | not DIAMOND2; they were made by Aureal Semi | Theo de Raadt | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | a new avance sound chip | Theo de Raadt | |
2000-07-19 | mdoc repairs; requested by mickey@. | Aaron Campbell | |
2000-07-19 | bye-bye | Michael Shalayeff | |
2000-07-19 | merge chflags(1) into chmod. | Michael Shalayeff | |
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok | |||
2000-07-19 | regen. | Federico G. Schwindt | |
2000-07-19 | VIATECH VT82C596A PCI-ISA bridge. | Federico G. Schwindt | |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
2000-07-19 | from freebsd: | Michael Shalayeff | |
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok. | |||
2000-07-19 | Removed more stuff that's not relevant for us. | Hans Insulander | |
Texinfo grammatic fixes also. | |||
2000-07-19 | This file is no longer up to date; its sources has changed. | Hans Insulander | |
2000-07-19 | OTP has never been supported in our kerberos implementation, and noone seems | Hans Insulander | |
to care about it, so it shouldn't be in the documentation. | |||
2000-07-19 | Fix path to more kerberosIV configuration files; | Hans Insulander | |
/etc, /var/kerberos -> /etc/kerberosIV where relevant. | |||
2000-07-19 | new timeouts; tested | Michael Shalayeff | |
2000-07-19 | let us assume for now this workse with the other 3 chip models | Theo de Raadt | |
2000-07-19 | Fix path to krb.conf and krb.realms. | Hans Insulander | |
From Theo (thanks!). | |||
2000-07-19 | Blink with new timeouts. | Artur Grabowski | |
2000-07-19 | sync | Theo de Raadt | |
2000-07-19 | more cirrus audio chips | Theo de Raadt | |
2000-07-19 | off-by-one calculation error; getcwd() would return NULL if the buffer was | Theo de Raadt | |
the needed length + terminating byte + 1; that 1 is not needed; assar | |||
2000-07-19 | Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution. | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-19 | Many drivers use a timeout on ttrstrt, make this a generic interface. | Artur Grabowski | |
2000-07-19 | Support link identification from rfc1570 | brian | |
Add VERSION and COMPILATIONDATE macros Two new commands are available; ``ident'' and ``sendident''. | |||
2000-07-19 | As in NetBSD, added direction to allocm/round_buffer_size APIs. | Constantine Sapuntzakis | |
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads. | |||
2000-07-19 | Added shadow registers. This adds two capabilities: | Constantine Sapuntzakis | |
- support devices that crash when reading CODEC registers - a flags interface was added to the host interface and one flags AC97_HOST_DONT_READ defined. - new API restore_ports restores the user's settings. This can be useful for resume after suspend to disk | |||
2000-07-18 | Summarily explain about the playpen and PKG_TMPDIR, so that guys | Marc Espie | |
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do) | |||
2000-07-18 | better error messages for mapreg | Michael Shalayeff | |
2000-07-18 | Handle MAKEFLAGS variation mandated by POSIX. | Marc Espie | |
Code to pass variable definitions to submakes through make flags. Not activated yet, need to fix src/ first. | |||
2000-07-18 | Make it obvious that this documentation is not the original version. | Hans Insulander | |
2000-07-18 | Trip piss-poor conditional parser. | Marc Espie | |
2000-07-18 | More for loops checks. | Marc Espie | |
2000-07-18 | Real test for Posix compliance. | Marc Espie | |