Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-31 | Synchronize usb code with NetBSD. | Nathan Binkert | |
2001-10-31 | Clarify some struct fields. | Artur Grabowski | |
2001-10-31 | Fix 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-30 | Add note to BUGS section regarding linking with -ggdb vs -g | Marco S Hyman | |
2001-10-30 | rstat_timeval is not the same as timeval | Theo de Raadt | |
2001-10-30 | strncpy() -> strlcpy(); from Jean-Francois Brousseau | Todd C. Miller | |
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval | |
2001-10-30 | undo (disable debug again) | Markus Friedl | |
2001-10-30 | ssh.1 | Markus Friedl | |
2001-10-30 | sync | Theo de Raadt | |
2001-10-30 | synbc | Theo de Raadt | |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry 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-30 | correct realloc() misuse | Theo de Raadt | |
2001-10-30 | correct open() checks | Theo de Raadt | |
2001-10-30 | ddp_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-30 | do 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-30 | vipw(8) invokes pwd_mkdb(8) automagically. | Miod Vallat | |
2001-10-30 | alphabetize the sound section | Michael Shalayeff | |
2001-10-30 | From NetBSD: add __packed__ attribute to hardware structure that | Kenneth 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-29 | add emu, iop. fix stupid script error splitting lines on dots | Michael Shalayeff | |
2001-10-29 | defn for "versions read" command (not that the results match the docs mind you). | Jason Wright | |
2001-10-29 | more devices | Jason Wright | |
2001-10-29 | man page for sab82532 | Jason Wright | |
2001-10-29 | 3.1 | Jason Wright | |
2001-10-29 | add ttyh*, sab82532 serial devices, requested by jason@ | Todd T. Fries | |
2001-10-29 | hostbased: check for client hostkey before building chost | Markus Friedl | |
2001-10-29 | handle pflogd_flags better; openbsd@davidkrause.com | Theo de Raadt | |
2001-10-29 | Change 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-29 | MacOS 10.1 lpr clients send a format character of "o" to indicate ↵ | Theo de Raadt | |
postscript; jabley@automagic.org | |||
2001-10-29 | fix docs; tedu@heorot.stanford.edu | Theo de Raadt | |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller | |
2001-10-29 | Unconfuse. | Marc Espie | |
ok art@ | |||
2001-10-29 | better description | Theo de Raadt | |
2001-10-28 | remove bogus error-check, resolve pr#2147 | Jakob Schlyter | |
2001-10-28 | fix getaddrinfo error handling | Jakob Schlyter | |
2001-10-28 | fix stupid typo | Jakob Schlyter | |
2001-10-28 | remove unused variable | Jakob Schlyter | |
2001-10-28 | match on elsa cf wireless lan | Michael Shalayeff | |
2001-10-28 | regen | Michael Shalayeff | |
2001-10-28 | add ELSA XI800 CF Wireless LAN; from netbsd | Michael Shalayeff | |
2001-10-28 | we try to test things before commit, art | Theo de Raadt | |
2001-10-28 | define caps bits, for later use | Michael Shalayeff | |
2001-10-28 | it appears that some non-vra compatible codecs implement part | Michael 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-28 | add caveats for stupid chips and fix niels' inconsistancy | Michael Shalayeff | |
2001-10-28 | indent | Theo de Raadt | |
2001-10-28 | fix -z; jarle@uninett.no | Theo de Raadt | |
2001-10-28 | duh, don't forget cdev entries for char device sabtty (It's been a rough week) | Jason Wright | |
2001-10-28 | oops, don't forget sab entries here too. | Jason Wright | |
2001-10-28 | sab* and sabtty* (commented out for now until console stuff is done) | Jason Wright | |
2001-10-28 | SAB82532 driver (missing console stuff, but working as a generic tty | Jason Wright | |
device). Based on datasheet from Infineon (another datasheet with non-trivial errors) and info from the linux driver for same chip. |