openbsd
27 years agoignore new kernel
rahnds [Thu, 9 Jan 1997 04:58:49 +0000 (04:58 +0000)]
ignore new kernel

27 years agoremove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'.
rahnds [Thu, 9 Jan 1997 04:24:39 +0000 (04:24 +0000)]
remove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'.

27 years agoChanges to shrink kc filesystem, remove update from dot.profile
rahnds [Thu, 9 Jan 1997 04:23:23 +0000 (04:23 +0000)]
Changes to shrink kc filesystem, remove update from dot.profile
and remove an extra file.

27 years agoAdd the ablity to hide symbols on ELF/OLF objects.
rahnds [Thu, 9 Jan 1997 04:16:51 +0000 (04:16 +0000)]
Add the ablity to hide symbols on ELF/OLF objects.
This is a first cut at the symbol hiding process for ELF.
The current method will not work properly on mips.
It has been tested for powerpc and should work on alpha.
The problem with mips is due to the standard PIC compilation.

27 years agoadd support for ELF in crunch, for crunchgen this means
rahnds [Thu, 9 Jan 1997 04:09:40 +0000 (04:09 +0000)]
add support for ELF in crunch, for crunchgen this means
do not add a leading underscore to symbol names.
Indicated to crunchgen by a "-E" option.

27 years agominimal kernel to fit on kc boot floppy.
rahnds [Thu, 9 Jan 1997 03:55:06 +0000 (03:55 +0000)]
minimal kernel to fit on kc boot floppy.

27 years agoBooting OpenBSD not NetBSD.
rahnds [Thu, 9 Jan 1997 03:52:51 +0000 (03:52 +0000)]
Booting OpenBSD not NetBSD.
Change the print to reflect that.

27 years agoELF does not use the leading '_' on any port, not just MIPS.
rahnds [Thu, 9 Jan 1997 03:49:38 +0000 (03:49 +0000)]
ELF does not use the leading '_' on any port, not just MIPS.

27 years agoport is powerpc not, ppc.
rahnds [Thu, 9 Jan 1997 03:18:58 +0000 (03:18 +0000)]
port is powerpc not, ppc.
Make the defines so.

27 years agosupport resident page count.
rahnds [Thu, 9 Jan 1997 03:07:15 +0000 (03:07 +0000)]
support resident page count.
Attempt at least, pmap doesn't allow
for exact tracking.

27 years agoadding further support.
rahnds [Thu, 9 Jan 1997 03:03:44 +0000 (03:03 +0000)]
adding further support.

27 years agokernel is bsd not netbsd
rahnds [Thu, 9 Jan 1997 02:46:00 +0000 (02:46 +0000)]
kernel is bsd not netbsd

27 years agoIf config-file is not starting with /, consider it to be a
niklas [Wed, 8 Jan 1997 13:37:50 +0000 (13:37 +0000)]
If config-file is not starting with /, consider it to be a
relative path.

27 years ago"Too much paranoia" + fake domain in anonftp password as some stupid sites
niklas [Wed, 8 Jan 1997 13:19:11 +0000 (13:19 +0000)]
"Too much paranoia" + fake domain in anonftp password as some stupid sites
requires it to at least look sensible.

27 years agosvr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3
niklas [Wed, 8 Jan 1997 13:04:53 +0000 (13:04 +0000)]
svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3

27 years agoInclude mk files specified in EXTRA_SYS_MK_FILES. Needed for the ports
niklas [Wed, 8 Jan 1997 07:35:04 +0000 (07:35 +0000)]
Include mk files specified in EXTRA_SYS_MK_FILES.  Needed for the ports
mechanism.  This was the least intrusive way we found to solve the problem
of getting ports' Makefiles have bsd.own.mk included.

27 years agonote elvis born
mickey [Wed, 8 Jan 1997 06:58:41 +0000 (06:58 +0000)]
note elvis born

27 years agobacked out prev. netbsd merge except for smaller proc table
kstailey [Tue, 7 Jan 1997 23:36:03 +0000 (23:36 +0000)]
backed out prev. netbsd merge except for smaller proc table

27 years agosome strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work
niklas [Tue, 7 Jan 1997 22:03:39 +0000 (22:03 +0000)]
some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work

