Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-25 | Simplify cpu_number() - adding a shortcut depending upon the board type | Miod Vallat | |
actually slows things down in every case. | |||
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl | |
CV ---------------------------------------------------------------------- | |||
2004-04-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl | |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback | |
the number of available requests divided by the maximum number of targets on the bus. ok marco@ | |||
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino | |
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff | |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino | |
user visible changes: - you can add multiple routes with same key (route add A B then route add A C) - you have to specify gateway address if there are multiple entries on the table (route delete A B, instead of route delete A) kernel change: - radix_node_head has an extra entry - rnh_deladdr takes extra argument TODO: - actually take advantage of multipath (rtalloc -> rtalloc_mpath) | |||
2004-04-25 | sync 'other' in test6, too. | Philipp Buehler | |
ok dhartmei@ mcbride@ | |||
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback | |
fitting all the lines into 80 columns. Prodded by deraadt@. Tested & ok marco@. | |||
2004-04-25 | sync with NetBSD, mostly a Lite2 merge. | Brad Smith | |
ok itojun@ | |||
2004-04-25 | don't add PF_GENERATED tag to synproxy generated packets for the second | Daniel Hartmeier | |
handshake, so they can match rules (and create state) on another interface. ok cedric@ | |||
2004-04-25 | undo "oops" commit on 1.14 (radix_mpath). | Jun-ichiro itojun Hagino | |
2004-04-25 | indentation fix | Jun-ichiro itojun Hagino | |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger | |
2004-04-24 | Insane people can't spell insane correctly. | Miod Vallat | |
2004-04-24 | G/c CD_BOOT and the last related debug printf. | Miod Vallat | |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat | |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat | |
converted yet, and they rely upon some linear mappings provided by bus_space. In order to not impact performance, almost all the bus_space accesses go through macros and inline functions. This currently restricts us to D16 and D32 access modes, which are selected at compilation time. Since there are no plans to support D8 vme devices in the future, this is acceptable for now. This makes the "len" locator for vme devices go away, and allows to simplify some code which was using the pcctwo device, and will now directly access hardware which is known to exist, rather than wait until the device is attached. While there, try to enforce more interrupt vector number checks, since these changes pointed out that dart(4) had been working correctly so far by sheer luck only. | |||
2004-04-24 | be careful about option lengths. ok henning@ mcbride@ | Mike Frantzen | |
2004-04-24 | sync to Niels Provos' version. avoid unused variable warning in RB_NEXT() | Mike Frantzen | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-23 | use CMSG macros. netbsd via pedro marteletto. | Ted Unangst | |
2004-04-23 | kill evil spaces | Michael Shalayeff | |
2004-04-23 | properly id CX20468 and patch it too, also one more _cx codec; made possible ↵ | Michael Shalayeff | |
by fries@ | |||
2004-04-23 | fix some comments and sync devices in ramdisk | Michael Shalayeff | |
2004-04-23 | fix a couple of %y register save/restore errors | Marco 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-22 | correct arg to in6_cksum. keiichi@kame | Jun-ichiro itojun Hagino | |
2004-04-22 | Typo | Miod Vallat | |
2004-04-22 | Sync NMBCLUSTERS with mvme88k | Miod Vallat | |
2004-04-21 | only set child return values in the child_return() more like other archs | Michael Shalayeff | |
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 | |