bitblt [Mon, 27 Jan 1997 20:14:21 +0000 (20:14 +0000)]
Added a WARNING about not using it to detect back doors.
deraadt [Mon, 27 Jan 1997 19:50:04 +0000 (19:50 +0000)]
bad chr->blk mappings; randy@rtmx.com
maja [Mon, 27 Jan 1997 13:45:06 +0000 (13:45 +0000)]
define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-moj
briggs [Mon, 27 Jan 1997 13:27:17 +0000 (13:27 +0000)]
NetBSD PR#3147. From Walter Ruetten--walter@ghpc8.ihf.rwth-aachen.de.
- Truncate video address in PTE. Apparently some cards use wierd offsets.
downsj [Mon, 27 Jan 1997 09:33:08 +0000 (09:33 +0000)]
Support lchown(2).
deraadt [Mon, 27 Jan 1997 07:57:03 +0000 (07:57 +0000)]
more #define fallout from union hiding in siginfo
deraadt [Mon, 27 Jan 1997 07:53:53 +0000 (07:53 +0000)]
change prompt to ddb to match man page ddb(4)
millert [Mon, 27 Jan 1997 07:32:33 +0000 (07:32 +0000)]
Fallout from signal.h's inclusion of sys/time.h...
briggs [Mon, 27 Jan 1997 05:24:09 +0000 (05:24 +0000)]
Set MACHINE_ARCH only if it's not already in the environment. Update
comment accordingly. Patch from Dale Rahn.
millert [Mon, 27 Jan 1997 04:06:49 +0000 (04:06 +0000)]
No more static buffers. We can operate on any sized files now.
millert [Mon, 27 Jan 1997 03:40:58 +0000 (03:40 +0000)]
fix typo
rahnds [Mon, 27 Jan 1997 03:40:09 +0000 (03:40 +0000)]
Fix another 16 bit operation on a 32 bit quantity.
don't do and of 16 bit quantity on a 32 bit register.
Also gets rid of the assembler warning/error.
deraadt [Mon, 27 Jan 1997 03:18:09 +0000 (03:18 +0000)]
give up on si_pid for now
deraadt [Mon, 27 Jan 1997 01:17:08 +0000 (01:17 +0000)]
match svr4 siginfo changes
deraadt [Mon, 27 Jan 1997 01:16:51 +0000 (01:16 +0000)]
do not conflict against generic siginfo!
deraadt [Mon, 27 Jan 1997 01:16:12 +0000 (01:16 +0000)]
i386 part of siginfo
deraadt [Mon, 27 Jan 1997 01:15:29 +0000 (01:15 +0000)]
initial cut at SA_SIGINFO support
downsj [Mon, 27 Jan 1997 00:50:30 +0000 (00:50 +0000)]
Nevermind, I looked at it wrong.
downsj [Mon, 27 Jan 1997 00:33:04 +0000 (00:33 +0000)]
As of 2.1.14, Linux chown() doesn't follow symlinks either.
downsj [Mon, 27 Jan 1997 00:18:36 +0000 (00:18 +0000)]
Use lchown(2) instead.
downsj [Mon, 27 Jan 1997 00:00:03 +0000 (00:00 +0000)]
__mc68k__ -> m68k
downsj [Sun, 26 Jan 1997 23:54:02 +0000 (23:54 +0000)]
Regen.
downsj [Sun, 26 Jan 1997 23:52:03 +0000 (23:52 +0000)]
Since these are old systems, call lchown() in place of chown().
downsj [Sun, 26 Jan 1997 23:36:13 +0000 (23:36 +0000)]
Add a link for lchown.2
downsj [Sun, 26 Jan 1997 23:34:54 +0000 (23:34 +0000)]
We don't follow old 4.4BSD symlink semantics anylonger.
downsj [Sun, 26 Jan 1997 23:08:06 +0000 (23:08 +0000)]
Regen.
downsj [Sun, 26 Jan 1997 23:02:24 +0000 (23:02 +0000)]
We can do lchown(2) now.
kstailey [Sun, 26 Jan 1997 22:04:45 +0000 (22:04 +0000)]
support for lchown(2) if "-p" is used
tholo [Sun, 26 Jan 1997 21:43:36 +0000 (21:43 +0000)]
Don't examine an mbuf after it has been released; from Andreas Gunnarsson
briggs [Sun, 26 Jan 1997 18:57:04 +0000 (18:57 +0000)]
Nuke cruft from NetBSD merge (max_target).
niklas [Sun, 26 Jan 1997 12:57:14 +0000 (12:57 +0000)]
Even if the objs are cached, we want to find the Makefile
niklas [Sun, 26 Jan 1997 11:00:07 +0000 (11:00 +0000)]
Some more KNF
downsj [Sun, 26 Jan 1997 10:33:22 +0000 (10:33 +0000)]
Support lchown().
niklas [Sun, 26 Jan 1997 10:02:07 +0000 (10:02 +0000)]
Fixed a busification bug (some may well remain), as well as some KNF issues
downsj [Sun, 26 Jan 1997 09:53:18 +0000 (09:53 +0000)]
Add missing documentation; build and install it.
downsj [Sun, 26 Jan 1997 09:35:03 +0000 (09:35 +0000)]
cpio 2.4.2, including texinfo file. supports lchown().
rahnds [Sun, 26 Jan 1997 09:06:38 +0000 (09:06 +0000)]
Change to fix bug with constant handling in locore.
16 bit operations should not be done on 32 bit quantities.
rahnds [Sun, 26 Jan 1997 08:17:27 +0000 (08:17 +0000)]
change constant handling with @l.
if the expected argument to the opcode is unsigned,
return (val & 0xffff)
if the expected argument to the occode is signed,
sign extend the 16 bit value
short = val;
val = (int) short;
downsj [Sun, 26 Jan 1997 08:00:52 +0000 (08:00 +0000)]
Check malloc() return value.
rahnds [Sun, 26 Jan 1997 06:42:20 +0000 (06:42 +0000)]
change default data limit so that source build will work without modifications.
downsj [Sun, 26 Jan 1997 05:54:26 +0000 (05:54 +0000)]
Enable -h for calling lchown(2) instead of chown(2), and fix rcs ids.
downsj [Sun, 26 Jan 1997 05:20:57 +0000 (05:20 +0000)]
Regen.
downsj [Sun, 26 Jan 1997 05:18:27 +0000 (05:18 +0000)]
Add lchown(2).
downsj [Sun, 26 Jan 1997 05:11:16 +0000 (05:11 +0000)]
Add lchown() declaration.
downsj [Sun, 26 Jan 1997 05:10:30 +0000 (05:10 +0000)]
Add lchown(), increment minor number.
millert [Sun, 26 Jan 1997 03:56:52 +0000 (03:56 +0000)]
Dynamic buffering to handle arbitrary line length and center option from FreeBSD
I also cleaned it up to pass -Wall and check malloc().
millert [Sun, 26 Jan 1997 02:26:03 +0000 (02:26 +0000)]
add fsirand
millert [Sun, 26 Jan 1997 02:23:20 +0000 (02:23 +0000)]
ffs inode randomizer
tholo [Sun, 26 Jan 1997 01:23:42 +0000 (01:23 +0000)]
Make ip_len and ip_off unsigned values; don't transmit or accept packets
larger than the maximum IP packet size. From NetBSD.
deraadt [Sun, 26 Jan 1997 00:22:28 +0000 (00:22 +0000)]
use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.edu
deraadt [Sun, 26 Jan 1997 00:05:43 +0000 (00:05 +0000)]
bye
deraadt [Sun, 26 Jan 1997 00:02:25 +0000 (00:02 +0000)]
for implied stdin, do not corrupt argv[0]
tholo [Sat, 25 Jan 1997 23:35:58 +0000 (23:35 +0000)]
Don't do disruptive time corrections if tick size is not integral; from
Dennis Ferguson (NetBSD PR #2788)
tholo [Sat, 25 Jan 1997 23:31:47 +0000 (23:31 +0000)]
Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787)
tholo [Sat, 25 Jan 1997 23:26:42 +0000 (23:26 +0000)]
Attempt to give the entire passed address to getnetbyaddr() before starting
to try various network masks
tholo [Sat, 25 Jan 1997 23:13:56 +0000 (23:13 +0000)]
Don't include bogus information here
deraadt [Sat, 25 Jan 1997 21:42:27 +0000 (21:42 +0000)]
split cd() into two pieces, whoever was here last did a bad job
deraadt [Sat, 25 Jan 1997 21:30:37 +0000 (21:30 +0000)]
never hand over a nonresv port, even if asked. problem reported by gmeinerj@ZUMtOBEL.co.at
deraadt [Sat, 25 Jan 1997 21:16:44 +0000 (21:16 +0000)]
do not change PATH
dm [Sat, 25 Jan 1997 17:37:34 +0000 (17:37 +0000)]
Changed my mind about where to do this.
niklas [Sat, 25 Jan 1997 14:27:43 +0000 (14:27 +0000)]
Use ${CC:-cc} instead of cc
deraadt [Sat, 25 Jan 1997 09:16:36 +0000 (09:16 +0000)]
hacks to make it fit, parts by niklas
deraadt [Sat, 25 Jan 1997 08:47:55 +0000 (08:47 +0000)]
do not use PATH, s/gcc/cc/, mouse@Rodents.Montreal.QC.CA netbsd pr#3138
imp [Sat, 25 Jan 1997 05:17:45 +0000 (05:17 +0000)]
MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.
downsj [Sat, 25 Jan 1997 04:59:42 +0000 (04:59 +0000)]
sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se
kstailey [Sat, 25 Jan 1997 03:24:52 +0000 (03:24 +0000)]
reapplied 1.2 -> 1.3 changes to run.c plus many fixes
dm [Sat, 25 Jan 1997 00:27:30 +0000 (00:27 +0000)]
Only disclose generation number to root.
kstailey [Sat, 25 Jan 1997 00:24:31 +0000 (00:24 +0000)]
back out 1.2 again for testing
kstailey [Fri, 24 Jan 1997 23:43:09 +0000 (23:43 +0000)]
reapplied 1.2 -> 1.3 changes to run.c that got squashed
millert [Fri, 24 Jan 1997 23:11:28 +0000 (23:11 +0000)]
Basically stock AT&T resarch awk until the awk vs. flex problems
have a better resolution.
chuck [Fri, 24 Jan 1997 20:57:52 +0000 (20:57 +0000)]
bug fix:
- if aal5 frame has a CRC error then the length field in the aal5 trailer
may not be valid, so we can not use it [and we must dump the frame]
[Yuhang Sun <sunyh@dworkin.wustl.edu> & chuck@ccrc.wustl.edu]
niklas [Fri, 24 Jan 1997 19:56:15 +0000 (19:56 +0000)]
Sync with NetBSD 961207
millert [Fri, 24 Jan 1997 19:41:19 +0000 (19:41 +0000)]
Support multiple -v options like GNU tar (> 1 -v means do ls-like output).
niklas [Fri, 24 Jan 1997 19:34:15 +0000 (19:34 +0000)]
Sync with NetBSD 960123
deraadt [Fri, 24 Jan 1997 19:17:25 +0000 (19:17 +0000)]
SIOCGIFCONF nicely
deraadt [Fri, 24 Jan 1997 11:17:09 +0000 (11:17 +0000)]
do not build fake disklabel partitions for MBR partitions that have out-of-range start/size fields
deraadt [Fri, 24 Jan 1997 04:42:33 +0000 (04:42 +0000)]
arc/pmax -> mips
deraadt [Fri, 24 Jan 1997 03:41:43 +0000 (03:41 +0000)]
Xref acd/wd
deraadt [Fri, 24 Jan 1997 03:39:04 +0000 (03:39 +0000)]
more info
deraadt [Fri, 24 Jan 1997 02:14:38 +0000 (02:14 +0000)]
not netbsd
deraadt [Fri, 24 Jan 1997 02:13:10 +0000 (02:13 +0000)]
netbsd? nope..
deraadt [Fri, 24 Jan 1997 02:12:15 +0000 (02:12 +0000)]
missing */
briggs [Fri, 24 Jan 1997 01:35:24 +0000 (01:35 +0000)]
Sync w/ NETBSD_CURRENT_971122.
briggs [Fri, 24 Jan 1997 01:25:25 +0000 (01:25 +0000)]
Add kernel config for Allen's Q700.
deraadt [Fri, 24 Jan 1997 00:15:06 +0000 (00:15 +0000)]
blah
deraadt [Thu, 23 Jan 1997 23:48:23 +0000 (23:48 +0000)]
update
deraadt [Thu, 23 Jan 1997 20:01:41 +0000 (20:01 +0000)]
documentation errors; from max@freebsd
deraadt [Thu, 23 Jan 1997 18:59:31 +0000 (18:59 +0000)]
correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de
millert [Thu, 23 Jan 1997 17:42:52 +0000 (17:42 +0000)]
sh-based TEST suite and man page clarifications from FreeBSD
niklas [Thu, 23 Jan 1997 16:22:56 +0000 (16:22 +0000)]
Sync with NetBSD 970118, missed...
niklas [Thu, 23 Jan 1997 16:12:15 +0000 (16:12 +0000)]
Sync with NetBSD 970118
deraadt [Thu, 23 Jan 1997 10:37:40 +0000 (10:37 +0000)]
nice exit code; mikel
mickey [Thu, 23 Jan 1997 08:48:45 +0000 (08:48 +0000)]
add NO_DEFLATE condition to be used in /boot
deraadt [Thu, 23 Jan 1997 06:49:11 +0000 (06:49 +0000)]
crank version number
mickey [Thu, 23 Jan 1997 06:42:50 +0000 (06:42 +0000)]
allow boot from any [0-9] unit (wd+scsi fits now both)
deraadt [Thu, 23 Jan 1997 04:31:36 +0000 (04:31 +0000)]
perl mktemp race; fix mailed to larry
flipk [Thu, 23 Jan 1997 04:13:52 +0000 (04:13 +0000)]
changed aicprint() to scsiprint()
millert [Thu, 23 Jan 1997 03:41:24 +0000 (03:41 +0000)]
Don't mess with /usr/src if it already exists.
niklas [Thu, 23 Jan 1997 02:24:22 +0000 (02:24 +0000)]
Use ${INSTALL}. Also make all $(foo) be ${foo}.
niklas [Thu, 23 Jan 1997 02:19:58 +0000 (02:19 +0000)]
Accept ${NM} as an override for nm(1), useful for cross-dev.