Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-04 | tabs are holier than spaces | Theo de Raadt | |
2005-10-04 | move ipmi chunk to nicer place | Theo de Raadt | |
2005-10-04 | Add initial IPMI implementation. Currently only KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC will follow shortly. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ | |||
2005-10-04 | it(4) can be found at port 0xc00; from Mike Belopuhov <mkb@crypt.org.ru> | Alexander Yurchenko | |
2005-10-02 | pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by ↵ | Theo de Raadt | |
kaoru@kaisei.org | |||
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback | |
This changes the architectures which use code identical to the amd64 disksubr.c. macppc seems different so it will be separate. The remaining archs don't try to read a DOS label. ok deraadt@ | |||
2005-09-27 | call the init routine for the Intel 82801_FB LPC so that the interrupt | Bob Beck | |
routing table can be found on such boards. ok mickey@ deraadt@ | |||
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ [complete diff this time] | |||
2005-09-23 | - fix PowerNow flags, cosmetic, only affects dmesg output. | Brad Smith | |
- k7_powernow_init() uses globals making it not SMP safe. so do not call k7_powernow_init() with multi-processor kernels for now. From Gordon Willem Klok <gklok at cogeco dot ca> ok tedu@ deraadt@ | |||
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt | |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat | |
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ | |||
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat | |
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@ | |||
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-14 | Remove unused label. | Marco Peereboom | |
ahh ok, you're confusing me with turdshining :) beck@ ok dlg@ | |||
2005-08-23 | add rl* at cardbus. deraadt@ ok. | Federico G. Schwindt | |
2005-08-20 | PNI was changed to be known as SSE3 by Intel so make | Jonathan Gray | |
a similiar change when reporting CPU features here. ok deraadt@ | |||
2005-08-19 | Spacing. | Marco Peereboom | |
2005-08-16 | 3.8 will ship with support for art(4) | Theo de Raadt | |
2005-08-14 | No more musyccbus aka ebus. | Claudio Jeker | |
2005-08-13 | add ste* | Brad Smith | |
ok krw@, deraadt@ | |||
2005-08-13 | Add commented out hooks for art(4). | Claudio Jeker | |
OK deraadt@ | |||
2005-08-07 | ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@ | Michael Shalayeff | |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-05 | Uncomment aps to help gather more testing feedback. | Jonathan Gray | |
I'd like to hear from anyone running with this. | |||
2005-08-05 | Add commented entry for aps (ThinkPad Active Protection System) | Jonathan Gray | |
2005-08-04 | match on ich7; testing by Mark.Peoples@asu.edu | Michael Shalayeff | |
2005-08-03 | Smart ARRAY comment fixes. | Brad Smith | |
2005-08-03 | ciss can fit onto the large RAMDISKS | Theo de Raadt | |
2005-08-03 | enable ciss; deraadt@ ok | Michael Shalayeff | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-08-01 | spacing | Theo de Raadt | |
2005-08-01 | Fiddle with dkcsum output. Improve verbiage and grouping of messages. | Kenneth R Westerback | |
Clean up code. ok weingart@ tom@ 'go for it' deraadt@ | |||
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne | |
sure deraadt@ | |||
2005-07-30 | people grew the kernel too much again, sigh | Theo de Raadt | |
2005-07-30 | build libkern | Todd C. Miller | |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller | |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko | |
some VIA CPU based boards. The driver provides temperature, voltage and fan tachometers values through the sysctl interface. Rickard Dahlstrand <rd@tilde.se> asked for this driver and provided access to the test board. Also tested by millert@. ok millert@ | |||
2005-07-28 | rev 1.46 | Brad Smith | |
Add quirk for Connectix Virtual PC 5 (for Windows at least) emulated PCI bridge (440BX). From minoura NetBSD | |||
2005-07-28 | rev 1.32 | Brad Smith | |
redo the PCI configuration mode detection - should make some less standard compliant PCI chipsets work (Compaq, Connectix emulated Triton) From drochner NetBSD Tested by a number of end-users and a few developers. | |||
2005-07-28 | add pcn | Brad Smith | |
2005-07-26 | Reduce verbosity during dkcsum by moving open/read/close error | Kenneth R Westerback | |
messages inside #ifdef DEBUG/#endif sections. Helps with usb card readers and such that will often have no media. ok weingart@ tom@ | |||
2005-07-25 | ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810. | Jonathan Gray | |
Tested by and ok marco@, ok brad@ | |||
2005-07-23 | Fix a few typos. Set 'error' variable before using it in message. | Kenneth R Westerback | |
Makes i386 and amd64 dkcsum.c identical. ok weingart@ tom@ | |||
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff | |
modeled after sparc together w/ deraadt@; deraadt@ ok | |||
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |