| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reject all IP versions but 4. | Poul-Henning Kamp | 1996-04-24 | 1 | -2/+3 |
| * | Add missing "int" to static var. | Satoshi Asami | 1996-04-24 | 2 | -4/+4 |
| * | This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K). | John Dyson | 1996-04-24 | 2 | -8/+11 |
| * | - This code adds some backwards compatability hacks for buggy APM BIOS | Nate Williams | 1996-04-23 | 2 | -2/+50 |
| * | Format the already applied PCCARD additions to use KNF form. No | Nate Williams | 1996-04-23 | 7 | -366/+340 |
| * | Adds the APM hooks into the generic pccard kernel files. With this code | Nate Williams | 1996-04-23 | 6 | -16/+121 |
| * | Fix second instance of the inb type when getting the current sequencer address. | Justin T. Gibbs | 1996-04-23 | 1 | -2/+2 |
| * | Fix a typo in the RESTART_SEQUENCER macro that could have caused | Justin T. Gibbs | 1996-04-23 | 1 | -2/+2 |
| * | Updated the laptop 'kludge' file. Hopefully this can go away soon. | Nate Williams | 1996-04-22 | 1 | -18/+20 |
| * | - add apm to the GENERIC kernel (disabled by default), and add some comments | Nate Williams | 1996-04-22 | 14 | -34/+171 |
| * | The default number of tags in the SCB paging case was supposed to be | Justin T. Gibbs | 1996-04-22 | 1 | -2/+2 |
| * | This fixes a troubling oversight in some of the pmap code enhancements. | John Dyson | 1996-04-22 | 2 | -2/+4 |
| * | Fixed in-line IP header checksumming. It was performed on the wrong header | Bruce Evans | 1996-04-21 | 1 | -2/+2 |
| * | Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855 | Justin T. Gibbs | 1996-04-20 | 1 | -10/+42 |
| * | Implement SCB paging which allows up to 255 active commands on aic7770 | Justin T. Gibbs | 1996-04-20 | 2 | -406/+785 |
| * | Change the devconf description from "ISA or EISA bus" to "ISA bus" now | Justin T. Gibbs | 1996-04-20 | 2 | -4/+4 |
| * | Turn on SCB paging for aic7770 chips rev E or greater. | Justin T. Gibbs | 1996-04-20 | 5 | -34/+89 |
| * | Implement SCB paging. This allows up to 255 active commands on | Justin T. Gibbs | 1996-04-20 | 2 | -100/+181 |
| * | Yet more b_flags fixes. The previous ones broke the clearing of B_DONE | Bruce Evans | 1996-04-19 | 2 | -2/+10 |
| * | Fixed removal of devfs entries for the real slice corresponding to the | Bruce Evans | 1996-04-19 | 1 | -10/+55 |
| * | Don't include <sys/types.h> when it isn't used. | Bruce Evans | 1996-04-19 | 1 | -2/+1 |
| * | Don't depend on <sys/types.h> including <sys/cdefs.h>. | Bruce Evans | 1996-04-19 | 4 | -5/+7 |
| * | savectx returns through cpu_switch in case of the child, so it must | Poul-Henning Kamp | 1996-04-19 | 4 | -8/+10 |
| * | Whoops, shouldn't really have been here, but what the heck: remove some | Poul-Henning Kamp | 1996-04-18 | 1 | -5/+3 |
| * | Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, | Poul-Henning Kamp | 1996-04-18 | 7 | -14/+24 |
| * | - Save/restore the FS data segment. | Nate Williams | 1996-04-18 | 4 | -78/+78 |
| * | - Addition of my name to the APM Copyright | Nate Williams | 1996-04-18 | 2 | -100/+66 |
| * | Three speed-ups in the output path (two small, one substantial): | Garrett Wollman | 1996-04-18 | 1 | -39/+51 |
| * | Define a few macros useful in the _IP_VHL case. | Garrett Wollman | 1996-04-18 | 1 | -1/+8 |
| * | Fix a warning by not referencing ip_output() as a pr_output() member. | Garrett Wollman | 1996-04-18 | 1 | -2/+2 |
| * | Always call ip_output() with a valid route pointer. For igmp, also get the | Garrett Wollman | 1996-04-18 | 2 | -17/+24 |
| * | Add an inline function to compute the common-case IP header checksum. | Garrett Wollman | 1996-04-18 | 1 | -0/+76 |
| * | Added a disabled psm0 (PS/2) mouse device, using the new 'disable' | Nate Williams | 1996-04-18 | 2 | -2/+6 |
| * | Implement the RFNOWAIT flag for rfork(). If set this flag will cause the | Sujal Patel | 1996-04-17 | 2 | -48/+40 |
| * | Support FreeBSD v2.1 | Paul Traina | 1996-04-17 | 1 | -19/+17 |
| * | Add in linux support for the quickcam driver bottom half and | Paul Traina | 1996-04-17 | 1 | -23/+69 |
| * | Fix for PR #1146: the "next" pointer must be cached before calling soabort | David Greenman | 1996-04-16 | 1 | -4/+8 |
| * | Two fixes from Rich Stevens: | David Greenman | 1996-04-15 | 2 | -7/+10 |
| * | Update PCI bus code from my current sources: | Stefan Eßer | 1996-04-14 | 2 | -310/+330 |
| * | Now that I have started to use netboot, I see what is missing... | Poul-Henning Kamp | 1996-04-14 | 2 | -36/+56 |
| * | Fixed handling of device flags. The real flags were never used. | Bruce Evans | 1996-04-13 | 1 | -2/+5 |
| * | Oops, include opt_pcvt_hdr.h before the key value in it is used. | Bruce Evans | 1996-04-13 | 1 | -2/+2 |
| * | Fixed `PCVT_FREEBSD=210'. | Bruce Evans | 1996-04-13 | 2 | -4/+4 |
| * | Another try: fixed bogus change of the fifo settings for the non-speed of 0. | Bruce Evans | 1996-04-13 | 3 | -9/+9 |
| * | Don't use a newfangled auto initializer. Initialize everything by | John Hay | 1996-04-13 | 1 | -2/+6 |
| * | Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long to | Bruce Evans | 1996-04-13 | 1 | -2/+2 |
| * | Changed `noreturn' to `__noreturn__' so that all headers don't break if | Bruce Evans | 1996-04-13 | 1 | -4/+4 |
| * | Fix a longstanding bug and a buglet of no significance. | Poul-Henning Kamp | 1996-04-13 | 1 | -23/+18 |
| * | Eliminated sloppy common-style declarations. Now there are no duplicated | Bruce Evans | 1996-04-13 | 3 | -5/+12 |
| * | Eliminated sloppy common-style declarations. Now there are no duplicated | Bruce Evans | 1996-04-13 | 7 | -28/+48 |