Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-18 | sync | Theo de Raadt | |
2008-04-18 | shorten name | Theo de Raadt | |
2008-04-18 | remove unneccessary parentheses | Damien Miller | |
2008-04-18 | convert select() => poll(), saves a runtime malloc+free per retry | Damien Miller | |
feedback deraadt@ drahn@; ok deraadt@ | |||
2008-04-18 | add filtering on direction; ok mpf@ deraadt@ feedback jmc@ | Damien Miller | |
2008-04-18 | Add VS_INPUT_HEADER descriptor. | Marcus Glocker | |
2008-04-18 | Fix return value of i_add_match() and remove some bogus APPLE_HYB | Todd C. Miller | |
#ifdefs. Found by ragge@ | |||
2008-04-18 | Properly check memory allocation in client code. While at it, unified | Tobias Stoeckmann | |
vasprintf() check across OpenCVS code base. Based on a diff by Jacek Masiulaniec. ok (and unification requested by) xsa | |||
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis | |
and do an ipi_nop cross-call from signotify() instead. ok miod@ | |||
2008-04-18 | If memory allocation fails during error message buffering, print all hold | Tobias Stoeckmann | |
back messages and exit. ok millert | |||
2008-04-18 | detect adm1034 | Theo de Raadt | |
2008-04-18 | Halt CPUs upon reboot/halt. | Mark Kettenis | |
ok krw@ | |||
2008-04-18 | adm1033 has a rev register to check as well | Theo de Raadt | |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt | |
ok kettenis | |||
2008-04-18 | tweaks; | Jason McIntyre | |
2008-04-18 | macro fixage; | Jason McIntyre | |
2008-04-18 | fix the list width; | Jason McIntyre | |
2008-04-18 | remove wparekey from the list of 802.11 ifconfig options. | Damien Bergamini | |
pointed out by drahn@ | |||
2008-04-18 | Allow cal to show week numbers. Switch between sunday based week numbering | Pierre-Yves Ritschard | |
and ISO 8601 monday based week numbering with overlapping weeks if the -m flag is present. many positive feedback received. ok mbalmer@, jasper@, simon@ input from todd@ | |||
2008-04-18 | Add a function which can identify an USB descriptor explicitly by it's | Marcus Glocker | |
size, since the UVC spec uses different USB descriptors with the same bDescriptorSubtype ID. | |||
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller | |
fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@ | |||
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller | |
crc in addition to the existing "oneshot" mode and use them to replace ieee80211_crc_update() with the new ether_crc32_le_update(). Saves 1k kernel bss + some code. Mark the new ether_crc32_[lb]e_update functions as __pure for a ~25x speedup (on my i386 at least). feedback and ok damien@ | |||
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller | |
power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@ | |||
2008-04-18 | sync | Theo de Raadt | |
2008-04-18 | install it | Theo de Raadt | |
2008-04-18 | Add two cams. | Marcus Glocker | |
2008-04-18 | correct sizeof; palmeida | Theo de Raadt | |
2008-04-17 | attach FTDI 2232L | Felix Kronlage | |
2008-04-17 | Add missing monitor mode capabilities flag. | Brad Smith | |
ok damien@ | |||
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis | |
gets called for every clock tick, even if we miss one. | |||
2008-04-17 | Teach security(8) to check for world-readable hostname.if files. | Stuart Henderson | |
An increasing number of types of these files (e.g. ppp, carp and wlan adapters) may contain secrets. ok deraadt oga johan | |||
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini | |
and use the ieee80211_crc_update() function too. not tested as I do not have a wi(4) but I see no reason why it would not work. "Just be brave" deraadt@ | |||
2008-04-17 | before using them, force hostname.* files to be unreadable by world | Theo de Raadt | |
first version from todd, ok millert | |||
2008-04-17 | make it more apparent that when we are dealing with 16 bit registers | Theo de Raadt | |
(not a series of 8 bit registers), the bytes come off the wire in big-endian order | |||
2008-04-17 | do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). | Damien Bergamini | |
we may end up passing control frames (ps-poll or others) which is not supported by ieee80211_get_hdrlen(). first found by pedro la peu, reminded by jsg@ closes kernel/5750 | |||
2008-04-17 | call ieee80211_crc_init() only once, when the first 802.11 device | Damien Bergamini | |
attaches instead of at every attach. discussed with deraadt@ | |||
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt | |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt | |
2008-04-17 | remove the CONFIGURATION section from the wireless pages: | Jason McIntyre | |
the addition of the wpa options have shown just how unwieldy it had become, it's already in ifconfig(8) anyway, and "ifconfig -m" will get the relevant ones. ok dlg jsg | |||
2008-04-17 | remove a word i misinterpreted; | Jason McIntyre | |
2008-04-17 | force mode for hostname.* files to 600; ok krw | Theo de Raadt | |
2008-04-17 | Correct a typo: | Owain Ainsworth | |
tsleep -> msleep from Paul de Weerd, Thanks! | |||
2008-04-16 | sync | Theo de Raadt | |
2008-04-16 | Use ntohs() to swap the raw i2c data to native format; tested by sthen | Theo de Raadt | |
2008-04-16 | permit _ in the middle of a DNS name component | Theo de Raadt | |
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre | |
while here, make the description of -m more consistent for mkdir, mkfifo, and mknod. add a touch of .Ex for mkdir too. | |||
2008-04-16 | Tune isoc maximal transfer size to a better value. Makes all available | Marcus Glocker | |
resolutions on my cam work. | |||
2008-04-16 | more efficient use of mbufs in nfsm_uiotombuf(). | Damien Bergamini | |
allocate a mbuf cluster only if length is greater than MLEN instead of MINCLSIZE. ok blambert@, thib@ | |||
2008-04-16 | - wpa-psk is section 8, not 1 | Jason McIntyre | |
- one more passphrase tweak | |||
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis | |