Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt | |
2007-03-19 | Get rid of useless #if 0 block, especially since the code is included | Ray Lai | |
immediately after. OK millert@. | |||
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | put files that got deleted back | Theo de Raadt | |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2007-03-19 | Fix some code relative to chips that don't currently work (BCM5722 & | Kenneth R Westerback | |
BCM5756). They still don't work but when they do they won't use an inappropriate Jitter bug workaround. No effect on other chips. From Michael Chan of Broadcom, via Linux tg3 via Brad. ok reyk@ | |||
2007-03-19 | Disable the legacy SSH protocol 1 for new installations via | Damien Miller | |
a configuration override. In the future, we will change the server's default itself so users who need the legacy protocol will need to turn it on explicitly | |||
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | sdhc does not relate to pci | Uwe Stuehler | |
2007-03-19 | Describe the pxammc(4) driver | Uwe Stuehler | |
2007-03-19 | correct name for the source file with timecounter implementation; ok jmc@ | Aleksander Piotrowski | |
2007-03-18 | /dev/rcd0d -> /dev/rcd0c; from AndrAcs | Jason McIntyre | |
2007-03-18 | Manpage bits for IP load balancing. | Marco Pfatschbacher | |
Configuration is subject to change. With help from jmc@ | |||
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher | |
This provides a similar functionality as ARP balancing, but also works for traffic that comes across routers. IPv6 is supported as well. The configuration scheme will change as soon we have sth better. Also add support for changing the MAC address on carp(4) interfaces. (code from mcbride) Tested by pyr@ and reyk@ OK mcbride@ | |||
2007-03-18 | tweaks; ok tom | Jason McIntyre | |
2007-03-18 | put support for alphaservers 1200 and 4100 on ramdisk kernels | Martin Reindl | |
ok deraadt@ | |||
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer | |
just specifies the values to be used. However, the specifications are called "LIFE_MAIN_MODE" and "LIFE_QUICK_MODE". ok ho@ jmc@ | |||
2007-03-18 | Define MMC_STOP_TRANSMISSION command (CMD12) | Uwe Stuehler | |
2007-03-18 | typo | Theo de Raadt | |
2007-03-18 | move Sierra Wireless AirCard 875 to known to work as I've been using | Kevin Steves | |
this since January; ok fkr@ | |||
2007-03-18 | DHC automatically sends a CMD12 after multiple-block transfers, but other | Uwe Stuehler | |
controllers don't. Put in a temporary hack for pxammc on Zaurus. | |||
2007-03-18 | Enable pxammc and sdmmc in RAMDISK, too. | Uwe Stuehler | |
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek | |
fragment sizes, so just make those conditions fatal errors and tell the calling code to go look for alternate superblocks. ok millert@ | |||
2007-03-18 | improve -p for C++ code: classes definition often have | Marc Espie | |
public:/protected:/private: at the start of line. This lets the -p scanner just take note of the section and keep looking for the actual class definition. Also increase function name bufsize so it shows most of these pesky C++ decls... okay otto@ | |||
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler | |
We use the suggested workaround for the problem E40 in the PXA27x errata sheet. Unfortunately this limits the bus speed to 9.75Mhz. | |||
2007-03-18 | Add an interface to scoop(4) to control CF and SD card power | Uwe Stuehler | |
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker | |
time. Chris; Get your shiz fixed and tested for the next time. We have better todo then wasting our time by backing out untested stuff. OK deraadt, OK ckuethe | |||
2007-03-18 | It's not smart to use a space as a field separator when a space can | Otto Moerbeek | |
be part of a bigram. So switch to tab and as a bonus detect in locate.code if the bigram array is too short. Problem seen by Han Boetes and other people with too big mps3 collections; these typically contain lots of file names with spaces in them. ok jasper@ | |||
2007-03-18 | Check for zero divisor _before_ dividing; do not use floating | Otto Moerbeek | |
point arithmetic to round to a cylinder boundary when a simple integer expression can do the job as well. ok millert@ miod@ | |||
2007-03-18 | Disable stack frame checking in the prologue under OpenBSD, unless you compile | Miod Vallat | |
with -fstack-check, for consistency with other platforms; ok kettenis@ | |||
2007-03-18 | handle more errors during package creation. | Marc Espie | |
- if archiving discovers issues, then go into high speed mode where stuff doesn't get written. - in case of errors or fatal signals, make sure to remove a partially written archive. | |||
2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. | Bob Beck | |
2007-03-18 | Add pci(4) to SEE ALSO, as other PCI crypto accelerators already do. | Tom Cosgrove | |
ok jmc@ | |||
2007-03-18 | do not use section names for locating a string tab; miod@ ok | Michael Shalayeff | |
2007-03-18 | use strtonum() to avoid out of range values, way simpler than the | Theo de Raadt | |
12-line song and dance that standard functions need; bret.lambert@gmail | |||
2007-03-18 | allow this to build w/ cross-tools thru providing proper hostcflags; found ↵ | Michael Shalayeff | |
by rainor's work | |||
2007-03-18 | OX16PCI954K is a puc@cardbus (missed in the previous puc@cardbus commits) | Michael Shalayeff | |
2007-03-18 | add OX16PCI954K puc id | Michael Shalayeff | |
2007-03-18 | document show buf|vnode|mount | Michael Shalayeff | |
2007-03-18 | unwrap EILSEQ | Marc Espie | |
okay millert@ | |||
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff | |
2007-03-18 | Comment routine which does the chip access validation. | Marcus Glocker | |
2007-03-18 | o Add bcw_80211_core_init() according to | Marcus Glocker | |
http://bcm-specs.sipsolutions.net/80211Init. o Add a rewritten version of bcw_core_reset() called bcw_80211_core_reset() according to http://bcm-specs.sipsolutions.net/80211CoreReset. This will probably replace bcw_core_reset(), but I need more verification first. o Add bcw_core_enable() and bcw_core_disable(). There seems to be devices which contain several 802.11 cores. The unused needs to be disabled. | |||
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt ↵ | Michael Shalayeff | |
w/ in a more simple way as other archs do; art@ ok | |||
2007-03-18 | first diesel | Michael Shalayeff | |
2007-03-18 | one more mine mutter told me | Michael Shalayeff | |
2007-03-18 | Add glxsb(4) under "Cryptography accelerators". | Tom Cosgrove | |
Requested by jmc@ | |||
2007-03-18 | glxsb(4) has had AES enabled for a while, but I forgot to update the | Tom Cosgrove | |
man page. Noticed by Sebastian Rother < sebastian (dot) rother (at) jpberlin (dot) de >, thanks. ok jmc@ | |||
2007-03-18 | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain | Marc Espie | |
only packages, so it's not really necessary to check for file existence and rights. Besides, actual use of package stuff will try reading +CONTENTS in a guarded way, so it will error out sanely... Trims out hundreds of stat() under /var/db/pkg, which are largely responsible for the slow start time of pkg_* tools. | |||
2007-03-18 | Don't restart thrsleep after a signal. After a signal happened and we | Artur Grabowski | |
weren't on the sleep queues, the condition we were sleeping on might have changed, so we need to go back to userland and recheck that condition. This fixes the majority of lockups and and hanging threads in rthreads since it fixes a race in the semaphore code. ok tedu@ |