openbsd
28 years agodo not use chgrp
deraadt [Wed, 18 Sep 1996 22:03:37 +0000 (22:03 +0000)]
do not use chgrp

28 years agoblock info gathering attack; netbsd pr#2768; daw@panix.com
deraadt [Wed, 18 Sep 1996 20:39:06 +0000 (20:39 +0000)]
block info gathering attack; netbsd pr#2768; daw@panix.com

28 years agoCorrect last arg handling of the *_raw_multi_* macros
niklas [Wed, 18 Sep 1996 17:20:54 +0000 (17:20 +0000)]
Correct last arg handling of the *_raw_multi_* macros

28 years agocorrect dkcksum return type.
mickey [Wed, 18 Sep 1996 14:40:12 +0000 (14:40 +0000)]
correct dkcksum return type.

28 years agowe need this.
mickey [Wed, 18 Sep 1996 13:56:08 +0000 (13:56 +0000)]
we need this.

28 years agoretry much quicker during vm_pageout_cluster(); from dyson@freebsd.org
deraadt [Wed, 18 Sep 1996 11:57:38 +0000 (11:57 +0000)]
retry much quicker during vm_pageout_cluster(); from dyson@freebsd.org

28 years agoremove the obsolete bus_{from,to}_host macros and add the *_raw_multi_*
niklas [Wed, 18 Sep 1996 11:39:24 +0000 (11:39 +0000)]
remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_*
ones instead

28 years agocompiles now.
mickey [Wed, 18 Sep 1996 08:48:33 +0000 (08:48 +0000)]
compiles now.

28 years agoCreate all 16 partitions.
pefo [Wed, 18 Sep 1996 08:46:57 +0000 (08:46 +0000)]
Create all 16 partitions.

28 years agoOK, this is the dynamic loader for the MIPS. It's a hack, it's GPL'd, its
pefo [Wed, 18 Sep 1996 08:15:16 +0000 (08:15 +0000)]
OK, this is the dynamic loader for the MIPS. It's a hack, it's GPL'd, its
just ugly, but it works. So we stick with it right now...

28 years agonew routed replaces rdisc
deraadt [Wed, 18 Sep 1996 08:03:30 +0000 (08:03 +0000)]
new routed replaces rdisc

28 years ago"prs are sometimes wrong" (theo)
mickey [Wed, 18 Sep 1996 06:59:03 +0000 (06:59 +0000)]
"prs are sometimes wrong" (theo)
fix wrong fix. "kak v zadnitsu kol, russkiy rock-n-roll" (4epHeuKuu)

28 years agotcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp
deraadt [Wed, 18 Sep 1996 03:10:04 +0000 (03:10 +0000)]
tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp

28 years agosend_ether no free; sent fix to darren
deraadt [Wed, 18 Sep 1996 02:16:27 +0000 (02:16 +0000)]
send_ether no free; sent fix to darren

28 years agoNetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayama
briggs [Wed, 18 Sep 1996 02:09:29 +0000 (02:09 +0000)]
NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayama
(takeshi@sakabe.nuie.nagoya-u.ac.jp).  Untested by me, but it
looks correct against the FP User's manual.

28 years agouncleansed buffer; from mudge@l0pht.com
deraadt [Tue, 17 Sep 1996 23:29:37 +0000 (23:29 +0000)]
uncleansed buffer; from mudge@l0pht.com

28 years agorealpath fix, do not dump; pr#2765, david@mono.org
deraadt [Tue, 17 Sep 1996 19:31:18 +0000 (19:31 +0000)]
realpath fix, do not dump; pr#2765, david@mono.org

28 years agoThis driver and some other ether drivers violates the alignment of
pefo [Tue, 17 Sep 1996 18:47:31 +0000 (18:47 +0000)]
This driver and some other ether drivers violates the alignment of
struct ether_header by placing it's start on a non 32bit int boundary.
On processor with alignment restrictions (like MIPS) this will fail badly.
This is the first driver to have been fixed. The fix is to copy the
ether header to a separate buffer instead of into the mbuf.

