Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-28 | Fix the VIS_GLOB checks added in rev 1.16 | Todd C. Miller | |
Add missing casts to u_char so 0xff is treated the same on machines with signed and unsigned chars. OK deraadt@ espie@ | |||
2005-08-28 | fix vis prototype | Todd C. Miller | |
2005-08-28 | Fix a reliability issue where an over-read of 4 bytes could result in the | Chad Loder | |
tcpdump process being terminated when tcpdump running with -vv tries to print a a short IKE SA payload. Specifically OK'd for 3.8 release by deraadt@. OK canacar@, hshoexer@. | |||
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-08-28 | Mention AX88178. | Jonathan Gray | |
ok deraadt@ | |||
2005-08-28 | wake aps up on resume from suspend/standby; ok deraadt@ | Damien Miller | |
tested by jsg@ naddy@ and some helpful souls on tech@ | |||
2005-08-28 | The AX88178 sends multiple frames per USB transfer | Jonathan Gray | |
and has extra bytes and rules to deal with this. Initial rxeof/encap changes by me, dlg@ rewrote axe_rxeof and axe_newbuf from scratch and cleaned up encap so they can jump over buildings in a single bound and be more elegant/readable. ok deraadt@ | |||
2005-08-28 | We don't need to do a PHY select for AX88178 but we should | Jonathan Gray | |
do a generic soft reset before doing a specific one. ok dlg@ deraadt@ | |||
2005-08-28 | Write back IPG values in a manner more likely to work. | Jonathan Gray | |
ok dlg@ deraadt@ | |||
2005-08-28 | Tell the AX88178 to give us the full transaction size. | Jonathan Gray | |
ok dlg@ deraadt@ | |||
2005-08-28 | Account for larger USB transaction size of AX88178 by | Jonathan Gray | |
making the size a member of the softc. ok dlg@ deraadt@ | |||
2005-08-28 | We have to do some extra hand holding on link state change | Jonathan Gray | |
on the AX88178 because of the external PHY. ok dlg@ deraadt@ | |||
2005-08-28 | Fix ^From line date because mail(1) cares about spacing; kili@outback.escape.de | Theo de Raadt | |
2005-08-27 | change default user shell to ksh as well. | Theo de Raadt | |
spotted by matthieu and miod sorry bill, but you stopped just hacking far too long ago.. | |||
2005-08-27 | reluctantly move cc1 to base. xdm uses cpp, and in some gcc releases | Theo de Raadt | |
cpp depends on cc1 being there; ok matthieu todd espie | |||
2005-08-27 | Fix off-by-one when moving a line to the end of the buffer. Instead | Todd C. Miller | |
of doing our own memmove() (incorrectly) just use memmove(). Bug found by Matthias Scheler <tron@zhadum.de>. OK deraadt@ henning@ krw@ | |||
2005-08-27 | remove -beta tag | Theo de Raadt | |
2005-08-27 | mention BCM5752 here. | Brad Smith | |
ok deraadt@ | |||
2005-08-27 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix WME settings (Best Effort). ok deraadt@ reyk@ henning@ tested by many | |||
2005-08-27 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). ok deraadt@ reyk@ henning@ tested by many | |||
2005-08-27 | regen | Brad Smith | |
2005-08-27 | BCMunknown -> BCM5752 | Brad Smith | |
ok deraadt@ | |||
2005-08-27 | Use the ATA security FREEZE LOCK command on disks before | Jonathan Gray | |
they are presented to the rest of the system to stop a password being set that could deny access to the disk. ok grange@ deraadt@ | |||
2005-08-27 | recognize 5752 A1 ASIC rev. | Brad Smith | |
Noticed by niklas@ on some newer hardware ok deraadt@ | |||
2005-08-27 | Define some ATA security feature set commands. | Jonathan Gray | |
ok grange@ deraadt@ | |||
2005-08-27 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. ok deraadt@ | |||
2005-08-27 | Fix some issues to make the dual port version work this should also fix the | Claudio Jeker | |
singleport T1 (B8Z2/ESF) mode. OK deraadt@ | |||
2005-08-27 | Timeout service request in the uncommon case that the port is blocked | Claudio Jeker | |
(there needs to be correct clocking on the port or all service request will be ignored). Without the timeout the interface will just hang till reboot. OK deraadt@ | |||
2005-08-27 | Tell the dma engine to not poll to often for new descriptors and initialize the | Claudio Jeker | |
groups on attach (the late attach is a design error and fails on the dual port card) and do some additional cleanup. OK deraadt@ | |||
2005-08-27 | iosize is no longer used, use correct esc->mc_iosize instead. This fixes a | Claudio Jeker | |
panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and use correct device name in an error message. OK deraadt@ | |||
2005-08-27 | move some debug messages to use the debug macros so they dont appear | Anil Madhavapeddy | |
during normal operation. deraadt@ ok | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-27 | no need to display the copyright in the formatted page; | Jason McIntyre | |
ok deraadt@ | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-27 | Put in missing parenthesis and thus always pass | Kenneth R Westerback | |
SCSI_IGNORE_ILLEGAL_REQUEST and SCSI_IGNORE_MEDIA_CHANGE flags to scsi_test_unit_ready() and scsi_start() during sdopen(). Re-enables use of devices that don't support START_STOP or TEST_UNIT_READY commands. Noted by and fix tested by Jason Crawford on VMWare disks. ok dlg@ henning@, supportive comments from miod@. | |||
2005-08-26 | fix obvious accident introduced with r1.9, there is no disktype floppyx | Henning Brauer | |
fixes alpha mkr | |||
2005-08-26 | kill bad punctuation; | Jason McIntyre | |
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix WME settings (Best Effort). | |||
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). | |||
2005-08-25 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. | |||
2005-08-25 | when we get an invalid hostname in an option, bitching a moaning is ok, | Henning Brauer | |
but there is no point in refusing the lease based on that. so bitch and moan and ignore that option but accept the lease. yes, customer networks are sometimes interesting... ok millert krw beck | |||
2005-08-25 | fix date spec in mbox From line | Henning Brauer | |
From: Matthias Kilian <kili@outback.escape.de> | |||
2005-08-25 | Prevent zs_stackp from going past the end of zs_htab. May happen | Todd C. Miller | |
for corrupted files. Based on a diff from miod@; OK mickey@ | |||
2005-08-25 | dhcpd has no -q switch any more to behave, it just behaves | Henning Brauer | |
From: Matthias Kilian <kili@outback.escape.de> | |||
2005-08-25 | read the information from the INADDR_ANY socket and do not loop if | Markus Friedl | |
a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@ | |||
2005-08-24 | document /etc/raid[0-3].conf in FILES; | Jason McIntyre | |
from rohee@, but adjusted by me; | |||
2005-08-24 | add ural(4) to the .Nm list; | Jason McIntyre | |
ok deraadt@ | |||
2005-08-24 | some scsi xs transactions can come in without a buffer pointer obviously; ↵ | Theo de Raadt | |
tested by unpronounceable | |||
2005-08-24 | Add MegaRAID 320-2E and while in here alsoe add MegaRAID 320. | Marco Peereboom | |
Prompted deraadt@ | |||
2005-08-24 | Add MegaRAID 320E. | Marco Peereboom | |
"Hell, put it in now." deraadt@ |