Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-24 | Various typos. | Miod Vallat | |
2003-02-23 | initialize error | Ted Unangst | |
ok miod@ | |||
2003-02-23 | typo in export_auth; ok ho@ | Markus Friedl | |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; ↵ | Jason Wright | |
pointed out by henric | |||
2003-02-22 | always use %tick based microtime (ie. remove conditional for counter-timer) | Jason Wright | |
2003-02-22 | check for a NULL tag in bus_space_render_tag() so that other debug code ↵ | Jason Wright | |
doesn't crash. | |||
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright | |
when attaching the pcibus... Still working on it =) | |||
2003-02-21 | Plug two mbuf leak on error bugs, one from dhartmei one from me. | Jason Wright | |
2003-02-21 | remove useless assignment | Ted Unangst | |
ok jason@ | |||
2003-02-21 | kill unused variables | Ted Unangst | |
ok jason@ | |||
2003-02-21 | There's no cleaning necessary for deflate compression, so remove it from | Jason Wright | |
the switch. | |||
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-21 | remove unused variable | Ted Unangst | |
ok mickey@ | |||
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright | |
2003-02-21 | - kill several unnecessary static's | Jason Wright | |
- fix debugging code so it doesn't generate crashes itself | |||
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski | |
One is a kernel fix that changes the lockin and one is a userland fix that prevents dereferencing a freed pointer. From provos deraadt@ ok | |||
2003-02-20 | knf | Theo de Raadt | |
2003-02-20 | If there's no tag to be reset, don't reset it (avoids a NULL deref in the ↵ | Jason Wright | |
IPCOMP case) | |||
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer | |
2003-02-20 | Fix the mask and sign extension for bl instruction which branch backwards. | Dale Rahn | |
When printing the address, address has already been added according to AA. | |||
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback | |
ok deraadt@ tdeval@ | |||
2003-02-20 | In typical linux style, set a magic bit that makes the floppy work on | Jason Wright | |
a machine with yds; reported by kurem at upcase dot inf dot upol dot cz | |||
2003-02-19 | - Bump size of MAX_RESULT by 4 to include compression result | Jason Wright | |
- add defines for compression - add bit/structure defintions for the result structures | |||
2003-02-19 | Remove ddb machine commands, they are already available as "bo ha" and "bo re". | Miod Vallat | |
2003-02-19 | Grr, forgot to commit this earlier: add ipcomps_minlen | Jason Wright | |
2003-02-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright | |
minimum compression threshold. | |||
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat | |
to trying to recover the hardware going nuts under the load. Reported to work by various people including krw@and I. | |||
2003-02-19 | Regen | Miod Vallat | |
2003-02-19 | Recognize ICS1893; from NetBSD | Miod Vallat | |
2003-02-19 | intial -> initial | Jason McIntyre | |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright | |
between status update and clearing the suspend bit on machines which can't write data smaller than 32bits at a time. Diff is the work of pefo, he just has been slacking too much to commit =) | |||
2003-02-19 | Copy the ENTIRE table into the supported algorithms (how the hell did this | Jason Wright | |
work before?!) | |||
2003-02-19 | lzs is lzs, lzs is not deflate | Jason Wright | |
2003-02-19 | Leaving console polling mode works now, and workaround boot -a slow response | Miod Vallat | |
glitch. | |||
2003-02-18 | Oops, remove debug code that was not supposed to be left here | Miod Vallat | |
2003-02-18 | gsc_intr is a leaf | Michael Shalayeff | |
2003-02-18 | knf; mickey ok | Theo de Raadt | |
2003-02-18 | fix the way stack is written into the core file on the upward growing stack ↵ | Michael Shalayeff | |
machines. the other case is not affected. miod@ deraadt@ ok | |||
2003-02-18 | missed in lzs addition: allow LZS as an comp type | Jason Wright | |
2003-02-18 | convert to new registration scheme | Jason Wright | |
2003-02-18 | nicer | Theo de Raadt | |
2003-02-18 | intial -> initial | Jason McIntyre | |
ok mickey@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | Let kernels compile without DDB, USELEDS, and DIAGNOSTIC. | Miod Vallat | |
For future intallation media. | |||
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod Vallat | |
memory, and use block move operations in putchar, rather than keeping a copy of the prom font in memory and using memory to frame buffer transfers. Recommended by the sti docs. No visible performance improvement though. Tested on both kind of sti devices by mickey@ and myself. | |||
2003-02-18 | Enforce min-ttl and random-id on inbound scrub as well as outbound. | Camiel Dobbelaar | |
ok dhartmei@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-18 | Map just the requested pages not p_aligned pages. ok art@ | Dale Rahn | |
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat | |
Still a minor issue left for tomorrow. |