summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will causeache2001-02-1031-62/+62
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-104-0/+4
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)ache2001-02-103-3/+7
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,ache2001-02-102-4/+2
* NOTE: according to SUSV2 and other implementations, numeric elements inache2001-02-102-4/+8
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-106-132/+113
* New release notes: ed(4) bugfix, larger default root partitions inbmah2001-02-092-2/+30
* Back out removing trailing space from int_curr_symbol, this is SUSV2ache2001-02-0931-31/+31
* Implement CODESETache2001-02-091-3/+12
* Revert the spin mutex for the cy(4) driver.jhb2001-02-093-207/+456
* Add af_ZA.ISO_8859-1asmodai2001-02-092-0/+5
* Add additional English- and French-speaking countries with the appropriatewollman2001-02-0911-4/+369
* Add links:wollman2001-02-091-0/+15
* Use make(1) for loop rather than sh(1) loop.wollman2001-02-091-4/+4
* Add additional English-language locales (en_AU, en_CA, en_GB, and en_NZ)wollman2001-02-091-4/+16
* Unify the two sleep lock order lists to enforce the process lock ->jhb2001-02-093-6/+6
* Revert the previous revision for two reasons:jhb2001-02-091-2/+0
* Backout previous commit. Use of spinlocks was not approved.tegge2001-02-093-61/+40
* Prevent the commands output of pkg_version.pl from being executed without thebmah2001-02-091-0/+14
* Describe the arguments to gethostbyaddr.nik2001-02-091-1/+46
* 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
OpenPOWER on IntegriCloud