Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-24 | Insane people can't spell insane correctly. | Miod Vallat | |
2004-04-24 | G/c CD_BOOT and the last related debug printf. | Miod Vallat | |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat | |
2004-04-24 | make failure in setting up the listeners non-fatal. should make bgpd work | Henning Brauer | |
on inet only kernels again, claudio ok | |||
2004-04-24 | Sync | Miod Vallat | |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod 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-24 | some rather boring windows talk at cansecwest made me hack initial support | Henning Brauer | |
for IPv6 transport parts based on a diff from Brent Graveland ok itojun@ claudio@ | |||
2004-04-24 | add spamd.conf to /etc/changelist and mtree/special | Bob Beck | |
from Dmitry Medvedev, ok deraadt@ | |||
2004-04-24 | Sync (libutil bump, luna88k directories and manual pages) | Miod Vallat | |
2004-04-24 | be careful about option lengths. ok henning@ mcbride@ | Mike Frantzen | |
2004-04-24 | print tcps_rcvacktooold; ok henning | Markus Friedl | |
2004-04-24 | sync to Niels Provos' version. avoid unused variable warning in RB_NEXT() | Mike Frantzen | |
2004-04-24 | Compile the basic wscons userland tools on luna88k. | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-24 | Look for tests in sys/arch/MACHINE_ARCH as well if necessary; and move the | Miod Vallat | |
m88k userland trap tests to its MACHINE_ARCH directory. | |||
2004-04-23 | remove note about bounded attribute not being implemented in gcc3 | Anil Madhavapeddy | |
2004-04-23 | fill in the blanks for gcc2 | Anil Madhavapeddy | |
2004-04-23 | Lots more regression tests to test builtins for gcc3 and various icky | Anil Madhavapeddy | |
corner cases. need to separate gcc2/gcc3 output expectations since the error formats have diverged. | |||
2004-04-23 | Port the gcc2 bounds checking support to gcc3, activated with -Wbounded | Anil Madhavapeddy | |
and documented in gcc-local(1). tested by marc@ brad@ and lots of bulk ports builds | |||
2004-04-23 | use CMSG macros. netbsd via pedro marteletto. | Ted Unangst | |
2004-04-23 | Make 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-23 | kill evil spaces | Michael Shalayeff | |
2004-04-23 | properly id CX20468 and patch it too, also one more _cx codec; made possible ↵ | Michael Shalayeff | |
by fries@ | |||
2004-04-23 | Silence getopt() in the priv process. ok canacar@ henning@ | Otto Moerbeek | |
2004-04-23 | fix some comments and sync devices in ramdisk | Michael Shalayeff | |
2004-04-23 | fix a couple of %y register save/restore errors | Marco 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-23 | don't print stats until they're stable, prevents seeing weird stuff in | Ted Unangst | |
disk columns. tested by jolan@. from pedro martelletto | |||
2004-04-22 | Fix pasto in realloc portion of dkreadstats; from Pedro Martelletto | Todd C. Miller | |
OK drahn@ | |||
2004-04-22 | correct arg to in6_cksum. keiichi@kame | Jun-ichiro itojun Hagino | |
2004-04-22 | instead of using some lower 16 bits of some address on the stack that | Henning 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-22 | Bugzilla #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-22 | Typo | Miod Vallat | |
2004-04-22 | typo, From: Jared Yanovich <jjy2+@pitt.edu> | Henning Brauer | |
2004-04-22 | Sync NMBCLUSTERS with mvme88k | Miod Vallat | |
2004-04-22 | luna88k and a few grammers | Michael Shalayeff | |
2004-04-21 | only set child return values in the child_return() more like other archs | Michael Shalayeff | |
2004-04-21 | cleaning; Ryan ok | Henning Brauer | |
2004-04-21 | simplify the fpemu path | Michael Shalayeff | |
2004-04-21 | fix locking | Michael Shalayeff | |
2004-04-21 | put some volatile on volatiles | Michael Shalayeff | |
2004-04-21 | Preliminary sets file for luna88k, based upon mvme88k | Miod Vallat | |
2004-04-21 | Preliminary bsd.rd material for luna88k, to be built upon. Heavily based | Miod Vallat | |
upon mvme88k. | |||
2004-04-21 | allow VAX48- and VAX49-only kernels | Michael Shalayeff | |
2004-04-21 | Rename kvm_mvme88k so that luna88k can build libkvm. | Miod Vallat | |
2004-04-21 | luna88k can play here too | Miod Vallat | |
2004-04-21 | Mention that luna88k can poweroff; also add an boot_amd64(8) reference while ↵ | Miod Vallat | |
there. | |||
2004-04-21 | Bring luna88k section 8 into the build. | Miod Vallat | |
2004-04-21 | Regen | Miod Vallat | |
2004-04-21 | Populate /etc for luna88k | Miod Vallat | |
2004-04-21 | regen | Michael Shalayeff | |