Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-09 | Make bge use busdma | Nathan Binkert | |
2001-10-09 | Oops, merge from stable... | Marc Espie | |
2001-10-09 | Don't enable BGE_CHECKSUM yet, since it doesn't work. | Nathan Binkert | |
It shouldn't have been enabled in the first place. | |||
2001-10-09 | Add missing rule for B::CC.ps3p; Hans-Guenter Weigand | Todd C. Miller | |
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl | |
should fix sshd's hanging with WCHAN==wait | |||
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl | |
2001-10-09 | isakmpd can work without an isakmpd.conf, but not without an | Angelos D. Keromytis | |
isakmpd.policy -- change startup conditions accordingly. | |||
2001-10-09 | Don't try to use $groupname{$group_login} when we know it is | Todd C. Miller | |
undefined. This caused adduser to not add a new login group when there was an entry like ":*::" in /etc/group due to a false positive on a broken sanity check. Since we *know* the gid of the new user's login group just use that. | |||
2001-10-09 | sync | Theo de Raadt | |
2001-10-09 | - keep a spare dmamap_t around for rx (use it to keep the old mbuf loaded | Jason Wright | |
while trying to get the next buffer setup). - reduce ring size for both rx & tx | |||
2001-10-09 | Print correct portnr in warning msg. | Hakan Olsson | |
2001-10-09 | man page corrections, from Brian J. Kifiak | Daniel Hartmeier | |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl | |
2001-10-09 | Don't assume that the RTF_HOST flag implies that a netmask is available. | brian | |
2001-10-09 | correct AX entry, add AXi | Jason Wright | |
2001-10-09 | More food. | Miod Vallat | |
2001-10-09 | A couple of glitches. | Miod Vallat | |
2001-10-09 | Subsection was left out of the manpage, i386 added. | Dale Rahn | |
ok miod@ | |||
2001-10-09 | Add manpage for apm driver on macppc. This version is copied from | Dale Rahn | |
i386 with some minor changes, and several NOT YET SUPPORTED statements. ok miod (we can improve it in the tree later). | |||
2001-10-08 | sparc -> sparc64 | Miod Vallat | |
2001-10-08 | Add dup2. | Artur Grabowski | |
2001-10-08 | Simple dumb test for dup2. | Artur Grabowski | |
2001-10-08 | More sparc64 manual pages borrowed and adapted from the sparc land. | Miod Vallat | |
2001-10-08 | force alignment, makes dhcp work on alpha's | Eric Jackson | |
from netbsd. deraadt@ Ok. | |||
2001-10-08 | We're not cross hosted these days. | Jason Wright | |
2001-10-08 | partial update | Theo de Raadt | |
2001-10-08 | Remove some debugging and development leftovers. | Artur Grabowski | |
2001-10-08 | Bad me found old man pages installed and assumed the code was still there. | Miod Vallat | |
2001-10-08 | i think miod only half-looked at this patch | Theo de Raadt | |
2001-10-08 | arch -ks | Theo de Raadt | |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl | |
2001-10-08 | Link order tweak so vax crunches happily. | Hugh Graham | |
2001-10-08 | powerpc -> macppc changes (missed previously) | Dale Rahn | |
change ARCH=ARCH sed to use `arch -ks` so it has the proper macppc directory when referring to the ftp or CD directories. | |||
2001-10-08 | use correct family for -b option | Markus Friedl | |
2001-10-08 | Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
for testing the patch. | |||
2001-10-08 | regen | Aaron Campbell | |
2001-10-08 | WiseCom iPort; Brendan Hiley <ultr0s@mbox.com.au> | Aaron Campbell | |
2001-10-08 | reenable audioce | Jason Wright | |
2001-10-08 | better debug | Markus Friedl | |
2001-10-08 | o) better -mdoc syntax; | Mike Pechkin | |
o) start new sentence on a new line; o) sort SEE ALSO; o) close .Bd; millert@ ok | |||
2001-10-08 | add lge(4) commented | Nathan Binkert | |
2001-10-08 | update ca zips; from Ted U <grendel@heorot.stanford.edu>; deraadt@ ok | Michael Shalayeff | |
2001-10-08 | Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPI | Dale Rahn | |
do not support 6 byte CDBs. This quirk is used for OLYMPUS USB cameras. Loosely based on code in FreeBSD. ok costa@ | |||
2001-10-08 | Complete (I hope) the changes to siop that make it pay attention | Kenneth R Westerback | |
to the quirks table. These latest changes, triggered by problems Dan Weeks was having and developed with a lot of testing by Dan, should ensure that siop is a) using the quirks of the correct LUN during wide/sync negotiations and b) calling siop_add_dev() for all LUN's which return valid information from an INQUIRY command. | |||
2001-10-08 | permit changing of rdsetroot | Theo de Raadt | |
2001-10-07 | +DTC Domex 3194U | Jason Wright | |
2001-10-07 | Rework a bit, and add DTC Domex 3194U Plus to list of supported cards | Jason Wright | |
2001-10-07 | match DTCTECH Domex DMX3194U (it's an initio in a different box) | Jason Wright | |
2001-10-07 | Clean up fdrelease. | Artur Grabowski | |
2001-10-07 | gc UF_MAPPED. | Artur Grabowski | |