Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-12 | If a PCI-X card is detected then set bge_pcix. | Brad Smith | |
2005-12-11 | sync | Brad Smith | |
2005-12-11 | regen | Brad Smith | |
2005-12-11 | a whole bunch of ciss(4) PCI ids. | Brad Smith | |
From FreeBSD | |||
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat | |
kernel boots single user. Still a lot of polishing and bugfixing to do. | |||
2005-12-11 | Remove unused includes. | Miod Vallat | |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat | |
2005-12-11 | Fix ROMCR defines. | Miod Vallat | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-11 | Use e2fs_sbsave() instead of bcopy() when dumping the super-block back | Pedro Martelletto | |
to disk, fixes ext2fs on big-endian architectures | |||
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis | |
ok joris@ | |||
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto | |
2005-12-11 | mention the Fast Ethernet controller chips this driver should support | Brad Smith | |
though is untested so far as well as clarifying the situation with Jumbos. | |||
2005-12-11 | remove useless comment. | Brad Smith | |
2005-12-11 | fix a few name clashes with libc; found by lint. ok deraadt@ | Otto Moerbeek | |
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback | |
ok miod@ deraadt@ | |||
2005-12-11 | SRCS should contain .y and .l references, then make will do the right thing | Theo de Raadt | |
2005-12-11 | make this compile again | Theo de Raadt | |
2005-12-11 | Don't free pathname after successfull _try_needed call; it's cached in that | Mark Kettenis | |
case. Fixes "could not read symbols: File truncated" problems. ok deraadt@ | |||
2005-12-11 | remove unused variables and functions | Theo de Raadt | |
2005-12-11 | ARGSUSED | Theo de Raadt | |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt | |
2005-12-11 | On halt, wait for a keypress on the console and reboot; allows one to have | Miod Vallat | |
the BUG set to auto-boot and not lose the machine upon halting. Requested by deraadt@ and nick@ long ago. | |||
2005-12-11 | Don't allow a -prefixlen arg of -1. jaredy@ ok | Aaron Campbell | |
2005-12-11 | add a few Intel PCI-ISA bridges. | Brad Smith | |
2005-12-11 | cleanup some knr to ansi i missed, and some extra whitespace i accidentally | David Gwynne | |
snuck in. | |||
2005-12-11 | sync | Brad Smith | |
2005-12-11 | regen | Brad Smith | |
2005-12-11 | - change Intel PRO/100 VE (3) to 82801DB LAN | Brad Smith | |
- add Intel 82801DBL IDE controller PCI id | |||
2005-12-11 | unused code and variables | Theo de Raadt | |
2005-12-11 | recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000 | Brad Smith | |
2005-12-10 | - standard synopsis, mention options | Martin Reindl | |
- ram->RAM - memory mapped I/O is default on everything except i386 ok krw@ jmc@ | |||
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat | |
Tested on luna88k and mvme88k. | |||
2005-12-10 | better wording, helped by krw and roughly ok deraadt; | Jason McIntyre | |
2005-12-10 | use the 5750 DSP code with the BCM5714 and BCM5780 too. | Brad Smith | |
2005-12-10 | tweak: ok reyk | Jason McIntyre | |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink | |
time ago, but we were being held back by jfb. too bad for him. next step is to use fatal() through out the code for unrecoverable errors instead of trying to be all nice and fluffy and reach main() again. ok niallo@ and xsa@ | |||
2005-12-10 | Update | Chad Loder | |
2005-12-10 | Make the style of these messages more like that of gcc messages. | Chad Loder | |
2005-12-10 | - its wrong to use exit() here; return instead. | Niall O'Higgins | |
ok joris@ | |||
2005-12-10 | Match new lint warning and error format (similar to gcc's format). | Chad Loder | |
2005-12-10 | Add a generate target | Chad Loder | |
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith | |
2005-12-10 | Change warning/error format to match gcc's. | Chad Loder | |
2005-12-10 | Add a regression test for suspicious use of sizeof. | Chad Loder | |
2005-12-10 | sk_shutdown -> skc_shutdown and register the shutdown function with | Brad Smith | |
shutdownhook_establish(). | |||
2005-12-10 | shrink dmesg entry by one line by merging the chipset revision into | Brad Smith | |
the skc line and fix various error condition printf's in skc_attach(), sk_attach() and sk_alloc_jumbo_mem() so the messages will be displayed properly. ok krw@ | |||
2005-12-10 | how did this slip in, grr. | Martin Reindl | |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl | |
ok cloder@ | |||
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder | |
than unary *, ->, a name, or a string. |