summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-18Grok NORETURN function prototypes in addition to NORETURN functionChad Loder
definitions.
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Typo; p/o kustov@telex221.ru.Alexander Yurchenko
2005-12-18Fix some signed vs. unsigned issues found by lint. OK krw@Todd C. Miller
2005-12-18add back comment about wrong codeNikolay Sturm
ok marco
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
unless __BSD_VISIBLE or _LOCORE are set. OK deraadt@
2005-12-18Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself asMark Kettenis
SCSI. From NetBSD. Tested by me. ok krw@
2005-12-18Indicate that the flags are exclusive, mention realm in the descriptionBjorn Sandell
for K and remove an error case for kerberos that doesn't apply nowdays. with jmc@
2005-12-18Add bits string for smbus host status register to be able toAlexander Yurchenko
print it with %b.
2005-12-18Add SMBus controller registers.Alexander Yurchenko
2005-12-18rename test functions with meaningful names instead of 1 2 3, etc.Brad Smith
From libevent CVS
2005-12-18Fix condition so "BIOS fixup botch" can, unlikely as it is, beKenneth R Westerback
detected. Found by lint. ok millert@
2005-12-18initialize all spinlocks to _SPINLOCK_UNLOCKEDTed Unangst
2005-12-18if not a newer chip then print i82557, all fxp's attached to the ICHBrad Smith
chipsets are i82562.
2005-12-17revert last commit as it introduced system panics due to improper useBrad Smith
of bpf_mtap().
2005-12-17spelling: intented -> intendedKevin Steves
2005-12-17more PCI ids.Brad Smith
2005-12-17regenBrad Smith
2005-12-17add a few more fxp PCI ids.Brad Smith
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-17Remove duplicate definition of machFPCurProcPtr.Mark Kettenis
ok pefo@, miod@
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-17This driver had no chances to work. Still has some issues.Alexander Yurchenko
2005-12-17Kill unreachable code. Found by lint.Kenneth R Westerback
ok kettenis@ deraadt@ pedro@ miod@
2005-12-17Document PT_STEP (better late than never), and group the machine-dependentMiod Vallat
request with a (fixed) list of arches for each; tweaks and ok jmc@ kettenis@
2005-12-17Check for functions declared with ARGSUSED but having no arguments.Chad Loder
2005-12-17Let the xtlb refill handler fault if the userland va is out of the supportedMiod Vallat
address space instead of using the tlb of the va modulo the address space size. ok pefo@
2005-12-17Rename ``dofault'' label to ``fault_common'', it just looks too close toMiod Vallat
``default'' and thus can make your code reading experience more difficult...
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
field is too small for foo" error messages when writing files with negative time stamps on 64 bit archs. ok millert@ deraadt@
2005-12-17Replace 'while (j>=0)' constructs with safer, more KNF friendly for()Kenneth R Westerback
loops because j is unsigned. Comments from Marco Hyman and Andreas Gunnarson fixed my first version. Spotted by lint. 'go for it' deraadt@ for initial version.
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
the state in the pcb. Make sure we don't thrash the initial fpu state for (currently unsupported) 32-bit processes. ok miod@
2005-12-17Fix handling of floating-point registers in PT_{GET|SET}REGS.Mark Kettenis
ok miod@
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
Instead of having the dinode inside the inode structure itself, we now have just a pointer to it, and use a separate pool to allocate dinodes as needed. Inspiration from FreeBSD, various testing for a while, thanks.
2005-12-17Don't dynamically assign ring size, simplifies ring structuresJonathan Gray
and code that deals with rings. We can get away with this as we only have one type of rx and one type of tx ring at a time unlike ral(4). Suggested by and ok damien@
2005-12-17Split length and flags up into seperate variables inJonathan Gray
descriptors and make use of MCLBYTES for length setting. Sugested by damien@
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
instead; looked at millert@
2005-12-17sure it is not perfect, but at least we can compile rthreads on hppa.Marco Peereboom
ok deraadt@
2005-12-17Don't include cdefs.h when we are included from locore.sTodd C. Miller
Problem noticed by deraadt@
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
tested by xsa@, ok joris@, brad@
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16as.info files on all architectures nowTheo de Raadt