28 years agoBusLogic BT445C driver for DeskStation's
pefo [Tue, 17 Sep 1996 18:31:58 +0000 (18:31 +0000)]
BusLogic BT445C driver for DeskStation's

28 years agoNew .h files requiered for elf stuff
pefo [Tue, 17 Sep 1996 18:26:24 +0000 (18:26 +0000)]
New .h files requiered for elf stuff

28 years agosupport standalone.
mickey [Tue, 17 Sep 1996 17:20:56 +0000 (17:20 +0000)]
support standalone.

28 years agonvi 1.76:
michaels [Tue, 17 Sep 1996 17:18:49 +0000 (17:18 +0000)]
nvi 1.76:
        + Fix bug where ^V didn't keep input mapping from happening.
        + Fix a core dump bug in the R command.
        + Give up on licensing: no more shareware, adware, whatever.
        + Fix cursor positioning bug for C, S and c$ in an empty file.

28 years agosupport boot.
mickey [Tue, 17 Sep 1996 15:55:42 +0000 (15:55 +0000)]
support boot.

28 years agouse sh to run scripts; from graichen
deraadt [Tue, 17 Sep 1996 07:19:36 +0000 (07:19 +0000)]
use sh to run scripts; from graichen

28 years agosplit off distribution-etc-root-var target, which is useful; from graichen
deraadt [Tue, 17 Sep 1996 07:18:15 +0000 (07:18 +0000)]
split off distribution-etc-root-var target, which is useful; from graichen

28 years agouse memset/memmove
deraadt [Mon, 16 Sep 1996 20:41:28 +0000 (20:41 +0000)]
use memset/memmove

28 years agotoor is gone; thanks bibtlt
deraadt [Mon, 16 Sep 1996 19:40:27 +0000 (19:40 +0000)]
toor is gone; thanks bibtlt

28 years agouid_t is now a u_int32_t, treat it as such.
millert [Mon, 16 Sep 1996 19:01:08 +0000 (19:01 +0000)]
uid_t is now a u_int32_t, treat it as such.

28 years agosprintf -> snprintf paranoia
millert [Mon, 16 Sep 1996 18:48:49 +0000 (18:48 +0000)]
sprintf -> snprintf paranoia

28 years agoumask != file mode
millert [Mon, 16 Sep 1996 17:19:54 +0000 (17:19 +0000)]
umask != file mode

28 years ago/tmp// -> /tmp
millert [Mon, 16 Sep 1996 16:38:28 +0000 (16:38 +0000)]
/tmp// -> /tmp

28 years ago/tmp// -> /tmp/
millert [Mon, 16 Sep 1996 16:35:09 +0000 (16:35 +0000)]
/tmp// -> /tmp/

28 years ago/tmp//_shXXXXXX -> /tmp/_shXXXXXX
millert [Mon, 16 Sep 1996 16:33:20 +0000 (16:33 +0000)]
/tmp//_shXXXXXX -> /tmp/_shXXXXXX

28 years agonote in bugs that disklabels are not supported.
mickey [Mon, 16 Sep 1996 15:59:11 +0000 (15:59 +0000)]
note in bugs that disklabels are not supported.
from netbsd-pr kern/2759 <jonathan@DSG.Stanford.EDU>

28 years agofix a typo.
mickey [Mon, 16 Sep 1996 15:39:44 +0000 (15:39 +0000)]
fix a typo.
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu>

28 years agothe linux realaudio doesn't work on netbsd under emulation.
mickey [Mon, 16 Sep 1996 15:34:27 +0000 (15:34 +0000)]
the linux realaudio doesn't work on netbsd under emulation.
from netbsd-pr port-i386/2581 <sommerfeld@orchard.medford.ma.us>

28 years agoLDFLAGS+=-s
millert [Mon, 16 Sep 1996 14:47:01 +0000 (14:47 +0000)]
LDFLAGS+=-s

28 years agosupporting advanced pentium architecture functions.
mickey [Mon, 16 Sep 1996 13:51:31 +0000 (13:51 +0000)]
supporting advanced pentium architecture functions.
from NetBSD port-i386/2604 from <rvb@cs.cmu.edu>.

28 years agoThese should always be static.
downsj [Mon, 16 Sep 1996 10:51:31 +0000 (10:51 +0000)]
These should always be static.

28 years agoDocument this better.
downsj [Mon, 16 Sep 1996 10:23:58 +0000 (10:23 +0000)]
Document this better.

28 years agoUse $STATIC
downsj [Mon, 16 Sep 1996 10:21:32 +0000 (10:21 +0000)]
Use $STATIC

28 years agoUse $STATIC.
downsj [Mon, 16 Sep 1996 10:16:52 +0000 (10:16 +0000)]
Use $STATIC.

28 years agoAdd $STATIC.
downsj [Mon, 16 Sep 1996 10:16:04 +0000 (10:16 +0000)]
Add $STATIC.

28 years agoupdate to reflect reality
downsj [Mon, 16 Sep 1996 10:10:46 +0000 (10:10 +0000)]
update to reflect reality

28 years agoBe less verbose if we have been compiled without DEBUG
tholo [Mon, 16 Sep 1996 07:56:19 +0000 (07:56 +0000)]
Be less verbose if we have been compiled without DEBUG

28 years agorevert to in_cksum by zubin and I
deraadt [Mon, 16 Sep 1996 06:05:00 +0000 (06:05 +0000)]
revert to in_cksum by zubin and I

28 years agoAvoid pulling in stdio
tholo [Mon, 16 Sep 1996 05:43:38 +0000 (05:43 +0000)]
Avoid pulling in stdio

28 years agojoy[01] is at major 26
tholo [Mon, 16 Sep 1996 03:43:34 +0000 (03:43 +0000)]
joy[01] is at major 26

28 years agoBring prototypes into scope
tholo [Mon, 16 Sep 1996 03:18:08 +0000 (03:18 +0000)]
Bring prototypes into scope

28 years agoFix warnings
tholo [Mon, 16 Sep 1996 03:12:27 +0000 (03:12 +0000)]
Fix warnings

28 years agoFix some warnings
tholo [Mon, 16 Sep 1996 02:41:53 +0000 (02:41 +0000)]
Fix some warnings

28 years agoBring prototypes into scope
tholo [Mon, 16 Sep 1996 02:40:50 +0000 (02:40 +0000)]
Bring prototypes into scope

28 years agotheo the pendat
downsj [Mon, 16 Sep 1996 02:38:20 +0000 (02:38 +0000)]
theo the pendat

28 years agopretty pretty pointless support
downsj [Mon, 16 Sep 1996 02:36:08 +0000 (02:36 +0000)]
pretty pretty pointless support

28 years agoUse __inline
tholo [Mon, 16 Sep 1996 02:33:04 +0000 (02:33 +0000)]
Use __inline

28 years agoSet umask to be read only by owner until we set real file permissions.
millert [Mon, 16 Sep 1996 02:32:34 +0000 (02:32 +0000)]
Set umask to be read only by owner until we set real file permissions.

28 years ago_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too
deraadt [Mon, 16 Sep 1996 02:26:02 +0000 (02:26 +0000)]
_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too

28 years ago_PATH_TMP -> _PATH_TMPFILE
millert [Mon, 16 Sep 1996 02:19:37 +0000 (02:19 +0000)]
_PATH_TMP -> _PATH_TMPFILE

28 years agouse mkstemp correctly
deraadt [Mon, 16 Sep 1996 01:47:06 +0000 (01:47 +0000)]
use mkstemp correctly

