summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-13do some silly de-lintingKjell Wooding
2005-12-13It would seem that some cards do not get reset correctly if RESET isUwe Stuehler
2005-12-13If you're going to pass a length parameter, you should use it.Kjell Wooding
2005-12-13Added new objtype values to amltypesJordan Hargrave
2005-12-13Add check for return value in recvcmd.Marco Peereboom
2005-12-13no need for device name before failTheo de Raadt
2005-12-13Don't continue to poke ipmi registers if the ID command fails.Marco Peereboom
2005-12-13the status field for power supplies is different to the rest of theDavid Gwynne
2005-12-13Add a "M-x lint" mode, now that lint is next-error friendly.Kjell Wooding
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13Pchip0 PCI memory starts at 0x80000000000, correct and useMartin Reindl
2005-12-13Don't retry unsupported SCSI commands, causing large delays duringKenneth R Westerback
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-13Fix an assignment (=) where an equality test (==) was meant. Found byChad Loder
2005-12-13Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__.Todd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-12Add test for floating point constant in conditionalChad Loder
2005-12-12Restructure conditional from last checkin regarding constant in conditionalChad Loder
2005-12-12Regression test for constant in conditional contextChad Loder
2005-12-12Cut down on extraneous "constant in conditional context" warnings whenChad Loder
2005-12-12use ARGSUSED1 hereHans-Joerg Hoexer
2005-12-12sync usage();Jason McIntyre
2005-12-12- simplify synopsisJason McIntyre
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink
2005-12-12Correct uvm_km_suballoc() arguments, do not make phys_map pageable.Miod Vallat
2005-12-12ARGSUSED on signal handlerTheo de Raadt
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
2005-12-12Move the MC88410 support code to a specific .c function instead of heavyMiod Vallat
2005-12-12in the write codepaths, errors other than EAGAIN are fatal to the loop; ok ottoTheo de Raadt
2005-12-12One procfs.h leftover there, too.Miod Vallat
2005-12-12Remove unused code.Miod Vallat
2005-12-12Nuke unused pmap_from_phys_address().Miod Vallat
2005-12-12Nuke leftover references to procfs_mem.h.Miod Vallat
2005-12-12Adam Weishaupt (by grunk@); fix a couple of entries out of orderMichael Shalayeff
2005-12-12Don't wait one time interval before sending the first packet.Jared Yanovich
2005-12-12Pass interrupt type and level in the correct order.Mark Kettenis
2005-12-12rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don'tJoris Vink
2005-12-12correct err() usage and remove the do_death which is unneeded inBob Beck
2005-12-12Backout previous change back to 1.92 - My fault, committed diffBob Beck
2005-12-12ansi, no binary change.Federico G. Schwindt
2005-12-12some bioses screw the order so be extra careful to counters; been in snaps fo...Michael Shalayeff
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-12-12Drop clause 3/4 as per i386 version this was based on.Jonathan Gray
2005-12-12fix a license i botched years agoMichael Shalayeff
2005-12-12fix typo;Jason McIntyre
2005-12-12make printf debug-only so some people would just shuddupMichael Shalayeff
2005-12-12use err() instead of errx()Hans-Joerg Hoexer
2005-12-12Correctly copy interface names; fixes breakage noticed by naddy@Hans-Joerg Hoexer