Age | Commit message (Expand) | Author |
2005-12-17 | revert last commit as it introduced system panics due to improper use | Brad Smith |
2005-12-17 | spelling: intented -> intended | Kevin Steves |
2005-12-17 | more PCI ids. | Brad Smith |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add a few more fxp PCI ids. | Brad Smith |
2005-12-17 | spelling: fowarding, fowarded | Kevin Steves |
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis |
2005-12-17 | Handle __dead functions using lint comments. | Chad Loder |
2005-12-17 | This driver had no chances to work. Still has some issues. | Alexander Yurchenko |
2005-12-17 | Kill unreachable code. Found by lint. | Kenneth R Westerback |
2005-12-17 | Document PT_STEP (better late than never), and group the machine-dependent | Miod Vallat |
2005-12-17 | Check for functions declared with ARGSUSED but having no arguments. | Chad Loder |
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat |
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat |
2005-12-17 | regen | Brad Smith |
2005-12-17 | add ICH7 fxp PCI id. | Brad Smith |
2005-12-17 | Add some tests with modulus operator too | Chad Loder |
2005-12-17 | Avoid sign extend when writing time stamps; fixes "tar: Ustar header | Otto Moerbeek |
2005-12-17 | Replace 'while (j>=0)' constructs with safer, more KNF friendly for() | Kenneth R Westerback |
2005-12-17 | remove extra space in output of router LSA; ok claudio@ | Kevin Steves |
2005-12-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark Kettenis |
2005-12-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-12-17 | Don't dynamically assign ring size, simplifies ring structures | Jonathan Gray |
2005-12-17 | Split length and flags up into seperate variables in | Jonathan Gray |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-17 | sure it is not perfect, but at least we can compile rthreads on hppa. | Marco Peereboom |
2005-12-17 | Don't include cdefs.h when we are included from locore.s | Todd C. Miller |
2005-12-17 | unfortunately with PROCFS, that is not true yet | Theo de Raadt |
2005-12-17 | regen | Jonathan Gray |
2005-12-17 | Add 3Com 3CRWE62092B and SanDisk ConnectPlus. | Jonathan Gray |
2005-12-17 | Make sure we match the correct driver for newer macppc systems. | Mark Kettenis |
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom |
2005-12-16 | as.info files on all architectures now | Theo de Raadt |
2005-12-16 | build old info files; ok espie | Theo de Raadt |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom |
2005-12-16 | Add delay before powering down on acpi. Give the sync some extra time. | Marco Peereboom |
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat |
2005-12-16 | Compile out process_sstep() as we don't define PT_STEP, thus nothing uses | Miod Vallat |
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat |
2005-12-16 | Typo and use correct header file. | Marco Peereboom |
2005-12-16 | KNF | Marco Peereboom |
2005-12-16 | Forgot to check a flag to powerdown via acpi. | Marco Peereboom |
2005-12-16 | sync | Theo de Raadt |
2005-12-16 | Fix typo. Spotted by hannah at schlund dot de. | Mark Kettenis |
2005-12-16 | rm kerberosIV remnant | Todd T. Fries |
2005-12-16 | Remove test for kbd_reset. Prompted deraadt@, ok jordan@ | Marco Peereboom |
2005-12-16 | Power down machine from acpi. | Marco Peereboom |
2005-12-16 | Added hooks for powerdown/power button press | Jordan Hargrave |
2005-12-16 | Flush fpu state before reading/modifying the state in the pcb. | Mark Kettenis |