summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Work around some sizeof(long) != sizeof(int) bogons.jhb2001-02-092-3/+3
* Teach sysinstall about the `compat4x' distribution.murray2001-02-096-6/+33
* Add the `compat4x' distribution to the release Makefile.murray2001-02-091-1/+1
* Add relevant libraries from our ref4 box.murray2001-02-093-0/+11944
* Add compat4x.i386 directory.murray2001-02-091-0/+3
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingache2001-02-091-1/+4
* Catch up to the new swi API.jhb2001-02-092-14/+12
* Explicitly mark deprecated entries.ache2001-02-091-12/+9
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-093-495/+249
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-099-266/+63
* Catch up to changes to inthand_add().jhb2001-02-095-40/+40
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-0912-886/+402
* - Catch up to the new swi API changes:jhb2001-02-098-41/+39
* - Move struct ithd to sys/interrupt.h.jhb2001-02-093-121/+364
* Add a new SYSINIT for interrupt thread initialization and stickjhb2001-02-091-1/+2
* Axe INTR_HEAVY, INTR_LIGHT, and INTR_THREADED. Add in a INTR_TYPE_CLKjhb2001-02-091-4/+3
* Remove extra space after int_currency_symbolache2001-02-0918-18/+18
* Use 4-digit year in x_fmtache2001-02-094-4/+4
* Use " " as thousands_sepache2001-02-091-1/+1
* Remove extra space after int_curr_symache2001-02-092-2/+2
* Remove extra space after int_curr_symache2001-02-091-4/+4
* Release the proc lock around crfree() and uifree() in wait1(). It leads tojhb2001-02-091-0/+2
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.joerg2001-02-091-1/+1
* Proc locking.jhb2001-02-091-14/+10
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-097-1/+6
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-097-7/+0
* - Change the 'witness_list' ddb command to 'show mutexes'. Note that thisjhb2001-02-093-54/+177
* Change the ktr ddb commands to be show commands. The commands are now asjhb2001-02-091-4/+4
* - Point out that we don't lock anything during the idle setup becausejhb2001-02-091-1/+6
* Remove bogus #if 0'd code that dinked with the saved interrupt state injhb2001-02-091-7/+0
* Remove unused forward_irq counters.jhb2001-02-093-27/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-093-3/+0
* Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
* Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-092-92/+202
* Fix login so that it exports environmental variables that are set by PAMnectar2001-02-091-0/+58
* mdoc(7) police: prevent generation of the extraru2001-02-091-6/+3
* Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
* Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
* Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
* Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
* Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-0/+119
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-099-3/+122
* Repeat after me: no commits when tired.asmodai2001-02-092-0/+12
* mdoc(7) police: fixed the weird construct.ru2001-02-091-3/+1
* Remove some leftovers. This is obviously unused, since the #definespeter2001-02-091-26/+0
* poll(2) array limits (take 2) - after some input from bde.peter2001-02-091-8/+7
* mdoc(7) police: cosmetics.ru2001-02-091-8/+9
* Change and clean the mutex lock interface.bmilekic2001-02-09200-3721/+3509
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
OpenPOWER on IntegriCloud