Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-17 | revert last commit as it introduced system panics due to improper use | Brad Smith | |
of bpf_mtap(). | |||
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 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis | |
ok pefo@, miod@ | |||
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 | |
ok kettenis@ deraadt@ pedro@ miod@ | |||
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat | |
address space instead of using the tlb of the va modulo the address space size. ok pefo@ | |||
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat | |
``default'' and thus can make your code reading experience more difficult... | |||
2005-12-17 | regen | Brad Smith | |
2005-12-17 | add ICH7 fxp PCI id. | Brad Smith | |
2005-12-17 | Replace '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-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark 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-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis | |
ok miod@ | |||
2005-12-17 | Remove 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-17 | Don't dynamically assign ring size, simplifies ring structures | Jonathan 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-17 | Split length and flags up into seperate variables in | Jonathan Gray | |
descriptors and make use of MCLBYTES for length setting. Sugested by damien@ | |||
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-17 | Don't include cdefs.h when we are included from locore.s | Todd C. Miller | |
Problem noticed by deraadt@ | |||
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 | |
tested by xsa@, ok joris@, brad@ | |||
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom | |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom | |
ok jordan@ deraadt@ | |||
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 | |
these functions. ok kettenis@ | |||
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat | |
ok kettenis@ | |||
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 | |
ok deraadt@ jordan@ | |||
2005-12-16 | Remove test for kbd_reset. Prompted deraadt@, ok jordan@ | Marco Peereboom | |
2005-12-16 | Power down machine from acpi. | Marco Peereboom | |
Help deraadt, ok jordan@ | |||
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 | |
ok miod@ | |||
2005-12-16 | Cleaned up common power management register i/o | Jordan Hargrave | |
Added enter sleep state ioctl Hooked power button interrupt ok marco@ | |||
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre | |
of the page; | |||
2005-12-16 | Fix unsigned < 0 check in ext2fs_readdir(), okay krw@ | Pedro Martelletto | |
2005-12-16 | a little quieter | Brad Smith | |
2005-12-16 | Fix unsigned < 0 check in ufs_readdir(), okay krw@ | Pedro Martelletto | |
2005-12-16 | Add new unified header file for devices. Suggested deraadt@ | Marco Peereboom | |
2005-12-16 | Use new unified header. | Marco Peereboom | |
2005-12-16 | Remove .h files and replace them with a single one. Suggested deraadt@ | Marco Peereboom | |
2005-12-16 | Remove autoconf chatter | Marco Peereboom | |
2005-12-16 | re-enable ipmi | Theo de Raadt | |
2005-12-16 | do not use a label_t in the pcb. label_t may not exist in all contexts, | Theo de Raadt | |
and causes a real pain with _KERNEL that we wish to avoid for sys/user.h so clone a label_t thingy here | |||
2005-12-16 | Lose dsdt since it was moved inside acpi.c | Marco Peereboom | |
2005-12-16 | fix error printf's. | Brad Smith | |
2005-12-16 | Fix 2 issues reported by beck. | Marco Peereboom | |
1. Sun v20z rebooted dunring autoconf. This was due to reading a byte and discarding it at an inapropriate time. 2. The Sun is so fast that it could exhaust the busy counter. This has been replaced with a timeout/tsleep mechanism that is more predictable. As a bonus we no longer busy wait in ipmi which should improve overall throughput. ok beck@ jordan@ dlg@ |