Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 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 | regen | Michael Shalayeff | |
2004-04-21 | clarify n4k systems, from weissmanndude | Michael Shalayeff | |
2004-04-21 | Dummy Makefile for make includes to complete. | Miod Vallat | |
2004-04-21 | We need this, too. | Miod Vallat | |
2004-04-21 | Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ↵ | Kenji Aoyama | |
and CMU Mach. | |||
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | fix old typo | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | guess some from different funky lists found in google, intial guess by ↵ | Michael Shalayeff | |
weissmanndude | |||
2004-04-21 | fix fcmp parsing | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | cleanup and guess some models based on descriptions | Michael Shalayeff | |
2004-04-20 | add tcps_rcvacktooold; ok deraadt | Markus Friedl | |
2004-04-20 | Disable FFS_SOFTUPDATES too, from form@pdp-11.org.ru | Alexander Yurchenko | |
ok deraadt@ | |||
2004-04-20 | Belkin F5U109; from NetBSD, ok henning | Peter Valchev | |
2004-04-20 | enable umidi, now that the include issue has been fixed | Peter Valchev | |
USB section now in sync with the rest | |||
2004-04-20 | protect from multiple inclusion; ok miod | Peter Valchev | |
2004-04-20 | set uvm_km_pages_lowat to 128; unbreaks mbuf allocation; | Markus Friedl | |
tested by jmc, brad, hshoexer | |||
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt | |
cluster value that noone will really need to crank. | |||
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt | |
cluster value that noone will really need to crank. | |||
2004-04-19 | introduce a new km_page allocator that gets pages from kernel_map using | Ted Unangst | |
an interrupt safe thread. use this as the new backend for mbpool and mclpool, eliminating the mb_map. introduce a sysctl kern.maxclusters which controls the limit of clusters allocated. testing by many people, works everywhere but m68k. ok deraadt@ this essentially deprecates the NMBCLUSTERS option, don't use it. this should reduce pressure on the kmem_map and the uvm reserve of static map entries. | |||
2004-04-19 | also use sbcheckreserve() for setsockopt of SO_SNDBUF and SO_RCVBUF | Theo de Raadt | |
2004-04-19 | this is only a work in progress, we can perfect afterwards, but it is time | Theo de Raadt | |
to get some experience with these ideas. add sbcheckreserve() api; called by accepting sockets. if over 95% of mbuf clusters are busy, consider this a resource starvation just like the other reasons for accept failing. also, if over 50% of mbuf clusters are busy, shrink recv & send sockbuf reserves to "the minimum". | |||
2004-04-19 | Report when VIA AES is present, even if we're not going to use it because | Tom Cosgrove | |
CRYPTO is not defined ok deraadt@ | |||
2004-04-19 | allow this to compile after the tags/wide/sync SCSI fix went in. | Brad Smith | |
2004-04-18 | ... and do not pass a NULL map to uvm_fault() either. | Miod Vallat | |
2004-04-18 | Do not dereference NULL stupidly in trap() when checking if a process needs | Miod Vallat | |
its stack to grow (sync with other m68k ports, which are safe). | |||
2004-04-18 | In cpu_startup(), move the memory size computations to allocsys() instead | Miod Vallat | |
of unrolling the logic. | |||
2004-04-18 | pass esp/ah/ipcmp to rawip if processing is disabled with sysctl; | Markus Friedl | |
allows userland ipsec; tested by sturm@; ok deraadt@, ho@, hshoexer@ | |||
2004-04-18 | Sync with FreeBSD's "em". | Henric Jungheim | |
2004-04-18 | unify USB section with i386 GENERIC, but leave "midi at umidi" commented out | Peter Valchev | |
while an issue is being resolved | |||
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev | |
2004-04-18 | Fix cut/paste typo in error message. | Kenneth R Westerback | |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback | |
reverting to a single (short) INQUIRY command during probe. Compensate in siop by trying PPR on all targets on SCSI-3 buses and falling back to WDTR/SDTR if PPR rejected. Problem found by mickey@. Tested on a wide variety of devices by Marco. ok marco@ deraadt@. | |||
2004-04-18 | typo in a comment | Michael Shalayeff | |
2004-04-17 | oops, it is on the 2nd ID | Theo de Raadt | |
2004-04-17 | sync | Theo de Raadt | |
2004-04-17 | exsys EX41098 | Theo de Raadt | |
2004-04-17 | Don't forget to apply the M_CLUSTER flag when copying flags in m_pullup2(). | Ryan Thomas McBride | |
Fixes pr3740. Confirmed with pb@, ok markus@. | |||
2004-04-17 | unbreak | Henning Brauer | |
2004-04-17 | when the input queue congestion flag is set stop evaluating the ruleset | Henning Brauer | |
and block unconditionally. when the inout queue is full, newly arriving packets are dropped anyway, and while the input queue is full we obviously have a CPU laod problem. with this change, we allow the machine to recover gracefully, dropping a few packets fast instead of a lot slowly over a long time while processing rather old stuff in the input queue, giving somebody a chance to log in on the console and fix stuff instead of going completely unresponsive, and as a nice side effect, let established connections alone. ok kjc@ markus@ beck@ | |||
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer | |
is full, along with a timer that unsets it again after 10ms. The input queue beeing full is a reliable indicator for CPU overload, and this flag allows other subsystems to cope with the situation. hacked with beck ok kjc@ markus@ beck@ | |||
2004-04-16 | Bounds check PCC2 and SYSCON interrupt vectors. | Miod Vallat | |
2004-04-16 | Do not attach if we could not get an interrupt. | Miod Vallat | |
2004-04-16 | When a VMEBus device needs to use two interrupt vectors, be nice and let it | Miod Vallat | |
actually use two distinct vectors, rather than twice the same. Because of this, print vector last in vmeprint() so that dmesg remains pretty in the multi-vector case. |