openbsd
27 years agoAdd rd device and raminst from mvme68k.
downsj [Sun, 16 Feb 1997 10:40:50 +0000 (10:40 +0000)]
Add rd device and raminst from mvme68k.

27 years agodeal with errors in recent change better
deraadt [Sun, 16 Feb 1997 10:31:23 +0000 (10:31 +0000)]
deal with errors in recent change better

27 years agochange from <> to [] and document
deraadt [Sun, 16 Feb 1997 10:26:36 +0000 (10:26 +0000)]
change from <> to [] and document

27 years agowhen printing local port numbers, print rpc service name in <> after port number...
deraadt [Sun, 16 Feb 1997 10:22:24 +0000 (10:22 +0000)]
when printing local port numbers, print rpc service name in <> after port number, if available

27 years agoDon't give summary line at end when using tar format
tholo [Sun, 16 Feb 1997 07:51:12 +0000 (07:51 +0000)]
Don't give summary line at end when using tar format

27 years agowhen spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...
deraadt [Sun, 16 Feb 1997 07:42:52 +0000 (07:42 +0000)]
when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...
this appears to prevent the intermediate shell from playing with the signals
such that it gets a tty signal inside an editor such as emacs.
this was very annoying

27 years agoCorrect handling of long filenames that has been stored with a prefix in
tholo [Sun, 16 Feb 1997 06:54:21 +0000 (06:54 +0000)]
Correct handling of long filenames that has been stored with a prefix in
the archive; generate POSIXly correct padding of octal fields.

27 years agoblock $ENV too, sigh
deraadt [Sun, 16 Feb 1997 05:59:43 +0000 (05:59 +0000)]
block $ENV too, sigh

27 years agoudp packets less than min udp packet length are bad; davem@jenolan.rutgers.edu
deraadt [Sun, 16 Feb 1997 04:42:50 +0000 (04:42 +0000)]
udp packets less than min udp packet length are bad; davem@jenolan.rutgers.edu

27 years ago/sbin/nologin implies hushlogin.
downsj [Sun, 16 Feb 1997 04:39:07 +0000 (04:39 +0000)]
/sbin/nologin implies hushlogin.

27 years agoJust for the hell of it..?
downsj [Sun, 16 Feb 1997 04:15:31 +0000 (04:15 +0000)]
Just for the hell of it..?

27 years agoclean up and add missing file from previous commit
rahnds [Sun, 16 Feb 1997 04:00:47 +0000 (04:00 +0000)]
clean up and add missing file from previous commit

27 years agoChanges to support rd miniroot building.
rahnds [Sun, 16 Feb 1997 03:57:28 +0000 (03:57 +0000)]
Changes to support rd miniroot building.

27 years agoAdd the final? pieces to support mvme68k ramdisk support.
rahnds [Sun, 16 Feb 1997 03:26:23 +0000 (03:26 +0000)]
Add the final? pieces to support mvme68k ramdisk support.
uses rdsetroot to create a ramdisk in a kernel image.

27 years agoAdd new kernel configuration that support ramdisk in the data segment
rahnds [Sun, 16 Feb 1997 03:19:52 +0000 (03:19 +0000)]
Add new kernel configuration that support ramdisk in the data segment
via rdsetroot.

27 years agogive up on amd -M until amd gets proper localhost detection
deraadt [Sun, 16 Feb 1997 00:04:25 +0000 (00:04 +0000)]
give up on amd -M until amd gets proper localhost detection

27 years agobuf oflow, danny@freebsd.org
deraadt [Sat, 15 Feb 1997 23:44:31 +0000 (23:44 +0000)]
buf oflow, danny@freebsd.org

27 years agoSAVE_MEMORY even more
mickey [Sat, 15 Feb 1997 21:38:26 +0000 (21:38 +0000)]
SAVE_MEMORY even more

27 years agoRename crypt() entry in libdes to des_crypt
tholo [Sat, 15 Feb 1997 19:56:58 +0000 (19:56 +0000)]
Rename crypt() entry in libdes to des_crypt

27 years agoKill warning
tholo [Sat, 15 Feb 1997 19:56:16 +0000 (19:56 +0000)]
Kill warning

27 years agoadd kernel_text symbol (just like other archs)
mickey [Sat, 15 Feb 1997 17:40:21 +0000 (17:40 +0000)]
add kernel_text symbol (just like other archs)

27 years agoMove the debug print into the ifdef DEBUG section.
rahnds [Sat, 15 Feb 1997 15:22:08 +0000 (15:22 +0000)]
Move the debug print into the ifdef DEBUG section.

27 years agoOnly copy a cpudisklabel in the disklabel structure if a valid one is found.
rahnds [Sat, 15 Feb 1997 14:47:59 +0000 (14:47 +0000)]
Only copy a cpudisklabel in the disklabel structure if a valid one is found.
This allows rd disklabels to be read and should allow generic BSD disklabels.

27 years agonew blowfish crypt interfaces; crank it
deraadt [Sat, 15 Feb 1997 10:56:30 +0000 (10:56 +0000)]
new blowfish crypt interfaces; crank it

27 years agowhen using strsep you should be aware that the delimiter will be replaced
provos [Sat, 15 Feb 1997 09:47:54 +0000 (09:47 +0000)]
when using strsep you should be aware that the delimiter will be replaced
by a nifty '0', so you cant check for a colon instead and dump some
I am sorry, Dave. I can't do that.

27 years agoMinor change to bypass compilation failure.
angelos [Sat, 15 Feb 1997 04:57:42 +0000 (04:57 +0000)]
Minor change to bypass compilation failure.

27 years agoAdd new style of miniroot building. primarily based on the distrib/miniroot
rahnds [Sat, 15 Feb 1997 04:27:11 +0000 (04:27 +0000)]
Add new style of miniroot building. primarily based on the distrib/miniroot
code.

27 years agoRemoval of the sun3 pieces of the miniroot build mechanism.
rahnds [Sat, 15 Feb 1997 04:06:36 +0000 (04:06 +0000)]
Removal of the sun3 pieces of the miniroot build mechanism.
Prepare for new setroot version.

27 years agoback out changes to rei function
kstailey [Fri, 14 Feb 1997 23:50:17 +0000 (23:50 +0000)]
back out changes to rei function

27 years agopasswd.conf define.
provos [Fri, 14 Feb 1997 23:28:47 +0000 (23:28 +0000)]
passwd.conf define.

27 years agoinclude blowfish cipher - free config of which cipher to use
provos [Fri, 14 Feb 1997 23:27:25 +0000 (23:27 +0000)]
include blowfish cipher - free config of which cipher to use

27 years agolowercase names
deraadt [Fri, 14 Feb 1997 23:14:19 +0000 (23:14 +0000)]
lowercase names

27 years agoback out Jason's copypage/zeropage() change
kstailey [Fri, 14 Feb 1997 23:01:04 +0000 (23:01 +0000)]
back out Jason's copypage/zeropage() change

27 years agoadd SPL#, back out Makefile.sun3 change
kstailey [Fri, 14 Feb 1997 21:53:18 +0000 (21:53 +0000)]
add SPL#, back out Makefile.sun3 change

27 years agomake things get out-of-date if genassym.c is touched
kstailey [Fri, 14 Feb 1997 21:45:25 +0000 (21:45 +0000)]
make things get out-of-date if genassym.c is touched

27 years agoadd PSL_IPL7
kstailey [Fri, 14 Feb 1997 21:13:49 +0000 (21:13 +0000)]
add PSL_IPL7

27 years agomention that ls -o shows the existing file modes
deraadt [Fri, 14 Feb 1997 21:08:38 +0000 (21:08 +0000)]
mention that ls -o shows the existing file modes

27 years agoback out prev. change
kstailey [Fri, 14 Feb 1997 20:54:00 +0000 (20:54 +0000)]
back out prev. change

27 years agoswitch from <sys/types.h> to <sys/param.h>
kstailey [Fri, 14 Feb 1997 20:35:02 +0000 (20:35 +0000)]
switch from <sys/types.h> to <sys/param.h>

27 years agomove prototype of spl0() to param.h
kstailey [Fri, 14 Feb 1997 19:24:04 +0000 (19:24 +0000)]
move prototype of spl0() to param.h

27 years agoadd prototype of spl0(), but should it go here?
kstailey [Fri, 14 Feb 1997 19:08:21 +0000 (19:08 +0000)]
add prototype of spl0(), but should it go here?

27 years agoput back FC_CONTROL
kstailey [Fri, 14 Feb 1997 18:55:10 +0000 (18:55 +0000)]
put back FC_CONTROL

27 years agoanother header update
provos [Fri, 14 Feb 1997 18:42:10 +0000 (18:42 +0000)]
another header update

27 years agoremove stuff that is in <m68k/cpu.h>
kstailey [Fri, 14 Feb 1997 18:41:48 +0000 (18:41 +0000)]
remove stuff that is in <m68k/cpu.h>

27 years agoheader update
provos [Fri, 14 Feb 1997 18:40:14 +0000 (18:40 +0000)]
header update

27 years agoremove stuff that is in <m68k/cpu.h>
kstailey [Fri, 14 Feb 1997 18:30:42 +0000 (18:30 +0000)]
remove stuff that is in <m68k/cpu.h>

27 years agolimit writes to ifp->if_mtu not TUNMTU
deraadt [Fri, 14 Feb 1997 18:15:28 +0000 (18:15 +0000)]
limit writes to ifp->if_mtu not TUNMTU

27 years agoremove old #define of splx() and update rei funciton in locore.s
kstailey [Fri, 14 Feb 1997 18:15:23 +0000 (18:15 +0000)]
remove old #define of splx() and update rei funciton in locore.s

27 years agochange spl0 from macro to assember function in locore.s
kstailey [Fri, 14 Feb 1997 18:01:58 +0000 (18:01 +0000)]
change spl0 from macro to assember function in locore.s

27 years agochange inline version of _spl() to macro
kstailey [Fri, 14 Feb 1997 17:57:06 +0000 (17:57 +0000)]
change inline version of _spl() to macro

27 years agoadd tag
kstailey [Fri, 14 Feb 1997 17:52:26 +0000 (17:52 +0000)]
add tag

27 years agomove spl() stuff from psl.h to param.h
kstailey [Fri, 14 Feb 1997 17:49:35 +0000 (17:49 +0000)]
move spl() stuff from psl.h to param.h

27 years agohide fsid in getfsstat too, clone of millert fix, problem spotted by bitblt
deraadt [Fri, 14 Feb 1997 17:20:09 +0000 (17:20 +0000)]
hide fsid in getfsstat too, clone of millert fix, problem spotted by bitblt

27 years agoround RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom
deraadt [Fri, 14 Feb 1997 16:39:23 +0000 (16:39 +0000)]
round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom

27 years ago#include <stdlib.h>
niklas [Fri, 14 Feb 1997 11:05:11 +0000 (11:05 +0000)]
#include <stdlib.h>

27 years ago64-bit clean
niklas [Fri, 14 Feb 1997 11:02:05 +0000 (11:02 +0000)]
64-bit clean

27 years ago#include <string.h>
niklas [Fri, 14 Feb 1997 10:56:34 +0000 (10:56 +0000)]
#include <string.h>

27 years agoUse standard header files instead of declaring system funcs explicitly
niklas [Fri, 14 Feb 1997 10:28:17 +0000 (10:28 +0000)]
Use standard header files instead of declaring system funcs explicitly

27 years agoDeal with 64-bit offsets and report bytes copied as a 64-bit quantity.
millert [Fri, 14 Feb 1997 07:05:18 +0000 (07:05 +0000)]
Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.
Closes OpenBSD PR system/107.

27 years agoCopy all of 040 fp exception vectors into table. previous structure
rahnds [Fri, 14 Feb 1997 05:10:17 +0000 (05:10 +0000)]
Copy all of 040 fp exception vectors into table. previous structure
only copied the array size of bytes instead of the array size of ints.

27 years agoAdd IEEE Std 1387.2-1995 (POSIX.7.2)
tholo [Fri, 14 Feb 1997 03:53:02 +0000 (03:53 +0000)]
Add IEEE Std 1387.2-1995 (POSIX.7.2)

27 years agodon't fail completely in if_addr() just because one interface won't SIOCGIFADDR.
kstailey [Thu, 13 Feb 1997 23:33:37 +0000 (23:33 +0000)]
don't fail completely in if_addr() just because one interface won't SIOCGIFADDR.

27 years agoRemove statics to ease DDB debugging
niklas [Thu, 13 Feb 1997 23:33:26 +0000 (23:33 +0000)]
Remove statics to ease DDB debugging

27 years agoProvide ccd's major number
niklas [Thu, 13 Feb 1997 23:31:33 +0000 (23:31 +0000)]
Provide ccd's major number

27 years agoApplitron's 128 MB PentiumPro with 64MB buffer cache
niklas [Thu, 13 Feb 1997 23:27:03 +0000 (23:27 +0000)]
Applitron's 128 MB PentiumPro with 64MB buffer cache

27 years agoregen
niklas [Thu, 13 Feb 1997 23:22:51 +0000 (23:22 +0000)]
regen

27 years agoblf.h headerfile install
provos [Thu, 13 Feb 1997 22:41:51 +0000 (22:41 +0000)]
blf.h headerfile install

27 years agoif i find one more little problem, and have to make one more little
deraadt [Thu, 13 Feb 1997 22:32:46 +0000 (22:32 +0000)]
if i find one more little problem, and have to make one more little
tweak to this ip option handling code I am going to absolutely scream
in rage, following which I will rip the bloody innards out of netinet
and build my own new incompatible option checking/processing interface
that does not make it so hidiously difficult to check if a session has
source routes active!

27 years agoprototypes (strike one)
kstailey [Thu, 13 Feb 1997 22:32:38 +0000 (22:32 +0000)]
prototypes (strike one)

27 years agooption handling is a bitch
deraadt [Thu, 13 Feb 1997 22:29:07 +0000 (22:29 +0000)]
option handling is a bitch

27 years agook, i finally learned about struct ipoption
deraadt [Thu, 13 Feb 1997 22:21:08 +0000 (22:21 +0000)]
ok, i finally learned about struct ipoption

27 years agoprototypes
kstailey [Thu, 13 Feb 1997 22:14:01 +0000 (22:14 +0000)]
prototypes

27 years agoadd #include <machine/cpu.h> for prototype of fusword()
kstailey [Thu, 13 Feb 1997 21:49:15 +0000 (21:49 +0000)]
add #include <machine/cpu.h> for prototype of fusword()

27 years agoenlarged vmstat -m "Type" column to accomodate "MSDOSFS mount"
kstailey [Thu, 13 Feb 1997 20:17:16 +0000 (20:17 +0000)]
enlarged vmstat -m "Type" column to accomodate "MSDOSFS mount"

27 years agoMerge of NetBSD 970211
niklas [Thu, 13 Feb 1997 19:45:16 +0000 (19:45 +0000)]
Merge of NetBSD 970211

27 years agoprevent free()ed object from being referenced
kstailey [Thu, 13 Feb 1997 18:13:31 +0000 (18:13 +0000)]
prevent free()ed object from being referenced

27 years agoadded M_PFIL for packet filter
kstailey [Thu, 13 Feb 1997 18:11:04 +0000 (18:11 +0000)]
added M_PFIL for packet filter

27 years agofix YP and non-YP cases to exit/warn nicely
deraadt [Thu, 13 Feb 1997 17:28:39 +0000 (17:28 +0000)]
fix YP and non-YP cases to exit/warn nicely

27 years agoadded bcrypt + blowfish
provos [Thu, 13 Feb 1997 16:59:53 +0000 (16:59 +0000)]
added bcrypt + blowfish

27 years agoadded hook for bcrypt
provos [Thu, 13 Feb 1997 16:58:44 +0000 (16:58 +0000)]
added hook for bcrypt

27 years agoriscpc++
pefo [Thu, 13 Feb 1997 16:50:15 +0000 (16:50 +0000)]
riscpc++