28 years agokill /tmp race
deraadt [Mon, 16 Sep 1996 01:37:00 +0000 (01:37 +0000)]
kill /tmp race

28 years agokill the race; spotted by bitblt
deraadt [Mon, 16 Sep 1996 01:16:27 +0000 (01:16 +0000)]
kill the race; spotted by bitblt

28 years agokill the race; noticed by bitblt
deraadt [Sun, 15 Sep 1996 23:38:38 +0000 (23:38 +0000)]
kill the race; noticed by bitblt

28 years agomore sprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 23:27:09 +0000 (23:27 +0000)]
more sprintf -> snprintf paranoia

28 years agoAdd manpage link
tholo [Sun, 15 Sep 1996 23:16:13 +0000 (23:16 +0000)]
Add manpage link

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 23:13:03 +0000 (23:13 +0000)]
sprintf -> snprintf paranoia

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 22:58:08 +0000 (22:58 +0000)]
sprintf -> snprintf paranoia

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 22:43:50 +0000 (22:43 +0000)]
sprintf -> snprintf paranoia

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 22:34:06 +0000 (22:34 +0000)]
sprintf -> snprintf paranoia

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 22:25:54 +0000 (22:25 +0000)]
sprintf -> snprintf paranoia

28 years agofix a typo and vsprintf -> vsnprintf paranoia
millert [Sun, 15 Sep 1996 22:00:26 +0000 (22:00 +0000)]
fix a typo and vsprintf -> vsnprintf paranoia

28 years agosprintf -> snprintf paranoia
millert [Sun, 15 Sep 1996 21:56:11 +0000 (21:56 +0000)]
sprintf -> snprintf paranoia

28 years agounused.
millert [Sun, 15 Sep 1996 21:49:27 +0000 (21:49 +0000)]
unused.

28 years agosync to netbsd; for graichen
deraadt [Sun, 15 Sep 1996 21:12:08 +0000 (21:12 +0000)]
sync to netbsd; for graichen

28 years agohandle umask nicer
deraadt [Sun, 15 Sep 1996 20:47:15 +0000 (20:47 +0000)]
handle umask nicer

28 years agokill the races; found by bitblt
deraadt [Sun, 15 Sep 1996 20:40:45 +0000 (20:40 +0000)]
kill the races; found by bitblt

28 years agosetup trap after mkdir
deraadt [Sun, 15 Sep 1996 20:29:41 +0000 (20:29 +0000)]
setup trap after mkdir

28 years agoDon't complain if setsockopt() fails. It will fail if we used rcmdsh()
millert [Sun, 15 Sep 1996 20:14:18 +0000 (20:14 +0000)]
Don't complain if setsockopt() fails.  It will fail if we used rcmdsh()
instead of rcmd() and there's no easy way to detect which we used now.

