kstailey [Thu, 13 Feb 1997 22:14:01 +0000 (22:14 +0000)]
prototypes
kstailey [Thu, 13 Feb 1997 21:49:15 +0000 (21:49 +0000)]
add #include <machine/cpu.h> for prototype of fusword()
kstailey [Thu, 13 Feb 1997 20:17:16 +0000 (20:17 +0000)]
enlarged vmstat -m "Type" column to accomodate "MSDOSFS mount"
niklas [Thu, 13 Feb 1997 19:45:16 +0000 (19:45 +0000)]
Merge of NetBSD 970211
kstailey [Thu, 13 Feb 1997 18:13:31 +0000 (18:13 +0000)]
prevent free()ed object from being referenced
kstailey [Thu, 13 Feb 1997 18:11:04 +0000 (18:11 +0000)]
added M_PFIL for packet filter
deraadt [Thu, 13 Feb 1997 17:28:39 +0000 (17:28 +0000)]
fix YP and non-YP cases to exit/warn nicely
provos [Thu, 13 Feb 1997 16:59:53 +0000 (16:59 +0000)]
added bcrypt + blowfish
provos [Thu, 13 Feb 1997 16:58:44 +0000 (16:58 +0000)]
added hook for bcrypt
pefo [Thu, 13 Feb 1997 16:50:15 +0000 (16:50 +0000)]
riscpc++
provos [Thu, 13 Feb 1997 16:32:11 +0000 (16:32 +0000)]
blowfish encryption header file
provos [Thu, 13 Feb 1997 16:31:16 +0000 (16:31 +0000)]
password hashing algorithm using blowfish
provos [Thu, 13 Feb 1997 16:28:33 +0000 (16:28 +0000)]
Unpatended fast block cipher for new password hashing.
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
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.
kstailey [Thu, 13 Feb 1997 05:54:16 +0000 (05:54 +0000)]
back out prev. change
deraadt [Thu, 13 Feb 1997 05:41:38 +0000 (05:41 +0000)]
permit 32-bit uid/gid, help from millert
millert [Thu, 13 Feb 1997 05:20:53 +0000 (05:20 +0000)]
Mention that certain fields are accessible to the super-user only.
kstailey [Thu, 13 Feb 1997 05:09:33 +0000 (05:09 +0000)]
make SPLNET() do splsoftnet()
millert [Thu, 13 Feb 1997 02:45:43 +0000 (02:45 +0000)]
Don't expose f_fsid to non-root.
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.
deraadt [Thu, 13 Feb 1997 00:12:07 +0000 (00:12 +0000)]
ok, this time the $HOSTCC stuff works correctly
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
deraadt [Wed, 12 Feb 1997 23:32:31 +0000 (23:32 +0000)]
typo, msaitoh@spa.is.uec.ac.jp
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.
kstailey [Wed, 12 Feb 1997 20:57:44 +0000 (20:57 +0000)]
add tag
deraadt [Wed, 12 Feb 1997 20:44:47 +0000 (20:44 +0000)]
more XXXX for mktemp
dm [Wed, 12 Feb 1997 19:48:24 +0000 (19:48 +0000)]
Don't print garbage on EOF.
dm [Wed, 12 Feb 1997 18:27:48 +0000 (18:27 +0000)]
Sign extension problem.
kstailey [Wed, 12 Feb 1997 15:28:24 +0000 (15:28 +0000)]
Stat field takes 5 chars not 4 (think "IW<s+")
kstailey [Wed, 12 Feb 1997 15:16:02 +0000 (15:16 +0000)]
protect ip_natexpire
deraadt [Wed, 12 Feb 1997 15:12:27 +0000 (15:12 +0000)]
fix option argument parsing, nirva@ishiboo.com
deraadt [Wed, 12 Feb 1997 14:57:02 +0000 (14:57 +0000)]
fix typecast; janjaap@stack.nl
deraadt [Wed, 12 Feb 1997 03:35:11 +0000 (03:35 +0000)]
mark descriptors free in bpfilterattach() instead of bpfattach(); clearly
must not re-marking them when new interfaces are added while one or more
bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr
deraadt [Wed, 12 Feb 1997 02:15:25 +0000 (02:15 +0000)]
The original disklabel code from dale had an unaligned-aligned problem
in it. This new code from rahnds and nivas will read either style of
disklabel and hence will work on the mvme88k as well.
rahnds [Wed, 12 Feb 1997 01:50:28 +0000 (01:50 +0000)]
when changing a device entry slot, remove the old one.
Hope this didn't break anyone's mvme68k builds today.
this fixes the 1.15 version commit.
dm [Wed, 12 Feb 1997 00:56:10 +0000 (00:56 +0000)]
Delete old ticket file in addition to wiping if there is one.
deraadt [Wed, 12 Feb 1997 00:28:50 +0000 (00:28 +0000)]
gcc's use of /tmp files is raceable (as pointed out to me many months ago
by davem@iss.net). however this code is hard to fix. for the moment make
the race harder by calling mktemp with a lot of XXXXX's
kstailey [Tue, 11 Feb 1997 22:23:08 +0000 (22:23 +0000)]
IPF 1.3.7
deraadt [Tue, 11 Feb 1997 21:50:16 +0000 (21:50 +0000)]
document that -B may blow away important bits (on i386 it blows away MBR)
kstailey [Tue, 11 Feb 1997 20:23:38 +0000 (20:23 +0000)]
add -m68020 to AFLAGS
deraadt [Tue, 11 Feb 1997 18:46:08 +0000 (18:46 +0000)]
add default route before fiddling with loopback route to avoid DNS problems; m4@umn.edu, #97
millert [Tue, 11 Feb 1997 18:26:32 +0000 (18:26 +0000)]
Fix for non-kerberos.
deraadt [Tue, 11 Feb 1997 18:10:57 +0000 (18:10 +0000)]
use RPC over TCP; Michael.Eriksson@era-t.ericsson.se
deraadt [Tue, 11 Feb 1997 18:04:03 +0000 (18:04 +0000)]
ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se
kstailey [Tue, 11 Feb 1997 17:50:33 +0000 (17:50 +0000)]
prototypes for copypage & zeropage
niklas [Tue, 11 Feb 1997 17:46:36 +0000 (17:46 +0000)]
is we were set[ug]id an unitialized ptr bit us
deraadt [Tue, 11 Feb 1997 17:42:51 +0000 (17:42 +0000)]
build hoststrip for install purposes; noted by tv@slack.iag.net, pr #88
kstailey [Tue, 11 Feb 1997 17:41:13 +0000 (17:41 +0000)]
no more VNODEPAGER #define
rahnds [Tue, 11 Feb 1997 15:03:39 +0000 (15:03 +0000)]
changes to support the new disklabeled ramdisk (rd) and 1st cut at
raminst MAKEDEV list.
rahnds [Tue, 11 Feb 1997 14:51:28 +0000 (14:51 +0000)]
Add ramdisk (rd) character major number, put the device in the character
to block mapping table.
millert [Tue, 11 Feb 1997 07:01:27 +0000 (07:01 +0000)]
Remove occurences of headswitch and trackseek, they no longer
exist in struct fs.
millert [Tue, 11 Feb 1997 06:59:25 +0000 (06:59 +0000)]
Add fs_id support and random inode generation numbers for ffs.
millert [Tue, 11 Feb 1997 06:59:25 +0000 (06:59 +0000)]
We now has fs_id in struct fs.
tholo [Tue, 11 Feb 1997 05:00:55 +0000 (05:00 +0000)]
Handle tickets the same way as login(1) does; remove when session ends
tholo [Tue, 11 Feb 1997 04:40:36 +0000 (04:40 +0000)]
Need <bsd.obj.mk> earlier to have access to ${__objdir}; fixes build when
obj directories or links are not present
gene [Tue, 11 Feb 1997 04:16:35 +0000 (04:16 +0000)]
Synchronize kadmin service names with header files.
deraadt [Tue, 11 Feb 1997 02:55:44 +0000 (02:55 +0000)]
ok, transmit on port 0 works...
deraadt [Tue, 11 Feb 1997 02:55:10 +0000 (02:55 +0000)]
wl0 moves to ipl 3
deraadt [Mon, 10 Feb 1997 17:49:09 +0000 (17:49 +0000)]
make it work
deraadt [Mon, 10 Feb 1997 16:42:53 +0000 (16:42 +0000)]
catch up to i386 install.sh
gvf [Mon, 10 Feb 1997 15:03:15 +0000 (15:03 +0000)]
Fix typo.
mickey [Mon, 10 Feb 1997 12:33:49 +0000 (12:33 +0000)]
install zopen.3 too
downsj [Mon, 10 Feb 1997 12:24:37 +0000 (12:24 +0000)]
Use copypage and zeropage.
downsj [Mon, 10 Feb 1997 12:16:56 +0000 (12:16 +0000)]
kill extra decl
downsj [Mon, 10 Feb 1997 12:01:45 +0000 (12:01 +0000)]
mac68k copypage/zeropage changes.
downsj [Mon, 10 Feb 1997 11:53:11 +0000 (11:53 +0000)]
zeropage -> devzeropage
deraadt [Mon, 10 Feb 1997 11:40:59 +0000 (11:40 +0000)]
login.millert? oh boy
downsj [Mon, 10 Feb 1997 11:39:25 +0000 (11:39 +0000)]
Completely untested mvme68k changes for copypage/zeropage/mappedcopy.
Doesn't really support MAPPEDCOPY.
downsj [Mon, 10 Feb 1997 11:13:28 +0000 (11:13 +0000)]
hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.
downsj [Mon, 10 Feb 1997 11:11:46 +0000 (11:11 +0000)]
Add the generic m68k part of the copypage/zeropage/mappedcopy changes
from NetBSD.
m68k ports may/will need changing in order to cope with this.
downsj [Mon, 10 Feb 1997 09:20:48 +0000 (09:20 +0000)]
Add HEAP_LIMIT.
mickey [Mon, 10 Feb 1997 08:34:22 +0000 (08:34 +0000)]
add kernel_text symbol
millert [Mon, 10 Feb 1997 06:48:15 +0000 (06:48 +0000)]
Permit single block trailers differently.
downsj [Mon, 10 Feb 1997 06:43:26 +0000 (06:43 +0000)]
Kill COMPAT_NOLABEL. It is not appropiate in the modern world.
millert [Mon, 10 Feb 1997 06:35:39 +0000 (06:35 +0000)]
Don't freak out on archives with only a single block of 0's as
trailer (used to require two blocks of 0's but some tar's only
put in one).
millert [Mon, 10 Feb 1997 04:19:55 +0000 (04:19 +0000)]
Make dump(8) really honor -a. Fix up formatting in man page and remove
duplicate entry.
downsj [Mon, 10 Feb 1997 01:33:55 +0000 (01:33 +0000)]
Support 16 partitions.
millert [Mon, 10 Feb 1997 00:52:28 +0000 (00:52 +0000)]
Pull in stdlib.h for arc4random prototype.
millert [Mon, 10 Feb 1997 00:51:39 +0000 (00:51 +0000)]
Make printf's match actual type (%lu -> %u).
millert [Sun, 9 Feb 1997 23:58:12 +0000 (23:58 +0000)]
Updates file(1) to version 3.22 by way to NetBSD.
millert [Sun, 9 Feb 1997 22:59:41 +0000 (22:59 +0000)]
Missed this one before.
tholo [Sun, 9 Feb 1997 22:55:38 +0000 (22:55 +0000)]
Make this 64-bit safe again
millert [Sun, 9 Feb 1997 22:49:03 +0000 (22:49 +0000)]
Updated from NetBSD.
millert [Sun, 9 Feb 1997 21:29:51 +0000 (21:29 +0000)]
Add macintosh magic.
deraadt [Sun, 9 Feb 1997 19:24:55 +0000 (19:24 +0000)]
buf oflow, eivind@freebsd
deraadt [Sun, 9 Feb 1997 18:55:16 +0000 (18:55 +0000)]
unexploitable buf oflow, eivind@freebsd
deraadt [Sun, 9 Feb 1997 18:51:50 +0000 (18:51 +0000)]
do not make changes here that hide a problem which needs fixing
deraadt [Sun, 9 Feb 1997 16:50:51 +0000 (16:50 +0000)]
delete things until it fits.... sigh
deraadt [Sun, 9 Feb 1997 16:50:37 +0000 (16:50 +0000)]
kerberos differentiation
deraadt [Sun, 9 Feb 1997 16:50:22 +0000 (16:50 +0000)]
pc3? no, let us make this sun
deraadt [Sun, 9 Feb 1997 16:49:57 +0000 (16:49 +0000)]
support kerberos differentiation
deraadt [Sun, 9 Feb 1997 16:48:12 +0000 (16:48 +0000)]
do not need -lz
deraadt [Sun, 9 Feb 1997 16:41:50 +0000 (16:41 +0000)]
libcrypt went away a while back
mickey [Sun, 9 Feb 1997 16:37:13 +0000 (16:37 +0000)]
use library err/warn
mickey [Sun, 9 Feb 1997 16:11:15 +0000 (16:11 +0000)]
add ${LIBZ}
deraadt [Sun, 9 Feb 1997 14:18:42 +0000 (14:18 +0000)]
shadowed variable caused si_addr to be incorrect
deraadt [Sun, 9 Feb 1997 13:52:40 +0000 (13:52 +0000)]
CC=${HOSTCC} for these; tv@slack.iag.net, PR#86
deraadt [Sun, 9 Feb 1997 13:51:24 +0000 (13:51 +0000)]
CC=${HOSTCC} for these; tv@slack.iag.net, PR#89
maja [Sun, 9 Feb 1997 09:49:36 +0000 (09:49 +0000)]
Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to
the database name. The suffix is added in the call to mkstemp. Now ypdb and
mkstemp can coexist and do what we excpect. All code from 1.12 has been
reintegrated now.