summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-17Rename ``dofault'' label to ``fault_common'', it just looks too close toMiod Vallat
2005-12-17regenBrad Smith
2005-12-17add ICH7 fxp PCI id.Brad Smith
2005-12-17Add some tests with modulus operator tooChad Loder
2005-12-17Avoid sign extend when writing time stamps; fixes "tar: Ustar headerOtto Moerbeek
2005-12-17Replace 'while (j>=0)' constructs with safer, more KNF friendly for()Kenneth R Westerback
2005-12-17remove extra space in output of router LSA; ok claudio@Kevin Steves
2005-12-17Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifyingMark Kettenis
2005-12-17Fix handling of floating-point registers in PT_{GET|SET}REGS.Mark Kettenis
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
2005-12-17Don't dynamically assign ring size, simplifies ring structuresJonathan Gray
2005-12-17Split length and flags up into seperate variables inJonathan Gray
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-17sure it is not perfect, but at least we can compile rthreads on hppa.Marco Peereboom
2005-12-17Don't include cdefs.h when we are included from locore.sTodd C. Miller
2005-12-17unfortunately with PROCFS, that is not true yetTheo de Raadt
2005-12-17regenJonathan Gray
2005-12-17Add 3Com 3CRWE62092B and SanDisk ConnectPlus.Jonathan Gray
2005-12-17Make sure we match the correct driver for newer macppc systems.Mark Kettenis
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16as.info files on all architectures nowTheo de Raadt
2005-12-16build old info files; ok espieTheo de Raadt
2005-12-16Make amd64 powerdown logic identical to i386.Marco Peereboom
2005-12-16Add delay before powering down on acpi. Give the sync some extra time.Marco Peereboom
2005-12-16Missing splx in setfault() error path.Miod Vallat
2005-12-16Compile out process_sstep() as we don't define PT_STEP, thus nothing usesMiod Vallat
2005-12-16Return EINVAL in process_sstep() as this is not implemented on arm yet;Miod Vallat
2005-12-16Typo and use correct header file.Marco Peereboom
2005-12-16KNFMarco Peereboom
2005-12-16Forgot to check a flag to powerdown via acpi.Marco Peereboom
2005-12-16syncTheo de Raadt
2005-12-16Fix typo. Spotted by hannah at schlund dot de.Mark Kettenis
2005-12-16rm kerberosIV remnantTodd T. Fries
2005-12-16Remove test for kbd_reset. Prompted deraadt@, ok jordan@Marco Peereboom
2005-12-16Power down machine from acpi.Marco Peereboom
2005-12-16Added hooks for powerdown/power button pressJordan Hargrave
2005-12-16Flush fpu state before reading/modifying the state in the pcb.Mark Kettenis
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16Cleaned up common power management register i/oJordan Hargrave
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
2005-12-16syncTheo de Raadt
2005-12-16libresolv.a is no longer neededTheo de Raadt
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
2005-12-16Fix unsigned < 0 check in ext2fs_readdir(), okay krw@Pedro Martelletto
2005-12-16boolshitMichael Shalayeff
2005-12-16a little quieterBrad Smith
2005-12-16Fix unsigned < 0 check in ufs_readdir(), okay krw@Pedro Martelletto
2005-12-16Add new unified header file for devices. Suggested deraadt@Marco Peereboom