| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use hardcoded struct size, use offsetof() instead (make size calculations | Alexey Zelkin | 2001-02-11 | 1 | -5/+7 |
| * | Don't try to convert grouping strings in case if C or POSIX locale | Alexey Zelkin | 2001-02-11 | 2 | -2/+2 |
| * | RIP <machine/lock.h>. | Mark Murray | 2001-02-11 | 39 | -295/+159 |
| * | Clean up RST ratelimiting. Previously, ratelimiting occured before tests | Bosko Milekic | 2001-02-11 | 5 | -78/+109 |
| * | Long awaited style fixup in mbuf code. Get rid of K&R style prototyping | Bosko Milekic | 2001-02-11 | 3 | -187/+136 |
| * | Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an | Matt Jacob | 2001-02-11 | 1 | -18/+85 |
| * | Add structure defining FC-AL position maps. The only tool that I know of | Matt Jacob | 2001-02-11 | 1 | -0/+16 |
| * | Shuffle around how we do isp_disable management- make sure we return 0 so | Matt Jacob | 2001-02-11 | 1 | -21/+25 |
| * | Add isp_fc_runstate function- this function's purpose is to, in stages, | Matt Jacob | 2001-02-11 | 1 | -0/+54 |
| * | Default the plist dir as we know where it is relative to us. | David E. O'Brien | 2001-02-11 | 1 | -19/+9 |
| * | Minor comment & doc tweak. | David E. O'Brien | 2001-02-11 | 1 | -2/+4 |
| * | Roll minor version. Remove ISP2100_FABRIC define (unneeded now). | Matt Jacob | 2001-02-11 | 1 | -2/+6 |
| * | Do some cleanup based upon adapter role- mainly not enabling interrupts | Matt Jacob | 2001-02-11 | 1 | -35/+33 |
| * | Minor stuff: | Matt Jacob | 2001-02-11 | 1 | -370/+593 |
| * | update to latest and greatest f/w | Matt Jacob | 2001-02-11 | 5 | -11570/+13592 |
| * | - Place back STR string declarations for lock/unlock strings used for KTR_LOCK | Bosko Milekic | 2001-02-11 | 4 | -45/+92 |
| * | Use decimal point from locale | Andrey A. Chernov | 2001-02-11 | 1 | -1/+5 |
| * | Change localizing to LC_ALL | Andrey A. Chernov | 2001-02-10 | 1 | -1/+1 |
| * | Temporary workaround to get things to compile. I could have updated | Matt Jacob | 2001-02-10 | 2 | -2/+9 |
| * | Add missing 4-th space at the end of int_curr_symbol | Andrey A. Chernov | 2001-02-10 | 2 | -2/+2 |
| * | Resurrect Minix sh(1), after its license has been changed to BSD one. | Andrzej Bialecki | 2001-02-10 | 10 | -0/+5018 |
| * | Localize it (LC_NUMERIC) | Andrey A. Chernov | 2001-02-10 | 1 | -13/+25 |
| * | Add Polish locale. | Andrzej Bialecki | 2001-02-10 | 9 | -0/+119 |
| * | Unbreak by syncing with changes in <sys/sysctl.h> macros. | Andrzej Bialecki | 2001-02-10 | 1 | -12/+12 |
| * | Clear the reschedule flag after finding it set in userret(). This | Jake Burkholder | 2001-02-10 | 4 | -0/+4 |
| * | make it possible to specify grouping number from range 0..CHAR_MAX, | Alexey Zelkin | 2001-02-10 | 1 | -3/+9 |
| * | -Document DS20 serial/graphics console (as it bit me yesterday.. again.. grr) | Wilko Bulte | 2001-02-10 | 1 | -1/+14 |
| * | Use "namespace.h" and "un-namespace.h" | Alexey Zelkin | 2001-02-10 | 1 | -0/+2 |
| * | Acquire sched_lock around need_resched() in roundrobin() to satisfy | Jake Burkholder | 2001-02-10 | 1 | -8/+4 |
| * | Back out my "3;3" -> something change. While technikally the same, it only | Andrey A. Chernov | 2001-02-10 | 17 | -17/+17 |
| * | Back out my "3;3" -> something changes. While technikally the same, it only | Andrey A. Chernov | 2001-02-10 | 31 | -31/+31 |
| * | aic7xxx.c: | Justin T. Gibbs | 2001-02-10 | 5 | -78/+175 |
| * | A better fix for the PacketAliasProxyRule() call. | Brian Somers | 2001-02-10 | 1 | -3/+3 |
| * | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | Alexey Zelkin | 2001-02-10 | 5 | -15/+84 |
| * | Add en_NZ.ISO_8859-1. | Jeroen Ruigrok van der Werven | 2001-02-10 | 2 | -0/+6 |
| * | activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7 | Alexey Zelkin | 2001-02-10 | 3 | -0/+6 |
| * | add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2 | Alexey Zelkin | 2001-02-10 | 6 | -0/+116 |
| * | Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7 | Alexey Zelkin | 2001-02-10 | 6 | -0/+116 |
| * | Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. | Yoshihiro Takahashi | 2001-02-10 | 1 | -2/+2 |
| * | Add pc98 support. | Yoshihiro Takahashi | 2001-02-10 | 1 | -0/+4 |
| * | mdoc(7) police: polishing. | Ruslan Ermilov | 2001-02-10 | 1 | -32/+43 |
| * | mdoc(7) police: mark LC_NUMERIC with .Dv. | Ruslan Ermilov | 2001-02-10 | 5 | -6/+11 |
| * | Remove spurious '"'. | Poul-Henning Kamp | 2001-02-10 | 1 | -1/+1 |
| * | Improve language and code examples. | Nik Clayton | 2001-02-10 | 1 | -31/+41 |
| * | Fix nasty bug where make(1) assumed that you could read the directory it | Will Andrews | 2001-02-10 | 1 | -0/+2 |
| * | There are now compat libs for the Alpha too. | David E. O'Brien | 2001-02-10 | 1 | -1/+4 |
| * | The compat[34]x dists need to have their machine arch appended. | David E. O'Brien | 2001-02-10 | 1 | -2/+2 |
| * | Add 4x compat libs for Alpha. | David E. O'Brien | 2001-02-10 | 3 | -0/+14822 |
| * | Look to the future and make this easier to add libs to. | David E. O'Brien | 2001-02-10 | 1 | -3/+14 |
| * | Localize it (LC_NUMERIC) | Andrey A. Chernov | 2001-02-10 | 2 | -0/+10 |