aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make it possible to specify grouping number from range 0..CHAR_MAX,Alexey Zelkin2001-02-101-3/+9
* -Document DS20 serial/graphics console (as it bit me yesterday.. again.. grr)Wilko Bulte2001-02-101-1/+14
* Use "namespace.h" and "un-namespace.h"Alexey Zelkin2001-02-101-0/+2
* Acquire sched_lock around need_resched() in roundrobin() to satisfyJake Burkholder2001-02-101-8/+4
* Back out my "3;3" -> something change. While technikally the same, it onlyAndrey A. Chernov2001-02-1017-17/+17
* Back out my "3;3" -> something changes. While technikally the same, it onlyAndrey A. Chernov2001-02-1031-31/+31
* aic7xxx.c:Justin T. Gibbs2001-02-105-78/+175
* A better fix for the PacketAliasProxyRule() call.Brian Somers2001-02-101-3/+3
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-105-15/+84
* Add en_NZ.ISO_8859-1.Jeroen Ruigrok van der Werven2001-02-102-0/+6
* activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7Alexey Zelkin2001-02-103-0/+6
* add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2Alexey Zelkin2001-02-106-0/+116
* Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7Alexey Zelkin2001-02-106-0/+116
* Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.Yoshihiro Takahashi2001-02-101-2/+2
* Add pc98 support.Yoshihiro Takahashi2001-02-101-0/+4
* mdoc(7) police: polishing.Ruslan Ermilov2001-02-101-32/+43
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-105-6/+11
* Remove spurious '"'.Poul-Henning Kamp2001-02-101-1/+1
* Improve language and code examples.Nik Clayton2001-02-101-31/+41
* Fix nasty bug where make(1) assumed that you could read the directory itWill Andrews2001-02-101-0/+2
* There are now compat libs for the Alpha too.David E. O'Brien2001-02-101-1/+4
* The compat[34]x dists need to have their machine arch appended.David E. O'Brien2001-02-101-2/+2
* Add 4x compat libs for Alpha.David E. O'Brien2001-02-103-0/+14822
* Look to the future and make this easier to add libs to.David E. O'Brien2001-02-101-3/+14
* Localize it (LC_NUMERIC)Andrey A. Chernov2001-02-102-0/+10
* Reformat the lib list.David E. O'Brien2001-02-101-3/+4
* Note that decimal point taken from localeAndrey A. Chernov2001-02-101-0/+3
* Add more 3.5.1 libs that don't exist in 5-CURRENT.David E. O'Brien2001-02-106-4/+7032
* Note that decimal point taken from locale (SUSv2)Andrey A. Chernov2001-02-101-0/+3
* Reformat the lib list.David E. O'Brien2001-02-101-4/+4
* libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also.David E. O'Brien2001-02-102-1/+6116
* Update the i386 compat3x dist to the FreeBSD 3.5.1 libs.David E. O'Brien2001-02-1016-8714/+8745
* Take decimal point from locale instead of hardcoded '.' (SUSv2)Andrey A. Chernov2001-02-101-9/+10
* Note that decimal point character taken from locale (SUSv2)Andrey A. Chernov2001-02-101-0/+3
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)Andrey A. Chernov2001-02-101-6/+14
* Note the fact that decimal point taken from locale (according to SUSv2)Andrey A. Chernov2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'Andrey A. Chernov2001-02-101-1/+4
* Note that crypto/ is not used to build in, people should see secure/Kris Kennaway2001-02-101-2/+6
* As temporary workaround for missing *grouping fields parser always return "noAndrey A. Chernov2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-103-7/+7
* Use -1 for CHAR_MAX instead of empty string as recommended by POSIXAndrey A. Chernov2001-02-106-6/+6
* I change my mind a bit: assuming last \0 is contrproductive since will causeAndrey A. Chernov2001-02-1031-31/+31
* I change my mind a bit: assuming last \0 is contrproductive since will causeAndrey A. Chernov2001-02-1015-15/+15
* Reenable preemption on interrupts. My last commit accidentally revertedJohn Baldwin2001-02-101-1/+13
* Re-enable preemption on interrupts. My last commit accidentally revertedJohn Baldwin2001-02-102-2/+16
* Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)Andrey A. Chernov2001-02-1021-42/+42
* - Make astpending and need_resched process attributes rather than CPUJohn Baldwin2001-02-1032-227/+171
* Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will causeAndrey A. Chernov2001-02-1031-62/+62
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsJohn Baldwin2001-02-104-0/+4
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-103-3/+7