27 years agoReturn exit status != 0 if any transfers fail in the commandline
niklas [Tue, 7 Jan 1997 21:34:57 +0000 (21:34 +0000)]
Return exit status != 0 if any transfers fail in the commandline
specified file fetch mode.  Makes backup locations in the ports system work.

27 years agoAdd missing files from last commit (the one of 12-Dec- 1996) that prevented
imp [Tue, 7 Jan 1997 16:53:24 +0000 (16:53 +0000)]
Add missing files from last commit (the one of 12-Dec- 1996) that prevented
configuring of gdb on mips platforms.  Thanks to Thomas Graichen for
pointing out they were missing.

27 years agoDocument the exit values
niklas [Tue, 7 Jan 1997 15:57:48 +0000 (15:57 +0000)]
Document the exit values

27 years agoReturn a sane return value so the bsd.port.mk conditions work
niklas [Tue, 7 Jan 1997 15:38:58 +0000 (15:38 +0000)]
Return a sane return value so the bsd.port.mk conditions work

27 years agoDOH! Fixing big endian broke little..
niklas [Tue, 7 Jan 1997 10:09:00 +0000 (10:09 +0000)]
DOH! Fixing big endian broke little..

27 years agodon't use LDADD+=-ltermlib on the mips - because it causes problems
graichen [Tue, 7 Jan 1997 06:52:57 +0000 (06:52 +0000)]
don't use LDADD+=-ltermlib on the mips - because it causes problems
with the linker (weak symbols)

27 years agoadd elf2aout to the mips machines - i would like to keep both of them
graichen [Tue, 7 Jan 1997 06:51:50 +0000 (06:51 +0000)]
add elf2aout to the mips machines - i would like to keep both of them
on both (pmax and arc) - because this way it is easy to build kernels
for eachother

27 years agogetpagesize(2) -> getpagesize(3)
kstailey [Tue, 7 Jan 1997 06:15:21 +0000 (06:15 +0000)]
getpagesize(2) -> getpagesize(3)

27 years agoFix for final ptdi panic on i386
tholo [Tue, 7 Jan 1997 05:37:32 +0000 (05:37 +0000)]
Fix for final ptdi panic on i386

27 years agoAllow device names to be four characters (eg mcd0 or acd0). -moj
maja [Mon, 6 Jan 1997 18:50:50 +0000 (18:50 +0000)]
Allow device names to be four characters (eg mcd0 or acd0). -moj

27 years agoadd -r switch for onlcr translation
mickey [Mon, 6 Jan 1997 11:06:45 +0000 (11:06 +0000)]
add -r switch for onlcr translation

27 years agoFix these for big endian systems
niklas [Mon, 6 Jan 1997 00:18:22 +0000 (00:18 +0000)]
Fix these for big endian systems

27 years agoOpenBSD tags
tholo [Sun, 5 Jan 1997 22:18:05 +0000 (22:18 +0000)]
OpenBSD tags

27 years agomalloc(3) paper by phk; from FreeBSD
tholo [Sun, 5 Jan 1997 22:15:44 +0000 (22:15 +0000)]
malloc(3) paper by phk; from FreeBSD

27 years agoIntegrate latest malloc(3) from FreeBSD
tholo [Sun, 5 Jan 1997 22:12:48 +0000 (22:12 +0000)]
Integrate latest malloc(3) from FreeBSD

27 years agotypo, kleink@layla.inka.de
deraadt [Sun, 5 Jan 1997 22:12:17 +0000 (22:12 +0000)]
typo, kleink@layla.inka.de

27 years agomention rfc1938
millert [Sun, 5 Jan 1997 21:30:06 +0000 (21:30 +0000)]
mention rfc1938

27 years agoSignals are now blocked while ftpd runs with euid 0, as suggested by
bitblt [Sun, 5 Jan 1997 21:28:07 +0000 (21:28 +0000)]
Signals are now blocked while ftpd runs with euid 0, as suggested by
Weiste Venema.  If this triggers any problems (most likely with ABOR not
working at certain times) let me know.

27 years agominor tweaks; htonl() -> ntohl(); added SEE ALSO
kstailey [Sun, 5 Jan 1997 19:00:50 +0000 (19:00 +0000)]
minor tweaks; htonl() -> ntohl(); added SEE ALSO

