Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-03-14 | note no getopt() | Theo de Raadt | |
2001-03-14 | sync | Theo de Raadt | |
2001-03-14 | more lava | Theo de Raadt | |
2001-03-14 | formatting error; m@procyon.com | Theo de Raadt | |
2001-03-14 | typo | Theo de Raadt | |
2001-03-14 | typo; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-14 | Correct getopt usage in sample code; fixes PR/1729. | Aaron Campbell | |
2001-03-14 | Make these compile again... | Thorsten Lockert | |
2001-03-14 | Follow openbsd model for multicast ioctl handling | Jason Wright | |
2001-03-14 | provide a random start for tcp timestamps; niels@ ok | Michael Shalayeff | |
2001-03-14 | KNF | Grigoriy Orlov | |
2001-03-14 | ukbd is a valid wscons keyboard. include ukbd.h for wskbdvar.h | Todd T. Fries | |
2001-03-14 | Disable PME mode in sis_reset() to fix a problem with the DP83815 chip on | Aaron Campbell | |
some motherboards; from FreeBSD. | |||
2001-03-14 | add version command | Markus Friedl | |
2001-03-14 | Slight cleanup. | Artur Grabowski | |
2001-03-14 | Indentation and style fascism | Niklas Hallqvist | |
2001-03-14 | match formats in read_codec w/ write_codec | Michael Shalayeff | |
2001-03-14 | ad-hoc code to deal with troff hyphenation in preformatted pages. | Marc Espie | |
2001-03-14 | more bizarre constructs that occur in some man pages. | Marc Espie | |
2001-03-14 | Allow makewhatis -p -t filename, without full path. | Marc Espie | |
2001-03-14 | might as well throw a few crumbs at the anal compiler | Theo de Raadt | |
2001-03-14 | incorrect TAILQ management; chris@stallion.oz.au, pr#1723 | Theo de Raadt | |
2001-03-14 | Wall | Markus Friedl | |
2001-03-14 | Allow bootloader to read MacOS(DPME) partition tables, find OpenBSD | Dale 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. |