summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-08-04Make pax exit unsuccessfully on errors.Marco Pfatschbacher
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@
2005-08-04Fix handling of empty entries at the end of an address list; avoidsOtto Moerbeek
always skipping the last address. ok beck@
2005-08-04Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@Can Erkin Acar
2005-08-04...and indent;Jason McIntyre
2005-08-04remove trailing space;Jason McIntyre
2005-08-04a quick diff for marco, who wanted to see if his power supplies were on orDavid Gwynne
off. adds printing of the INDICATOR sensor type ok deraadt@
2005-08-04Add support for dell enclosures that do both SES and SAF-TE. ok dlg@Marco Peereboom
2005-08-04make the list of cards easier to read.Brad Smith
2005-08-04Add SCSI 3 define. ok dlg@Marco Peereboom
2005-08-03Move a couple of 2048+4 byte structures from the stack to the heap.Kenneth R Westerback
Create structures to eliminate 2048+4 magic number everywhere. Mostly adapted from NetBSD. tested by sturm@, beck@. ok beck@
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
the driver and calcule address line mask when is not. from haya@netbsd.org. tested by several ppl.
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03document cache file name,Marc Espie
more use of $@, use exec where appropriate. okay deraadt@
2005-08-03libstubs stuff, not yet active.Marc Espie
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03prevent unaligned memory access when processing LCP echo packets,Can Erkin Acar
making pppoe(4) work on sparc64. Fixes PR-4311 Reported and fix tested by David Coppa < dcoppa at gmail com >
2005-08-03avoid xrefs to self...Jason McIntyre
2005-08-03syncTheo de Raadt
2005-08-03device is not optional; spotted by jmcTheo de Raadt
2005-08-03dlg did not test what he affects; enum clashTheo de Raadt
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
discussed with dlg@, ok deraadt@
2005-08-03use action_block in init instead of custom code, permits single lineNikolay Sturm
commands w/o braces in init ok henning, mpf
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
Use stream bus space accesses to program the ID (station address) registers; otherwise, the byte order of the address is changed on big-endian machines. Though our bus_space API is different. Tested by form at pdp-11 dotorg dot ru and robert@ ok mickey@ robert@
2005-08-03clarify device vs drive; marco okTheo de Raadt
2005-08-03Fix usage.Marco Peereboom
2005-08-03report the state of the power supplies. the value shows if the psu is onDavid Gwynne
or off, but sysctl doesnt know how to display it (yet). requested by marco@
2005-08-03be more careful when using struct ipsec_auth, might be NULL now.Hans-Joerg Hoexer
2005-08-03link back to ciss from here as wellMichael Shalayeff
2005-08-03cissMichael Shalayeff
2005-08-03take advantage of the new ability of the sensors framework to report theDavid Gwynne
status ok marco@ beck@ henning@ deraadt@
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03extend the sensors framework to allow it to report the state of theDavid Gwynne
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@
2005-08-03oopsMichael Shalayeff
2005-08-03check only once for the HOME environment variable and reuseXavier Santolaria
its value (if any) to check for the .cvsrc and .cvsignore files; ok jfb@ joris@.
2005-08-03improve description of -a and -s a little;Jason McIntyre
2005-08-03document $HOME/.cvsignore in FILES section; ok jmc@.Xavier Santolaria
2005-08-03be more sure about what is a drive vs controller; ok marcoTheo de Raadt
2005-08-03various cleanups, the way i like it, ok marcoTheo de Raadt
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-08-03tree broken; no ciss.4 commitedTheo de Raadt
2005-08-03Do not send "deletion" messages for states created by other pfsync peers whenChristopher Pascoe
they timeout. Any other hosts that have also learnt these states will already know that they are due to time out. ok henning
2005-08-03Eliminate another case where pool routines are called without process context.Christopher Pascoe
Instead of purging immediately, let the state be purged at the purge interval. ok henning
2005-08-03use flag macro instead of constantChristopher Pascoe
2005-08-03hook up a simple ciss(4) pageMichael Shalayeff
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
OK deraadt@
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a ↵Michael Shalayeff
better second
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
w/ a read from the next register (hell knows what's in it). this whole driver work is done w/ help of genua.de and also a card donated earlier.
2005-08-02int mask is matched on the subsys ids not prod idsMichael Shalayeff