27 years agoRemove lots of timer_state structs as they just ate memory and only a few was
niklas [Sun, 5 Jan 1997 11:08:58 +0000 (11:08 +0000)]
Remove lots of timer_state structs as they just ate memory and only a few was
ever used.  Now a single state is kept for net, tty and disk events resp.
Also, call the randomness from disk_unbusy instead of biodone, as biodone
gets a lot of virtual events (from virtual filesystems etc), and as a bonus:
feed xfer time and size into the entropy pool too.

27 years agothese pieces are done
deraadt [Sun, 5 Jan 1997 08:33:42 +0000 (08:33 +0000)]
these pieces are done

27 years agoHOSTCC; from rahnds
deraadt [Sun, 5 Jan 1997 08:17:31 +0000 (08:17 +0000)]
HOSTCC; from rahnds

27 years agoabsent pcmcia cards do not interrupt
deraadt [Sun, 5 Jan 1997 04:03:26 +0000 (04:03 +0000)]
absent pcmcia cards do not interrupt

27 years agoAdd cross back, as it at least compiles now
niklas [Sun, 5 Jan 1997 02:08:05 +0000 (02:08 +0000)]
Add cross back, as it at least compiles now

27 years agoFirst stab at making a VM-controlled bankswitching driver
niklas [Sun, 5 Jan 1997 02:04:33 +0000 (02:04 +0000)]
First stab at making a VM-controlled bankswitching driver
for the CrossLink driver

27 years agoadded D to getopt() string
kstailey [Sat, 4 Jan 1997 20:31:05 +0000 (20:31 +0000)]
added D to getopt() string

27 years agospec_advlock() via lf_advlock()
kstailey [Sat, 4 Jan 1997 17:10:03 +0000 (17:10 +0000)]
spec_advlock() via lf_advlock()

27 years agoVM_PAGE_INIT takes an offset as the 3rd arg, not a pointer
niklas [Sat, 4 Jan 1997 14:17:30 +0000 (14:17 +0000)]
VM_PAGE_INIT takes an offset as the 3rd arg, not a pointer

27 years agoAdd XXX comment about the delay port
niklas [Sat, 4 Jan 1997 14:14:55 +0000 (14:14 +0000)]
Add XXX comment about the delay port

27 years agoRemove extra blank line
niklas [Sat, 4 Jan 1997 14:05:50 +0000 (14:05 +0000)]
Remove extra blank line

27 years agoGo to Buslogic and SCSI
niklas [Sat, 4 Jan 1997 14:02:50 +0000 (14:02 +0000)]
Go to Buslogic and SCSI

27 years agoPrint warning when not recognizing the boot device.
niklas [Sat, 4 Jan 1997 12:59:49 +0000 (12:59 +0000)]
Print warning when not recognizing the boot device.
Also get the partition number from the BIOS when building bootdev.

27 years agobus.h not bus.old.h
niklas [Sat, 4 Jan 1997 12:49:24 +0000 (12:49 +0000)]
bus.h not bus.old.h

27 years agoTemporarily comment out cross as it is not compiling yet
niklas [Sat, 4 Jan 1997 12:47:11 +0000 (12:47 +0000)]
Temporarily comment out cross as it is not compiling yet

27 years agoI use IP-filtering at home now too
niklas [Sat, 4 Jan 1997 12:45:45 +0000 (12:45 +0000)]
I use IP-filtering at home now too

27 years agoUse fancy macros
niklas [Sat, 4 Jan 1997 12:40:31 +0000 (12:40 +0000)]
Use fancy macros

27 years agoAdd a TOC to a temporary lib so our make(1) will not always rebuild libgcc
niklas [Sat, 4 Jan 1997 12:28:18 +0000 (12:28 +0000)]
Add a TOC to a temporary lib so our make(1) will not always rebuild libgcc

27 years agoreaddisklabel() with correct dev_t
deraadt [Sat, 4 Jan 1997 08:50:20 +0000 (08:50 +0000)]
readdisklabel() with correct dev_t

27 years agoUse new options to locate.updatedb so we don't have to make the
millert [Sat, 4 Jan 1997 01:36:52 +0000 (01:36 +0000)]
Use new options to locate.updatedb so we don't have to make the
database owned by non-root at any time.

