| Commit message (Expand) | Author | Age | Files | Lines |
| * | A workaround for screen flicker; eliminate some I/O access to the VGA | Kazutaka YOKOTA | 1998-08-10 | 2 | -2/+34 |
| * | Lots of changes, including: | Doug Rabson | 1998-08-10 | 35 | -90/+2363 |
| * | The machine dependent disk slice manager does not recognize | Poul-Henning Kamp | 1998-08-10 | 2 | -6/+12 |
| * | Use us rather than ns, pre recent commits | Warner Losh | 1998-08-10 | 1 | -2/+2 |
| * | Add an emacs enhanced keyboard layout. | Warner Losh | 1998-08-10 | 3 | -4/+119 |
| * | Support the PAL version of the BT878 based Haupauge WinTV/PCI. | Søren Schmidt | 1998-08-10 | 2 | -0/+2 |
| * | I presume Satoshi wanted ``uname -r'' for OSREL not ``uname -s'' | David E. O'Brien | 1998-08-10 | 1 | -2/+2 |
| * | Add extra initialisation code that is required for processes that | John Birrell | 1998-08-10 | 3 | -3/+87 |
| * | `dns' option defaults to disabled, not enabled. | Brian Somers | 1998-08-09 | 2 | -4/+4 |
| * | Oops, forgot my source tree is at RELENG_2_2...MF22. (Add new | Satoshi Asami | 1998-08-09 | 2 | -2/+14 |
| * | New man page for pcm(4) driver. Me, I think this is more likely | Jordan K. Hubbard | 1998-08-09 | 2 | -0/+414 |
| * | Add missing .El | Brian Somers | 1998-08-09 | 2 | -2/+4 |
| * | /var/run/tunX.pid is created regardless of ppps mode. | Brian Somers | 1998-08-09 | 2 | -14/+4 |
| * | Use IFT_PPP from net/if_types.h rather than hard-coding it. | Brian Somers | 1998-08-09 | 1 | -2/+3 |
| * | When entering ``term'' mode, don't output any messages until | Brian Somers | 1998-08-09 | 6 | -19/+29 |
| * | Revert the last commit, it made the Bruce filter flip: | Poul-Henning Kamp | 1998-08-09 | 1 | -18/+13 |
| * | Don't forget to call PacketAliasInit(). | Brian Somers | 1998-08-09 | 1 | -1/+7 |
| * | MF22: Shut this thing up by default. | Jordan K. Hubbard | 1998-08-09 | 2 | -4/+4 |
| * | A few misc changes to get the spigot and meteor board working in 3.0. | Jordan K. Hubbard | 1998-08-08 | 5 | -3/+18 |
| * | Don't ignore symbols containing "$". C++ destructors and other | John Polstra | 1998-08-08 | 1 | -4/+3 |
| * | Typo fix. The PR suggested that "save are for old callslot entry" should | Alexander Langer | 1998-08-08 | 1 | -1/+1 |
| * | cince --> since | Alexander Langer | 1998-08-08 | 1 | -1/+1 |
| * | Year is sometimes set to -1 when assign_date() is called. Check for -1 | Alexander Langer | 1998-08-08 | 1 | -2/+2 |
| * | Clean up all temporaries that we can generate. | Peter Wemm | 1998-08-08 | 1 | -9/+6 |
| * | Use more standard ld commands when stripping symbols out; ld -O is a | Peter Wemm | 1998-08-08 | 1 | -19/+37 |
| * | Make netstat work again. | Poul-Henning Kamp | 1998-08-08 | 2 | -10/+20 |
| * | Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC | Søren Schmidt | 1998-08-08 | 2 | -10/+26 |
| * | Make ../Makefile.inc handling more consistant to prevent multiple includes | Peter Wemm | 1998-08-08 | 9 | -9/+43 |
| * | If using FreeBSD syscalls, handle the syscalls that don't require | John Birrell | 1998-08-08 | 1 | -1/+11 |
| * | Include FreeBSD's syscall.h if not using NetBSD syscalls. | John Birrell | 1998-08-08 | 1 | -2/+5 |
| * | Allow for the fact that NetBSD syscalls are no longer the default. Call | John Birrell | 1998-08-08 | 1 | -0/+4 |
| * | Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined. | John Birrell | 1998-08-08 | 1 | -1/+3 |
| * | References to NetBSD syscalls changed to just a comment about what to | John Birrell | 1998-08-08 | 1 | -6/+7 |
| * | Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still | John Birrell | 1998-08-08 | 1 | -6/+1 |
| * | Show some examples on how to configure callback & CBCP. | Brian Somers | 1998-08-07 | 2 | -12/+46 |
| * | Missed these... | Brian Somers | 1998-08-07 | 2 | -0/+757 |
| * | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 35 | -123/+841 |
| * | Fix garbage after quitting X server. | KATO Takenori | 1998-08-07 | 1 | -1/+3 |
| * | add Hungarian clooate | Andrey A. Chernov | 1998-08-07 | 2 | -4/+4 |
| * | add Hungarian ctype | Andrey A. Chernov | 1998-08-07 | 2 | -4/+4 |
| * | add Hungarian keyboard | Andrey A. Chernov | 1998-08-07 | 3 | -3/+117 |
| * | Add Hungarian defs | Andrey A. Chernov | 1998-08-07 | 4 | -1/+233 |
| * | Add dirs for Hungarian locale | Andrey A. Chernov | 1998-08-07 | 2 | -2/+8 |
| * | fix 8bit clean issue | Andrey A. Chernov | 1998-08-07 | 1 | -5/+5 |
| * | Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 and | KATO Takenori | 1998-08-07 | 3 | -4/+7 |
| * | Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 and | KATO Takenori | 1998-08-07 | 2 | -146/+299 |
| * | Silence some warnings when building on the alpha. | Doug Rabson | 1998-08-07 | 3 | -6/+6 |
| * | The etc-sendmail.cf target is in src/etc/sendmail/Makefile, not | John Birrell | 1998-08-07 | 1 | -2/+2 |
| * | Remove a stupid hack of mine which prevented PCI io memory access on the alpha. | Doug Rabson | 1998-08-07 | 1 | -5/+2 |
| * | Add support for type1 pci configuration cycles for cia (not pyxis yet). | Doug Rabson | 1998-08-07 | 1 | -26/+61 |