summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-04-23properly id CX20468 and patch it too, also one more _cx codec; made possible ↵Michael Shalayeff
by fries@
2004-04-23fix some comments and sync devices in ramdiskMichael Shalayeff
2004-04-23fix a couple of %y register save/restore errorsMarco S Hyman
1) don't save %y in a register that is later used before restoring %y 2) always restore %y after calling a signal handler tested by drahn@, OK pval
2004-04-22correct arg to in6_cksum. keiichi@kameJun-ichiro itojun Hagino
2004-04-22TypoMiod Vallat
2004-04-22Sync NMBCLUSTERS with mvme88kMiod Vallat
2004-04-21only set child return values in the child_return() more like other archsMichael Shalayeff
2004-04-21simplify the fpemu pathMichael Shalayeff
2004-04-21fix lockingMichael Shalayeff
2004-04-21put some volatile on volatilesMichael Shalayeff
2004-04-21Preliminary bsd.rd material for luna88k, to be built upon. Heavily basedMiod Vallat
upon mvme88k.
2004-04-21allow VAX48- and VAX49-only kernelsMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21clarify n4k systems, from weissmanndudeMichael Shalayeff
2004-04-21Dummy Makefile for make includes to complete.Miod Vallat
2004-04-21We need this, too.Miod Vallat
2004-04-21Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ↵Kenji Aoyama
and CMU Mach.
2004-04-21regenMichael Shalayeff
2004-04-21fix old typoMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21guess some from different funky lists found in google, intial guess by ↵Michael Shalayeff
weissmanndude
2004-04-21fix fcmp parsingMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21cleanup and guess some models based on descriptionsMichael Shalayeff
2004-04-20add tcps_rcvacktooold; ok deraadtMarkus Friedl
2004-04-20Disable FFS_SOFTUPDATES too, from form@pdp-11.org.ruAlexander Yurchenko
ok deraadt@
2004-04-20Belkin F5U109; from NetBSD, ok henningPeter Valchev
2004-04-20enable umidi, now that the include issue has been fixedPeter Valchev
USB section now in sync with the rest
2004-04-20protect from multiple inclusion; ok miodPeter Valchev
2004-04-20set uvm_km_pages_lowat to 128; unbreaks mbuf allocation;Markus Friedl
tested by jmc, brad, hshoexer
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
cluster value that noone will really need to crank.
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
cluster value that noone will really need to crank.
2004-04-19introduce a new km_page allocator that gets pages from kernel_map usingTed 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-19also use sbcheckreserve() for setsockopt of SO_SNDBUF and SO_RCVBUFTheo de Raadt
2004-04-19this is only a work in progress, we can perfect afterwards, but it is timeTheo 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-19Report when VIA AES is present, even if we're not going to use it becauseTom Cosgrove
CRYPTO is not defined ok deraadt@
2004-04-19allow 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-18Do not dereference NULL stupidly in trap() when checking if a process needsMiod Vallat
its stack to grow (sync with other m68k ports, which are safe).
2004-04-18In cpu_startup(), move the memory size computations to allocsys() insteadMiod Vallat
of unrolling the logic.
2004-04-18pass 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-18Sync with FreeBSD's "em".Henric Jungheim
2004-04-18unify USB section with i386 GENERIC, but leave "midi at umidi" commented outPeter Valchev
while an issue is being resolved
2004-04-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-18Fix cut/paste typo in error message.Kenneth R Westerback
2004-04-18Restore siop's (and possibly others) ability to negotiate tags/wide/sync byKenneth 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-18typo in a commentMichael Shalayeff
2004-04-17oops, it is on the 2nd IDTheo de Raadt
2004-04-17syncTheo de Raadt
2004-04-17exsys EX41098Theo de Raadt