27 years agoCommand line args to updatedb. Also, a filename of "-" for the db
millert [Sat, 4 Jan 1997 01:36:01 +0000 (01:36 +0000)]
Command line args to updatedb.  Also, a filename of "-" for the db
means output to stdout.

27 years agoFix typo, too much perl on the brain.
millert [Sat, 4 Jan 1997 01:08:04 +0000 (01:08 +0000)]
Fix typo, too much perl on the brain.

27 years agolocate shell scripts now use mktemp(1) and weekly runs updatedb
millert [Fri, 3 Jan 1997 23:33:48 +0000 (23:33 +0000)]
locate shell scripts now use mktemp(1) and weekly runs updatedb
as bin not nobody to avoid NFS problems.

27 years agoNo point in ls'ing the template, it will never exist.
millert [Fri, 3 Jan 1997 22:51:26 +0000 (22:51 +0000)]
No point in ls'ing the template, it will never exist.

27 years agoBetter error on failure.
millert [Fri, 3 Jan 1997 22:49:22 +0000 (22:49 +0000)]
Better error on failure.

27 years agomake bounce buffer aware
deraadt [Fri, 3 Jan 1997 22:39:33 +0000 (22:39 +0000)]
make bounce buffer aware

27 years agoFrom NetBSD:
millert [Fri, 3 Jan 1997 22:36:07 +0000 (22:36 +0000)]
From NetBSD:
    - Correct sorting behaviour.
    - Do multicolumn output in a way that's a more likely to line up evenly.
      From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965.

