summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-26get the argument name right; from Jacek MasiulaniecJason McIntyre
2008-05-26Fix typo, such that this actually compiles.Mark Kettenis
2008-05-26- put CAVEATS in the right placeJason McIntyre
- filesystem -> file system, for consistency; from Pierre Riteau
2008-05-26Count outbound packets.Brad Smith
ok kettenis@
2008-05-26Make bringing the interface down work properly (includes a line stolenMark Kettenis
from a diff by brad@).
2008-05-26Make sure we build man pages on stand/ on all architectures.Mark Kettenis
2008-05-26syncMark Kettenis
2008-05-26Print SCSI initiator ID such that it is easier to spot configurationMark Kettenis
problems. ok krw@, marco@, deraadt@
2008-05-26Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT,Marcus Glocker
VIDIOC_S_INPUT, VIDIOC_TRY_FMT. Allows me at least to use a small V4L2 compatible webcam application to capture some images.
2008-05-26remove nlist bandwidth optimization, since ftp servers actually don't copeMarc Espie
with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd)
2008-05-26fix example in manpage, spotted by Jacek MasiulaniecAlexander von Gernler
While there, stress the idea that users should always have a disklabel inside their vnd images, so they can fsck their filesystems properly input from otto@, corrections by jmc@, "looks better" deraadt@
2008-05-26On sparc64, fetch "scsi-initiator-id" property from the firmware, and useMark Kettenis
it to tweak to SPI port configuration. Makes the PRIMEPOWER 250 happy when netbooting.
2008-05-26Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit moreMark Kettenis
consistent).
2008-05-26reorg fields in structs inodesc and inoinfo to reduce size on some archs; fromOtto Moerbeek
mickey; ok millert@
2008-05-26Limit to 80 char width and tweak comments for readability.Jonathan Gray
2008-05-26Properly handle usbd_get_interface_descriptor() returning NULL.Jonathan Gray
From Jacek Masiulaniec <jacekm@dobremiasto.net>
2008-05-26"usage:" is lowercase; synchronize synopsis and usage.Igor Sobrado
2008-05-26sort flags on both the synopsis and usage.Igor Sobrado
ok jmc@
2008-05-26signpost encodings and formats a little better;Jason McIntyre
2008-05-26put -q in the right place;Jason McIntyre
2008-05-26tweak previous;Jason McIntyre
2008-05-26add -q option which enables "quiet" operation.Jacob Meuser
ok ratchov@
2008-05-26- also zap userldt hereJasper Lievisse Adriaanse
from travers buda, via deraadt@
2008-05-26Enable cmpci(4) and eso(4).Brad Smith
ok jakemsr@
2008-05-26cgetstr(3) can also return 2 so handle that. Also restructre things a bitOtto Moerbeek
to get rid of the flag var. ok deraadt@ fgsch@
2008-05-26formatting nit in the pseudocode.Brad Smith
2008-05-26Count output packets.Brad Smith
From DragonFly ok dlg@
2008-05-26If an interface has no link at startup, try to force it up, and thenTheo de Raadt
give it about 4 seconds of (silent) grace period before doing the verbose search for a link... tested by various developers who got burned a bit
2008-05-26explain why, even though we support "sticky" block sizes, setting blockJacob Meuser
sizes before other parameters can cause problems. ok ratchov@
2008-05-25use ac97 default parameters for auich(4), auixp(4) and auvia(4).Jacob Meuser
they may have codecs which only handle 48kHz sampling rates. ok ratchov@
2008-05-25add a function to get default parameters for ac97 codecs. all ac97Jacob Meuser
codecs support 16-bit stereo slinear_le @ 48kHz. ok ratchov@
2008-05-25tweak the SPI port configuration if we figure out that it is not quiteDavid Gwynne
right, in particular the adapters scsi id on the bus. requested by kettenis@ who is having trouble with the scsi controller on the primepower 250.
2008-05-25Don't error out if dhcpd-sync does not exist in /etc/services and noTodd C. Miller
sync options were specified. OK deraadt@
2008-05-25Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push theTodd C. Miller
mkstemp() down into recvfile() and use mktemp() for recvlink(). OK okan@
2008-05-25give argument to LIST_END(), don't use variable lenght arrays as lastAlexandre Ratchov
field of structures. from deraadt@
2008-05-25Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistentMarc Balmer
with other USB host controller interfaces. From Karl Sjodahl <dunceor@gmail.com>; ok jsg
2008-05-25We don't have any bootblocks to install.Mark Kettenis
2008-05-25do not need sys/protosw.hTheo de Raadt
2008-05-25need to declare struct proct before using a pointer to it; ok kettenis thibTheo de Raadt
2008-05-25Don't forget to actually return a value in ttyname(), and fix a bunch ofMiod Vallat
warnings while there.
2008-05-25- chat to syslog if the script file can't be read or executed.Jasper Lievisse Adriaanse
ok otto@
2008-05-25Fix whitespace and comment.Joel Sing
2008-05-25Specify the PHY to be used in the kernel config instead of hardcoding itMark Kettenis
int tsec(4).
2008-05-25Default to full-duplex MII mode such that a directly connected integratedMark Kettenis
switch has a chance to work. Don't call into the mii layer if no PHYs were attached. Makes the integrated switch on the Thecus N1200 visible to the CPU.
2008-05-25Fix typo; makes TSEC2 actually get Rx interrupts.Mark Kettenis
2008-05-25improve indentation.Igor Sobrado
ok jsing@
2008-05-25de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvsMarc Balmer
markers. no binary changes
2008-05-25Move cmpci(4) and eso(4) out of the untested section.Brad Smith
ok jakemsr@
2008-05-25Enable emu(4).Brad Smith
ok jakemsr@
2008-05-25Spacing. Comments. strncpy() -> strlcpy().Marcus Glocker