summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-10-31Clarify some struct fields.Artur Grabowski
2001-10-31Fix creation of /etc/hosts file in install.Kenneth R Westerback
Obtaining the FQDN *after* calling configurenetwork(), so that DHCP info can be used, turns out to not be a good idea because /etc/hosts is created in configurenetwork(). As a result the /etc/hosts created by the 3.0 install script contains bogus entries with a '.' instead of '.<domain name>'. So, put configurenetwork() back where it was pre-3.0, i.e. after FQDN is determined. Noticed by David Krause (PR#2155). Other /etc/hosts issues (including David's ipv6 suggestion) under investigation.
2001-10-30Add note to BUGS section regarding linking with -ggdb vs -gMarco S Hyman
2001-10-30rstat_timeval is not the same as timevalTheo de Raadt
2001-10-30strncpy() -> strlcpy(); from Jean-Francois BrousseauTodd C. Miller
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30undo (disable debug again)Markus Friedl
2001-10-30ssh.1Markus Friedl
2001-10-30syncTheo de Raadt
2001-10-30synbcTheo de Raadt
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval.
2001-10-30correct realloc() misuseTheo de Raadt
2001-10-30correct open() checksTheo de Raadt
2001-10-30ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by ↵Hakan Olsson
<jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945.
2001-10-30do not allow setting autorepeat delays causing zero timeouts later.Michael Shalayeff
pointed out for the case of del*=0 in pr@2156 by Juan Vera <juan@coredump.com.ar>.
2001-10-30vipw(8) invokes pwd_mkdb(8) automagically.Miod Vallat
2001-10-30alphabetize the sound sectionMichael Shalayeff
2001-10-30From NetBSD: add __packed__ attribute to hardware structure thatKenneth R Westerback
lacked it (scr_table). Also remove scr_table_t typedef and just use 'struct scr_table' to be consistant with all other structures.
2001-10-29add emu, iop. fix stupid script error splitting lines on dotsMichael Shalayeff
2001-10-29defn for "versions read" command (not that the results match the docs mind you).Jason Wright
2001-10-29more devicesJason Wright
2001-10-29man page for sab82532Jason Wright
2001-10-293.1Jason Wright
2001-10-29add ttyh*, sab82532 serial devices, requested by jason@Todd T. Fries
2001-10-29hostbased: check for client hostkey before building chostMarkus Friedl
2001-10-29handle pflogd_flags better; openbsd@davidkrause.comTheo de Raadt
2001-10-29Change when calendar(1) is such so that it is after mailq runs.Todd C. Miller
That way we avoid a flurry of transient calendar mail in the mailq.
2001-10-29MacOS 10.1 lpr clients send a format character of "o" to indicate ↵Theo de Raadt
postscript; jabley@automagic.org
2001-10-29fix docs; tedu@heorot.stanford.eduTheo de Raadt
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-29Unconfuse.Marc Espie
ok art@
2001-10-29better descriptionTheo de Raadt
2001-10-28remove bogus error-check, resolve pr#2147Jakob Schlyter
2001-10-28fix getaddrinfo error handlingJakob Schlyter
2001-10-28fix stupid typoJakob Schlyter
2001-10-28remove unused variableJakob Schlyter
2001-10-28match on elsa cf wireless lanMichael Shalayeff
2001-10-28regenMichael Shalayeff
2001-10-28add ELSA XI800 CF Wireless LAN; from netbsdMichael Shalayeff
2001-10-28we try to test things before commit, artTheo de Raadt
2001-10-28define caps bits, for later useMichael Shalayeff
2001-10-28it appears that some non-vra compatible codecs implement partMichael Shalayeff
of vra protocol by rounding all rates to 48kHz, but some return 0. fix this by reporting 48kHz for all codecs w/o vra. problem (finally) identified by hunter@dg.net.ua, diff by me. also, while here a/AC97_SOUND_ENHANCEMENT/AC97_CAPS_ENHANCEMENT/ .
2001-10-28add caveats for stupid chips and fix niels' inconsistancyMichael Shalayeff
2001-10-28indentTheo de Raadt
2001-10-28fix -z; jarle@uninett.noTheo de Raadt
2001-10-28duh, don't forget cdev entries for char device sabtty (It's been a rough week)Jason Wright
2001-10-28oops, don't forget sab entries here too.Jason Wright
2001-10-28sab* and sabtty* (commented out for now until console stuff is done)Jason Wright
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright
device). Based on datasheet from Infineon (another datasheet with non-trivial errors) and info from the linux driver for same chip.