27 years agoFrom NetBSD:
millert [Fri, 3 Jan 1997 21:40:48 +0000 (21:40 +0000)]
From NetBSD:
    Add a `-t' (touch) option to update time stamps.
    Only record size for regular files.

27 years agoremoved unnecessary test
kstailey [Fri, 3 Jan 1997 21:05:28 +0000 (21:05 +0000)]
removed unnecessary test

27 years agoRemove private copy of md* and fix md4 usage to match libc md4.
millert [Fri, 3 Jan 1997 20:42:04 +0000 (20:42 +0000)]
Remove private copy of md* and fix md4 usage to match libc md4.

27 years agoUse correct md5 API for libc md5 routines. Pointed out by niklas.
millert [Fri, 3 Jan 1997 20:32:11 +0000 (20:32 +0000)]
Use correct md5 API for libc md5 routines.  Pointed out by niklas.

27 years agoNote that sb16 is treated as an sbpro.
millert [Fri, 3 Jan 1997 17:07:35 +0000 (17:07 +0000)]
Note that sb16 is treated as an sbpro.

27 years agochange all refs from mkdosfs to newfs_msdos
kstailey [Fri, 3 Jan 1997 16:45:38 +0000 (16:45 +0000)]
change all refs from mkdosfs to newfs_msdos

27 years agomake it work again, 'twas broken for a long time 'coze of ../fsck/preen.c
mickey [Fri, 3 Jan 1997 16:22:09 +0000 (16:22 +0000)]
make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c
changes, that is yantc situation.
as a side effect it's parallelized too.

27 years agominimize
deraadt [Fri, 3 Jan 1997 07:49:05 +0000 (07:49 +0000)]
minimize

27 years agominimize comment
deraadt [Fri, 3 Jan 1997 07:48:50 +0000 (07:48 +0000)]
minimize comment

27 years agoInstall etc/amd/master.sample NOT master.
etheisen [Fri, 3 Jan 1997 04:04:52 +0000 (04:04 +0000)]
Install etc/amd/master.sample NOT master.

27 years agoNo virtual consoles by default.
etheisen [Fri, 3 Jan 1997 03:27:54 +0000 (03:27 +0000)]
No virtual consoles by default.

27 years agoMore /var/log 'placeholder' log files.
etheisen [Fri, 3 Jan 1997 03:19:17 +0000 (03:19 +0000)]
More /var/log 'placeholder' log files.

27 years agoroot NOT games.
etheisen [Fri, 3 Jan 1997 03:03:59 +0000 (03:03 +0000)]
root NOT games.

27 years agoYYRECOVERING(), not YYRECOVERING. Approved by Robert Corbett
tholo [Fri, 3 Jan 1997 00:53:25 +0000 (00:53 +0000)]
YYRECOVERING(), not YYRECOVERING.  Approved by Robert Corbett

27 years agoend of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>
kstailey [Fri, 3 Jan 1997 00:09:59 +0000 (00:09 +0000)]
end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp>

27 years agomore samples
deraadt [Thu, 2 Jan 1997 23:14:54 +0000 (23:14 +0000)]
more samples

27 years agobetter perms for ppp stuff
deraadt [Thu, 2 Jan 1997 23:14:13 +0000 (23:14 +0000)]
better perms for ppp stuff

27 years agoCOMPAT_{SUNOS,SVR4}
deraadt [Thu, 2 Jan 1997 22:37:53 +0000 (22:37 +0000)]
COMPAT_{SUNOS,SVR4}

27 years agonew utility for playing sound files
kstailey [Thu, 2 Jan 1997 22:12:26 +0000 (22:12 +0000)]
new utility for playing sound files

27 years agoavoid SIGURG race; dg@root.com
deraadt [Thu, 2 Jan 1997 21:33:33 +0000 (21:33 +0000)]
avoid SIGURG race; dg@root.com

27 years agoFix the file dendancy problem the same way as on alpha/mips
rahnds [Thu, 2 Jan 1997 20:48:29 +0000 (20:48 +0000)]
Fix the file dendancy problem the same way as on alpha/mips
this removed another patched file for powerpc port.

27 years agoaccept llc/snap packets; still cannot send them...
deraadt [Thu, 2 Jan 1997 20:45:49 +0000 (20:45 +0000)]
accept llc/snap packets; still cannot send them...

27 years agocorrect title; frueauf@ira.uka.de
deraadt [Thu, 2 Jan 1997 20:24:07 +0000 (20:24 +0000)]
correct title; frueauf@ira.uka.de

27 years agoFix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu,
bitblt [Thu, 2 Jan 1997 19:49:50 +0000 (19:49 +0000)]
Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu,
who is porting the OpenBSD ftpd to (of all things) Linux.

27 years agoPerl should build on the powerpc port now, I will build statically
rahnds [Thu, 2 Jan 1997 19:45:34 +0000 (19:45 +0000)]
Perl should build on the powerpc port now, I will build statically
instead of trying to build dynamically and fail.

27 years agoRevert HISTFILE. If anyone wants a differently named history file, they
downsj [Thu, 2 Jan 1997 18:16:52 +0000 (18:16 +0000)]
Revert HISTFILE.  If anyone wants a differently named history file, they
can set it in their environment.

27 years agoDon't mention $_.
downsj [Thu, 2 Jan 1997 17:41:47 +0000 (17:41 +0000)]
Don't mention $_.

27 years agoAfter discussing $_ with the maintainer, revert ksh behaviour and completely
downsj [Thu, 2 Jan 1997 17:37:25 +0000 (17:37 +0000)]
After discussing $_ with the maintainer, revert ksh behaviour and completely
eliminate it from sh.

27 years agoDESTDIR already set.
etheisen [Thu, 2 Jan 1997 16:37:53 +0000 (16:37 +0000)]
DESTDIR already set.

27 years agornd is random.
etheisen [Thu, 2 Jan 1997 16:36:00 +0000 (16:36 +0000)]
rnd is random.

27 years agolibcrypt is no more.
etheisen [Thu, 2 Jan 1997 16:34:51 +0000 (16:34 +0000)]
libcrypt is no more.

27 years agohandle the powerpc like the arc - no dynamic stuff
rahnds [Thu, 2 Jan 1997 16:06:50 +0000 (16:06 +0000)]
handle the powerpc like the arc - no dynamic stuff
Thanks to Thomas Graichen for the fix.

27 years agohandle the pmax like the arc - no dynamic stuff
graichen [Thu, 2 Jan 1997 14:05:25 +0000 (14:05 +0000)]
handle the pmax like the arc - no dynamic stuff

27 years agoDOH! we are not ELF yet. Fix static constructors.
niklas [Thu, 2 Jan 1997 13:07:41 +0000 (13:07 +0000)]
DOH! we are not ELF yet.  Fix static constructors.

27 years agoprevent system from suspend/standby twice.
mickey [Thu, 2 Jan 1997 12:24:35 +0000 (12:24 +0000)]
prevent system from suspend/standby twice.
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp)