Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | get the argument name right; from Jacek Masiulaniec | Jason McIntyre | |
2008-05-26 | Fix typo, such that this actually compiles. | Mark Kettenis | |
2008-05-26 | - put CAVEATS in the right place | Jason McIntyre | |
- filesystem -> file system, for consistency; from Pierre Riteau | |||
2008-05-26 | Count outbound packets. | Brad Smith | |
ok kettenis@ | |||
2008-05-26 | Make bringing the interface down work properly (includes a line stolen | Mark Kettenis | |
from a diff by brad@). | |||
2008-05-26 | Make sure we build man pages on stand/ on all architectures. | Mark Kettenis | |
2008-05-26 | sync | Mark Kettenis | |
2008-05-26 | Print SCSI initiator ID such that it is easier to spot configuration | Mark Kettenis | |
problems. ok krw@, marco@, deraadt@ | |||
2008-05-26 | Add 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-26 | remove nlist bandwidth optimization, since ftp servers actually don't cope | Marc Espie | |
with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd) | |||
2008-05-26 | fix example in manpage, spotted by Jacek Masiulaniec | Alexander 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-26 | On sparc64, fetch "scsi-initiator-id" property from the firmware, and use | Mark Kettenis | |
it to tweak to SPI port configuration. Makes the PRIMEPOWER 250 happy when netbooting. | |||
2008-05-26 | Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit more | Mark Kettenis | |
consistent). | |||
2008-05-26 | reorg fields in structs inodesc and inoinfo to reduce size on some archs; from | Otto Moerbeek | |
mickey; ok millert@ | |||
2008-05-26 | Limit to 80 char width and tweak comments for readability. | Jonathan Gray | |
2008-05-26 | Properly 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-26 | sort flags on both the synopsis and usage. | Igor Sobrado | |
ok jmc@ | |||
2008-05-26 | signpost encodings and formats a little better; | Jason McIntyre | |
2008-05-26 | put -q in the right place; | Jason McIntyre | |
2008-05-26 | tweak previous; | Jason McIntyre | |
2008-05-26 | add -q option which enables "quiet" operation. | Jacob Meuser | |
ok ratchov@ | |||
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse | |
from travers buda, via deraadt@ | |||
2008-05-26 | Enable cmpci(4) and eso(4). | Brad Smith | |
ok jakemsr@ | |||
2008-05-26 | cgetstr(3) can also return 2 so handle that. Also restructre things a bit | Otto Moerbeek | |
to get rid of the flag var. ok deraadt@ fgsch@ | |||
2008-05-26 | formatting nit in the pseudocode. | Brad Smith | |
2008-05-26 | Count output packets. | Brad Smith | |
From DragonFly ok dlg@ | |||
2008-05-26 | If an interface has no link at startup, try to force it up, and then | Theo 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-26 | explain why, even though we support "sticky" block sizes, setting block | Jacob Meuser | |
sizes before other parameters can cause problems. ok ratchov@ | |||
2008-05-25 | use 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-25 | add a function to get default parameters for ac97 codecs. all ac97 | Jacob Meuser | |
codecs support 16-bit stereo slinear_le @ 48kHz. ok ratchov@ | |||
2008-05-25 | tweak the SPI port configuration if we figure out that it is not quite | David 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-25 | Don't error out if dhcpd-sync does not exist in /etc/services and no | Todd C. Miller | |
sync options were specified. OK deraadt@ | |||
2008-05-25 | Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push the | Todd C. Miller | |
mkstemp() down into recvfile() and use mktemp() for recvlink(). OK okan@ | |||
2008-05-25 | give argument to LIST_END(), don't use variable lenght arrays as last | Alexandre Ratchov | |
field of structures. from deraadt@ | |||
2008-05-25 | Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent | Marc Balmer | |
with other USB host controller interfaces. From Karl Sjodahl <dunceor@gmail.com>; ok jsg | |||
2008-05-25 | We don't have any bootblocks to install. | Mark Kettenis | |
2008-05-25 | do not need sys/protosw.h | Theo de Raadt | |
2008-05-25 | need to declare struct proct before using a pointer to it; ok kettenis thib | Theo de Raadt | |
2008-05-25 | Don't forget to actually return a value in ttyname(), and fix a bunch of | Miod 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-25 | Fix whitespace and comment. | Joel Sing | |
2008-05-25 | Specify the PHY to be used in the kernel config instead of hardcoding it | Mark Kettenis | |
int tsec(4). | |||
2008-05-25 | Default to full-duplex MII mode such that a directly connected integrated | Mark 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-25 | Fix typo; makes TSEC2 actually get Rx interrupts. | Mark Kettenis | |
2008-05-25 | improve indentation. | Igor Sobrado | |
ok jsing@ | |||
2008-05-25 | de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs | Marc Balmer | |
markers. no binary changes | |||
2008-05-25 | Move cmpci(4) and eso(4) out of the untested section. | Brad Smith | |
ok jakemsr@ | |||
2008-05-25 | Enable emu(4). | Brad Smith | |
ok jakemsr@ | |||
2008-05-25 | Spacing. Comments. strncpy() -> strlcpy(). | Marcus Glocker | |