summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-14document `-I' and `-sstate[:rev]';Xavier Santolaria
2005-12-14Fix parsing of non-decimal fractions, which was giving bogus results.Otto Moerbeek
2005-12-14argh. One problem with fixing a hidden global symbol is that if you miss one,Kjell Wooding
2005-12-14all is made clear: pthread_cond_timedwait takes absolute timeoutsTed Unangst
2005-12-14timeout code is not so happy with the negative valuesTed Unangst
2005-12-14add pthread_cleanup_push and pthread_cleanup_popTed Unangst
2005-12-14add pthread_kill (just kill(2) really)Ted Unangst
2005-12-14the beatings will continue until morale improvesTed Unangst
2005-12-14there should be a lock around the tls key tableTed Unangst
2005-12-14add bits for pthread_cancel. we don't really have cancellation points yetTed Unangst
2005-12-14Fix assumption about how many args scp will pass; ok djm@Darren Tucker
2005-12-14Add AC device.Marco Peereboom
2005-12-14Add AC device glue.Marco Peereboom
2005-12-14Add AC device.Marco Peereboom
2005-12-14check for waiters when destroying a mutex or semaphoreTed Unangst
2005-12-14change wait message for thrsleep to "thrsleep"Ted Unangst
2005-12-14change keys to use table instead of list, makes a sane destructor implementationTed Unangst
2005-12-14Adjust debug printing levels to something more sane.Marco Peereboom
2005-12-14KNFMarco Peereboom
2005-12-14Add the last bits and cleanup advice from dlg.Marco Peereboom
2005-12-14Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data isClaudio Jeker
2005-12-13fix emp norton-1 entry; from James J. Lippard <lippard-openbsd@discord.org>Michael Shalayeff
2005-12-13print lapic clock in mhz (instead of hz)Michael Shalayeff
2005-12-13Use shiny new acpibat.hMarco Peereboom
2005-12-13First stab at battery constants and structures.Marco Peereboom
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org>Michael Shalayeff
2005-12-13discordian calendar; from:Michael Shalayeff
2005-12-13give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ k...Michael Shalayeff
2005-12-13Test non-decimal fraction input, which is currently broken, but will be fixedOtto Moerbeek
2005-12-13Deal with ki2c(4) controllers with multiple i2c busses.Mark Kettenis
2005-12-13Fix a typo (introduced in rev 1.6) that utterly broke cost calculations.Kjell Wooding
2005-12-13add missing $OpenBSD$Xavier Santolaria
2005-12-13add new device.Dale Rahn
2005-12-13syncDale Rahn
2005-12-13support cdce mode.Dale Rahn
2005-12-13make the mutex unlock and sleep in pthread_cond_wait properly atomicTed Unangst
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-12-13- Add a whole bunch of new PCI ids.Brad Smith
2005-12-13if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANYReyk Floeter
2005-12-13Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDERTodd C. Miller
2005-12-13syncTheo de Raadt
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-13ansi/deregister. No binary change.Jonathan Gray
2005-12-13Correct typos in comments. From pedro la peu.Jonathan Gray
2005-12-13sdl->sdl_data does not contain a nul terminated string, so use bcopy andDavid Gwynne
2005-12-13make exiting actually work when a thread receives a signal.Ted Unangst
2005-12-13stupid me got the cast backwardsTed Unangst
2005-12-13Add acpibat device but keep it disabled.Marco Peereboom