| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove signal mask prior to calling exec | dillon | 1998-12-15 | 1 | -1/+2 |
* | Fix a rather bad latency problem (uncovered by the recent timer commit). | brian | 1998-12-15 | 1 | -2/+2 |
* | Add portal example | dillon | 1998-12-15 | 2 | -0/+67 |
* | Add pt_tcplisten.c functionality, fix a few minor bugs | dillon | 1998-12-15 | 21 | -33/+702 |
* | Wrap two macros into do { ... } while (0), and fix the way they're used | des | 1998-12-15 | 4 | -22/+26 |
* | Add some emacs code to make cc-mode almost compatible to style(9). | cracauer | 1998-12-15 | 2 | -7/+47 |
* | Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE | cracauer | 1998-12-15 | 1 | -2/+2 |
* | Oops, I forgot to commit two diffs to fe driver. | kato | 1998-12-15 | 4 | -34/+6 |
* | PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged, | kato | 1998-12-15 | 2 | -2564/+4682 |
* | Reformat help to improve subtopic display appearance, other minor | msmith | 1998-12-15 | 2 | -9/+9 |
* | Build the composite help file from the generic and architecture-specific | msmith | 1998-12-15 | 4 | -4/+257 |
* | Fix the "Unknown HTTP error" message. | des | 1998-12-15 | 1 | -3/+3 |
* | Generate a prototype for initialize_XXXX_error_table() when the language | des | 1998-12-15 | 1 | -3/+3 |
* | Fixed misformatted error messages. wderror() was broken way back | bde | 1998-12-15 | 1 | -3/+3 |
* | Pull in new ccb_hdr list types. | gibbs | 1998-12-15 | 4 | -4/+8 |
* | Perform a save data pointers operation if a data transfer was performed | gibbs | 1998-12-15 | 4 | -62/+277 |
* | Enable/Disable our lun on open/close. Track resources kept at the controller | gibbs | 1998-12-15 | 1 | -95/+190 |
* | Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they can | gibbs | 1998-12-15 | 1 | -5/+5 |
* | Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues. | gibbs | 1998-12-15 | 1 | -3/+5 |
* | Added UCLASS_CDC definitions to usb.h | n_hibma | 1998-12-15 | 2 | -5/+6 |
* | unlocalise build date (merge from i386) | msmith | 1998-12-15 | 1 | -0/+1 |
* | Add comments to code that I was trying to understand. | julian | 1998-12-15 | 1 | -5/+107 |
* | Add another modem (Psion Dacom) | msmith | 1998-12-15 | 2 | -2/+14 |
* | o Convert length of hccb to integer from the array. Eivind Eklund | imp | 1998-12-15 | 1 | -3/+8 |
* | This file contains minimal instructions for the moderately clueful to | imp | 1998-12-15 | 1 | -0/+15 |
* | Add "-N" option to supress reverse name lookup. | billf | 1998-12-14 | 5 | -3/+12 |
* | Remove hardwired alignment, align to sizeof(long) which should be more | dillon | 1998-12-14 | 1 | -2/+7 |
* | fix intermediate overflow in 'quad = int * int' situation by casting | dillon | 1998-12-14 | 1 | -2/+2 |
* | The OHCI interfaces I have access to map their control regs etc. into | julian | 1998-12-14 | 2 | -7/+12 |
* | Add -Wunused to kernel build flags. | archie | 1998-12-14 | 2 | -6/+6 |
* | Accidently broke structural alignment in SEMUSZ calculation. Added | dillon | 1998-12-14 | 1 | -2/+4 |
* | Rather than interrupting 10 times per second then checking | brian | 1998-12-14 | 3 | -49/+46 |
* | Make this protototype of mmap return void *, like two other copies. | dt | 1998-12-14 | 1 | -2/+2 |
* | Moved the declaration of another non-SMP variable into the non-SMP section. | bde | 1998-12-14 | 3 | -6/+6 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 9 | -25/+36 |
* | ipfw changes for dummynet. manpages still missing | luigi | 1998-12-14 | 1 | -2/+155 |
* | Ifdefed the declarations of conditionally used variables. | bde | 1998-12-14 | 2 | -6/+12 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 9 | -182/+503 |
* | Bridging support. Wait for LINT to be updated before trying it. | luigi | 1998-12-14 | 3 | -11/+32 |
* | (Hopefully) fix support for "large" files. Mostly cast block numbers to off_t | dt | 1998-12-14 | 2 | -26/+26 |
* | Bring dummynet+bridging in -current. Everything will be ready when | luigi | 1998-12-14 | 2 | -1/+5 |
* | Fixed LINT breakage in previous commit. Option FDC_YE enabled a | bde | 1998-12-14 | 3 | -18/+18 |
* | Fix tabs that should have been spaces. Some were in kernel error messages. | mckay | 1998-12-14 | 5 | -110/+110 |
* | Restore traditional behaviour by allowing tabs in strings. In deference | mckay | 1998-12-14 | 1 | -2/+2 |
* | Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now) | n_hibma | 1998-12-14 | 1 | -3/+1 |
* | Added Id | n_hibma | 1998-12-14 | 7 | -1/+8 |
* | Added Id to all files | n_hibma | 1998-12-14 | 31 | -1/+35 |
* | Added Id | n_hibma | 1998-12-14 | 1 | -0/+35 |
* | Added comment | n_hibma | 1998-12-14 | 1 | -0/+3 |
* | Added copyright and Id | n_hibma | 1998-12-14 | 1 | -0/+34 |