Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | add luseless comment | Michael Shalayeff | |
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 | Remove NFSCLIENT for consistency with other RAMDISK kernels. | Todd C. Miller | |
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 | 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 | 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 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff | |
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 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-02 | sync | Jason Wright | |
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-01 | sync | Aaron Campbell | |
2000-07-01 | Oops, forgot to commit these new device IDs last night. | Aaron Campbell | |
2000-07-01 | - Make the 3CCFE575BT work. | Aaron Campbell | |
- Add support for the 3CCFEM656C. - Lots of code cleanup. | |||
2000-07-01 | correct struct name in comment | Paul Janzen | |
2000-06-30 | Oops, put back this call to spltty(). When our timeout expires and we poll the | Aaron Campbell | |
pcic, we don't want to be interrupted by real interrupts generated by the pcic. | |||
2000-06-30 | suppress too noisy warning on forward-over-loopback case. from kame | Jun-ichiro itojun Hagino | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-30 | My previous two attempts at fixing the "scrolling region" problem were wrong. | Aaron Campbell | |
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. | |||
2000-06-30 | Convert to new timeout API. | Artur Grabowski | |
2000-06-30 | New timeout API. | Artur Grabowski | |
2000-06-30 | .es kbd; from nbsd | Michael Shalayeff | |
2000-06-30 | some more display types; from nbsd | Michael Shalayeff | |
2000-06-30 | Driver for the cs4280 Crystal Clear audio found on some laptops. | Artur Grabowski | |
At last my Thinkpad plays german music. | |||
2000-06-30 | Problem and fix found on OpenBSD, fix confirmed with NetBSD. | Dale S. Rahn | |
2000-06-30 | Don't cast to int when checking if we have exceeded our rlimit in sbrk. | Artur Grabowski | |
Plus misc cleanup. | |||
2000-06-30 | Remove redundant declaration of nfs_init. | Artur Grabowski | |
2000-06-30 | Convert to use new timeout API. | Artur Grabowski | |
2000-06-30 | Convert some parts to new timeouts. | Artur Grabowski | |
2000-06-30 | Convert to new timeouts. | Artur Grabowski | |
2000-06-29 | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | Michael Shalayeff | |
2000-06-29 | do not use <string.h> for _STANDALONE | Michael Shalayeff | |
2000-06-29 | fix building bzero out of memset.c; from miod@ | Michael Shalayeff | |
(that makefile:kerndir fix was needed to build the kernel ;) | |||
2000-06-29 | in order to build bzero from memset KERNDIR has to be exported. | Michael Shalayeff | |
i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space. | |||
2000-06-29 | do not use <string.h> for _STANDALONE, like others | Michael Shalayeff | |
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright | |
was imported]. Also, backout previous. | |||
2000-06-29 | Allow USB to compile with USB_DEBUG defined; binkertn@umich.edu | Aaron Campbell | |