28 years agosprintf -> snprintf (how'd that get missed?)
millert [Sun, 15 Sep 1996 20:14:08 +0000 (20:14 +0000)]
sprintf -> snprintf (how'd that get missed?)
Don't complain if setsockopt() fails.  It will fail if we used rcmdsh()
instead of rcmd() and there's no easy way to detect which we used now.

28 years agokill the races; found by bitblt
deraadt [Sun, 15 Sep 1996 20:12:18 +0000 (20:12 +0000)]
kill the races; found by bitblt

28 years agoPmake has changed. $? expands to full prerequisite name.
etheisen [Sun, 15 Sep 1996 20:08:52 +0000 (20:08 +0000)]
Pmake has changed. $? expands to full prerequisite name.

28 years agoBe slightly safer opening temp files.
millert [Sun, 15 Sep 1996 19:19:52 +0000 (19:19 +0000)]
Be slightly safer opening temp files.

28 years agoSlightly safer temp file open.
millert [Sun, 15 Sep 1996 19:05:09 +0000 (19:05 +0000)]
Slightly safer temp file open.

28 years agoSlightly safer temp file open.
millert [Sun, 15 Sep 1996 18:59:07 +0000 (18:59 +0000)]
Slightly safer temp file open.

28 years agoBlind update of wosch@FreeBSD's code:
michaels [Sun, 15 Sep 1996 16:50:33 +0000 (16:50 +0000)]
Blind update of wosch@FreeBSD's code:

optimized search algorithm
faster IO due mmap(2) [-m | -s]
better error check for damaged databases
support for databases in network byte order (SunOS/sparc)
optional case insensitve search [-i]
optional multiple databases
optional multiple pattern
new enviroment variable LOCATE_PATH for database(s)
[-S] print some statistic about the database
[-l number] limit output to number file names
[-c] suppress normal output; instead print a count of matching file names
fix prototypes/forward declarations/return type

28 years agoDon't use anonymous structs
tholo [Sun, 15 Sep 1996 10:10:11 +0000 (10:10 +0000)]
Don't use anonymous structs

28 years agoAdd a couple of syscalls; bring more prototypes into scope
tholo [Sun, 15 Sep 1996 10:09:06 +0000 (10:09 +0000)]
Add a couple of syscalls; bring more prototypes into scope

28 years agouse mkstemp; mentioned by sirsyko@ishiboo.com
deraadt [Sun, 15 Sep 1996 10:02:34 +0000 (10:02 +0000)]
use mkstemp; mentioned by sirsyko@ishiboo.com

28 years agoBuild correctly when DESTDIR set
niklas [Sun, 15 Sep 1996 09:55:40 +0000 (09:55 +0000)]
Build correctly when DESTDIR set

28 years agoOk, ok! We now autosense system type. Same compiled kernel works on both
pefo [Sun, 15 Sep 1996 09:46:06 +0000 (09:46 +0000)]
Ok, ok! We now autosense system type. Same compiled kernel works on both
Deskstation TYNE and Acer PICA.

28 years agoRemove dead code
tholo [Sun, 15 Sep 1996 09:30:42 +0000 (09:30 +0000)]
Remove dead code
Remove unused variables
Silence some warnings
lint(1) is your friend

28 years agoprint debugging flags in usage(); idea from freebsd
deraadt [Sun, 15 Sep 1996 09:28:14 +0000 (09:28 +0000)]
print debugging flags in usage(); idea from freebsd

28 years agoenlarge buffer
deraadt [Sun, 15 Sep 1996 09:13:18 +0000 (09:13 +0000)]
enlarge buffer

28 years agoDon't add a comma after the last entry in an enum
tholo [Sun, 15 Sep 1996 08:52:41 +0000 (08:52 +0000)]
Don't add a comma after the last entry in an enum

28 years agoFix prototype
tholo [Sun, 15 Sep 1996 08:09:48 +0000 (08:09 +0000)]
Fix prototype

28 years agopraliases now has a man page.
millert [Sun, 15 Sep 1996 05:17:52 +0000 (05:17 +0000)]
praliases now has a man page.

28 years agopraliases man page.
millert [Sun, 15 Sep 1996 05:15:57 +0000 (05:15 +0000)]
praliases man page.

28 years agoDoh! Should be .1
millert [Sun, 15 Sep 1996 05:13:17 +0000 (05:13 +0000)]
Doh!  Should be .1

28 years agoFirst crack at a praliases man page, the lack of which really bugged me.
millert [Sun, 15 Sep 1996 05:12:18 +0000 (05:12 +0000)]
First crack at a praliases man page, the lack of which really bugged me.

28 years agosh(1) has now has ulimit so that's no longer a bug.
millert [Sun, 15 Sep 1996 03:45:01 +0000 (03:45 +0000)]
sh(1) has now has ulimit so that's no longer a bug.

28 years agodocument ``ulimit'' builtin.
millert [Sun, 15 Sep 1996 03:41:57 +0000 (03:41 +0000)]
document ``ulimit'' builtin.