summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-30Set up cmdp before first possible call of fatal to avoid NULL pointerTobias Stoeckmann
dereference in logging code. Spotted by Igor Zinovik. ok joris
2008-05-30trivial KNF before we go furtherHenning Brauer
2008-05-30syncThordur I. Bjornsson
2008-05-30add the intel turbo memory device idThordur I. Bjornsson
ok dlg@
2008-05-30diff -D support, also a change in diff_internals to properly printTobias Stoeckmann
file name or /dev/null, if file has been removed or added.
2008-05-30Major rework of our cvs diff implementation fixes tons of GNU cvsTobias Stoeckmann
compatibility glitches and bugs which have been spotted by ray@ and Igor Zinovik. ok joris
2008-05-30Allocate static buffer for software frame buffer and make sure to notMarcus Glocker
overflow it.
2008-05-30correct size of iov[]; ralf.horstmann@gmx.deTheo de Raadt
2008-05-30some KNF.Brad Smith
2008-05-30Remove unused NetBSD code for dmesg printing.Brad Smith
ok deraadt@
2008-05-29add a detailed synopsis to mg(1); synchronize with usage.Igor Sobrado
tweaks by jmc@ ok jmc@
2008-05-29Thecus N1200 not N2100 (armish). -mojMats O Jansson
2008-05-29appease stupid stupid gcc; ok millertTheo de Raadt
2008-05-29dlg backed out one too many revisions, bring back 1.2joshua stein
only do aml_freevalue when necessary, noted by deanna
2008-05-29Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1).Miod Vallat
2008-05-29syncTheo de Raadt
2008-05-29pcaled(4) also supports the PCA9552 LED dimmer.Marc Balmer
ok jmc
2008-05-29try to clearly describe interaction between -CcEeHhRr and -fiou options;Jason McIntyre
written with help from ratchov and jakemsr; ok ratchov
2008-05-29regenRobert Nagy
2008-05-29add a third MSI bluetooth deviceRobert Nagy
2008-05-29sync synopsis/usage; "usage:" is lowercase.Igor Sobrado
2008-05-29specify alternate default audio parameters to make the default expansionJacob Meuser
factor 1 also obsoletes a XXX workaround in azalia ok ratchov@
2008-05-29Mention the CS8204 model.Brad Smith
2008-05-29Recognize the Cicada CS8204 quad port PHY.Brad Smith
From FreeBSD ok dlg@
2008-05-29- Add a debug message to mention when a 2.5Gb adapter is found.Brad Smith
- Change invalid PHY address debug message in bnx_miibus_write_reg() from warn level to verbose. - Add two new softc fields and store the shared and port hw config data. From FreeBSD ok dlg@
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
this makes the emulation expansion factor 1 by default since there's no emulation. previously the factor was 2 because these drivers emulate 8-bit ulaw playback with 16-bit linear encodings. having a factor other than 1 by default creates block size and hiwat/lowat issues with applications that set the block size and hiwat before other parameters. ok ratchov@
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
- Mechanical change: Use arrays for state key pointers in pf_state, and addr/port in pf_state_key, to allow the use of indexes. - Fix NAT, pfsync, pfctl, and tcpdump to handle the new state structures. In struct pfsync_state, both state keys are included even when identical. - Also fix some bugs discovered in the existing code during testing. (in particular, "block return" for TCP packets was not returning an RST) ok henning beck deraadt tested by otto dlg beck laurent Special thanks to users Manuel Pata and Emilio Perea who did enough testing to actually find some bugs.
2008-05-29rewrite the state table logic.Henning Brauer
complete the split off of the layer 3/4 adressing information from the extra information in the actual state. a state key holds a list of states, and a state points to two state keys - they're only different in the NAT case. More specificially, it deprecates the (often difficult to understand) concept of lan, ext, and gwy addresses, replacing them with WIRE and STACK side address tuples. (af, proto, saddr, daddr, sport, dport). Concept first brought up some years ago on a ferry ride in bc by ryan and me, I spent some time over the last year getting closer, and finally got it completed in japan with ryan. dlg also took part, helped a lot, and saved us 8 bytes. This commit removes support for any kind of NAT as well as pfsync. It also paves the road for some code simplification and some very cool future stuff. ok ryan beck, tested by many
2008-05-28Enable hme(4). Reported to work by Stian Sletner.Mark Kettenis
2008-05-28Add a boot.8 manual page (copied straight from armish). This will in turnMiod Vallat
act as a reminder to write boot_socppc.8 (eventually).
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
secondary boot loader). This will in turn act as a reminder to write boot_armish.8 (soon).
2008-05-28Don't document ``device foo'' yet either.Miod Vallat
2008-05-28Add a boot.8 manual page (adapted from other platforms which use the MIMiod Vallat
secondary boot loader). This will in turn act as a reminder to write boot_landisk.8 (soon).
2008-05-28write cpio_usage() in a way consistent with pax_usage() and tar_usage();Igor Sobrado
wrap options around to fill out the 80 columns; spacing. tweaked by jsing@, thank you very much! ok jsing@
2008-05-28add missing tab;Jason McIntyre
2008-05-28In -f mode, don't print a warning if source and target already pointTodd C. Miller
to the same inode. This is consistent with other implementations. OK deraadt@ miod@ ray@
2008-05-28Turns out I have an ISP 12160 myself, and it works fine on sparc64. SinceMark Kettenis
a fix has been made that might make the 10160 work too, enable support again. ok miod@
2008-05-28Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers.Mark Kettenis
The registers seems to return 0 on my 12160 and there are some indications that it doesn't really exist. This may fix panics seen with the 10160 on sparc64 machines. ok krw@
2008-05-28Spotted by jmc, I tested the device and it works, so put it in the rightPierre-Yves Ritschard
section of the manpage.
2008-05-28Don't limit ourselfs when it comes to arguments on command line orTobias Stoeckmann
arguments sent by client. ok joris
2008-05-28add a description for -D and -T (taken from NetBSD's rmail(8));Igor Sobrado
use the right capitalization for "sendmail". tweaks by jmc@ and jsing@, thanks! ok jmc@, jsing@, millert@
2008-05-28more usb hid types, from netbsd.Chris Kuethe
"go to it" deraadt
2008-05-28syncPierre-Yves Ritschard
2008-05-28Add support for Option GlobeTrotter 3G+ cards as distributed by OrangePierre-Yves Ritschard
in umsm. ok jsg@
2008-05-28if aucat is resumed (after suspend), kernel buffers are empty, thus write()Alexandre Ratchov
syscall succedes and consumes aucat buffers until kernel buffers are full. If aucat buffers are smaller than kernel ones, they will underrun, and aucat will terminate, since underruns are not handled yet. This changes is an improvement until SIGCONT handler is implemented. The correct approach is to add a handler for SIGCONT to: call dev_stop(), reset all buffers, bring play and record in sync, fill play buffers and call dev_start(). ok jakemsr
2008-05-28syncTheo de Raadt
2008-05-27only look up the initiator-id for SPI (aka "real scsi") controllers onDavid Gwynne
sparc64. this prevents us from setting the initiator id on sas and fc hbas. the scsi midlayer doesnt probe for targets at the initiator id address, so if we set this on fc and sas hbas (which dont really have a real scsi address on the bus), then we're preventing them from finding potential targets at that address. ok kettenis@
2008-05-27Don't print SCSI ID, it's redundant now that scsibus(4) prints the sameMark Kettenis
information. ok deraadt@
2008-05-27syncTheo de Raadt
2008-05-27bring the netnatm usrreq's also up to speed on the addition of theThordur I. Bjornsson
struct proc argument to the usrreq's routines...