| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more consistant in using perl vs. perl5. We were using perl5 in the | peter | 1999-12-17 | 2 | -8/+8 |
* | - Add the device resume method. It supercedes the existing resume | yokota | 1999-12-15 | 1 | -1/+1 |
* | Add NetBSD's explanation of why it would be hard to emulate the Mach | gallatin | 1999-12-14 | 1 | -0/+69 |
* | Add generated files | gallatin | 1999-12-14 | 3 | -0/+833 |
* | Finally add the Alpha OSF/1 compat code. I will add it to the | gallatin | 1999-12-14 | 13 | -0/+4755 |
* | Stop calling everthing an XP1000. | gallatin | 1999-12-14 | 1 | -1/+1 |
* | Improve the mapping between the hardware PCI bus numbering on multi-hose | gallatin | 1999-12-14 | 2 | -17/+81 |
* | - Pull in kbd.c when sc or vt is included in the kernel, even if | yokota | 1999-12-13 | 1 | -0/+1 |
* | Argh, fix a stupid typo. :-( | peter | 1999-12-12 | 1 | -1/+1 |
* | Use a seperate -c and -h mode. The vnode_if.c file is compiled only into | peter | 1999-12-12 | 1 | -4/+7 |
* | Allow kernel accesses to a small region of the user stack which is used | dfr | 1999-12-11 | 1 | -4/+21 |
* | Move source files common to all platforms from <arch>/conf/files.<arch> | archie | 1999-12-09 | 1 | -15/+0 |
* | Move libkern/arc4random.c into conf/files. I was planning on doing an | dan | 1999-12-09 | 1 | -1/+0 |
* | [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the | ken | 1999-12-08 | 6 | -6/+0 |
* | Make this compile again. (missing #include for RFPROC) | peter | 1999-12-06 | 1 | -0/+1 |
* | User ldt sharing. | luoqi | 1999-12-06 | 1 | -1/+5 |
* | Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers | wpaul | 1999-12-04 | 2 | -10/+2 |
* | Implement pluggable ioctl handlers. | marcel | 1999-12-04 | 3 | -656/+738 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 17 | -20/+38 |
* | Set RB_VERBOSE into boothowto (provide proper layering from boot loader | mjacob | 1999-12-03 | 1 | -1/+3 |
* | A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristian | gallatin | 1999-12-01 | 6 | -2/+419 |
* | dummy version of read_random() until the real random driver is ported. | dima | 1999-11-30 | 1 | -0/+9 |
* | Add arc4random.c. | dima | 1999-11-30 | 1 | -0/+1 |
* | Implement linux_sigaltstack. | marcel | 1999-11-30 | 2 | -1/+8 |
* | Implement sigaltstack. | marcel | 1999-11-30 | 1 | -1/+2 |
* | add linuxulator wrapper for SNDCTL_DSP_GETODELAY | alfred | 1999-11-29 | 1 | -0/+1 |
* | inline spl functions. | gallatin | 1999-11-29 | 2 | -71/+62 |
* | Implement inline assembler wrappers for PALcode calls and for alpha | dfr | 1999-11-29 | 1 | -35/+268 |
* | Sort PCI SCSI controlers. | obrien | 1999-11-28 | 2 | -8/+8 |
* | /sys adjustments to add the `sym' controler driver. | obrien | 1999-11-28 | 2 | -0/+2 |
* | Implement linux_ustat. | marcel | 1999-11-27 | 1 | -1/+0 |
* | Change prototype of linux_ustat. | marcel | 1999-11-27 | 1 | -1/+2 |
* | Implement fdatasync in terms of fsync. The regeneration of proto.h, | marcel | 1999-11-26 | 1 | -1/+0 |
* | Add pcm entries for the alpha too, since they were taken out of | peter | 1999-11-22 | 1 | -0/+6 |
* | Update the Alpha makefile to be more in line with the x86 version. It | peter | 1999-11-22 | 1 | -68/+75 |
* | Use %ll instead of %q as gcc moans bitterly about it. | peter | 1999-11-22 | 1 | -1/+1 |
* | Zap some latent problems hidden by differences between KERNEL and _KERNEL. | peter | 1999-11-22 | 6 | -37/+4 |
* | Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB. | n_hibma | 1999-11-22 | 1 | -0/+2 |
* | Use LIST_FOREACH to traverse the allproc list. | phk | 1999-11-19 | 1 | -4/+3 |
* | Properly attribute interrupt time on alpha. Previously, interrupt time | gallatin | 1999-11-19 | 3 | -5/+6 |
* | Move Alpha conflicting entries (98,99) to 135,136. Renumber the zsc | peter | 1999-11-18 | 1 | -1/+1 |
* | Typo | n_hibma | 1999-11-16 | 1 | -1/+1 |
* | Mchines whose interrupts are not routed through the ISA pic were still | gallatin | 1999-11-16 | 1 | -3/+11 |
* | Add the ata devices to the GENERIC kernel. Hopefully, this should allow | dfr | 1999-11-15 | 2 | -10/+10 |
* | Re-organise the code which manages the owner of the FP state (fpcurproc). | dfr | 1999-11-10 | 7 | -78/+164 |
* | Drop ipl to zero before calling ast(). Make sure that this only happens | dfr | 1999-11-09 | 1 | -0/+2 |
* | Fix a warning. | dfr | 1999-11-09 | 1 | -1/+1 |
* | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | alc | 1999-11-09 | 1 | -2/+3 |
* | - Added the following options; they have existed in syscons | yokota | 1999-11-08 | 1 | -0/+4 |
* | - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. | yokota | 1999-11-08 | 1 | -0/+1 |