Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-01 | Major 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-01 | much greater care for malloc & realloc failures; millert ok | Theo de Raadt | |
2001-11-01 | Refer to our own, namely cdrecord, not linux stuff. | Marc Espie | |
2001-11-01 | sync | Theo de Raadt | |
2001-11-01 | printf() format string fix. | Miod Vallat | |
2001-11-01 | displayq to honor the terminal width; millert@ ok | Michael Shalayeff | |
2001-11-01 | add missing end bracket in comment | Todd C. Miller | |
2001-11-01 | regen | Michael Shalayeff | |
2001-11-01 | mylex acceleraid | Michael Shalayeff | |
2001-11-01 | Unnecessary cast. | Artur Grabowski | |
2001-11-01 | Don't allow negative offsets. Some type confusion. | Artur Grabowski | |
2001-11-01 | ship timing info in network byte order | Theo de Raadt | |
2001-11-01 | Change 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-01 | fix 64 bit issues regarding timevals | Theo de Raadt | |
2001-11-01 | use _C_LABEL | Michael Shalayeff | |
2001-11-01 | remove dangling spaces and tabs | Michael Shalayeff | |
2001-10-31 | Add boardtype 1301. | Hugh Graham | |
2001-10-31 | Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok. | Federico G. Schwindt | |
2001-10-31 | Add MLINK's for syslog_r and friends. | Federico G. Schwindt | |
2001-10-31 | Change the internal vc_mmap from returning int to paddr_t. | Artur Grabowski | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-31 | There 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-31 | sync | Nathan Binkert | |
2001-10-31 | add a bunch of cards that use the Sundance TC9021 | Nathan Binkert | |
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | new device | Nathan Binkert | |
2001-10-31 | sync | Nathan Binkert | |
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 | |