Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-24 | Bring softraid into the world of 16 byte commands; this allows for > 2TB disks | Marco Peereboom | |
Fix bioctl size output which was off by *512; diagnosed by otto | |||
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy | |
and disable the one second long beep on attach. ok miod@ | |||
2008-01-24 | provide an external hook for beeper devices just like pckbd(4) does | Robert Nagy | |
ok miod@ | |||
2008-01-24 | Oops, make fit in 80 cols. | Marco Peereboom | |
2008-01-24 | Add IO path to RAID 0 discipline. | Marco Peereboom | |
2008-01-24 | KNF | Marco Peereboom | |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback | |
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. Do the same for a write(), and a couple of read() calls which are probably ok but why be inconsistant? This, as the last couple of commits, found by ian@ as a result of poking around in fsck_msdos() when his new iPod had problems vs OpenBSD. Concept reviewed by miod@, beck@, otto@ and ian@. | |||
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback | |
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. ok toby@ | |||
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback | |
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. ok henning@ | |||
2008-01-24 | timeticks type | Reyk Floeter | |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing | |
the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@ | |||
2008-01-23 | Don't reset the sticky tag of a file in CVS/Entries if it is not requested. | Tobias Stoeckmann | |
OK niallo@, xsa@ | |||
2008-01-23 | extend bgpctl show rib detail output to include more attributes in the output. | Claudio Jeker | |
In addition to communities bgpctl now prints the aggregator, originator id, cluster list and extended communities if available. OK henning@ | |||
2008-01-23 | Add defines for extended communities. OK henning@ | Claudio Jeker | |
2008-01-23 | - add missing libc locking functions for _thread_atexit_lock() and | Kurt Miller | |
_thread_atexit_unlock(). okay tedu@ | |||
2008-01-23 | sync | Peter Valchev | |
2008-01-23 | Revert the change for bz #1307 as it causes connection aborts if an IGNORE | Darren Tucker | |
packet arrives while we're waiting in packet_read_expect (and possibly elsewhere). | |||
2008-01-22 | - Fix some ifconfig up / down tweaks. | Marcus Glocker | |
- Make monitor mode work again. - Enable fast channel switching. | |||
2008-01-22 | with a lot of fragments per cylinder group and lots of cylinder | Otto Moerbeek | |
groups, it is possible that fpg * ncg overflows an int. Problem seen by jared rr spiegel while playing with very small fragments on a large disk. ok krw@ millert@ | |||
2008-01-22 | Added change to parseop to support return value; removes 1/2 stack depth for | Jordan Hargrave | |
parseint ok marco@ | |||
2008-01-22 | add Y.C. Cable USB-Serial adapter | Okan Demirmen | |
ok jsg@ | |||
2008-01-22 | regen | Okan Demirmen | |
2008-01-22 | add Y.C. Cable USB vendor | Okan Demirmen | |
ok jsg@ | |||
2008-01-22 | Fix a double VOP_UNLOCK() that was introduced into the error path | Todd C. Miller | |
in rev 1.141. From Christian Ehrhardt and Pedro Martelletto. OK hshoexer@ miod@ | |||
2008-01-22 | Add splnet around mii_tick() in rl_tick(). | Brad Smith | |
ok dlg@ | |||
2008-01-22 | add the Fujitsu PRIMEQUEST 10GBASE-SR LAN Card. | Brad Smith | |
ok dlg@ | |||
2008-01-22 | pick the right csaddr when dumping cgs. Makes FFS2 dumps work much better | Otto Moerbeek | |
ok thib@ millert@ | |||
2008-01-22 | Don't remove magic branch numbers from rcs files, as it breaks compatibility | Tobias Stoeckmann | |
with GNU cvs. OK niallo@, ray@ | |||
2008-01-22 | Another sneaky 32 bit variable trying to hold 64 bit values. This time | Kenneth R Westerback | |
in find_bounds() when processing a DOS MBR. | |||
2008-01-22 | Use u_int64_t variables to hold partition offsets when calculating | Kenneth R Westerback | |
offsets and sizes of free chunks. 32 bits just won't hack new big partitions. Simplify and clarify code while here. | |||
2008-01-22 | Make sort_partitions() even more consistant with free_chunks() by not | Kenneth R Westerback | |
returning the number of elements. Check for terminating empty entry (i.e. NULL) instead. Code a bit clearer and shorter with fewer variables. No functional change. | |||
2008-01-22 | Kill redundant loop to find number of partitions to sort. We no longer | Kenneth R Westerback | |
calloc() the memory. | |||
2008-01-22 | Replace a frequent calloc/free dance for sorted partitions with a | Kenneth R Westerback | |
static array that we zero before each use. heapsort(3) shouldn't care. "should be fine" beck@ | |||
2008-01-21 | add names for OpenBSD test MIBs | Reyk Floeter | |
2008-01-21 | move snmpd.conf to the etc/ directory. it is not installed yet by the build. | Reyk Floeter | |
2008-01-21 | update configuration example | Reyk Floeter | |
2008-01-21 | move README to the Attic; ask me directly if you need to know about | Reyk Floeter | |
the TODOs and remaining issues. | |||
2008-01-21 | sync | Reyk Floeter | |
2008-01-21 | Qlogic -> QLogic; | Jason McIntyre | |
2008-01-21 | changes to disklabel's usage: | Igor Sobrado | |
- align usages and their descriptions (text enclosed in brackets); - blank[], used for padding prior to r1.86, can improve readability of usage on 80-column displays if NUMBOOT == 2 ok jsing@, krw@ | |||
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado | |
ok jsing@ | |||
2008-01-21 | update to sudo 1.6.9p12 | Todd C. Miller | |
2008-01-21 | Add shutdown hook which resets the device when called. This solves | Marcus Glocker | |
re-attach issues when rebooting with upgt attached. | |||
2008-01-21 | when a remote write error occurs during an upload, ensure that ACKs for all | Damien Miller | |
issued requests are properly drained. patch from t8m AT centrum.cz | |||
2008-01-21 | Remove the fixed 100 handle limit in sftp-server and allocate as many | Damien Miller | |
as we have available file descriptors. Patch from miklos AT szeredi.hu; ok dtucker@ markus@ | |||
2008-01-21 | Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrc | Tobias Stoeckmann | |
parsing and must have a local cmdp variable. > Spotted by Pierre Riteau. | |||
2008-01-21 | Fixed export to be fully functional and compliant to GNU cvs in local and | Tobias Stoeckmann | |
remote setups. OK xsa@ | |||
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray | |
Tested by Kaspo Lo <kaxpolox@yahoo.com> | |||
2008-01-21 | regen | Jonathan Gray | |
2008-01-21 | add SMC SMCWUSBT-G2 | Jonathan Gray | |