Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-14 | We aren't likely to need to keep track of crypted/decrypted ring | Jonathan Gray | |
bits any time soon... pointed out by damien@ | |||
2005-12-14 | typo | Pedro Martelletto | |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto | |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray | |
2005-12-14 | Initial bits for an nvidia nforce Ethernet driver. | Jonathan Gray | |
bus_dma usage modelled after ral. Does not yet see rx interrupts when testing with ck804. Nvidia won't give out documentation for this, various "free" operating systems include a closed source driver, and the Linux people who reverse engineered it to create a specification won't give it out. | |||
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | My email address changed quite a while ago... | Dale Rahn | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-14 | Initial versions of arm code, in-tree development (not yet working). | Dale Rahn | |
2005-12-14 | Add a __statement macro to use with gcc statement expressions instead | Todd C. Miller | |
of using __extension__ directly. This lets us define away the whole thing when lint is in use. | |||
2005-12-14 | sync | Theo de Raadt | |
2005-12-14 | Add locking primitive for hppa. ok kettenis@ | Marco Peereboom | |
2005-12-14 | add three mirrors, catching up w/ ftp.html r1.336 | Alexander von Gernler | |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler | |
configuration register, but control these bits from PCMCIA code. ok drahn@ | |||
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler | |
tweak only prevented access to the flash controller. | |||
2005-12-14 | some codecs have an external amplifier, and in some hw the bit to powering | Federico G. Schwindt | |
it down seems to be inverted, so rather than guessing or workaround this, add a extamp var so it can be toggled in userland via mixerctl(1). audio works in hp nx6125 now; tested by todd@, mickey@ ok. | |||
2005-12-14 | correct usage(); | Xavier Santolaria | |
2005-12-14 | document `-I' and `-sstate[:rev]'; | Xavier Santolaria | |
2005-12-14 | Fix parsing of non-decimal fractions, which was giving bogus results. | Otto Moerbeek | |
Noted by Zvezdan Petkovic in PR 4940. | |||
2005-12-14 | argh. One problem with fixing a hidden global symbol is that if you miss one, | Kjell Wooding | |
you get no warning. Fixes an immediate core in describe-bindings. | |||
2005-12-14 | all is made clear: pthread_cond_timedwait takes absolute timeouts | Ted Unangst | |
2005-12-14 | timeout code is not so happy with the negative values | Ted Unangst | |
2005-12-14 | add pthread_cleanup_push and pthread_cleanup_pop | Ted Unangst | |
2005-12-14 | add pthread_kill (just kill(2) really) | Ted Unangst | |
2005-12-14 | the beatings will continue until morale improves | Ted Unangst | |
2005-12-14 | there should be a lock around the tls key table | Ted Unangst | |
2005-12-14 | add bits for pthread_cancel. we don't really have cancellation points yet | Ted Unangst | |
but some of the functions are here now. | |||
2005-12-14 | Fix assumption about how many args scp will pass; ok djm@ | Darren Tucker | |
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-14 | Add AC device glue. | Marco Peereboom | |
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-14 | check for waiters when destroying a mutex or semaphore | Ted Unangst | |
2005-12-14 | change wait message for thrsleep to "thrsleep" | Ted Unangst | |
2005-12-14 | change keys to use table instead of list, makes a sane destructor implementation | Ted Unangst | |
possible | |||
2005-12-14 | Adjust debug printing levels to something more sane. | Marco Peereboom | |
2005-12-14 | KNF | Marco Peereboom | |
2005-12-14 | Add the last bits and cleanup advice from dlg. | Marco Peereboom | |
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker | |
not a C string and strlcpy() only works on C strings -- returns length of the source. Found by tedu@ OK deraadt@ tedu@ | |||
2005-12-13 | fix emp norton-1 entry; from James J. Lippard <lippard-openbsd@discord.org> | Michael Shalayeff | |
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. |