Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-04 | sync command synopsis w/ man page; | Xavier Santolaria | |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher | |
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@ | |||
2005-08-04 | Fix handling of empty entries at the end of an address list; avoids | Otto Moerbeek | |
always skipping the last address. ok beck@ | |||
2005-08-04 | Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@ | Can Erkin Acar | |
2005-08-04 | ...and indent; | Jason McIntyre | |
2005-08-04 | remove trailing space; | Jason McIntyre | |
2005-08-04 | a quick diff for marco, who wanted to see if his power supplies were on or | David Gwynne | |
off. adds printing of the INDICATOR sensor type ok deraadt@ | |||
2005-08-04 | Add support for dell enclosures that do both SES and SAF-TE. ok dlg@ | Marco Peereboom | |
2005-08-04 | make the list of cards easier to read. | Brad Smith | |
2005-08-04 | Add SCSI 3 define. ok dlg@ | Marco Peereboom | |
2005-08-03 | Move 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-03 | enforce 10-bit width for i/o addresses when start address is assigned by | Federico G. Schwindt | |
the driver and calcule address line mask when is not. from haya@netbsd.org. tested by several ppl. | |||
2005-08-03 | Smart ARRAY comment fixes. | Brad Smith | |
2005-08-03 | document cache file name, | Marc Espie | |
more use of $@, use exec where appropriate. okay deraadt@ | |||
2005-08-03 | libstubs stuff, not yet active. | Marc Espie | |
2005-08-03 | ciss can fit onto the large RAMDISKS | Theo de Raadt | |
2005-08-03 | prevent 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-03 | avoid xrefs to self... | Jason McIntyre | |
2005-08-03 | sync | Theo de Raadt | |
2005-08-03 | device is not optional; spotted by jmc | Theo de Raadt | |
2005-08-03 | dlg did not test what he affects; enum clash | Theo de Raadt | |
2005-08-03 | missing safte/ses/scsibus pieces | Martin Reindl | |
discussed with dlg@, ok deraadt@ | |||
2005-08-03 | use action_block in init instead of custom code, permits single line | Nikolay Sturm | |
commands w/o braces in init ok henning, mpf | |||
2005-08-03 | This 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-03 | clarify device vs drive; marco ok | Theo de Raadt | |
2005-08-03 | Fix usage. | Marco Peereboom | |
2005-08-03 | report the state of the power supplies. the value shows if the psu is on | David Gwynne | |
or off, but sysctl doesnt know how to display it (yet). requested by marco@ | |||
2005-08-03 | be more careful when using struct ipsec_auth, might be NULL now. | Hans-Joerg Hoexer | |
2005-08-03 | link back to ciss from here as well | Michael Shalayeff | |
2005-08-03 | ciss | Michael Shalayeff | |
2005-08-03 | take advantage of the new ability of the sensors framework to report the | David Gwynne | |
status ok marco@ beck@ henning@ deraadt@ | |||
2005-08-03 | enable ciss; deraadt@ ok | Michael Shalayeff | |
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne | |
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@ | |||
2005-08-03 | oops | Michael Shalayeff | |
2005-08-03 | check only once for the HOME environment variable and reuse | Xavier Santolaria | |
its value (if any) to check for the .cvsrc and .cvsignore files; ok jfb@ joris@. | |||
2005-08-03 | improve description of -a and -s a little; | Jason McIntyre | |
2005-08-03 | document $HOME/.cvsignore in FILES section; ok jmc@. | Xavier Santolaria | |
2005-08-03 | be more sure about what is a drive vs controller; ok marco | Theo de Raadt | |
2005-08-03 | various cleanups, the way i like it, ok marco | Theo de Raadt | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-03 | tree broken; no ciss.4 commited | Theo de Raadt | |
2005-08-03 | Do not send "deletion" messages for states created by other pfsync peers when | Christopher 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-03 | Eliminate 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-03 | use flag macro instead of constant | Christopher Pascoe | |
2005-08-03 | hook up a simple ciss(4) page | Michael Shalayeff | |
2005-08-03 | Link with -lgcc like hp300 to pull in the gcc functions that zlib needs. | Todd C. Miller | |
OK deraadt@ | |||
2005-08-03 | if fw provides no max sgl len -- suggest some of our own | Michael Shalayeff | |
2005-08-03 | in config loop: make delay longer and less iterations to make it run in a ↵ | Michael Shalayeff | |
better second | |||
2005-08-02 | apparently reading idb sometimes produces better results if prepend | Michael 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-02 | int mask is matched on the subsys ids not prod ids | Michael Shalayeff | |