| Commit message (Expand) | Author | Age | Files | Lines |
* | Work around some sizeof(long) != sizeof(int) bogons. | jhb | 2001-02-09 | 2 | -3/+3 |
* | Teach sysinstall about the `compat4x' distribution. | murray | 2001-02-09 | 6 | -6/+33 |
* | Add the `compat4x' distribution to the release Makefile. | murray | 2001-02-09 | 1 | -1/+1 |
* | Add relevant libraries from our ref4 box. | murray | 2001-02-09 | 3 | -0/+11944 |
* | Add compat4x.i386 directory. | murray | 2001-02-09 | 1 | -0/+3 |
* | Back out attempt to implement CRNCYSTR - require additional prefixes according | ache | 2001-02-09 | 1 | -1/+4 |
* | Catch up to the new swi API. | jhb | 2001-02-09 | 2 | -14/+12 |
* | Explicitly mark deprecated entries. | ache | 2001-02-09 | 1 | -12/+9 |
* | - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away. | jhb | 2001-02-09 | 3 | -495/+249 |
* | Use the MI ithread helper functions in the alpha hardware interrupt code. | jhb | 2001-02-09 | 9 | -266/+63 |
* | Catch up to changes to inthand_add(). | jhb | 2001-02-09 | 5 | -40/+40 |
* | Use the MI ithread helper functions in the x86 interrupt code. | jhb | 2001-02-09 | 12 | -886/+402 |
* | - Catch up to the new swi API changes: | jhb | 2001-02-09 | 8 | -41/+39 |
* | - Move struct ithd to sys/interrupt.h. | jhb | 2001-02-09 | 3 | -121/+364 |
* | Add a new SYSINIT for interrupt thread initialization and stick | jhb | 2001-02-09 | 1 | -1/+2 |
* | Axe INTR_HEAVY, INTR_LIGHT, and INTR_THREADED. Add in a INTR_TYPE_CLK | jhb | 2001-02-09 | 1 | -4/+3 |
* | Remove extra space after int_currency_symbol | ache | 2001-02-09 | 18 | -18/+18 |
* | Use 4-digit year in x_fmt | ache | 2001-02-09 | 4 | -4/+4 |
* | Use " " as thousands_sep | ache | 2001-02-09 | 1 | -1/+1 |
* | Remove extra space after int_curr_sym | ache | 2001-02-09 | 2 | -2/+2 |
* | Remove extra space after int_curr_sym | ache | 2001-02-09 | 1 | -4/+4 |
* | Release the proc lock around crfree() and uifree() in wait1(). It leads to | jhb | 2001-02-09 | 1 | -0/+2 |
* | Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'. | joerg | 2001-02-09 | 1 | -1/+1 |
* | Proc locking. | jhb | 2001-02-09 | 1 | -14/+10 |
* | Move the initailization of the proc lock for proc0 very early into the MD | jhb | 2001-02-09 | 7 | -1/+6 |
* | Woops, remove an obsolete reference to gd_cpu_lockid. | jhb | 2001-02-09 | 7 | -7/+0 |
* | - Change the 'witness_list' ddb command to 'show mutexes'. Note that this | jhb | 2001-02-09 | 3 | -54/+177 |
* | Change the ktr ddb commands to be show commands. The commands are now as | jhb | 2001-02-09 | 1 | -4/+4 |
* | - Point out that we don't lock anything during the idle setup because | jhb | 2001-02-09 | 1 | -1/+6 |
* | Remove bogus #if 0'd code that dinked with the saved interrupt state in | jhb | 2001-02-09 | 1 | -7/+0 |
* | Remove unused forward_irq counters. | jhb | 2001-02-09 | 3 | -27/+0 |
* | Axe gd_cpu_lockid as it is no longer used. | jhb | 2001-02-09 | 3 | -3/+0 |
* | Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -0/+119 |
* | Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -0/+119 |
* | Fix some problems that were introduced in revision 1.97. Instead | iedowse | 2001-02-09 | 2 | -92/+202 |
* | Fix login so that it exports environmental variables that are set by PAM | nectar | 2001-02-09 | 1 | -0/+58 |
* | mdoc(7) police: prevent generation of the extra | ru | 2001-02-09 | 1 | -6/+3 |
* | Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -3/+122 |
* | Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -0/+119 |
* | Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -0/+119 |
* | Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -3/+122 |
* | Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -0/+119 |
* | Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC. | asmodai | 2001-02-09 | 9 | -3/+122 |
* | Repeat after me: no commits when tired. | asmodai | 2001-02-09 | 2 | -0/+12 |
* | mdoc(7) police: fixed the weird construct. | ru | 2001-02-09 | 1 | -3/+1 |
* | Remove some leftovers. This is obviously unused, since the #defines | peter | 2001-02-09 | 1 | -26/+0 |
* | poll(2) array limits (take 2) - after some input from bde. | peter | 2001-02-09 | 1 | -8/+7 |
* | mdoc(7) police: cosmetics. | ru | 2001-02-09 | 1 | -8/+9 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 200 | -3721/+3509 |
* | Apply patch to add support for the intergrated ethernet in the SiS630E | wpaul | 2001-02-09 | 2 | -1/+105 |