Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-02 | - U2 has been tested | Miod Vallat | |
- floppies have neither NFS nor CDROM support - add a section about firmware upgrades, and tell that they might be necessary, especially for U1/1E/2 systems. Pointed out from brad@, some of the information provided here comes from Sun's firmware update documentation. | |||
2001-11-02 | Fix typo when assigning bds->sem_base. | Todd C. Miller | |
The SVR4 compat stuff needs a serious sync but so far no one has been able to goat Niklas into doing it. | |||
2001-11-02 | attribute(format) no longer implies nonnull... | Marc Espie | |
ok millert@ miod@ | |||
2001-11-02 | In scsi_strvis(), collapse adjacent whitespace/NUL chars to a single | Todd C. Miller | |
space to get the most info with the least amount of wasted space. OK krw@, niklas@ | |||
2001-11-01 | Mention printf-like attributes for setproctitle(). | Miod Vallat | |
millert@ espie@ ok | |||
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 | |