Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |
1997-03-31 | Prepare for /boot stuff... | Tobias Weingartner | |
1997-03-31 | salt is an int32_t | Theo de Raadt | |
1997-03-31 | flags param is int | Theo de Raadt | |
1997-03-31 | sync to nfs.h | Theo de Raadt | |
1997-03-31 | sync with stat.h; spotted by todd@ | Theo de Raadt | |
1997-03-31 | correct path in comment; thieleke@ix.netcom.com | Theo de Raadt | |
1997-03-31 | Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code. | Jason Downs | |
Compiles, but untested for lack of hardware. | |||
1997-03-30 | Minor cleanup. | briggs | |
1997-03-30 | no more 2(two) md5 libs in kernel! | Michael Shalayeff | |
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray! | |||
1997-03-30 | jDTInstall is 0xD9C, not 0x9DC... | briggs | |
1997-03-30 | An implementation of pieces of the Deferred Task Manager--required by | briggs | |
some video cards. Provided by Paul Goyette <paul@pgoyette.bdt.com>. This introduces another simulated software interrupt. | |||
1997-03-30 | Added support for YP V1. Partly from FreeBSD. -moj | Mats O Jansson | |
1997-03-30 | delete the unaligned code | Theo de Raadt | |
1997-03-30 | my recent fixes | Michael Shalayeff | |
1997-03-30 | fix comment | Michael Shalayeff | |
1997-03-30 | ifdef out some vars used only w/ NFSCLIENT defined | Michael Shalayeff | |
1997-03-30 | blowfish + passwd.conf support. fixed md5 salt. | Niels Provos | |
1997-03-30 | better notes | Theo de Raadt | |
1997-03-30 | We run OpenBSD not NetBSD | Todd C. Miller | |
From NetBSD: Fix includes specified for shmctl(2) Make xrefs consistent | |||
1997-03-30 | NetBSD PR #3399: Avoid overflowing in ut_host into ut_time (bounds check). ↵ | Todd C. Miller | |
Fix from Tatoku Ogaito | |||
1997-03-30 | Make named.boot and news spool optional. | Todd C. Miller | |
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd C. Miller | |
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk. | |||
1997-03-30 | /usr/share/man/cat -> /usr/share/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-03-30 | Adjust the input string by the right amount if the pattern wasn't at the | Todd C. Miller | |
beginning. From NetBSD (mycroft). | |||
1997-03-29 | Increase timeout by a factor of ten in cd_size(). | briggs | |
NetBSD PR#3409 from Koji Imada <koji@imada.math.human.nagoya-u.ac.jp> | |||
1997-03-29 | Do not register an interrupt handler unless we know that we can clear | briggs | |
interrupts properly. Take a stab at clearing interrupts correctly for stupid Samsung video card that masquerades as a Toby Frame Buffer card. Break out interrupt routines by card type, including the cards that just need a byte cleared to clear the interrupt. | |||
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 | |