Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff | |
2005-12-13 | Use shiny new acpibat.h | Marco Peereboom | |
2005-12-13 | First stab at battery constants and structures. | Marco Peereboom | |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-12-13 | add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org> | Michael Shalayeff | |
2005-12-13 | discordian calendar; from: | Michael Shalayeff | |
Screaming Lizard Propulsion Systems w/ permission to do anything w/ it. via M. Schatzl <wtf@neuronenwerk.de> | |||
2005-12-13 | give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ ↵ | Michael Shalayeff | |
krw@ ok | |||
2005-12-13 | Test non-decimal fraction input, which is currently broken, but will be fixed | Otto Moerbeek | |
soon. | |||
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis | |
tested by xsa@ | |||
2005-12-13 | Fix a typo (introduced in rev 1.6) that utterly broke cost calculations. | Kjell Wooding | |
In theory, mg should now be much more efficient on slow displays (hello, zaurus). Spotted by lint. ok millert. | |||
2005-12-13 | add missing $OpenBSD$ | Xavier Santolaria | |
2005-12-13 | add new device. | Dale Rahn | |
2005-12-13 | sync | Dale Rahn | |
2005-12-13 | support cdce mode. | Dale Rahn | |
2005-12-13 | make the mutex unlock and sleep in pthread_cond_wait properly atomic | Ted Unangst | |
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell | |
heavy network interrupt load (I can reproduce with an ARP flood) with an MP kernel. Patch from NetBSD PR20180. Has been in snapshots for a bit. Testing by pedro@, jolan@. deraadt@ ok | |||
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith | |
- Remove the version ("valance") check as it is not necessary. From FreeBSD ok mickey@ | |||
2005-12-13 | if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY | Reyk Floeter | |
2005-12-13 | Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDER | Todd C. Miller | |
2005-12-13 | sync | Theo de Raadt | |
2005-12-13 | use consistent naming for members of the softc struct | David Gwynne | |
2005-12-13 | the megaraid i4 and my dell perc 3/dc share the same vendor and product | David Gwynne | |
ids, but the i4 is considered broken while my perc is definately working fine. so instead of marking all the devices with this vendor and product id as broken, we use the pci subsys ids to determine if the device needs a quirk. ok krw@ marco@ | |||
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2005-12-13 | Correct typos in comments. From pedro la peu. | Jonathan Gray | |
2005-12-13 | sdl->sdl_data does not contain a nul terminated string, so use bcopy and | David Gwynne | |
terminate it manually rather than use strlcpy to get the interface name. fixes output on my sparc and sparc64s. ok markus@ deraadt@ | |||
2005-12-13 | make exiting actually work when a thread receives a signal. | Ted Unangst | |
previously, the child and parent would deadlock in the kernel and be unable to exit. help with diagnosis from art@. | |||
2005-12-13 | stupid me got the cast backwards | Ted Unangst | |
2005-12-13 | Add acpibat device but keep it disabled. | Marco Peereboom | |
2005-12-13 | Add glue to attach devices to apci. | Marco Peereboom | |
2005-12-13 | Need some stuff outside of dsdt.c so create a .h | Marco Peereboom | |
2005-12-13 | Add battery device. | Marco Peereboom | |
2005-12-13 | Last round of easy delinting. | Kjell Wooding | |
2005-12-13 | several silly bugs in pthread_cond_timedwait. | Ted Unangst | |
1. the time was off by a factor of 10 2. wouldn't return error code if timeout was reached 3. the big one. thrsleep syscall doesn't return EWOULDBLOCK. it returns -1 and puts the error in errno. doh. | |||
2005-12-13 | update thrsleep and thrwakeup - first arg changed from long to void * | Ted Unangst | |
2005-12-13 | rebuild | Ted Unangst | |
2005-12-13 | thrsleep and thrwakeup, cast syscall arg from void * to long. | Ted Unangst | |
2005-12-13 | change the first arg to thrsleep and thrwakeup to a void *. | Ted Unangst | |
i had initially selected long since the kernel doesn't attempt to interpret this value in any way, but since it is always a pointer value in practice, this makes a little more sense. binary compat in any case. suggestion from deraadt@ | |||
2005-12-13 | Add two 100Mbit CF cards that appear to have the same chipset. | Uwe Stuehler | |
2005-12-13 | More name-clash delinting | Kjell Wooding | |
2005-12-13 | correct implementation of pthread_cond_signal. it doesn't raise the sem | Ted Unangst | |
value if there are no waiters. | |||
2005-12-13 | if_san_common.c | Can Erkin Acar | |
2005-12-13 | do some silly de-linting | Kjell Wooding | |
2005-12-13 | It would seem that some cards do not get reset correctly if RESET is | Uwe Stuehler | |
held only for 10us but the same cards work just fine on other platforms. A really long delay lets those cards reset correctly on zaurus, but it is only an ugly workaround until the socket setup is fixed. ok for now fgs@, drahn@ | |||
2005-12-13 | If you're going to pass a length parameter, you should use it. | Kjell Wooding | |
2005-12-13 | Added new objtype values to amltypes | Jordan Hargrave | |
Added evaluation for match object, logical operations, conversions ok marco@ | |||
2005-12-13 | Add check for return value in recvcmd. | Marco Peereboom | |
Unmap ipmi registers if attach fails. ok jordan@ | |||
2005-12-13 | no need for device name before fail | Theo de Raadt | |
2005-12-13 | Don't continue to poke ipmi registers if the ID command fails. | Marco Peereboom | |
ok jordan@ | |||
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne | |
sensors. as a result i wasnt being shown that i have a failed power supply. power supplies now show up like this: hw.sensors.14=esm0, Power Supply 1, OK, raw, 65359 hw.sensors.15=esm0, Power Supply 2, OK, raw, 65359 hw.sensors.16=esm0, Power Supply 3, CRITICAL, raw, 65347 anyone got a spare 2500 power supply they want to send to me? ok deraadt@ marco@ jordan@ VS: ---------------------------------------------------------------------- | |||
2005-12-13 | Add a "M-x lint" mode, now that lint is next-error friendly. | Kjell Wooding | |
While here, delint some name clashes. |