Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-12 | TRENDnet TEW-229UB works. | Jonathan Gray | |
2006-04-12 | Improve error message. | Ray Lai | |
Found by Florin Iamandi <florin dot i at tiscali dot it>. OK tedu@ and deraadt@ | |||
2006-04-12 | revert the new superblock format. it violates the rule that new | Ted Unangst | |
kernels and old tools are safe. i'm leaving in the "updated" flag, so that fsck will continue to remove it from filesystems. the kernel no longer attempts to upgrade superblocks and will use the old format. post-mortem discussions have concluded that maybe jamming ffs2 fields into random locations in the superblock is asking for trouble, and we need to talk about this some more. my bad for not thinking fast enough. | |||
2006-04-11 | Plug memory leaks. | Ray Lai | |
Spotted by NetBSD Coverity CID 1603, improvements by jaredy@ and otto@. OK otto@ and millert@ | |||
2006-04-11 | Check for strdup() failure. | Ray Lai | |
OK jaredy@ | |||
2006-04-11 | make this use nanotime, not microtime; ok mickey@ | Damien Miller | |
2006-04-11 | on link state changes, copy baudrate (negotiated link speed) from parent | Henning Brauer | |
device. previously this was only done at config time, so vlan if's baudrate could easily get out of sync with parent's. ok camield brad | |||
2006-04-11 | minimal documentation for -fstack-protector-all and gcc -E -CC in 2.95.3. | Marc Espie | |
2006-04-11 | even better; tobias@bugol.de | Theo de Raadt | |
2006-04-11 | oops | Theo de Raadt | |
2006-04-11 | Don't rcs_close() before fatal(). After much hesitation, joris@ | Ray Lai | |
and xsa@ finally convinced me this is safe (and better). OK joris@, niallo@, and xsa@. | |||
2006-04-11 | Don't close() before fatal(). | Ray Lai | |
OK joris@, niallo@, and xsa@. | |||
2006-04-11 | duplicate in the safe list | Theo de Raadt | |
2006-04-11 | KNF. | Marco Peereboom | |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok | |
detected at attach time, currently unused. ok marco@ | |||
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok | |
appropriate time in acpi_enter_sleep_state(). ok marco@ | |||
2006-04-11 | Change cvs_buf_grow() to return void, since it cannot fail, and | Ray Lai | |
just use xrealloc, since it handles the case of an unallocated buffer anyway. (b->cb_buf should be NULL if the space is unallocated.) ``Tested & looks OK to'' niallo@. | |||
2006-04-10 | typo by brad | Theo de Raadt | |
2006-04-10 | sync | Theo de Raadt | |
2006-04-10 | incorrect freeaddrinfo() call on failure; mike.pechkin, otto ok | Theo de Raadt | |
2006-04-10 | sync | Theo de Raadt | |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink | |
to the worklist of temporary files. this way we definatly don't leave any files behind in /tmp. tested & okay niallo@ | |||
2006-04-10 | - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makes | Niall O'Higgins | |
it like cvs_buf_write() - print warning on fchmod() failure (suggested by ray) ok joris@ ray@ | |||
2006-04-10 | move the commented example /var/mail/whitelist.txt to /var/db, so it | Daniel Hartmeier | |
doesn't trigger security(8)'s ownership checks. ok bob@ | |||
2006-04-10 | atoi() -> strtonum(), also better handling of /0 problem spotted by | Theo de Raadt | |
tobias@bugol.de. fix written by me | |||
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | switch to openrcs and eliminate more gnu from the tree. | Joris Vink | |
note that openrcs still lacks some features. okay niallo@, xsa@, ray@, "Do it" deraadt@ | |||
2006-04-10 | - zap some whitespace. | Niall O'Higgins | |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich | |
2006-04-10 | rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@. | Xavier Santolaria | |
2006-04-10 | telldir/seekdir optimization, avoid scanning the complete list, | Otto Moerbeek | |
while still returning the correct index for seekdir(); telldir() Tested by Fred Crowson and others; "put it in" deraadt@ | |||
2006-04-10 | sync comments with reality. | Xavier Santolaria | |
2006-04-10 | tweaks; | Jason McIntyre | |
2006-04-10 | kill trailing space; | Jason McIntyre | |
2006-04-10 | Intrepid 2 host bridges. | Brad Smith | |
2006-04-10 | recognize the Intrepid 2 ATA controller. | Brad Smith | |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria | |
2006-04-10 | minimal cleanups lint begs for | Theo de Raadt | |
2006-04-10 | minimal cleanups prompted by lint; ok otto | Theo de Raadt | |
2006-04-10 | fix the macro so gem recognizes the Intrepid 2 GMAC. | Brad Smith | |
2006-04-10 | recognize the Intrepid 2 GMAC | Brad Smith | |
2006-04-10 | regen | Brad Smith | |
2006-04-10 | add PCI ids for the Apple Intrepid 2 Controller found on the latest | Brad Smith | |
geneartion of G4 PowerBooks. | |||
2006-04-10 | sync | Theo de Raadt | |
2006-04-10 | under some cases some wi(4) cards freak out and then do not recover. | Theo de Raadt | |
make the driver reset in those cases. this needs testing, which is why it is being commited; from kuethe | |||
2006-04-10 | unify temperature sensor names much more | Theo de Raadt | |
2006-04-10 | make this match our code standards | Theo de Raadt | |
2006-04-10 | enable schenv | Theo de Raadt | |
2006-04-10 | new schenv driver | Theo de Raadt | |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt | |