summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-20Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian
when purging routes.
2000-07-20OxTheo de Raadt
2000-07-20Fix to ATA detect. Some devices seem to be comatose after resetConstantine 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-20add openbsd tag, fix cpp warning about SSIZE redefinitionJason Wright
2000-07-20Move ws* command man pages to arch-dependent subdirs.Marc Espie
2000-07-20missing free, reorderMarkus Friedl
2000-07-20add hppa subdirs; espie, there is more than thatMichael Shalayeff
2000-07-19chflags no moreMichael Shalayeff
2000-07-19syncTheo de Raadt
2000-07-19fix yamaha entries, based on what freebsd driver saysTheo de Raadt
2000-07-19syncTheo de Raadt
2000-07-19not DIAMOND2; they were made by Aureal SemiTheo de Raadt
2000-07-19syncTheo de Raadt
2000-07-19a new avance sound chipTheo de Raadt
2000-07-19mdoc repairs; requested by mickey@.Aaron Campbell
2000-07-19bye-byeMichael Shalayeff
2000-07-19merge chflags(1) into chmod.Michael Shalayeff
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok
2000-07-19regen.Federico G. Schwindt
2000-07-19VIATECH VT82C596A PCI-ISA bridge.Federico G. Schwindt
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-19from 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-19Removed more stuff that's not relevant for us.Hans Insulander
Texinfo grammatic fixes also.
2000-07-19This file is no longer up to date; its sources has changed.Hans Insulander
2000-07-19OTP has never been supported in our kerberos implementation, and noone seemsHans Insulander
to care about it, so it shouldn't be in the documentation.
2000-07-19Fix path to more kerberosIV configuration files;Hans Insulander
/etc, /var/kerberos -> /etc/kerberosIV where relevant.
2000-07-19new timeouts; testedMichael Shalayeff
2000-07-19let us assume for now this workse with the other 3 chip modelsTheo de Raadt
2000-07-19Fix path to krb.conf and krb.realms.Hans Insulander
From Theo (thanks!).
2000-07-19Blink with new timeouts.Artur Grabowski
2000-07-19syncTheo de Raadt
2000-07-19more cirrus audio chipsTheo de Raadt
2000-07-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
the needed length + terminating byte + 1; that 1 is not needed; assar
2000-07-19Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution.Artur Grabowski
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19unnecessary declaration of ttrstrtArtur Grabowski
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19Use new timeouts for the led intr timeout.Artur Grabowski
2000-07-19Convert to use new timeouts.Artur Grabowski
Use the t_rstrt_to provided by tty.h.
2000-07-19Many drivers use a timeout on ttrstrt, make this a generic interface.Artur Grabowski
2000-07-19Support link identification from rfc1570brian
Add VERSION and COMPILATIONDATE macros Two new commands are available; ``ident'' and ``sendident''.
2000-07-19As 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-19Added 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-18Summarily explain about the playpen and PKG_TMPDIR, so that guysMarc Espie
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do)
2000-07-18better error messages for mapregMichael Shalayeff
2000-07-18Handle 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-18Make it obvious that this documentation is not the original version.Hans Insulander
2000-07-18Trip piss-poor conditional parser.Marc Espie
2000-07-18More for loops checks.Marc Espie
2000-07-18Real test for Posix compliance.Marc Espie