| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update for pcic for kld modules and activate | Peter Wemm | 1999-01-19 | 2 | -6/+4 |
| * | Fixed breakage of `make checkdpadd' in previous commit. | Bruce Evans | 1999-01-19 | 1 | -4/+4 |
| * | Update the pccard hooks to use a module style declaration instead. | Peter Wemm | 1999-01-19 | 19 | -217/+57 |
| * | Initial update pccard code for KLD module support. Module support | Peter Wemm | 1999-01-19 | 5 | -156/+84 |
| * | Call the xpt_init() hook during at the start of the configure() process | Peter Wemm | 1999-01-19 | 1 | -5/+7 |
| * | Break configure() into a couple of stages to allow insertion of | Peter Wemm | 1999-01-19 | 2 | -44/+50 |
| * | "19%02", tm.year -> "%d", tm.year+1900 | Daniel O'Callaghan | 1999-01-18 | 1 | -2/+2 |
| * | Allow two digit years 1969-2068 | Daniel O'Callaghan | 1999-01-18 | 1 | -3/+6 |
| * | Fix typo. Unit is spelled with a 'u'. 'init' just types too easily. | Julian Elischer | 1999-01-18 | 3 | -6/+6 |
| * | Fix screwed up previous commit. | Julian Elischer | 1999-01-18 | 3 | -12/+27 |
| * | Reserve a major number for use by the Iprobe device driver. | Andrew Gallatin | 1999-01-18 | 1 | -1/+2 |
| * | Added support for the DEC EB64PLUS systype. (Part III) | Andrew Gallatin | 1999-01-18 | 6 | -8/+16 |
| * | Added support for the DEC EB64PLUS systype. (part II) | Andrew Gallatin | 1999-01-18 | 1 | -0/+187 |
| * | Added support for the DEC EB64PLUS systype. (part I) | Andrew Gallatin | 1999-01-18 | 2 | -5/+114 |
| * | Update to include new drivers, mention newly supported fast ethernet | Bill Paul | 1999-01-18 | 2 | -4/+88 |
| * | Transition from using Perl to using awk for our text-manipulation | Mike Smith | 1999-01-18 | 7 | -274/+203 |
| * | Mention that the CNet Pro110B is supported (ax driver). | Bill Paul | 1999-01-18 | 4 | -4/+6 |
| * | Added copyright. | KATO Takenori | 1999-01-18 | 4 | -14/+120 |
| * | Merge with sys/dev/syscons/syscons.c revision 1.292. | KATO Takenori | 1999-01-18 | 1 | -18/+28 |
| * | Don't forget to initialize va_mode. | KATO Takenori | 1999-01-18 | 2 | -4/+6 |
| * | Add ISDN (i4b) documentation and examples | Hellmuth Michaelis | 1999-01-18 | 6 | -0/+1583 |
| * | Add directory /usr/share/examples/isdn | Hellmuth Michaelis | 1999-01-18 | 1 | -1/+3 |
| * | Fix "make world" breakage because MT_RTABLE was still referenced here. | Ollivier Robert | 1999-01-18 | 1 | -1/+3 |
| * | - Added Spanish messages. | Kazutaka YOKOTA | 1999-01-18 | 1 | -13/+48 |
| * | Sync with sys/i386/i386/userconfig.c revision 1.126. | KATO Takenori | 1999-01-18 | 1 | -3/+3 |
| * | Sync with sys/i386/conf/Makefile.i386 revision 1.135. | KATO Takenori | 1999-01-18 | 2 | -30/+18 |
| * | Fix copy & paste error. | Andrzej Bialecki | 1999-01-18 | 5 | -85/+6 |
| * | Switched to new syscons driver. | KATO Takenori | 1999-01-18 | 13 | -1531/+4602 |
| * | From inspection, ISA interrupts were completely broken.. | Julian Elischer | 1999-01-18 | 3 | -3/+60 |
| * | Clean new index file(GPATH) of global. | Hidetoshi Shimokawa | 1999-01-18 | 1 | -2/+3 |
| * | Update to Global-3.42. | Hidetoshi Shimokawa | 1999-01-18 | 6 | -30/+28 |
| * | Merge from verdor branch (v_3_4_2) and remove obsolete files. | Hidetoshi Shimokawa | 1999-01-18 | 35 | -4687/+1734 |
| * | This commit was generated by cvs2svn to compensate for changes in r42788, | Hidetoshi Shimokawa | 1999-01-18 | 63 | -1074/+6441 |
| |\ |
|
| | * | Import Global v3_4_2 sources.vendor/global | Hidetoshi Shimokawa | 1999-01-18 | 77 | -2496/+8176 |
| * | | Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters. | Joseph Koshy | 1999-01-18 | 1 | -2/+2 |
| * | | Style police, inline ifs. | Bill Fumerola | 1999-01-18 | 1 | -14/+12 |
| * | | Only start vinum if vinum_slices variable is non-empty | Greg Lehey | 1999-01-18 | 1 | -2/+2 |
| * | | Add Portuguese keymaps. | Kazutaka YOKOTA | 1999-01-18 | 4 | -2/+262 |
| * | | Correct Hungarian keymap file names. | Kazutaka YOKOTA | 1999-01-18 | 1 | -2/+4 |
| * | | Fix some symbol keys, accented chars, and capslock state flags. | Kazutaka YOKOTA | 1999-01-18 | 1 | -11/+11 |
| * | | revoke(2) is supported on regular files under current. Change wording | Joseph Koshy | 1999-01-18 | 1 | -6/+5 |
| * | | Use the correct type for uid and gid in struct passwd. Document it. | Dag-Erling Smørgrav | 1999-01-18 | 2 | -4/+4 |
| * | | Get rid of MT_RTABLE; multicast routing no longer uses it. | Bill Fenner | 1999-01-18 | 1 | -2/+2 |
| * | | Don't use ip_mrtproto to determine whether multicast routing is in | Bill Fenner | 1999-01-18 | 3 | -83/+32 |
| * | | Use dynamic memory allocation instead of mbuf's for multicast routing | Bill Fenner | 1999-01-18 | 2 | -103/+86 |
| * | | Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. | Bill Fenner | 1999-01-18 | 1 | -3/+3 |
| * | | If arpresolve() gets passed a route with a null llinfo, call | Bill Fenner | 1999-01-18 | 1 | -2/+2 |
| * | | Install <sys/aio.h> as <aio.h>. | Dmitrij Tejblum | 1999-01-17 | 1 | -2/+2 |
| * | | Bring a bit closer to the normal form. (In particular, add | Dmitrij Tejblum | 1999-01-17 | 1 | -17/+20 |
| * | | Replaced by /usr/bin/gensetdefs a few months ago. | Peter Wemm | 1999-01-17 | 3 | -403/+0 |