Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-07-02 | OpenBSD'ify these man pages. | Aaron Campbell | |
2000-07-02 | Remove NFSCLIENT for consistency with other RAMDISK kernels. | Todd C. Miller | |
2000-07-02 | Remove mount_nfs since the RAMDISK kernels don't have NFS support | Todd C. Miller | |
and the install scripts believes that NFS is supported if mount_nfs exists. | |||
2000-07-02 | Recognize and support 16 partition disklabels (taken from sparc port) | Miod Vallat | |
2000-07-02 | Silence annoying warnings when using type 4 or 5 keyboards on sun3 | Miod Vallat | |
2000-07-02 | - s/ethernet/Ethernet/ | Aaron Campbell | |
- Remove hard sentence breaks. - Some SEE ALSO reordering. - Other repairs. | |||
2000-07-02 | From onoe@netbsd.org: | Hakan Olsson | |
Update the description of available channel for Japan. The regulations has been changed to adopt 802.11b since Oct. 99. For 11Mbps NICs sold in Japan, all DS channels (1..14) are available. | |||
2000-07-02 | drop packet to tentative/duplicated interface address earlier. sync w/kame | Jun-ichiro itojun Hagino | |
2000-07-02 | MSG_COMPAT is needed for COMPAT_BSDOS too. | Federico G. Schwindt | |
2000-07-02 | correct use of route(8) in sample. | Jun-ichiro itojun Hagino | |
2000-07-02 | yes, it will; forgot, oops, ouch | Michael Shalayeff | |
2000-07-02 | constraints misscount; that's how it goes typing on the train | Michael Shalayeff | |
2000-07-02 | no bays for stinger | Michael Shalayeff | |
2000-07-02 | knf; ouch, that hurts | Michael Shalayeff | |
2000-07-02 | fix spelling | Eric Jackson | |
2000-07-02 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff | |
2000-07-02 | descent into wsconsctl | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-02 | wscons tools | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-02 | wscons font loader; initial import from netbsd tree | Michael Shalayeff | |
2000-07-02 | wscons vt config tool; initial import from netbsd tree | Michael Shalayeff | |
2000-07-02 | Bump FIBOMAX to an interesting value | Marc Espie | |
2000-07-02 | Make the m4 machine stack dynamically sized. | Marc Espie | |
Fix strspace automatic extension. The assumption that simply updating the current pointer works is false, there are cases where previous entries on the stack would absorp vast amounts of string space, and overload the non-updated entries. To fix it, we use a shadow copy of the stack, which only records which entries are pointers within strspace, so that a resize can adjust all those pointers at once. Reviewed by millert@ | |||
2000-07-02 | Long tokens won't be defined macros, but they can still be output. | Marc Espie | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | use ffs.c | Michael Shalayeff | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | new version of ffs from drahn@ | Michael Shalayeff | |
combines binary search and table lookup. tested on i386, sparc, ppc, hppa |