summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-31use the correct Entries path to store in cef_path;Joris Vink
ok jfb
2004-08-31Do not crash when there is no user specified in the CVSROOT. SimplifiedJean-Francois Brousseau
version of a diff by Joris Vink.
2004-08-31check return value of strdup(3);Joris Vink
ok jfb
2004-08-31Prevent backup CARP hosts from replying to arp requests, fixes strangenessRyan Thomas McBride
with some layer-3 switches. From Bill Marquette. ok henning@ mickey@ dhartmei@ and deraadt@
2004-08-31a few fixes from weissmanndudeMichael Shalayeff
2004-08-30For username foo.bar, don't treat "bar" as a kerberos instance,Todd C. Miller
that was a kerb4'ism. OK deraadt@
2004-08-30cute side-effect of bsd.lib.mk, some typos only show up with make tags.Marc Espie
noticed by marco@ okay millert@
2004-08-30.Xsession -> .xsession;Jason McIntyre
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
2004-08-30Hasty changes for ``regular'' luna88k support. Written before boot_luna88kMiod Vallat
and should probably get a better wording from it...
2004-08-30minimal documentation for LD_DEBUG.Marc Espie
okay millert@, miod@
2004-08-30another card tat uses system promMichael Shalayeff
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
Fixes fd passing problems on sparc and sparc64. OK henning@
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
Fixes a bogus regression on sparc64. OK henning@
2004-08-30In the interrupt handler, if there is a DMA transfer in progress, doMiod Vallat
not busy wait for the transfer to complete at the very beginning, as this interrupt could be unrelated to the transfer; busywaiting could cause the scsi command timeout to be triggered, and the code would not recover correctly. Instead, make the DMA check simply return, leaving the "busy" flag set; and perform the usual interrupt handler duties, except for the phase change. test&ok millert@
2004-08-30fix some types not agreeing with gcc 3Per Fogelstrom
2004-08-30Add the original LUNA-88K support.Kenji Aoyama
- retrieve auto-boot information from NVRAM - retrieve ethernet address information from FUSE ROM They are stored different way from LUNA-88K2. Tested by Jeff McMahill, ok by miod@
2004-08-30clarify diagnostics output;Jason McIntyre
based on a diff from justin reigle via grange@ and discussed w/ grange;
2004-08-30don't forget to set *hn... theo okHenning Brauer
2004-08-30skip early DNS lookups -- they are deferred to later; ok otto ho henningTheo de Raadt
2004-08-30ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok ↵Theo de Raadt
otto henning
2004-08-30s/keygen/keyscan/Markus Friedl
2004-08-30- add `nokeep' to a table to avoid a line breakJason McIntyre
- kill a ton of whitespace at eol
2004-08-30- sort SEE ALSOJason McIntyre
- word order
2004-08-30Increment the states reference counter in the rule attached to the stateRyan Thomas McBride
being inserted, so that the counter does not wrap back when the state is removed. This fixes pfsync setups with adaptive timeouts. From Chris Pascoe ok canacar@ dhartmei@ henning@ deraadt@
2004-08-30Avoid spinning if the server gives us a bogus zero lease time, byOtto Moerbeek
enforcing a minimum lease time of 60s. ok deraadt@ henning@
2004-08-30from freebsd via Jonathan GrayDavid Gwynne
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers. Without this, the device cannot detect the end of ethernet packets whose size is a multiple of the USB packat size. ok deraadt@
2004-08-30Remove 'usb_'realloc() usage because it doesn't know the size of the oldDale Rahn
buffer, thus may copy too much, causing a memory fault. ok millert, dlg, henning, tdeval, otto
2004-08-30Forgot one MLINK; spotted by Dale.Miod Vallat
2004-08-29Add Adaptec 2120S. ok deraadt@ mickey@Marco Peereboom
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua>
2004-08-29add a few more systems and do not dupe distrib/notes in introMichael Shalayeff
2004-08-29list phantomas and xr ioMichael Shalayeff
2004-08-29oops debugging printfMichael Shalayeff
2004-08-28kill .Pp before .Sh;Jason McIntyre
2004-08-28kill .Pp before .Ss;Jason McIntyre
2004-08-28we don't need this filePer Fogelstrom
2004-08-281210sa is a fake raid as found by Alexander.Farber@t-online.deMichael Shalayeff
2004-08-28don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@Damien Miller
2004-08-27Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support,Dale Rahn
ok deraadt@
2004-08-27make sure pkg_create keeps track of cwd.Marc Espie
okay naddy, pvalchev, millert.
2004-08-27Support USB keyboards on install where USB support is enabled. ok deraadt@Dale Rahn
2004-08-27Add CF_NOSYMS to the flags so we skip symbolic linksJean-Francois Brousseau
2004-08-27Instead of keeping an open pointer to the Entries file when opening withJean-Francois Brousseau
write access, close it and reopen it only on demand, since large trees can contain enough Entries files to generate a 'Too many open files'. Problem spotted by Todd Fries.
2004-08-27Unbreak when running into files with an inode of 0Jean-Francois Brousseau
2004-08-27cleanup and reset the valid requests array when allocating a new rootJean-Francois Brousseau
structure. Also enable the use of at least Valid-responses and valid-requests
2004-08-27When the remote version string points to NULL, print "(unknown)" likeJean-Francois Brousseau
GNU CVS does
2004-08-27Skip directory entries which have a file number of 0Jean-Francois Brousseau
2004-08-27Manpage sets update, with special permission from deraadt@Miod Vallat
2004-08-27Do not install manpages for hardware we do not support (yet).Miod Vallat
Rename mace to macebus per consistency.
2004-08-27Add the missing boot manpage describing the luna88k boot process.Miod Vallat
2004-08-27Do not attempt to free directory information on error cases inJean-Francois Brousseau
cvs_file_getdir(). That information will get freed anyways by cvs_file_free(). Fixes a double free found by Todd Fries.