Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-29 | Update from Denton Gentry with minor bug fixes by me. | briggs | |
Denny says: if_sn.c: - allocate sc->space using malloc (Scott wanted this). - make csr accesses use NIC_PUT/GET, remove sc->sc_csr. - add multicast and IFF_PROMISC support. multicast isn't well tested, but I made sure the unicast case still works. - finish the new arp interface, remove sc->sc_enaddr if_snreg.h: - remove struct sonic_reg if_snvar.h: - add NIC_PUT and NIC_GET macros a la if_ae - remove sc_txhead, it isn't used. if_sn_nubus.c: - clean up support for my SE/30 card. - Move add_nubus_intr from if_sn.c (to keep if_sn.c MI) if_sn_obio.c: - make Q610, C610, Q650, C650, Q800 use EXBUS. - PB500 had a "return" where "break" was intended. PB500 probably wasn't working. - move add_nubus_intr from if_sn.c. - add an "explanation" why Apple's ethernet addr is encoded in token ring format in the PROM. | |||
1997-03-29 | DrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card. | briggs | |
1997-03-29 | Allow setting blocksize to 0 (variable size); from Juergen Hannken-Illjes | Thorsten Lockert | |
<hannken@eis.cs.tu-bs.de> in NetBSD PR 3256 | |||
1997-03-29 | Do not include mmap'ed device memory in coredumps; from Matthias Drochner | Thorsten Lockert | |
<drochner@zel024.zel.kfa-juelich.de> in NetBSD PR 3252 | |||
1997-03-29 | Updated description of some signals; from Klaus Klein <kleink@layla.inka.de> | Thorsten Lockert | |
in NetBSD PR 3398 | |||
1997-03-29 | Avoid infinite loops; from NetBSD PR 3285 | Thorsten Lockert | |
1997-03-29 | Change MIN & TIME to VMIN & VTIME; from NetBSD PR 3243 | Thorsten Lockert | |
1997-03-29 | Return EISDIR for directories; idea from NetBSD | Thorsten Lockert | |
1997-03-29 | Document EINVAL; from NetBSD PR 3395 | Thorsten Lockert | |
1997-03-29 | Document .message | Todd C. Miller | |
1997-03-29 | Use arc4random() not random(). | Todd C. Miller | |
1997-03-29 | uninitialized variable; koji@math.human.nagoya-u.ac.jp | Theo de Raadt | |
1997-03-29 | fix typo, msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-03-29 | futimes link; nakayosh@kcn.or.jp | Theo de Raadt | |
1997-03-29 | __NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS). | briggs | |
1997-03-29 | Default to pure xterm-r6 for xterm without additions for ncurses line drawing | Thorsten Lockert | |
stuff | |||
1997-03-29 | Do return values from issetuid() correctly | Thorsten Lockert | |
1997-03-29 | Use genassym.sh | Thorsten Lockert | |
1997-03-29 | re-init width each time through the loop | Theo de Raadt | |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt | |
in svctcp_create(), only close socket if we created it | |||
1997-03-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt | |
1997-03-29 | delete extra spaces | Theo de Raadt | |
1997-03-29 | Switch to genassym.cf. | Jason Downs | |
1997-03-29 | Integrate local changes | Thorsten Lockert | |
1997-03-29 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-03-29 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-03-29 | Fix up HISTORY and mention YP. | Todd C. Miller | |
1997-03-29 | Changed definition of 'a' in vfmtmsg from void * to va_list. | dgregor | |
Possible fix for PR#130. | |||
1997-03-29 | Use getdomainname() not yp_get_default_domain(). | Todd C. Miller | |
1997-03-29 | take a shot at 64-bit clean | Theo de Raadt | |
1997-03-29 | repair function param declarations | Theo de Raadt | |
1997-03-29 | A bit more DAFB initialization. | briggs | |
1997-03-29 | Use ``mail.local -H'' to do dot locking so we can have mode 755 mail | Todd C. Miller | |
spool, change an occurrence of tempnam() to mkstemp(), change some longs and shorts to ints. Mail is now usable again. | |||
1997-03-29 | Make ``mail.local -H'' explicately indicate when the lock fails or succeeds. | Todd C. Miller | |
1997-03-29 | Fix bug that would have prevented PB5xx series from detecting the SONIC. | briggs | |
Bug noticed by Denny Gentry. | |||
1997-03-28 | Install new man4 pages. | Todd C. Miller | |
1997-03-28 | Move ncr.4 out of man4.i386/ncr.4 and update it from NetBSD. | Todd C. Miller | |
Remove one of the tekram cards from man4.i386/aha.4 that is really ncr-based and add cd.4, fpa.4, sd.4, st.4, uk.4 from NetBSD (some originally from FreeBSD). | |||
1997-03-28 | sync (regen) | kstailey | |
1997-03-28 | added 34 - nice | kstailey | |
1997-03-28 | no more -D__NetBSD__ | Theo de Raadt | |
1997-03-28 | split std into std/fd; add floppy target | Theo de Raadt | |
1997-03-28 | Set umask so save files are writeable by hack | Thorsten Lockert | |
1997-03-28 | Log and score file needs to be group writeable | Thorsten Lockert | |
1997-03-28 | Use more from m68k/m68k. | briggs | |
1997-03-28 | copy new iv only if existant | Niels Provos | |
1997-03-28 | "mail.local -H" is valid usage. | Todd C. Miller | |
1997-03-28 | Don't allow buffer overflows | Thorsten Lockert | |
1997-03-28 | New termcap and terminfo database files; now with :bs: re-added to the | Thorsten Lockert | |
termcap format based on changes submitted to the terminfo master by me | |||
1997-03-27 | Fix core dump. | Jason Downs | |
1997-03-27 | Err, umm. | Jason Downs | |