summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-09Make bge use busdmaNathan Binkert
2001-10-09Oops, merge from stable...Marc Espie
2001-10-09Don't enable BGE_CHECKSUM yet, since it doesn't work.Nathan Binkert
It shouldn't have been enabled in the first place.
2001-10-09Add missing rule for B::CC.ps3p; Hans-Guenter WeigandTodd C. Miller
2001-10-09close all channels if the connection to the remote host has been closed,Markus Friedl
should fix sshd's hanging with WCHAN==wait
2001-10-09stat subsystem command before calling do_exec, and return error to client.Markus Friedl
2001-10-09isakmpd can work without an isakmpd.conf, but not without anAngelos D. Keromytis
isakmpd.policy -- change startup conditions accordingly.
2001-10-09Don't try to use $groupname{$group_login} when we know it isTodd 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-09syncTheo de Raadt
2001-10-09- keep a spare dmamap_t around for rx (use it to keep the old mbuf loadedJason Wright
while trying to get the next buffer setup). - reduce ring size for both rx & tx
2001-10-09Print correct portnr in warning msg.Hakan Olsson
2001-10-09man page corrections, from Brian J. KifiakDaniel Hartmeier
2001-10-09chdir $HOME after krb_afslog(); from bbense@networking.stanford.eduMarkus Friedl
2001-10-09Don't assume that the RTF_HOST flag implies that a netmask is available.brian
2001-10-09correct AX entry, add AXiJason Wright
2001-10-09More food.Miod Vallat
2001-10-09A couple of glitches.Miod Vallat
2001-10-09Subsection was left out of the manpage, i386 added.Dale Rahn
ok miod@
2001-10-09Add manpage for apm driver on macppc. This version is copied fromDale Rahn
i386 with some minor changes, and several NOT YET SUPPORTED statements. ok miod (we can improve it in the tree later).
2001-10-08sparc -> sparc64Miod Vallat
2001-10-08Add dup2.Artur Grabowski
2001-10-08Simple dumb test for dup2.Artur Grabowski
2001-10-08More sparc64 manual pages borrowed and adapted from the sparc land.Miod Vallat
2001-10-08force alignment, makes dhcp work on alpha'sEric Jackson
from netbsd. deraadt@ Ok.
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08partial updateTheo de Raadt
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08Bad me found old man pages installed and assumed the code was still there.Miod Vallat
2001-10-08i think miod only half-looked at this patchTheo de Raadt
2001-10-08arch -ksTheo de Raadt
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-10-08Link order tweak so vax crunches happily.Hugh Graham
2001-10-08powerpc -> 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-08use correct family for -b optionMarkus Friedl
2001-10-08Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au>Aaron Campbell
for testing the patch.
2001-10-08regenAaron Campbell
2001-10-08WiseCom iPort; Brendan Hiley <ultr0s@mbox.com.au>Aaron Campbell
2001-10-08reenable audioceJason Wright
2001-10-08better debugMarkus Friedl
2001-10-08o) better -mdoc syntax;Mike Pechkin
o) start new sentence on a new line; o) sort SEE ALSO; o) close .Bd; millert@ ok
2001-10-08add lge(4) commentedNathan Binkert
2001-10-08update ca zips; from Ted U <grendel@heorot.stanford.edu>; deraadt@ okMichael Shalayeff
2001-10-08Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPIDale 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-08Complete (I hope) the changes to siop that make it pay attentionKenneth 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-08permit changing of rdsetrootTheo de Raadt
2001-10-07+DTC Domex 3194UJason Wright
2001-10-07Rework a bit, and add DTC Domex 3194U Plus to list of supported cardsJason Wright
2001-10-07match DTCTECH Domex DMX3194U (it's an initio in a different box)Jason Wright
2001-10-07Clean up fdrelease.Artur Grabowski
2001-10-07gc UF_MAPPED.Artur Grabowski