Age | Commit message (Expand) | Author |
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 |
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 |
2005-12-13 | Add check for return value in recvcmd. | Marco Peereboom |
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 |
2005-12-13 | the status field for power supplies is different to the rest of the | David Gwynne |
2005-12-13 | Add a "M-x lint" mode, now that lint is next-error friendly. | Kjell Wooding |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl |
2005-12-13 | Don't retry unsupported SCSI commands, causing large delays during | Kenneth R Westerback |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-13 | Fix an assignment (=) where an equality test (==) was meant. Found by | Chad Loder |
2005-12-13 | Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__. | Todd C. Miller |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-12 | Add test for floating point constant in conditional | Chad Loder |
2005-12-12 | Restructure conditional from last checkin regarding constant in conditional | Chad Loder |
2005-12-12 | Regression test for constant in conditional context | Chad Loder |
2005-12-12 | Cut down on extraneous "constant in conditional context" warnings when | Chad Loder |
2005-12-12 | use ARGSUSED1 here | Hans-Joerg Hoexer |
2005-12-12 | sync usage(); | Jason McIntyre |
2005-12-12 | - simplify synopsis | Jason McIntyre |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
2005-12-12 | Correct uvm_km_suballoc() arguments, do not make phys_map pageable. | Miod Vallat |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat |
2005-12-12 | in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto | Theo de Raadt |
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat |
2005-12-12 | Remove unused code. | Miod Vallat |
2005-12-12 | Nuke unused pmap_from_phys_address(). | Miod Vallat |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat |
2005-12-12 | Adam Weishaupt (by grunk@); fix a couple of entries out of order | Michael Shalayeff |
2005-12-12 | Don't wait one time interval before sending the first packet. | Jared Yanovich |
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-12 | correct err() usage and remove the do_death which is unneeded in | Bob Beck |
2005-12-12 | Backout previous change back to 1.92 - My fault, committed diff | Bob Beck |
2005-12-12 | ansi, no binary change. | Federico G. Schwindt |
2005-12-12 | some bioses screw the order so be extra careful to counters; been in snaps fo... | Michael Shalayeff |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray |
2005-12-12 | fix a license i botched years ago | Michael Shalayeff |
2005-12-12 | fix typo; | Jason McIntyre |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff |
2005-12-12 | use err() instead of errx() | Hans-Joerg Hoexer |
2005-12-12 | Correctly copy interface names; fixes breakage noticed by naddy@ | Hans-Joerg Hoexer |