openbsd
27 years agoPrepare for /boot stuff...
weingart [Mon, 31 Mar 1997 02:41:44 +0000 (02:41 +0000)]
Prepare for /boot stuff...

27 years agosalt is an int32_t
deraadt [Mon, 31 Mar 1997 02:38:44 +0000 (02:38 +0000)]
salt is an int32_t

27 years agoflags param is int
deraadt [Mon, 31 Mar 1997 02:34:21 +0000 (02:34 +0000)]
flags param is int

27 years agosync to nfs.h
deraadt [Mon, 31 Mar 1997 02:30:26 +0000 (02:30 +0000)]
sync to nfs.h

27 years agosync with stat.h; spotted by todd@
deraadt [Mon, 31 Mar 1997 02:23:40 +0000 (02:23 +0000)]
sync with stat.h; spotted by todd@

27 years agocorrect path in comment; thieleke@ix.netcom.com
deraadt [Mon, 31 Mar 1997 01:07:35 +0000 (01:07 +0000)]
correct path in comment; thieleke@ix.netcom.com

27 years agoModernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.
downsj [Mon, 31 Mar 1997 00:23:50 +0000 (00:23 +0000)]
Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.

Compiles, but untested for lack of hardware.

27 years agoMinor cleanup.
briggs [Sun, 30 Mar 1997 22:44:03 +0000 (22:44 +0000)]
Minor cleanup.

27 years agono more 2(two) md5 libs in kernel!
mickey [Sun, 30 Mar 1997 22:05:08 +0000 (22:05 +0000)]
no more 2(two) md5 libs in kernel!
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!

27 years agojDTInstall is 0xD9C, not 0x9DC...
briggs [Sun, 30 Mar 1997 21:56:54 +0000 (21:56 +0000)]
jDTInstall is 0xD9C, not 0x9DC...

27 years agoAn implementation of pieces of the Deferred Task Manager--required by
briggs [Sun, 30 Mar 1997 21:53:23 +0000 (21:53 +0000)]
An implementation of pieces of the Deferred Task Manager--required by
some video cards.  Provided by Paul Goyette <paul@pgoyette.bdt.com>.
This introduces another simulated software interrupt.

27 years agoAdded support for YP V1. Partly from FreeBSD. -moj
maja [Sun, 30 Mar 1997 20:51:14 +0000 (20:51 +0000)]
Added support for YP V1. Partly from FreeBSD. -moj

27 years agodelete the unaligned code
deraadt [Sun, 30 Mar 1997 20:24:46 +0000 (20:24 +0000)]
delete the unaligned code

27 years agomy recent fixes
mickey [Sun, 30 Mar 1997 20:15:06 +0000 (20:15 +0000)]
my recent fixes

27 years agofix comment
mickey [Sun, 30 Mar 1997 20:13:04 +0000 (20:13 +0000)]
fix comment

27 years agoifdef out some vars used only w/ NFSCLIENT defined
mickey [Sun, 30 Mar 1997 20:02:32 +0000 (20:02 +0000)]
ifdef out some vars used only w/ NFSCLIENT defined

27 years agoblowfish + passwd.conf support. fixed md5 salt.
provos [Sun, 30 Mar 1997 19:22:42 +0000 (19:22 +0000)]
blowfish + passwd.conf support. fixed md5 salt.

27 years agobetter notes
deraadt [Sun, 30 Mar 1997 19:20:04 +0000 (19:20 +0000)]
better notes

27 years agoWe run OpenBSD not NetBSD
millert [Sun, 30 Mar 1997 18:49:45 +0000 (18:49 +0000)]
We run OpenBSD not NetBSD
From NetBSD:
    Fix includes specified for shmctl(2)
    Make xrefs consistent

27 years agoNetBSD PR #3399: Avoid overflowing in ut_host into ut_time (bounds check). Fix...
millert [Sun, 30 Mar 1997 18:16:02 +0000 (18:16 +0000)]
NetBSD PR #3399:  Avoid overflowing in ut_host into ut_time (bounds check).  Fix from Tatoku Ogaito

27 years agoMake named.boot and news spool optional.
millert [Sun, 30 Mar 1997 17:52:19 +0000 (17:52 +0000)]
Make named.boot and news spool optional.

27 years agoPrevious commit was in error, definition of MANDIR was correct
millert [Sun, 30 Mar 1997 08:46:52 +0000 (08:46 +0000)]
Previous commit was in error, definition of MANDIR was correct
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.

27 years ago/usr/share/man/cat -> /usr/share/man
millert [Sun, 30 Mar 1997 08:40:12 +0000 (08:40 +0000)]
/usr/share/man/cat -> /usr/share/man
NetBSD PR #3401

27 years agoAdjust the input string by the right amount if the pattern wasn't at the
millert [Sun, 30 Mar 1997 08:28:10 +0000 (08:28 +0000)]
Adjust the input string by the right amount if the pattern wasn't at the
beginning.  From NetBSD (mycroft).

27 years agoIncrease timeout by a factor of ten in cd_size().
briggs [Sat, 29 Mar 1997 23:54:20 +0000 (23:54 +0000)]
Increase timeout by a factor of ten in cd_size().
NetBSD PR#3409 from Koji Imada <koji@imada.math.human.nagoya-u.ac.jp>

27 years agoDo not register an interrupt handler unless we know that we can clear
briggs [Sat, 29 Mar 1997 23:47:13 +0000 (23:47 +0000)]
Do not register an interrupt handler unless we know that we can clear
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.

27 years agoUpdate from Denton Gentry with minor bug fixes by me.
briggs [Sat, 29 Mar 1997 23:26:48 +0000 (23:26 +0000)]
Update from Denton Gentry with minor bug fixes by me.
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.

27 years agoDrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card.
briggs [Sat, 29 Mar 1997 23:20:43 +0000 (23:20 +0000)]
DrSW for a Dayna ethernet card.  Fake DrHW for dumb nubus card.

27 years agoAllow setting blocksize to 0 (variable size); from Juergen Hannken-Illjes
tholo [Sat, 29 Mar 1997 21:23:10 +0000 (21:23 +0000)]
Allow setting blocksize to 0 (variable size); from Juergen Hannken-Illjes
<hannken@eis.cs.tu-bs.de> in NetBSD PR 3256

27 years agoDo not include mmap'ed device memory in coredumps; from Matthias Drochner
tholo [Sat, 29 Mar 1997 21:17:17 +0000 (21:17 +0000)]
Do not include mmap'ed device memory in coredumps; from Matthias Drochner
<drochner@zel024.zel.kfa-juelich.de> in NetBSD PR 3252

27 years agoUpdated description of some signals; from Klaus Klein <kleink@layla.inka.de>
tholo [Sat, 29 Mar 1997 20:33:43 +0000 (20:33 +0000)]
Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>
in NetBSD PR 3398

27 years agoAvoid infinite loops; from NetBSD PR 3285
tholo [Sat, 29 Mar 1997 20:28:20 +0000 (20:28 +0000)]
Avoid infinite loops; from NetBSD PR 3285

27 years agoChange MIN & TIME to VMIN & VTIME; from NetBSD PR 3243
tholo [Sat, 29 Mar 1997 20:15:52 +0000 (20:15 +0000)]
Change MIN & TIME to VMIN & VTIME; from NetBSD PR 3243

27 years agoReturn EISDIR for directories; idea from NetBSD
tholo [Sat, 29 Mar 1997 20:10:01 +0000 (20:10 +0000)]
Return EISDIR for directories; idea from NetBSD

27 years agoDocument EINVAL; from NetBSD PR 3395
tholo [Sat, 29 Mar 1997 20:07:46 +0000 (20:07 +0000)]
Document EINVAL; from NetBSD PR 3395

27 years agoDocument .message
millert [Sat, 29 Mar 1997 20:02:00 +0000 (20:02 +0000)]
Document .message

27 years agoUse arc4random() not random().
millert [Sat, 29 Mar 1997 20:01:26 +0000 (20:01 +0000)]
Use arc4random() not random().

27 years agouninitialized variable; koji@math.human.nagoya-u.ac.jp
deraadt [Sat, 29 Mar 1997 18:21:00 +0000 (18:21 +0000)]
uninitialized variable; koji@math.human.nagoya-u.ac.jp

27 years agofix typo, msaitoh@spa.is.uec.ac.jp
deraadt [Sat, 29 Mar 1997 18:16:40 +0000 (18:16 +0000)]
fix typo, msaitoh@spa.is.uec.ac.jp

27 years agofutimes link; nakayosh@kcn.or.jp
deraadt [Sat, 29 Mar 1997 18:08:05 +0000 (18:08 +0000)]
futimes link; nakayosh@kcn.or.jp

27 years ago__NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS).
briggs [Sat, 29 Mar 1997 17:26:59 +0000 (17:26 +0000)]
__NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS).

27 years agoDefault to pure xterm-r6 for xterm without additions for ncurses line drawing
tholo [Sat, 29 Mar 1997 09:29:10 +0000 (09:29 +0000)]
Default to pure xterm-r6 for xterm without additions for ncurses line drawing
stuff

27 years agoDo return values from issetuid() correctly
tholo [Sat, 29 Mar 1997 08:58:03 +0000 (08:58 +0000)]
Do return values from issetuid() correctly

27 years agoUse genassym.sh
tholo [Sat, 29 Mar 1997 07:12:04 +0000 (07:12 +0000)]
Use genassym.sh

27 years agore-init width each time through the loop
deraadt [Sat, 29 Mar 1997 06:13:21 +0000 (06:13 +0000)]
re-init width each time through the loop

27 years agoif a bad socket is accept()ed, bail without trying another accept()
deraadt [Sat, 29 Mar 1997 06:09:58 +0000 (06:09 +0000)]
if a bad socket is accept()ed, bail without trying another accept()
in svctcp_create(), only close socket if we created it

27 years agoin svcudp_bufcreate(), only close socket if we created it
deraadt [Sat, 29 Mar 1997 06:08:56 +0000 (06:08 +0000)]
in svcudp_bufcreate(), only close socket if we created it

27 years agodelete extra spaces
deraadt [Sat, 29 Mar 1997 05:55:06 +0000 (05:55 +0000)]
delete extra spaces

27 years agoSwitch to genassym.cf.
downsj [Sat, 29 Mar 1997 05:18:05 +0000 (05:18 +0000)]
Switch to genassym.cf.

27 years agoIntegrate local changes
tholo [Sat, 29 Mar 1997 04:49:44 +0000 (04:49 +0000)]
Integrate local changes

27 years agoLatest release from Cyclic Software
tholo [Sat, 29 Mar 1997 04:45:27 +0000 (04:45 +0000)]
Latest release from Cyclic Software

27 years agoLatest release from Cyclic Software
tholo [Sat, 29 Mar 1997 04:37:20 +0000 (04:37 +0000)]
Latest release from Cyclic Software

27 years agoFix up HISTORY and mention YP.
millert [Sat, 29 Mar 1997 04:22:37 +0000 (04:22 +0000)]
Fix up HISTORY and mention YP.

27 years agoChanged definition of 'a' in vfmtmsg from void * to va_list.
dgregor [Sat, 29 Mar 1997 04:17:22 +0000 (04:17 +0000)]
Changed definition of 'a' in vfmtmsg from void * to va_list.
Possible fix for PR#130.

27 years agoUse getdomainname() not yp_get_default_domain().
millert [Sat, 29 Mar 1997 04:14:56 +0000 (04:14 +0000)]
Use getdomainname() not yp_get_default_domain().

27 years agotake a shot at 64-bit clean
deraadt [Sat, 29 Mar 1997 04:01:58 +0000 (04:01 +0000)]
take a shot at 64-bit clean

27 years agorepair function param declarations
deraadt [Sat, 29 Mar 1997 03:50:39 +0000 (03:50 +0000)]
repair function param declarations

27 years agoA bit more DAFB initialization.
briggs [Sat, 29 Mar 1997 03:16:18 +0000 (03:16 +0000)]
A bit more DAFB initialization.

