summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-31typosMatthieu Herrb
2004-12-31Document existence of struct sockaddr_storage and add an example.Matthieu Herrb
hints by miod@ and jmc@, ok deraadt@
2004-12-31kludge around this build problem for now.Dale Rahn
2004-12-31Call perl directly instead of using an sh script to find it.Todd C. Miller
OK otto@
2004-12-31add starttls(8) to SEE ALSO;Jason McIntyre
2004-12-31add ssl(8) to SEE ALSO;Jason McIntyre
2004-12-31sprinkle some more list macros in herePedro Martelletto
2004-12-31explicitly mention port in an example;Jason McIntyre
from fgsch@
2004-12-31shrink (low memory machine) and comment correctly.Dale Rahn
2004-12-31port is zaurusDale Rahn
2004-12-31These are now zaurus headers, not cats ifdef protect appropriately.Dale Rahn
2004-12-31syncTheo de Raadt
2004-12-31when releasing a vnode, make it inactive before sticking it to one ofPedro Martelletto
the free lists. should fix some races on filesystems that don't have locks, such as nfs. also, it allows for a more straightforward way of releasing vnodes (nodes that are going to be recycled don't have to be moved to the head of the list). tested by many, thanks. ok tedu@ deraadt@
2004-12-31document using neighbor descriptions to specify neighbors whereJared Yanovich
applicable. ok henning, jmc
2004-12-31syncTheo de Raadt
2004-12-31gcc 3.3.5; ok espie@David Krause
2004-12-31Define atw cfdriver struct in atw.c so atw at cardbus does notJonathan Gray
depend on atw at pci. ok millert@
2004-12-31strncpy -> strlcpyDavid Gwynne
2004-12-31people who don't understand the preprocessor should stay away from the tree.Marc Espie
2004-12-31fixes so axe can work on big endian machinesDavid Gwynne
2004-12-31sync with the latest work and add some stuff needed by the upcoming ↵Reyk Floeter
ar5211/ar5212 support. some further cleanups and changes will follow.
2004-12-31cleanups pointed out by miod@Dale Rahn
2004-12-31Build wicontrol on all arm archs, not just cats.Dale Rahn
2004-12-31zaurus will be able to use this one dayTheo de Raadt
2004-12-31Enable Realtek RTL8180 driver (rtw) to get more testing feedback.Jonathan Gray
Can people with these devices please mail me with the name of the device and a dmesg. ok deraadt@
2004-12-31Better to build zaurus, not cats, kernels here.Miod Vallat
2004-12-31Add zaurus to MAKEDEV machinery.Miod Vallat
2004-12-31Move the cfdriver struct to rtw.c where it belongs so cardbus rtwJonathan Gray
can be enabled seperately from pci rtw. From fgsch@
2004-12-31syncTheo de Raadt
2004-12-31Ramdisk bits for zaurusDale Rahn
2004-12-31zaurus documentation directoriesMiod Vallat
2004-12-31Generated MAKEDEV.8 for zaurus, and link it inMiod Vallat
2004-12-31+zaurusMiod Vallat
2004-12-31syncDale Rahn
2004-12-31etc bits for zaurusDale Rahn
2004-12-31Port of OpenBSD to the Zaurus, currently running on C860, soon C3000.Dale Rahn
2004-12-30xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.Dale Rahn
2004-12-30pcmcia (CF) adapter. Needs to be split into seperate layers soDale Rahn
that the offchip portion (not on pxa*) is not embedded here, interrupt routing is performed offchip.
2004-12-30PXA serial port is just enough different to make it difficult to shareDale Rahn
with dev/ic. For now, make it's own copy.
2004-12-30Add pxa interrupt controller support.Dale Rahn
2004-12-30better #includeDale Rahn
2004-12-30pxa270 is xscaleDale Rahn
2004-12-30Properly include fcom.h defines.Dale Rahn
2004-12-30#include cleanup.Dale Rahn
2004-12-30Work around the previous xscale/sa1xx muck, should now work for cats and xscaleDale Rahn
systems.
2004-12-30shorter symbolic names for regulation domains and 2GHz channels for FCC1A.Reyk Floeter
2004-12-30Support for pxa270, at least a running start.Dale Rahn
2004-12-30replace __attribute__((__packed__)) with __packed.Reyk Floeter
2004-12-30Include types and defines for items used in these inlined functions.Dale Rahn
2004-12-30Add pxa270 idDale Rahn