27 years agoblowfish encryption header file
provos [Thu, 13 Feb 1997 16:32:11 +0000 (16:32 +0000)]
blowfish encryption header file

27 years agopassword hashing algorithm using blowfish
provos [Thu, 13 Feb 1997 16:31:16 +0000 (16:31 +0000)]
password hashing algorithm using blowfish

27 years agoUnpatended fast block cipher for new password hashing.
provos [Thu, 13 Feb 1997 16:28:33 +0000 (16:28 +0000)]
Unpatended fast block cipher for new password hashing.

27 years agooff-by-one-slot for IP timestamp option data inserts, PR#103, andreas.gunnarsson...
deraadt [Thu, 13 Feb 1997 16:26:58 +0000 (16:26 +0000)]
off-by-one-slot for IP timestamp option data inserts, PR#103, andreas.gunnarsson@emw.ericsson.se

27 years agoReturn idle time of 0, not -1 for users w/o a tty.
millert [Thu, 13 Feb 1997 06:22:42 +0000 (06:22 +0000)]
Return idle time of 0, not -1 for users w/o a tty.

27 years agoback out prev. change
kstailey [Thu, 13 Feb 1997 05:54:16 +0000 (05:54 +0000)]
back out prev. change

27 years agopermit 32-bit uid/gid, help from millert
deraadt [Thu, 13 Feb 1997 05:41:38 +0000 (05:41 +0000)]
permit 32-bit uid/gid, help from millert

27 years agoMention that certain fields are accessible to the super-user only.
millert [Thu, 13 Feb 1997 05:20:53 +0000 (05:20 +0000)]
Mention that certain fields are accessible to the super-user only.

27 years agomake SPLNET() do splsoftnet()
kstailey [Thu, 13 Feb 1997 05:09:33 +0000 (05:09 +0000)]
make SPLNET() do splsoftnet()

27 years agoDon't expose f_fsid to non-root.
millert [Thu, 13 Feb 1997 02:45:43 +0000 (02:45 +0000)]
Don't expose f_fsid to non-root.

27 years agoAllow use of interface name in rules file. This way if you have a dynamic
kstailey [Thu, 13 Feb 1997 01:19:05 +0000 (01:19 +0000)]
Allow use of interface name in rules file.  This way if you have a dynamic
IP address you don't have to edit the rules file every time you connect.

Example of usage:

coyote% cat /etc/nat.rules
map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000

ppp0 is automagically transformed into the IP address of the ppp0 interface.

27 years agook, this time the $HOSTCC stuff works correctly
deraadt [Thu, 13 Feb 1997 00:12:07 +0000 (00:12 +0000)]
ok, this time the $HOSTCC stuff works correctly

27 years agostill uses mktemp; XXX to death for a modicum of security against races
deraadt [Thu, 13 Feb 1997 00:02:04 +0000 (00:02 +0000)]
still uses mktemp; XXX to death for a modicum of security against races

27 years agotypo, msaitoh@spa.is.uec.ac.jp
deraadt [Wed, 12 Feb 1997 23:32:31 +0000 (23:32 +0000)]
typo, msaitoh@spa.is.uec.ac.jp

27 years agoDon't space text/data in shared libs by 256Mb. ld.so can't handle it with
pefo [Wed, 12 Feb 1997 22:49:33 +0000 (22:49 +0000)]
Don't space text/data in shared libs by 256Mb. ld.so can't handle it with
the shm sizing method it uses for the moment, so loading many shlibs
effectively makes a proram run out of VM.

27 years agoadd tag
kstailey [Wed, 12 Feb 1997 20:57:44 +0000 (20:57 +0000)]
add tag

27 years agomore XXXX for mktemp
deraadt [Wed, 12 Feb 1997 20:44:47 +0000 (20:44 +0000)]
more XXXX for mktemp

27 years agoDon't print garbage on EOF.
dm [Wed, 12 Feb 1997 19:48:24 +0000 (19:48 +0000)]
Don't print garbage on EOF.

27 years agoSign extension problem.
dm [Wed, 12 Feb 1997 18:27:48 +0000 (18:27 +0000)]
Sign extension problem.