summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-29lfs diesTheo de Raadt
1997-04-29disable the datacache on Apollo cards for this release it would seem.michaels
1997-04-29ok.Michael Shalayeff
1997-04-29.mk changes faster then i type....Michael Shalayeff
1997-04-28Added faddr/laddr on the pfkeycb, for completeness.Angelos D. Keromytis
1997-04-28Kernel release is 2.1.Jason Downs
1997-04-28Add getsecs(). Use biostime & biosdate routines.Tobias Weingartner
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console.
1997-04-28The type of a pointer to const characters is not the same as a const pointerNiklas Hallqvist
to non-const characters. Besides, the prototypes for copyin and friends, as well as timeout/untimeout takes void *, not caddr_t (char *), so I matched them. Slight KNF. This change makes it pass -Wcast-qual.
1997-04-28indentTheo de Raadt
1997-04-28Previous patch didn't make much sense. We now set the initial NFS xidAngelos D. Keromytis
(for requests) to some random value, and then increase that by a small (1-255) random value for each requests.
1997-04-27Random/unique NFS xids.Angelos D. Keromytis
1997-04-27Randomize RPC xid.Angelos D. Keromytis
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-27What was I thinking?briggs
1997-04-27Reality check.Jason Downs
1997-04-27PFKEY protocol control blocks.Angelos D. Keromytis
1997-04-26samplle boot.conf fileMichael Shalayeff
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse
1997-04-26boot.conf supportMichael Shalayeff
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon
1997-04-26struct definitions in .h files and instances in .c file please.kstailey
Vic Able: > While <miscfs/kernfs/kernfs.h> has a kernfs_node, it depends > on a structure that's defined in <miscfs/kernfs/kernfs_vnops.c>. > Oops! That's not very social. :-) [I built a new kernel fine, but don't have time to run "make build" it is my intuition that this will not have any bad effects, but I didn't test. Just back it out if it hurts you and I'll try again.]
1997-04-26First argument to nanosleep(2) is const; so is the first argument toThorsten Lockert
copyin(9). Propagate this.
1997-04-25Cool. Drop oversized packets rather than splitting into mbufs. NetBSD log:gene
>From Mycroft: If we fail to allocate a cluster to hold a large packet, >simply drop it rather than using a chain of tiny mbufs.
1997-04-25Reorganization fo boot() to make it more logical ala Scott Reynolds. Also,gene
fix some prototyping.
1997-04-25fix broken tagkstailey
1997-04-25proper mask check; mike@fast.cs.utah.eduTheo de Raadt
1997-04-25require reserved ports. avoid ftp bounce.Theo de Raadt
1997-04-25XXX should do reserved portsTheo de Raadt
1997-04-25Prototype nanosleep(2)Thorsten Lockert
1997-04-25A couple of performance improvements from Denny Gentry <denny1@home.com>briggs
1997-04-2564bit cleanup.Angelos D. Keromytis
1997-04-24PF_KEYv2 definition as of the latest draft.Angelos D. Keromytis
1997-04-24Added PF_KEY definition.Angelos D. Keromytis
1997-04-24Don't even support LFS in the kernel.Jason Downs
1997-04-24Inspired by NetBSD changes: ditch AE_DEBUG diagnostics. This kills the ↵gene
AE_DEBUG option (if for some reason anyone is using it).
1997-04-24Followingthe Scott Reynolds gravy train, very minor:gene
>#ifdef DIAGNOSTIC, print the NuBus type fields for unrecognized boards.
1997-04-24From Scott Reynolds:gene
>Clean up unused code, KNF bus_probe()
1997-04-23Clean up disk reset codeTobias Weingartner
1997-04-23On video devices, if we're loading non-default resource values, save thebriggs
resource ID. Thanks to Paul Goyette <paul@pgoyette.bdt.com> for spotting this one.
1997-04-23In nanosleep, use local error variable when storing rqtp in so that an errorThorsten Lockert
from a failed tsleep will still be returned to the caller; from jtc@NetBSD
1997-04-23implement 'hd' device (i guess nobody will boot from 'rd')Michael Shalayeff
1997-04-23Three things:gene
(1) We run OpenBSD (2) make clean deltes genassym and genassym.o, so people with these sitting in their compile directories will get them cleaned out. Release won't ship this way. (3) Maxusers Makefile depends depend on assym.h not genassym.o now.
1997-04-23NetBSD -> OpenBSD where relevant and appropriate.gene
1997-04-23NetBSD -> OpenBSD in comments. Last references in here.gene
1997-04-22Damn. Change _all_ instances of #ifdef __NetBSD__ to #ifgene
defined(__NetBSD__) || defined(__OpenBSD__). This compiles again.
1997-04-22Pull in John Wittowski's HWDIRECT updates from 04/18.gene
Also, sync up with NetBSD with correct RCSids. Credit goes to Scott Reynolds for the space -> tab KNF in this file. Also, note that although rcsid's are matching, we do not support the opt_mrg_adb.h file as NetBSD does.
1997-04-22Add libz and tick version # to reflect change.gvf
1997-04-22Reorg to look more like sys/lib/libsa/Makefilegvf
Reduce dependency on libkern. Add libz. Support passing thru CFLAGS from other Makefiles.
1997-04-22Reduce dependency on libkern.gvf
1997-04-22BSD -> OpenBSDgvf
1997-04-22minor clean to -qgvf
1997-04-22Some minor cleanup.briggs