Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-17 | addcom and pccom at addcom (commented out) | Jason Wright | |
2001-07-15 | add install target | assar | |
2001-07-13 | All two common configurations for DEC EtherWorks cards | Niklas Hallqvist | |
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-02 | add nge and nsgphy | Nathan Binkert | |
2001-06-29 | Enable iop+ioprbs | Niklas Hallqvist | |
2001-06-27 | UVM is default | Niklas Hallqvist | |
2001-06-27 | Remove IPF; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
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 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-06-24 | add i2o stubs | Michael Shalayeff | |
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-23 | no more kernfs | Theo de Raadt | |
2001-06-07 | fix typo in wi* at pci | Todd C. Miller | |
2001-06-06 | wi* @ pci | Todd C. Miller | |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | use SMALL_KERNEL option | Theo de Raadt | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-14 | clean | Theo de Raadt | |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-07 | tcic disable | Theo de Raadt | |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski | |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt | |
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries | |
2001-05-01 | this is what i'm running these days | Michael Shalayeff | |
2001-05-01 | Remove PCVT file references. | Aaron Campbell | |
2001-04-24 | enable txp(4) | Theo de Raadt | |
2001-04-22 | Remove -march=i{56}86 optimization because of compiler bug. This bug | Grigoriy Orlov | |
results in system lockup, which many people report for 2.8 and -current when they doing a big network transfer. This problem affect only custom kernels in which only one cpu type enabled (option I586_CPU or I686_CPU). When lockup occur I can't switch between virtual wscons terminals. System continue respond to pings and forward ip packets. It is possible to enter into ddb. DDB show that several processes in runnable state, but it seems that task switching not occur. More and more processes becomes runnable. Stack of curproc looks like: > _end(e99d8fac, e0101dcc, 4, e0635a00, e99d8f80) at 0xe99d8f78 > _end(e99d8fa0, e028a62e, e99d8fac, 0, 0) at 0xe99d8f78 > ddb> Sometimes 'boot sync' cleanly unmount all file systems. I reproduce this bug by transfering two big files from ftp simultaneously. It seems that at least one process must perform a network transfer and two or more processes must fight for the processor. The following PRs probably a result of this problem: 1504, 1716, 1751, 1771, 1780. deraadt@ ok. | |||
2001-04-19 | disable a few drivers | Theo de Raadt | |
2001-04-18 | Sync, and quadruple NMBCLUSTERS | Niklas Hallqvist | |
2001-04-14 | eephy was already in there | Theo de Raadt | |
2001-04-14 | need eephy with wx now | mjacob | |
2001-04-13 | bmtphy does not work perfect yet, but put it in anyways | Theo de Raadt | |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist | |
userland since art removed the vm_pmap field that made UVM and old VM differ. An option PMAP_OLD is provided should someone need to configure with the old pmap. This is suspected to go away soon so I will not document it. | |||
2001-04-03 | If you cannot test your work, please do not do commits and then break userland | Theo de Raadt | |
2001-04-02 | PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD. | Niklas Hallqvist | |
However PMAP_OLD is just there for emergencies, and will go away in the future | |||
2001-03-30 | sync | Niklas Hallqvist | |
2001-03-29 | Add support for Yamaha DS-XG based audio chips, as found in machines such as | Aaron Campbell | |
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic. | |||
2001-03-28 | enable cy* by default | Theo de Raadt | |
2001-03-23 | Remove obsolete configs, add the one we (Applitron) use nowadays instead. | Niklas Hallqvist | |
2001-03-22 | Remove transient config file. | Niklas Hallqvist | |