Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright | |
wake them up and then initialize them This fixes a comatose st16650 problem on addcom (detected as st16550). | |||
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-17 | addcom and pccom at addcom (commented out) | Jason Wright | |
2001-07-15 | add install target | assar | |
2001-07-15 | add macros for spinlockinit, spinlockmgr to build for MULTIPROCESSOR | assar | |
or LOCKDEBUG | |||
2001-07-15 | Some more KNF | Niklas Hallqvist | |
2001-07-15 | Comment clarification and indent; ok mickey@ | Niklas Hallqvist | |
2001-07-15 | spelling | Peter Valchev | |
2001-07-13 | delete duplicate definitions | Theo de Raadt | |
2001-07-13 | All two common configurations for DEC EtherWorks cards | Niklas Hallqvist | |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-07-06 | qsphy required for tx | Theo de Raadt | |
2001-07-06 | Change to make the kernel build when IPCOMP is activated and | Jean-Jacques Bernard-Gundol | |
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>. ho@ ok. | |||
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-07-05 | move cdev_decl(iop) into sys/conf.h | Michael Shalayeff | |
2001-07-04 | need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status, | Marc Espie | |
in that they're only activated when the corresponding include has been seen) Okay millert@ | |||
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie | |
Ok millert@ | |||
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-07-03 | Add the I2O device | Niklas Hallqvist | |
2001-07-02 | add nge and nsgphy | Nathan Binkert | |
2001-06-29 | update the copyright year | Michael Shalayeff | |
2001-06-29 | return normal is error code returned is zero, for some thinkpads | Michael Shalayeff | |
2001-06-29 | merge a bit of bus_dma* from netbsd | Jason Wright | |
convert some NBPG->PAGE_SIZE add missing initialization missed in previous merge use kernel_map not kmem_map | |||
2001-06-29 | biosboot is more than 256 bytes for a while now | Michael Shalayeff | |
2001-06-29 | Enable iop+ioprbs | Niklas Hallqvist | |
2001-06-27 | UVM is default | Niklas Hallqvist | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | Remove IPF; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho | |
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface. | |||
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-27 | stupid american river | Theo de Raadt | |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff | |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff | |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff | |
2001-06-26 | s/USER_PCICONFIG/USER_PCICONF | Jason Wright | |
2001-06-26 | add USER_PCICONF in GENERIC | Matthieu Herrb | |
2001-06-26 | remove white space | Brad Smith | |
2001-06-25 | Include I2O files | Niklas Hallqvist | |
2001-06-25 | fix some constraints and spillage | Michael Shalayeff | |
2001-06-25 | PCIIDE compat intr disestablish routines for i386 | Constantine Sapuntzakis | |
2001-06-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-06-25 | add pf device on all architectures. | Kjell Wooding | |
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo | |||
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | add i2o stubs | Michael Shalayeff | |
2001-06-24 | wrong place for cold | Michael Shalayeff | |
2001-06-24 | move cold to .h | Federico G. Schwindt | |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding | |
Insane amounts of work done my dhartmei. Great work! | |||
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-24 | Add cold as extern; makes kernel compiles again. bad mickey! | Federico G. Schwindt | |