| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use "namespace.h" and "un-namespace.h" | phantom | 2001-02-10 | 1 | -0/+2 |
* | Acquire sched_lock around need_resched() in roundrobin() to satisfy | jake | 2001-02-10 | 1 | -8/+4 |
* | Back out my "3;3" -> something change. While technikally the same, it only | ache | 2001-02-10 | 17 | -17/+17 |
* | Back out my "3;3" -> something changes. While technikally the same, it only | ache | 2001-02-10 | 31 | -31/+31 |
* | aic7xxx.c: | gibbs | 2001-02-10 | 5 | -78/+175 |
* | A better fix for the PacketAliasProxyRule() call. | brian | 2001-02-10 | 1 | -3/+3 |
* | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | phantom | 2001-02-10 | 5 | -15/+84 |
* | Add en_NZ.ISO_8859-1. | asmodai | 2001-02-10 | 2 | -0/+6 |
* | activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7 | phantom | 2001-02-10 | 3 | -0/+6 |
* | add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2 | phantom | 2001-02-10 | 6 | -0/+116 |
* | Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7 | phantom | 2001-02-10 | 6 | -0/+116 |
* | Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. | nyan | 2001-02-10 | 1 | -2/+2 |
* | Add pc98 support. | nyan | 2001-02-10 | 1 | -0/+4 |
* | mdoc(7) police: polishing. | ru | 2001-02-10 | 1 | -32/+43 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 5 | -6/+11 |
* | Remove spurious '"'. | phk | 2001-02-10 | 1 | -1/+1 |
* | Improve language and code examples. | nik | 2001-02-10 | 1 | -31/+41 |
* | Fix nasty bug where make(1) assumed that you could read the directory it | will | 2001-02-10 | 1 | -0/+2 |
* | There are now compat libs for the Alpha too. | obrien | 2001-02-10 | 1 | -1/+4 |
* | The compat[34]x dists need to have their machine arch appended. | obrien | 2001-02-10 | 1 | -2/+2 |
* | Add 4x compat libs for Alpha. | obrien | 2001-02-10 | 3 | -0/+14822 |
* | Look to the future and make this easier to add libs to. | obrien | 2001-02-10 | 1 | -3/+14 |
* | Localize it (LC_NUMERIC) | ache | 2001-02-10 | 2 | -0/+10 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -3/+4 |
* | Note that decimal point taken from locale | ache | 2001-02-10 | 1 | -0/+3 |
* | Add more 3.5.1 libs that don't exist in 5-CURRENT. | obrien | 2001-02-10 | 6 | -4/+7032 |
* | Note that decimal point taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -4/+4 |
* | libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also. | obrien | 2001-02-10 | 2 | -1/+6116 |
* | Update the i386 compat3x dist to the FreeBSD 3.5.1 libs. | obrien | 2001-02-10 | 16 | -8714/+8745 |
* | Take decimal point from locale instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -9/+10 |
* | Note that decimal point character taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Use decimal point from localeconv() instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -6/+14 |
* | Note the fact that decimal point taken from locale (according to SUSv2) | ache | 2001-02-10 | 1 | -0/+2 |
* | Use decimap_point from localeconv() instead of hardcoded '.' | ache | 2001-02-10 | 1 | -1/+4 |
* | Note that crypto/ is not used to build in, people should see secure/ | kris | 2001-02-10 | 1 | -2/+6 |
* | As temporary workaround for missing *grouping fields parser always return "no | ache | 2001-02-10 | 1 | -2/+10 |
* | According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back out | ache | 2001-02-10 | 3 | -7/+7 |
* | Use -1 for CHAR_MAX instead of empty string as recommended by POSIX | ache | 2001-02-10 | 6 | -6/+6 |
* | I change my mind a bit: assuming last \0 is contrproductive since will cause | ache | 2001-02-10 | 31 | -31/+31 |
* | I change my mind a bit: assuming last \0 is contrproductive since will cause | ache | 2001-02-10 | 15 | -15/+15 |
* | Reenable preemption on interrupts. My last commit accidentally reverted | jhb | 2001-02-10 | 1 | -1/+13 |
* | Re-enable preemption on interrupts. My last commit accidentally reverted | jhb | 2001-02-10 | 2 | -2/+16 |
* | Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3) | ache | 2001-02-10 | 21 | -42/+42 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 32 | -227/+171 |
* | Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause | ache | 2001-02-10 | 31 | -62/+62 |
* | Add a macro mtx_intr_enable() to alter a spin lock such that interrupts | jhb | 2001-02-10 | 4 | -0/+4 |
* | Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f) | ache | 2001-02-10 | 3 | -3/+7 |
* | Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY, | ache | 2001-02-10 | 2 | -4/+2 |
* | NOTE: according to SUSV2 and other implementations, numeric elements in | ache | 2001-02-10 | 2 | -4/+8 |