summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-05-25more CLEANFILESMichael Shalayeff
1998-05-25update up to the current libsa envMichael Shalayeff
1998-05-25nd_procnum should be unsigned; ovg@nusun.jinr.ruTheo de Raadt
1998-05-25Remove gobs of unneeded code.Jason Downs
1998-05-25Major cleanup of configuration code; don't assume all the world is Intel, andJason Downs
don't duplicate the work of locore.
1998-05-25Fix Cyrix model names and add MediaGX/GXm; add feature bit display.Jason Downs
1998-05-25Add support for feature bit listing; fix #defines.Jason Downs
1998-05-24allow SAs with non-specified source addressNiels Provos
1998-05-24allow the use of blowfish and cast encryption with implicit ivNiels Provos
1998-05-24avoid source address spoofing for mutual hostile hosts which have SAs toNiels Provos
us, reported by Craig Metz <cmetz@inner.net>.
1998-05-24add support for Virtual Private Networks (VPN).Niels Provos
1998-05-23Don't play games with PAGE_SIZE and PAGE_MASK. Previously I was #undef'ing ↵Todd C. Miller
the real ones but that's gross.
1998-05-22EM100FXTheo de Raadt
1998-05-22do not assume ttys or bpps exist; plunky@skate.demon.co.ukTheo de Raadt
1998-05-22magma in both theseTheo de Raadt
1998-05-22include <machine/locore.h> instead of <pmax/locore.h> - this should solveThomas Graichen
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk)
1998-05-22Set the outter IP header's ttl, not the inner.Angelos D. Keromytis
1998-05-22More AMD model names.Jason Downs
1998-05-22Delete a NetBSD <-> OpenBSD "oops" from my previous merge.gene
1998-05-22Start the timeout's if sparc_led_blink is initialized to trueJason Wright
1998-05-21typoMatthieu Herrb
1998-05-20Increase NVNODE.Jason Downs
1998-05-20syncJason Downs
1998-05-20I think this is more correct than the last; it makes more sense, at least.Jason Downs
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1998-05-20syncJason Downs
1998-05-20VIA Apollo VP3 AGPsetJason Downs
1998-05-20Enable NTP again now that mickey has solved the pentium timer problem.gene
1998-05-20fix strtol on one character long numbersArtur Grabowski
1998-05-19cross-compile readyMichael Shalayeff
1998-05-19Wall for non-IPSEC caseTheo de Raadt
1998-05-18start using new apiver thingsMichael Shalayeff
1998-05-18define bitmapped bootarg api versionMichael Shalayeff
1998-05-18add more signals to setuid part of cansignal()Theo de Raadt
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy.
1998-05-18ok, i steal this commit from niklas, just to make vax consistant w/ other ↵Michael Shalayeff
archs (;
1998-05-18The warnings shouldn't tell that this is ffs. It's confusing.Artur Grabowski
1998-05-18new cpureg.h from NetBSD plus modifications to use the changed macro namesTodd C. Miller
1998-05-18newer asc driver from NetBSDTodd C. Miller
1998-05-17bus.h from NetBSD, does not implement OpenBSD extensions yet.Todd C. Miller
1998-05-17convert CANSIGNAL() macro into a function, and then add significant constraintsTheo de Raadt
regarding setuid/setgid targets (this is permitted by POSIX, and solves a number of security issues). This is due to a conversation months ago with dholland@hcs.harvard.edu.
1998-05-17fix tdb_delete() when using SPI chains.Niels Provos
1998-05-17for acct(), vn_open() with O_APPEND flag so that append-only files work;Theo de Raadt
problem pointed out by andrew@untraceable.net
1998-05-17Intercept all targets in cross-modeNiklas Hallqvist
1998-05-17Automatically detect cross-compilation case. If you have an i386Niklas Hallqvist
(well that is the only tested host environment for the time being) and would like to test the support, do this: cd /usr/src make TARGET=vax cd sys/arch/vax/conf config MYKERNEL cd ../compile/MYKERNEL make and you should get a nicely compiled vax kernel. This is WIP, so do not expect robustness quite yet.
1998-05-17define DISKLABELDEV(dev) macroMichael Shalayeff
1998-05-16shorten device probe messages to 2 linesTheo de Raadt
1998-05-16syncimp
1998-05-16Add DeskStation Technology and Evolution RISC PCimp
1998-05-16syncTheo de Raadt