Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-04 | inadaquate -> inadequate | Aaron Campbell | |
2000-07-04 | If the spec allows 128-character filenames, our buffer has to be at least 129 | Aaron Campbell | |
characters to hold the trailing NULL. This also fixes a one-byte overflow. | |||
2000-07-04 | Back out unwanted testing change | Marc Espie | |
2000-07-04 | + bsd.port.mk.5 | Marc Espie | |
2000-07-04 | Literal.... nroff is idiot enough not to bitch, #!@#?x! | Marc Espie | |
2000-07-04 | Beautify for espie. | Aaron Campbell | |
2000-07-04 | sync with NetBSD. | Federico G. Schwindt | |
2000-07-04 | missing splx | Artur Grabowski | |
2000-07-04 | Missing splx. | Artur Grabowski | |
2000-07-04 | Add a missing splx in intr_fasttrap. | Artur Grabowski | |
2000-07-04 | fix uvisor entry. | Federico G. Schwindt | |
2000-07-04 | sync with NetBSD... well almost. someone w/ the hw should check umass. | Federico G. Schwindt | |
2000-07-04 | add uvisor and clcs, both commented out. | Federico G. Schwindt | |
2000-07-04 | handspring visor driver; from NetBSD. | Federico G. Schwindt | |
2000-07-04 | Cleaner spl handling in userret. | Artur Grabowski | |
2000-07-04 | Fix the latest fix. | Artur Grabowski | |
Only change vm_dsize if the allocation succeeded. From Jason Thorpe. | |||
2000-07-04 | sync | Federico G. Schwindt | |
2000-07-04 | new prods. | Federico G. Schwindt | |
2000-07-04 | Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ↵ | Mats O Jansson | |
ok miod@. -moj | |||
2000-07-03 | typo | Niklas Hallqvist | |
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist | |
2000-07-03 | Add support for big endian hardware. Clean up memory vs. io mapping code. | Steve Murphree | |
Fix for drives with Tag quirks. | |||
2000-07-03 | Fix tail queue leakage (zzlevo@dd.chalmers.se) | Angelos D. Keromytis | |
2000-07-03 | esp define was moved to conf/files | Eric Jackson | |
2000-07-03 | comment out wscons keyboard and mouse for now | Eric Jackson | |
2000-07-03 | Remove duplicate and correct original: Anton Berezin <tobez@tobez.org> | Paul Janzen | |
and Martin J. Laubach <mjl@netbsd.org> | |||
2000-07-03 | sample wscons attachment | Michael Shalayeff | |
2000-07-03 | forgot to cvs rm these | Michael Shalayeff | |
2000-07-03 | oops | Michael Shalayeff | |
2000-07-03 | closer approximation to an alpha using new wscons. | Michael Shalayeff | |
tga moved to dev/pci. by request from alpha people. | |||
2000-07-03 | wscons-related definitions | Michael Shalayeff | |
2000-07-03 | Better ramdisk size from Jay Bolton. | Niklas Hallqvist | |
2000-07-03 | Carefully reset pcic register; ok @aaron | Niklas Hallqvist | |
2000-07-03 | A transient measure to make the floppy fit, remove CD support. | Niklas Hallqvist | |
As we do not ship alpha on CD currently, this is OK. Idea from Jay Bolton. | |||
2000-07-03 | Current ahc requires the bus_dma API, which alpha does not provide | Niklas Hallqvist | |
2000-07-03 | export SYSCALLGATE | Michael Shalayeff | |
2000-07-03 | plug 2 memory leaks; reported by andrew.lunn@ascom.ch. | Jason Wright | |
2000-07-03 | add luseless comment | Michael Shalayeff | |
2000-07-03 | Set DEBUGLIBS only if not previously set. Allows overrides from | Marco S Hyman | |
command line or mk.conf | |||
2000-07-03 | remove obsolote kernel option description | Michael Shalayeff | |
2000-07-03 | Sorry, no dynamic libraries yet... | Marc Espie | |
2000-07-03 | float_format/collect2 for vax. | Marc Espie | |
I guessed those might be needed, bjc@ checked they are. | |||
2000-07-03 | Ignore filenames that are longer than spec allows (128 for MOP V4.0.0). | Mats O Jansson | |
Matt Power <mhpower@mit.edu>. -moj | |||
2000-07-03 | Correct the number of src/dst ports and add some FreeBSD specific | brian | |
firewall punching fixes. Obtained from: FreeBSD | |||
2000-07-03 | add warning on rsh/rlogin relay | Jun-ichiro itojun Hagino | |
2000-07-03 | A little more select() reinitialization. | Paul Janzen | |
2000-07-03 | Finding bugs in battlestar is like shooting fish in a barrel. | Paul Janzen | |
Don't overflow beenthere[]. Add "verbose" option. Fix spelling (including embedded hyphens in descriptions) and grammar. "Kill" will now use the laser if you have no cutting implements. Formatting. You can do more things to the bathing goddess. A little less guess-the-word. Occasionally better error messages, particularly with "all" when nothing applies. "kick door" no longer segfaults. Nor does "kill door". More bugs remain... | |||
2000-07-03 | Make nat_ifdetach() actually work; beck@ ok | Aaron Campbell | |
2000-07-03 | From NetBSD: | Aaron Campbell | |
- Fix an incorrect interrupt sharing type. - Always clear PCIC_INTR_ENABLE; it doesn't do what one might think. - Eliminate stray interrupts during the IRQ probe. | |||
2000-07-02 | Clean-up after httpd | Marc Espie | |