summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-03-15Add in missing prototype for comspeedcomspeed.mjacob
2001-03-15typoTheo de Raadt
2001-03-15back out new timeouts until I find out why they break alpha.Artur Grabowski
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-03-15regenAaron Campbell
2001-03-15Match CDC0000 to the wss driver and CDC0001 to joy. Thanks toAaron Campbell
violent@death.kiev.ua for testing.
2001-03-15Triggered mechanism allows a handler to figure out whether a givenConstantine Sapuntzakis
timeout is actually executing.
2001-03-15Use buf_startConstantine Sapuntzakis
2001-03-15Bring in revision 1.21 from NetBSD.Artur Grabowski
Be more careful in amap_alloc1 when handling failed allocations. We could have incorrectly returned success when the first or second of three allocations failed.
2001-03-15cosmetic cleanupArtur Grabowski
2001-03-15Let uvm_map_extract set the lower bound on the address range itselfArtur Grabowski
instead of depending on the callers to do that. (which they don't)
2001-03-15$OpenBSD$Niklas Hallqvist
2001-03-15convert SA expirations to the new timeouts.Michael Shalayeff
simplifies expirations handling a lot. tdb_exp_timeout and tdb_soft_timeout are made consistant throughout the code to be a relative time offsets, just like first_use timeouts. tested on singlehost isakmpd setup. lots of dangling spaces and tabs removed. angelos@ ok
2001-03-15make sure pcibios ever attached; found by aaron@Michael Shalayeff
2001-03-15ensure that SYNCHRONIZE_CACHE works; mickey okTheo de Raadt
2001-03-14AMI and 3WARE have less of a relationship than this driver seems to indicateTheo de Raadt
2001-03-14syncTheo de Raadt
2001-03-14more lavaTheo de Raadt
2001-03-14typoTheo de Raadt
2001-03-14Follow openbsd model for multicast ioctl handlingJason Wright
2001-03-14provide a random start for tcp timestamps; niels@ okMichael Shalayeff
2001-03-14KNFGrigoriy Orlov
2001-03-14ukbd is a valid wscons keyboard. include ukbd.h for wskbdvar.hTodd T. Fries
2001-03-14Disable PME mode in sis_reset() to fix a problem with the DP83815 chip onAaron Campbell
some motherboards; from FreeBSD.
2001-03-14Slight cleanup.Artur Grabowski
2001-03-14match formats in read_codec w/ write_codecMichael Shalayeff
2001-03-14Allow bootloader to read MacOS(DPME) partition tables, find OpenBSDDale Rahn
type table, load OpenBSD disklabel from there, and load a kernel out of the OpenBSD root partition. ofwboot must be located in the root of the first HFS(+) partition of the disk.
2001-03-14count interrupts proper; pointed out and tested by form@Michael Shalayeff
2001-03-14Support shared disks with MacOS. This is only one of the pieces ofDale Rahn
the task. The kernel now support a BSD disklabel located inside a HFS(DPME) partition of type "OpenBSD". It will use this disklabel for OpenBSD. If no OpenBSD DPME partition exists it will fake HFS partitions for apple HFS partitions of the disk. The tool to change the DPME partition type to OpenBSD and booting support in ofwboot are not yet ready.
2001-03-14Back out order change in conf.c and priority change in wscons_machdep.cTodd C. Miller
Add kludge to prevent wscons on i386 from stealing the console from another source. wscons should really be fixed to not touch cn_tab...
2001-03-14syncTheo de Raadt
2001-03-14new puc devicesTheo de Raadt
2001-03-14KNFTheo de Raadt
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-14it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ↵Michael Shalayeff
ckuethe@[[gecko.]math.]ualberta.ca
2001-03-13correct softdep integration error, add missed lock;Grigoriy Orlov
2001-03-13Reserve some buffers for syncer daemon. This prevent deadlock in getblkGrigoriy Orlov
and getnewbuf. One process can sleep at "getnewbuf" waiting for a free buffer and it may held buffer 'A' busy. Other processes can return buffers on free lists, but they sleep on "getblk" waiting for buffer 'A'. art@ ok.
2001-03-13Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford.Constantine Sapuntzakis
2001-03-13regenMichael Shalayeff
2001-03-13SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵Michael Shalayeff
<cas@trans-nt.com>
2001-03-13The prescence of a DL10019 does not appear to imply a 24k buffer size. AlwaysAaron Campbell
use an 8k buffer for NE1000 cards, 16k otherwise. This is likely sub-optimal, but at least it fixes the D-Link DE660 card, which hasn't worked since last August (and it seems like a fairly common model). fgsch@ ok. Thanks to Felix Kronlage who donated a test card and dongle for me to debug with.
2001-03-13allow configuring number of these in ukcMichael Shalayeff
2001-03-13allow configuring number of these in ukcMichael Shalayeff
2001-03-13add/clearify spl for ipsec6. sync with kame. reviewed by angelos.Jun-ichiro itojun Hagino
2001-03-13new timeoutsMichael Shalayeff
2001-03-13aaron@ called for an order!Michael Shalayeff
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-03-13Force a new search for an SA if the latched one is deleted.Angelos D. Keromytis
2001-03-12syncTheo de Raadt
2001-03-12insert maestro namesTheo de Raadt