Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-16 | The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes. | Brandon Creighton | |
This fixes bcopy, copyin/copyout, and kcopy. Much testing was done by hugh@ and me to find the fastest replacement out of half a dozen candidates. Also, correct register masks in numerous places. | |||
2001-03-16 | vwaitforio | Constantine Sapuntzakis | |
2001-03-16 | cleanup | Constantine Sapuntzakis | |
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis | |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis | |
2001-03-16 | Locking bug on spechash. Thanks to Dawson Engler and team | Constantine Sapuntzakis | |
2001-03-16 | mislabeling | Theo de Raadt | |
2001-03-16 | Cleanup, get badwordaddr() from <machine/locore.h> | Miod Vallat | |
2001-03-16 | Cleanup, fix some typos. | Miod Vallat | |
2001-03-16 | Remove badwordaddr(). | Miod Vallat | |
2001-03-16 | More function prototypes. | Miod Vallat | |
Move badwordaddr() to a macro. | |||
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat | |
- support any number of partition (not a power of two) - better computation of swap and dump devices | |||
2001-03-16 | KNF, warning hunting. | Miod Vallat | |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat | |
Run mkdep on genassym.c. | |||
2001-03-15 | Document timeout_triggered | Constantine Sapuntzakis | |
2001-03-15 | Fix races between timeouts and interrupts. | Constantine Sapuntzakis | |
Cleanup atapiscsi driver a bit by moving fields out of xfer. | |||
2001-03-15 | include <machine/cpu.h>, since schednetisr needs to do a splsoftnet | Brandon Creighton | |
2001-03-15 | pass Session to do_child + KNF | Markus Friedl | |
2001-03-15 | Print a '*' in front of curproc in ps in ddb. | Artur Grabowski | |
2001-03-15 | Put back new timeouts. This time with correct timeout for compoll. | Artur Grabowski | |
2001-03-15 | wsdisplay/wskbd/wsmouse devices | Brandon Creighton | |
2001-03-15 | /ba missed in the name section, was in description though | Michael Shalayeff | |
2001-03-15 | Move status reads to chopen- there's no need to hang up the boot | mjacob | |
process finding out the changer parameters. Print out changer parameters only if they're changed from the last read of changer parameters. This works for the first time, and for 99.9% of all other cases will be silent ever after. The only time this will then be chatty afterwards is if you change something within the changer (add a drive, etc.). | |||
2001-03-15 | bzzzt | Theo de Raadt | |
2001-03-15 | Add in missing prototype for comspeedcomspeed. | mjacob | |
2001-03-15 | typo | Theo de Raadt | |
2001-03-15 | back out new timeouts until I find out why they break alpha. | Artur Grabowski | |
2001-03-15 | break out of loop if a flag is set; ok deraadt@ | Dan Harnett | |
2001-03-15 | spin even cheaper | Theo de Raadt | |
2001-03-15 | KNF | Theo de Raadt | |
2001-03-15 | check all flags before looping | Theo de Raadt | |
2001-03-15 | do not permit traceroute -s 127.0.0.1 non-127-net-address; solar | Theo de Raadt | |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt | |
2001-03-15 | regen | Aaron Campbell | |
2001-03-15 | Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to | Aaron Campbell | |
violent@death.kiev.ua for testing. | |||
2001-03-15 | Triggered mechanism allows a handler to figure out whether a given | Constantine Sapuntzakis | |
timeout is actually executing. | |||
2001-03-15 | Use buf_start | Constantine Sapuntzakis | |
2001-03-15 | use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi | Markus Friedl | |
2001-03-15 | Bring 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-15 | cosmetic cleanup | Artur Grabowski | |
2001-03-15 | Let uvm_map_extract set the lower bound on the address range itself | Artur Grabowski | |
instead of depending on the callers to do that. (which they don't) | |||
2001-03-15 | $OpenBSD$ | Niklas Hallqvist | |
2001-03-15 | convert 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-15 | Document `P' in update output; mostly from bk@rt.fm | Thorsten Lockert | |
2001-03-15 | there is now a way to list loaded fonts, order options | Michael Shalayeff | |
2001-03-15 | make sure pcibios ever attached; found by aaron@ | Michael Shalayeff | |
2001-03-15 | override file creation, do not assume umask is enough. of course, ld may | Theo de Raadt | |
generate temp files which have umask mode.. so this is not really a sane change to even bother with. | |||
2001-03-15 | sync | Theo de Raadt | |
2001-03-15 | ensure that SYNCHRONIZE_CACHE works; mickey ok | Theo de Raadt | |
2001-03-14 | AMI and 3WARE have less of a relationship than this driver seems to indicate | Theo de Raadt | |