summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-24Insane people can't spell insane correctly.Miod Vallat
2004-04-24G/c CD_BOOT and the last related debug printf.Miod Vallat
2004-04-24Do not ignore vs_poll() return value.Miod Vallat
2004-04-24make failure in setting up the listeners non-fatal. should make bgpd workHenning Brauer
on inet only kernels again, claudio ok
2004-04-24SyncMiod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
converted yet, and they rely upon some linear mappings provided by bus_space. In order to not impact performance, almost all the bus_space accesses go through macros and inline functions. This currently restricts us to D16 and D32 access modes, which are selected at compilation time. Since there are no plans to support D8 vme devices in the future, this is acceptable for now. This makes the "len" locator for vme devices go away, and allows to simplify some code which was using the pcctwo device, and will now directly access hardware which is known to exist, rather than wait until the device is attached. While there, try to enforce more interrupt vector number checks, since these changes pointed out that dart(4) had been working correctly so far by sheer luck only.
2004-04-24some rather boring windows talk at cansecwest made me hack initial supportHenning Brauer
for IPv6 transport parts based on a diff from Brent Graveland ok itojun@ claudio@
2004-04-24add spamd.conf to /etc/changelist and mtree/specialBob Beck
from Dmitry Medvedev, ok deraadt@
2004-04-24Sync (libutil bump, luna88k directories and manual pages)Miod Vallat
2004-04-24be careful about option lengths. ok henning@ mcbride@Mike Frantzen
2004-04-24print tcps_rcvacktooold; ok henningMarkus Friedl
2004-04-24sync to Niels Provos' version. avoid unused variable warning in RB_NEXT()Mike Frantzen
2004-04-24Compile the basic wscons userland tools on luna88k.Miod Vallat
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-24Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move theMiod Vallat
m88k userland trap tests to its MACHINE_ARCH directory.
2004-04-23remove note about bounded attribute not being implemented in gcc3Anil Madhavapeddy
2004-04-23fill in the blanks for gcc2Anil Madhavapeddy
2004-04-23Lots more regression tests to test builtins for gcc3 and various ickyAnil Madhavapeddy
corner cases. need to separate gcc2/gcc3 output expectations since the error formats have diverged.
2004-04-23Port the gcc2 bounds checking support to gcc3, activated with -WboundedAnil Madhavapeddy
and documented in gcc-local(1). tested by marc@ brad@ and lots of bulk ports builds
2004-04-23use CMSG macros. netbsd via pedro marteletto.Ted Unangst
2004-04-23Make sure KEY_LENGTH attribute is present when checking AES proposals,Hakan Olsson
required when acting as responder to SafeNet peers. Also make conf_load_defaults() readable again (KNF). hshoexer@ ok.
2004-04-23kill evil spacesMichael Shalayeff
2004-04-23properly id CX20468 and patch it too, also one more _cx codec; made possible ↵Michael Shalayeff
by fries@
2004-04-23Silence getopt() in the priv process. ok canacar@ henning@Otto Moerbeek
2004-04-23fix some comments and sync devices in ramdiskMichael Shalayeff
2004-04-23fix a couple of %y register save/restore errorsMarco S Hyman
1) don't save %y in a register that is later used before restoring %y 2) always restore %y after calling a signal handler tested by drahn@, OK pval
2004-04-23don't print stats until they're stable, prevents seeing weird stuff inTed Unangst
disk columns. tested by jolan@. from pedro martelletto
2004-04-22Fix pasto in realloc portion of dkreadstats; from Pedro MartellettoTodd C. Miller
OK drahn@
2004-04-22correct arg to in6_cksum. keiichi@kameJun-ichiro itojun Hagino
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
even requires knowledge about wether the machine is 32 or 64 bit, use getpid() for the icmp id. that is not optimal, but matches what ping does and the way to go for now.
2004-04-22Bugzilla #850: Sophie Germain is the correct name of the French mathematician,Damien Miller
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
2004-04-22TypoMiod Vallat
2004-04-22typo, From: Jared Yanovich <jjy2+@pitt.edu>Henning Brauer
2004-04-22Sync NMBCLUSTERS with mvme88kMiod Vallat
2004-04-22luna88k and a few grammersMichael Shalayeff
2004-04-21only set child return values in the child_return() more like other archsMichael Shalayeff
2004-04-21cleaning; Ryan okHenning Brauer
2004-04-21simplify the fpemu pathMichael Shalayeff
2004-04-21fix lockingMichael Shalayeff
2004-04-21put some volatile on volatilesMichael Shalayeff
2004-04-21Preliminary sets file for luna88k, based upon mvme88kMiod Vallat
2004-04-21Preliminary bsd.rd material for luna88k, to be built upon. Heavily basedMiod Vallat
upon mvme88k.
2004-04-21allow VAX48- and VAX49-only kernelsMichael Shalayeff
2004-04-21Rename kvm_mvme88k so that luna88k can build libkvm.Miod Vallat
2004-04-21luna88k can play here tooMiod Vallat
2004-04-21Mention that luna88k can poweroff; also add an boot_amd64(8) reference while ↵Miod Vallat
there.
2004-04-21Bring luna88k section 8 into the build.Miod Vallat
2004-04-21RegenMiod Vallat
2004-04-21Populate /etc for luna88kMiod Vallat
2004-04-21regenMichael Shalayeff