Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-10 | shrink | Theo de Raadt | |
1998-10-10 | sync | Jason Downs | |
1998-10-10 | add ATI Rage Pro and SoundBlaster PCI64 IDs. | Jason Downs | |
1998-10-10 | add tl(4) ethernet driver | Theo de Raadt | |
1998-10-10 | remove scsi(8).. we need more space for drivers | Theo de Raadt | |
1998-10-10 | Add bktr man page, from FreeBSD. | Jason Downs | |
1998-10-10 | Sync with FreeBSD; add ioctls. | Jason Downs | |
1998-10-10 | Sync with FreeBSD; add support for bt878/879, more cards, more tuners... | Jason Downs | |
1998-10-10 | Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX. | Dale S. Rahn | |
1998-10-10 | Remove debugging printfs. | Dale S. Rahn | |
1998-10-10 | ksyms currently does not work on powerpc, to work around | Dale S. Rahn | |
this problem, dont make the device node. This partially has to do with the fact that the powerpc port does not try to load symbols from the kernel image. | |||
1998-10-10 | Docs for if_tl | Jason Wright | |
1998-10-10 | add OpenBSD tags | Jason Wright | |
1998-10-10 | sync | Jason Wright | |
1998-10-10 | Driver for ThunderLAN based ethernet cards ported from FreeBSD. | Jason Wright | |
1998-10-09 | APERTURE, ed0 -> ne0, new audio | kstailey | |
1998-10-09 | Initialize the correct fields when creating an empty command. Fixes bug where a | Todd C. Miller | |
function with no body ( e.g. "testfun () ;" ) would cause ksh to segfault when it was called. Eric Haszlakiewicz <erh@netbsd.org> | |||
1998-10-09 | slight further tweak | Theo de Raadt | |
1998-10-09 | tweak spacing of cache information printing | Theo de Raadt | |
1998-10-09 | proper version number at startup | Theo de Raadt | |
1998-10-09 | no need for dhclient.conf anymore; created by script | Theo de Raadt | |
1998-10-09 | These installation instruction were so out of date that they were | Dale S. Rahn | |
worse than useless. | |||
1998-10-09 | Update to current state of powerpc port. | Dale S. Rahn | |
1998-10-09 | sync | Theo de Raadt | |
1998-10-09 | SMC EtherEZ support | Theo de Raadt | |
1998-10-09 | Turn off all "counter expired" interrupts (missed defer-counter expired counter) | Jason Wright | |
1998-10-09 | Support nested interrupts for the powerpc interrupt controller. | Dale S. Rahn | |
1998-10-09 | Functions to enable and disable interrupts, instead of spreading asm code | Dale S. Rahn | |
through the drivers. Ok, it would not be too bad to have it an inlined function in a header file, but it is not that bad. | |||
1998-10-09 | PCI io space starts at 0x80000000 not 16MB added to that address, when | Dale S. Rahn | |
referring to the offset specified in the pci base address config register. | |||
1998-10-09 | Workaround for wscons support, this is how this was done on alpha, | Dale S. Rahn | |
we really should fix the config args of the wscons code. | |||
1998-10-09 | requesting tty and net soft interrupts does not mean requesting a clock | Dale S. Rahn | |
soft interrupt. | |||
1998-10-09 | Working with three different cards now. CL 5434, Diamond Stealth 64, and | Dale S. Rahn | |
Matrox Storm. _should_ be set up to support X, however no server available yet. | |||
1998-10-09 | sync | Theo de Raadt | |
1998-10-09 | support 905B-FX cards | Theo de Raadt | |
1998-10-08 | add a path to afsd | Artur Grabowski | |
1998-10-08 | Fix static non-bn-asm builds. Need this file. | Bob Beck | |
1998-10-08 | back out previous change. Theo says: | Marco S Hyman | |
marc, this is wrong. mtree builds that directory. we never do mkdir's in makefiles. You also should not have modified ANY of those Makefiles, since they are part of the ssl distribution. please undo this change. And I say: developers, be sure to do a mkdir /usr/include/ssl before a bake build as include files are installed as the 2nd step. | |||
1998-10-08 | Get 'Cd' right, and attempt to bring media into order | Jason Wright | |
1998-10-08 | create /usr/include/ssl before trying to copy files into it. | Marco S Hyman | |
If you've had a recent build fail check /usr/include/ssl. if it is a file instead of a directory remove it and try again after updating with these changes. | |||
1998-10-08 | Updated for support of PNIC boards | Jason Wright | |
1998-10-08 | support for netgear & PNIC boards | Jason Wright | |
1998-10-08 | Support for the Lite-On PNIC found on Netgear FA310TX rev D1 and | Jason Wright | |
several other boards. | |||
1998-10-08 | ignore $TERMCAP if issetugid() | Todd C. Miller | |
1998-10-08 | Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are ↵ | Todd C. Miller | |
setuid/setgid | |||
1998-10-08 | insert bit_ffc into title, symlink bit_* to bitstring.3 | Niels Provos | |
1998-10-07 | kill hostname, pwd, test, sync | Todd C. Miller | |
1998-10-07 | Fix busted BEGIN target | Bob Beck | |
1998-10-07 | no need for /bin/test on the floppy | Theo de Raadt | |
1998-10-07 | sync | Theo de Raadt | |
1998-10-07 | clarify -n; noted by markc@ | Theo de Raadt | |