summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use "namespace.h" and "un-namespace.h"phantom2001-02-101-0/+2
* Acquire sched_lock around need_resched() in roundrobin() to satisfyjake2001-02-101-8/+4
* Back out my "3;3" -> something change. While technikally the same, it onlyache2001-02-1017-17/+17
* Back out my "3;3" -> something changes. While technikally the same, it onlyache2001-02-1031-31/+31
* aic7xxx.c:gibbs2001-02-105-78/+175
* A better fix for the PacketAliasProxyRule() call.brian2001-02-101-3/+3
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,phantom2001-02-105-15/+84
* Add en_NZ.ISO_8859-1.asmodai2001-02-102-0/+6
* activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7phantom2001-02-103-0/+6
* add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2phantom2001-02-106-0/+116
* Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7phantom2001-02-106-0/+116
* Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.nyan2001-02-101-2/+2
* Add pc98 support.nyan2001-02-101-0/+4
* mdoc(7) police: polishing.ru2001-02-101-32/+43
* mdoc(7) police: mark LC_NUMERIC with .Dv.ru2001-02-105-6/+11
* Remove spurious '"'.phk2001-02-101-1/+1
* Improve language and code examples.nik2001-02-101-31/+41
* Fix nasty bug where make(1) assumed that you could read the directory itwill2001-02-101-0/+2
* There are now compat libs for the Alpha too.obrien2001-02-101-1/+4
* The compat[34]x dists need to have their machine arch appended.obrien2001-02-101-2/+2
* Add 4x compat libs for Alpha.obrien2001-02-103-0/+14822
* Look to the future and make this easier to add libs to.obrien2001-02-101-3/+14
* Localize it (LC_NUMERIC)ache2001-02-102-0/+10
* Reformat the lib list.obrien2001-02-101-3/+4
* Note that decimal point taken from localeache2001-02-101-0/+3
* Add more 3.5.1 libs that don't exist in 5-CURRENT.obrien2001-02-106-4/+7032
* Note that decimal point taken from locale (SUSv2)ache2001-02-101-0/+3
* Reformat the lib list.obrien2001-02-101-4/+4
* libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also.obrien2001-02-102-1/+6116
* Update the i386 compat3x dist to the FreeBSD 3.5.1 libs.obrien2001-02-1016-8714/+8745
* Take decimal point from locale instead of hardcoded '.' (SUSv2)ache2001-02-101-9/+10
* Note that decimal point character taken from locale (SUSv2)ache2001-02-101-0/+3
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)ache2001-02-101-6/+14
* Note the fact that decimal point taken from locale (according to SUSv2)ache2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'ache2001-02-101-1/+4
* Note that crypto/ is not used to build in, people should see secure/kris2001-02-101-2/+6
* As temporary workaround for missing *grouping fields parser always return "noache2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outache2001-02-103-7/+7
* Use -1 for CHAR_MAX instead of empty string as recommended by POSIXache2001-02-106-6/+6
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1031-31/+31
* I change my mind a bit: assuming last \0 is contrproductive since will causeache2001-02-1015-15/+15
* Reenable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+13
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-102-2/+16
* Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)ache2001-02-1021-42/+42
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-1032-227/+171
* 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
OpenPOWER on IntegriCloud