Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2007-03-18 | sync for UP2000 | Martin Reindl | |
2007-03-18 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe | |
but defer the remainder of their initialisation until after the other devices on their PCI bus have attached. This ensures that any USB2 controller has also completed its initialisation before we start to initialise the USB1 parts. This minimises the chance that a nasty SMM implementation will trash the USB1 controller's config when it performs legacy emulation handover of the USB2 part. | |||
2007-03-18 | Wait the stable power delay on a USB hub only once per hub (not per port), | Christopher Pascoe | |
and defer the delay for root hubs until the host controller event thread starts, permitting some concurrency. Speeds up the boot process dramatically when you have lots of host controllers. ok dlg@ | |||
2007-03-18 | Save SOF (frame timing adjustment) before the very first host controller | Christopher Pascoe | |
reset, rather than at suspend/resume, otherwise any BIOS inserted value is lost immediately. ok dlg@ | |||
2007-03-18 | sync | Reyk Floeter | |
2007-03-18 | add device IDs of the new VIA CX700 chipset | Reyk Floeter | |
reported by brad | |||
2007-03-17 | For arm pre-v6 (ie all supported machines) it is necessary to disable | Dale Rahn | |
interrupts to be able to have an atomic update of a variable without a mutex. | |||
2007-03-17 | remove a debug message | Reyk Floeter | |
2007-03-17 | fix a bug in the initial setup of the pfe2relay communication sockets | Reyk Floeter | |
which prevented the pfe to accept statistics updates and natlookups from any other process then the first one. in other words, this will show you the total relay statistics off _all_ preforked processes (hoststatectl show relays) and it will unbreak the natlookup mode with more than one running relay process. | |||
2007-03-17 | Exchange a strlcpy() with a strncpy(). A similar change was done in parse.y | Claudio Jeker | |
some time ago. The simple password needs to be nul extended and is allowed to fill the full buffer the perfect job for stncpy(). Found and tested by Jon Morby. | |||
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter | |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter | |
2007-03-17 | fix the natlook mode. | Reyk Floeter | |
2007-03-17 | Implement proper atomic.h for powerpc. With help from art@ and drahn@. | Mark Kettenis | |
ok drahn@ | |||
2007-03-17 | allow extern inline stuff to proceed unchanged thru the mess that the | Marc Espie | |
combined GCC and ISO committees managed to make out of it. With this, gcc >= 4.3 can grok its way through it correctly. okay kettenis@, with some help figuring stuff out. | |||
2007-03-17 | Make lcsplx() call spllower() instead of duplicating its code. | Mark Kettenis | |
ok miod@ | |||
2007-03-17 | Do not start lines printed by the kernel with '<' so that syslog won't get | Miod Vallat | |
confused. | |||
2007-03-17 | Only invoke printstar() in get_pte() if option DEBUG. | Miod Vallat | |
2007-03-17 | Indentation repairs, no code change. | Miod Vallat | |
2007-03-17 | spelling error fixes; pr#5412 | Theo de Raadt | |
2007-03-17 | replace the VMWARE quirk that restricts the bus width to 16 targets with | David Gwynne | |
one for all SPI controllers. krw has a sun machine with a 1030 that gets the bus width wrong too, so since vmware emulates that type of hardware too, we can just limit the lot of them and forget about it. | |||
2007-03-17 | Since we're not always called with M_WAIT, check return value from | Artur Grabowski | |
MGETHDR and fail if it's NULL. ok miod@ | |||
2007-03-17 | add proper atomic_{set,clear}bits_int implementation | Martin Reindl | |
prodded by art@ ok art@ | |||
2007-03-17 | tweaks; | Jason McIntyre | |
2007-03-17 | tweaks; | Jason McIntyre | |
2007-03-17 | tweaks; | Jason McIntyre | |
2007-03-17 | add uts(4); this was missing from the initial commit | Robert Nagy | |
2007-03-17 | wpi(4) works fine on amd64 according to | Jonathan Gray | |
Stefan Sperling <stsp@stsp.in-berlin.de> so enable it | |||
2007-03-17 | regen | Jonathan Gray | |
2007-03-17 | Add some more NVIDIA graphics cards. | Jonathan Gray | |
From Eric Gillingham <sysrq@sysrq.tk> | |||
2007-03-17 | we do not want uts(4) enabled until we have proper calibration | Robert Nagy | |
support, so revert my previous commit | |||
2007-03-16 | make a note about AlphaServer 1200 and 4100 support | Robert Nagy | |
reminder from martin@ | |||
2007-03-16 | Fix dribbly HMAC leak. | Bob Beck | |
ok reyk@ | |||
2007-03-16 | Give the upgrader an option to *not* fsck -f non-root filesystems. In | Kenneth R Westerback | |
fact make that the default. Help upgraders with big filesystems and no patience. Suggested by & ok beck@. | |||
2007-03-16 | Split the whole chip init stuff in bcw_init() into a new function | Marcus Glocker | |
called bcw_chip_init(), according to the 80211Init steps in the spec. | |||
2007-03-16 | Re-initialise f_seekp to 0 on a successful read_inode() return. | Marc Aurele La France | |
Fixes a problem that prevented the booting of a kernel that, to be found, needs more than one block per directory iin its path to be read. ok miod@, deraadt@ | |||
2007-03-16 | add a manual page for uts(4) | Robert Nagy | |