summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-01Major overhaul.Todd C. Miller
Add protocol version 3 support. To avoid doing two separate broadcasts (like the solaris client does) we now do the equivalent of clnt_broadcast() ourselves and send both version 2 and 3 broadcasts. These are staggered such that under normal circumstances the version 3 reply will be received before the version 2 reply (which is what we want). Version 3 support is important now that we have long user and host names in utmp. Avoid potential duplicates on multihomed machines by storing all the addresses we get back from gethostbyaddr(), not just a single address. Reduce the timeout from 1 minute to 30 seconds which is closer to what Solaris uses and is generally more useful. Check window width and take this into account when formatting lines in -l mode.
2001-11-01much greater care for malloc & realloc failures; millert okTheo de Raadt
2001-11-01Refer to our own, namely cdrecord, not linux stuff.Marc Espie
2001-11-01syncTheo de Raadt
2001-11-01printf() format string fix.Miod Vallat
2001-11-01displayq to honor the terminal width; millert@ okMichael Shalayeff
2001-11-01add missing end bracket in commentTodd C. Miller
2001-11-01regenMichael Shalayeff
2001-11-01mylex acceleraidMichael Shalayeff
2001-11-01Unnecessary cast.Artur Grabowski
2001-11-01Don't allow negative offsets. Some type confusion.Artur Grabowski
2001-11-01ship timing info in network byte orderTheo de Raadt
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets.
2001-11-01fix 64 bit issues regarding timevalsTheo de Raadt
2001-11-01use _C_LABELMichael Shalayeff
2001-11-01remove dangling spaces and tabsMichael Shalayeff
2001-10-31Add boardtype 1301.Hugh Graham
2001-10-31Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.Federico G. Schwindt
2001-10-31Add MLINK's for syslog_r and friends.Federico G. Schwindt
2001-10-31Change the internal vc_mmap from returning int to paddr_t.Artur Grabowski
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-10-31There is no need to fake handling of /dev/zero here. The vm system ↵Artur Grabowski
ultrix/ultrix_misc.c sunos/sunos_misc.c does this automagically (and has done it for ages).
2001-10-31syncNathan Binkert
2001-10-31add a bunch of cards that use the Sundance TC9021Nathan Binkert
2001-10-31syncNathan Binkert
2001-10-31new deviceNathan Binkert
2001-10-31syncNathan Binkert
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