summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-02rnd is random.etheisen
1997-01-02libcrypt is no more.etheisen
1997-01-02handle the powerpc like the arc - no dynamic stuffDale S. Rahn
Thanks to Thomas Graichen for the fix.
1997-01-02handle the pmax like the arc - no dynamic stuffThomas Graichen
1997-01-02DOH! we are not ELF yet. Fix static constructors.Niklas Hallqvist
1997-01-02prevent system from suspend/standby twice.Michael Shalayeff
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp)
1997-01-02pulled out the duplicated, conditional code from both kern/vfs_syscalls.cMichael Shalayeff
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>)
1997-01-02PPP_BSDCOMP not PPP_BSD_COMPMichael Shalayeff
1997-01-02inet_addr --> inet_atonMichael Shalayeff
1997-01-02Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use:Jason Downs
don't set $_ if we're non-interactive.
1997-01-02use arc4random for xid generationTheo de Raadt
1997-01-02do not confuse readdisklabel callersTheo de Raadt
1997-01-02Current differences between development tree and checked in tree.Dale S. Rahn
Reason these are not checked in: Wide affecting change that would be "incorrect" for other ports. Build issues that do not have final solutions Misc other changes. (Some cross compilations issues)
1997-01-02Current information about port status.Dale S. Rahn
1997-01-02Change order of includes to pick up sys/types.h so that typedefsDale S. Rahn
of htonl and friends are not parse errors.
1997-01-02PowerPC is like alpha and mips.Dale S. Rahn
1997-01-02Add fp.c file, reformat to be more readable.Dale S. Rahn
1997-01-02adding files previously missing.Dale S. Rahn
The reg.h file may not be complete, currently the port does not support ptrace.
1997-01-02Powerpc port also uses new libkvm.Dale S. Rahn
1997-01-02Stub routines for set|get fpsticky, fpround, ...Dale S. Rahn
Fixing this is listed in the Todo section.
1997-01-02getc returns int not char.Dale S. Rahn
This matters on some ports, such as powerpc. (signed vs unsigned issue).
1997-01-01add a comment on how to start xdm via init (only i386 for now - which otherThomas Graichen
ports do also have X and on which device in ttys the xdm has to be started there ?)
1997-01-01add a comment about the comment in ttys about how to start xdm via initThomas Graichen
1997-01-01the master with comments in it is not that much of a good idea - ifThomas Graichen
you enable amd in /etc/netstart by accident it will get very confused about all those comments - i removed it and put a sample master files there
1997-01-01add a comment about how to configure pci pcmcia chips (from stefan grefenThomas Graichen
- the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia
1997-01-01remove unneded space in printf (only cosmetic)Thomas Graichen
1997-01-01added info about rfork(2)kstailey
1997-01-01don't count on MFS in add_blkdev_randomnessMichael Shalayeff
1997-01-01Get blktochr() from sun3/sun3/conf.cbriggs
1997-01-01Prototypes for mountroot, etc. are now in sys/systm.h--use ufs/ffs/ffs_extern.hbriggs
for ffs_mountroot proto.
1997-01-01Supply full path on 'include' lines for config.briggs
1996-12-31sync with 17-Dec-1996kstailey
1996-12-31removed unused CTL_MACHDEP stuffkstailey
1996-12-30put entries back into alpha sorted orderkstailey
1996-12-30added info about /emulkstailey
1996-12-29Fix typoThorsten Lockert
1996-12-29don't strip boot.com on installThomas Graichen
1996-12-29be more consistent when printing the memory values at bootup - now alsoThomas Graichen
the BIOS mem stuff is printed in bytes - like the other values too
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
keyboards working
1996-12-29change the name of the history file from .pdksh_hist to .ksh_historyThomas Graichen
this way it is clearer where it comes from (pdksh is ksh in OpenBSD) and it's more consistent with other shells (bash - .bash_history and i think FreeBSD's sh also used something like .sh_history)
1996-12-29remove one / from the printf of the filenames (_PATH_UNIX begings with aThomas Graichen
slash - /bsd so we don't need an extra slash there)
1996-12-29our tar (paxtar) is now in /bin/tar not /usr/bin/tarThomas Graichen
1996-12-29work around the missing (gtar) -T (--files-from) option of our paxtarThomas Graichen
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-)
1996-12-28changed __NetBSD__ to __OpenBSD__kstailey
1996-12-28crank minor due to arc4randomTheo de Raadt
1996-12-28Fix prerequisite test, still need to check why NODEV bufs comes here.Niklas Hallqvist
1996-12-28an entire an entireJason Downs
1996-12-28arc4random() number generator, for use with things like RPC xid's.dm
1996-12-28add OpenBSD tag to files.Dale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn