Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-31 | zaurus documentation directories | Miod Vallat | |
2004-12-31 | Generated MAKEDEV.8 for zaurus, and link it in | Miod Vallat | |
2004-12-31 | +zaurus | Miod Vallat | |
2004-12-31 | sync | Dale Rahn | |
2004-12-31 | etc bits for zaurus | Dale Rahn | |
2004-12-31 | Port of OpenBSD to the Zaurus, currently running on C860, soon C3000. | Dale Rahn | |
2004-12-30 | xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD. | Dale Rahn | |
2004-12-30 | pcmcia (CF) adapter. Needs to be split into seperate layers so | Dale Rahn | |
that the offchip portion (not on pxa*) is not embedded here, interrupt routing is performed offchip. | |||
2004-12-30 | PXA serial port is just enough different to make it difficult to share | Dale Rahn | |
with dev/ic. For now, make it's own copy. | |||
2004-12-30 | Add pxa interrupt controller support. | Dale Rahn | |
2004-12-30 | better #include | Dale Rahn | |
2004-12-30 | pxa270 is xscale | Dale Rahn | |
2004-12-30 | Properly include fcom.h defines. | Dale Rahn | |
2004-12-30 | #include cleanup. | Dale Rahn | |
2004-12-30 | Work around the previous xscale/sa1xx muck, should now work for cats and xscale | Dale Rahn | |
systems. | |||
2004-12-30 | shorter symbolic names for regulation domains and 2GHz channels for FCC1A. | Reyk Floeter | |
2004-12-30 | Support for pxa270, at least a running start. | Dale Rahn | |
2004-12-30 | replace __attribute__((__packed__)) with __packed. | Reyk Floeter | |
2004-12-30 | Include types and defines for items used in these inlined functions. | Dale Rahn | |
2004-12-30 | Add pxa270 id | Dale Rahn | |
2004-12-30 | Fix (and de-inline) bus_space_(read|write)_raw* functions, they did | Dale Rahn | |
not terminate correctly on odd length, they still truncate the transfer. | |||
2004-12-30 | Silence resettodr() unless option DEBUG. | Miod Vallat | |
2004-12-30 | i386/gcc3 sets changes | Peter Valchev | |
2004-12-30 | switch i386 to gcc3; ok deraadt espie miod | Peter Valchev | |
2004-12-30 | Remove -Wno-unused form CFLAGS and kill some unused vars found as a result of | Otto Moerbeek | |
that. ok millert@ | |||
2004-12-30 | If we are running on a 68040 or a 68060 processor, overwrite the copypage() | Miod Vallat | |
code with the faster copypage040() before the kernel text is mapped read-only. | |||
2004-12-30 | Do the address space checks only if option DEBUG - nobody has seen them | Miod Vallat | |
triggered in BSD since a very, very long time, if ever. | |||
2004-12-30 | Kill the EIOMAPSIZE and instead, dynamically size the external I/O map, | Miod Vallat | |
based on the DIO-II space probing results. This does not win much for now, but this will be very useful for SGC bus support (coming soon). | |||
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | Miod Vallat | |
this much simpler. Also, make sure an userland process can fill its UPT as expected. No functional change. | |||
2004-12-30 | Simplify local copying of PS1 environment variable. Since we no | Todd C. Miller | |
longer call shf_fprintf() we don't need to jump through hoops using shf_sopen/shf_sclose and can simply use str_save. OK otto@ and tested by several ksh users | |||
2004-12-30 | add strdup() check; jfb ok | Xavier Santolaria | |
2004-12-30 | Let yds_init() return a meaningful value. | Miod Vallat | |
ok deraadt@ | |||
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau | |
directories regardless of whether they are known or not, in case they are part of the files to add. | |||
2004-12-30 | gcc 3.3.5 loop optimization will produce incorrect output on powerpc; a | Miod Vallat | |
victim of this being awk(1), which in turn caused some manual pages to be generated without dates at the bottom. Since this is fixed by the (invasive) loop optimization rewrite done for 3.4, we can not expect a 3.3 fix anytime soon, and the fix is non-trivial, so disable the failing section of code on powerpc only. This has the net effect of magically turning -O1 and -O2 into -Os as far as -floop-optimize is concerned. Problem spotted by deraadt@, researched by otto@ and yours truly; this workaround agreed by many. | |||
2004-12-30 | adw(4) works on amd64, enable; ok deraadt marco | Peter Valchev | |
2004-12-30 | Actual synch with 3.3.5. | Marc Espie | |
Changes in Makefile.bsd-wrapper to avoid prereq. Fix in lib*/config.h.in to include the right ones and get the correct definitions. Bump of shlib_version accordingly. | |||
2004-12-30 | Add a copy of stripcom so /etc/netstart can be run standalone again. | Todd C. Miller | |
OK deraadt@ | |||
2004-12-30 | Current ahd timeout code does nothing. Add fbsd style timeout | Kenneth R Westerback | |
handling which will at least try to recover. ok marco@. | |||
2004-12-30 | Clean up some code to eliminate snprintf() return value abuse noted by | Kenneth R Westerback | |
Theo. ok marco@. | |||
2004-12-30 | Mention ahd support. | Kenneth R Westerback | |
2004-12-30 | add acphy and bmtphy for some aue devices | David Gwynne | |
ok deraadt@ | |||
2004-12-30 | esp(4) manpage for mac68k, with help and ok jmc@, miod@ | Martin Reindl | |
2004-12-30 | these pages already have their copyrights contained within the main | Jason McIntyre | |
body of the page, commented out; no point in giving them their own COPYRIGHT sections, so remove them; | |||
2004-12-30 | tidy up AUTHORS a little; | Jason McIntyre | |
2004-12-30 | move copyright into main body of man page (commented out); | Jason McIntyre | |
discussed w/ deraadt@ | |||
2004-12-30 | -c is required when generating initial specification; | Jason McIntyre | |
ok deraadt@ | |||
2004-12-30 | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem ↵ | Niklas Hallqvist | |
scenarios, instead generating an ENOMEM backfeed, ok tedu@, prodded by many | |||
2004-12-30 | Enable udav now it works on alpha. ok dlg@ | Jonathan Gray | |
2004-12-30 | fix for some archs that don't like unaligned accesses, eg sparc64 and alpha | David Gwynne | |
ok jsg@ | |||
2004-12-30 | Correct copyright as per David Young's recent change in NetBSD. | Jonathan Gray | |