27 years agoUse ``mail.local -H'' to do dot locking so we can have mode 755 mail
millert [Sat, 29 Mar 1997 03:01:43 +0000 (03:01 +0000)]
Use ``mail.local -H'' to do dot locking so we can have mode 755 mail
spool, change an occurrence of tempnam() to mkstemp(), change some
longs and shorts to ints.  Mail is now usable again.

27 years agoMake ``mail.local -H'' explicately indicate when the lock fails or succeeds.
millert [Sat, 29 Mar 1997 02:59:55 +0000 (02:59 +0000)]
Make ``mail.local -H'' explicately indicate when the lock fails or succeeds.

27 years agoFix bug that would have prevented PB5xx series from detecting the SONIC.
briggs [Sat, 29 Mar 1997 02:27:11 +0000 (02:27 +0000)]
Fix bug that would have prevented PB5xx series from detecting the SONIC.
Bug noticed by Denny Gentry.

27 years agoInstall new man4 pages.
millert [Fri, 28 Mar 1997 23:04:27 +0000 (23:04 +0000)]
Install new man4 pages.

27 years agoMove ncr.4 out of man4.i386/ncr.4 and update it from NetBSD.
millert [Fri, 28 Mar 1997 22:53:37 +0000 (22:53 +0000)]
Move ncr.4 out of man4.i386/ncr.4 and update it from NetBSD.
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).

27 years agosync (regen)
kstailey [Fri, 28 Mar 1997 22:14:31 +0000 (22:14 +0000)]
sync (regen)

27 years agoadded 34 - nice
kstailey [Fri, 28 Mar 1997 22:03:46 +0000 (22:03 +0000)]
added 34 - nice

27 years agono more -D__NetBSD__
deraadt [Fri, 28 Mar 1997 20:47:14 +0000 (20:47 +0000)]
no more -D__NetBSD__

27 years agosplit std into std/fd; add floppy target
deraadt [Fri, 28 Mar 1997 20:10:35 +0000 (20:10 +0000)]
split std into std/fd; add floppy target

27 years agoSet umask so save files are writeable by hack
tholo [Fri, 28 Mar 1997 18:56:20 +0000 (18:56 +0000)]
Set umask so save files are writeable by hack

27 years agoLog and score file needs to be group writeable
tholo [Fri, 28 Mar 1997 18:51:47 +0000 (18:51 +0000)]
Log and score file needs to be group writeable

27 years agoUse more from m68k/m68k.
briggs [Fri, 28 Mar 1997 12:38:56 +0000 (12:38 +0000)]
Use more from m68k/m68k.

27 years agocopy new iv only if existant
provos [Fri, 28 Mar 1997 09:48:37 +0000 (09:48 +0000)]
copy new iv only if existant

27 years ago"mail.local -H" is valid usage.
millert [Fri, 28 Mar 1997 02:16:40 +0000 (02:16 +0000)]
"mail.local -H" is valid usage.

27 years agoDon't allow buffer overflows
tholo [Fri, 28 Mar 1997 00:39:06 +0000 (00:39 +0000)]
Don't allow buffer overflows

27 years agoNew termcap and terminfo database files; now with :bs: re-added to the
tholo [Fri, 28 Mar 1997 00:01:39 +0000 (00:01 +0000)]
New termcap and terminfo database files; now with :bs: re-added to the
termcap format based on changes submitted to the terminfo master by me

27 years agoFix core dump.
downsj [Thu, 27 Mar 1997 23:43:36 +0000 (23:43 +0000)]
Fix core dump.

27 years agoErr, umm.
downsj [Thu, 27 Mar 1997 23:36:53 +0000 (23:36 +0000)]
Err, umm.

27 years agoMake this code sane.
downsj [Thu, 27 Mar 1997 23:26:28 +0000 (23:26 +0000)]
Make this code sane.

27 years agobetter doc
deraadt [Thu, 27 Mar 1997 23:09:13 +0000 (23:09 +0000)]
better doc

27 years agopretty and one 64bit thingy
deraadt [Thu, 27 Mar 1997 23:02:58 +0000 (23:02 +0000)]
pretty and one 64bit thingy

27 years agoconstrain hostnames to MAXHOSTNAMELEN (again), and fix a typo
deraadt [Thu, 27 Mar 1997 20:45:33 +0000 (20:45 +0000)]
constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo

27 years agofix -u/-p problems reported by mks@msc.edu; but be a bit more careful..
deraadt [Thu, 27 Mar 1997 19:57:55 +0000 (19:57 +0000)]
fix -u/-p problems reported by mks@msc.edu; but be a bit more careful..

27 years agoVarious fixes for ZMAGIC. Thanks Theo
weingart [Thu, 27 Mar 1997 18:13:32 +0000 (18:13 +0000)]
Various fixes for ZMAGIC.  Thanks Theo

27 years agoif lost+found generation code is enabled, create it with a nice mode
deraadt [Thu, 27 Mar 1997 17:15:27 +0000 (17:15 +0000)]
if lost+found generation code is enabled, create it with a nice mode

27 years agouse 700 not 777 for new lost+found dirs
kstailey [Thu, 27 Mar 1997 16:28:51 +0000 (16:28 +0000)]
use 700 not 777 for new lost+found dirs

27 years agoOops, used #ifdef, instead of ifdef, by habit.
niklas [Thu, 27 Mar 1997 16:18:02 +0000 (16:18 +0000)]
Oops, used #ifdef, instead of ifdef, by habit.

27 years agoDOH! Of course genassym.sh should be fed CC not HOSTCC,
niklas [Thu, 27 Mar 1997 15:50:12 +0000 (15:50 +0000)]
DOH!  Of course genassym.sh should be fed CC not HOSTCC,
that was the entire meaning of it... shoot me!

27 years agoBe more careful about enabling nubus interrupts.
briggs [Thu, 27 Mar 1997 14:58:53 +0000 (14:58 +0000)]
Be more careful about enabling nubus interrupts.

27 years agoUse P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300)
niklas [Thu, 27 Mar 1997 12:06:45 +0000 (12:06 +0000)]
Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300)

27 years agoUse genassym.sh
niklas [Thu, 27 Mar 1997 11:52:06 +0000 (11:52 +0000)]
Use genassym.sh

27 years agoImport genassym.sh method from NetBSD
niklas [Thu, 27 Mar 1997 11:50:45 +0000 (11:50 +0000)]
Import genassym.sh method from NetBSD

27 years agoAdd NCR variant of SVR4, as it has some specifics
niklas [Thu, 27 Mar 1997 08:40:36 +0000 (08:40 +0000)]
Add NCR variant of SVR4, as it has some specifics

27 years agoImplement NOFILE_MAX--hard limit on max descriptors per proccess.
millert [Thu, 27 Mar 1997 05:35:25 +0000 (05:35 +0000)]
Implement NOFILE_MAX--hard limit on max descriptors per proccess.
Future direction, might make sense to make this a kernel symbol tha
is sysctl-able.

27 years agoMake kern.osrevision (sysctl) and /kern/osrev report value of
millert [Thu, 27 Mar 1997 04:39:35 +0000 (04:39 +0000)]
Make kern.osrevision (sysctl) and /kern/osrev report value of
OpenBSD define, not BSD which is a bit more useful.

27 years agoyet another random() converted to arc4random()
provos [Thu, 27 Mar 1997 01:09:38 +0000 (01:09 +0000)]
yet another random() converted to arc4random()

27 years agouse arc4random instead of random
provos [Thu, 27 Mar 1997 00:36:32 +0000 (00:36 +0000)]
use arc4random instead of random

27 years agoSlight cleanup, more needed
weingart [Thu, 27 Mar 1997 00:30:52 +0000 (00:30 +0000)]
Slight cleanup, more needed

27 years agomd5 stuff
provos [Thu, 27 Mar 1997 00:10:52 +0000 (00:10 +0000)]
md5 stuff

27 years agoadd comment on md5
provos [Thu, 27 Mar 1997 00:07:14 +0000 (00:07 +0000)]
add comment on md5

27 years agosupport for md5 passwords
provos [Thu, 27 Mar 1997 00:05:41 +0000 (00:05 +0000)]
support for md5 passwords

27 years agoadded ipsec subdir
provos [Wed, 26 Mar 1997 23:14:57 +0000 (23:14 +0000)]
added ipsec subdir