summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add includes of sys/malloc.h so this actually compiles.jhb2001-02-092-1/+2
* Apply clue to mind and correct the ISO setting to the correct one.asmodai2001-02-088-3/+49
* Whoops... forgotten a few pieces in previous patch:luigi2001-02-081-5/+9
* Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions forasmodai2001-02-086-0/+61
* Fix comment to reflect what it should be:asmodai2001-02-082-4/+4
* Make sure that we do not accept packets shorter than a full ethernetluigi2001-02-081-1/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+6
* Fix a cosmetic problem with some very defensive programming: The devfsphk2001-02-081-1/+17
* Fix a memory leak.sos2001-02-081-5/+4
* Fix memoryleaks with device_get_children().asmodai2001-02-082-0/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+3
* Define HAVE_PAM_GETENVLIST for build. Now environmental variables setnectar2001-02-081-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-084-7/+8
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-083-9/+24
* Show denied secondary bind transfer attemptsbrian2001-02-081-0/+7
* Fix typos: initalise -> initialise.asmodai2001-02-082-6/+6
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-083-40/+63
* Fix style(9) bugs from previous commit: remove space after functionmikeh2001-02-081-6/+6
* When we receive an incoming Ethernet frame that was unicast to aarchie2001-02-081-10/+14
* - By default treat supplied arguments as a shell globs to be matched againstsobomax2001-02-084-41/+191
* activate monetdef, msgdef and numericdefphantom2001-02-081-2/+2
OpenPOWER on IntegriCloud