Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-04 | Get rid of the very annoying warning message + delay when a command | Otto Moerbeek | |
line argument is wrong. Just display the message in the message area. ok deraadt@ sobrado@ simon@ henning@ | |||
2007-11-04 | replace even more ctob/btoc with ptoa/atop | Martin Reindl | |
2007-11-04 | Mention the Meinberg PCI509 card and sort list to make it look like in the | Marc Balmer | |
manual page. | |||
2007-11-04 | Mention the PCI509 card. | Marc Balmer | |
2007-11-04 | Add support for the Meinberg PCI509 5V DCF77 time signal station receiver. | Marc Balmer | |
With feedback from kettenis | |||
2007-11-04 | regen. | Marc Balmer | |
2007-11-04 | Add the Meinberg PCI509 card, a 5V DCF77 radio clock. | Marc Balmer | |
2007-11-04 | start providing function pointers to differentiate between the intel and | David Gwynne | |
marvell boards. | |||
2007-11-04 | very initial foundation for splitting things up to support both the | David Gwynne | |
traditional intel iop and the new marvell one used on the ARC-1200 rev B. | |||
2007-11-04 | prevent gcc from complaining | Marc Espie | |
2007-11-04 | we support the 1202 and first revision of the 1200. | David Gwynne | |
2007-11-04 | the 1200 and 1202 shoudl work fine too. | David Gwynne | |
2007-11-04 | improve/repair locator printing; ok jsg | Theo de Raadt | |
2007-11-04 | some small nonfunctional tweaks. ok beck millert | Ted Unangst | |
2007-11-04 | when the ati ahci stuff is in the ide compat mode, it can sometimes cause | David Gwynne | |
a wdc(4) controller to appear. this code disables the compat mode using some magic niklas gleaned from the linux driver. | |||
2007-11-04 | Grammer nit ("all ... has been extracted" -> "all ... have been | Kenneth R Westerback | |
extracted". Pointed out by smallm in PR 5622. | |||
2007-11-04 | sync | Theo de Raadt | |
2007-11-04 | Always compile modules with -mcmodel=kernel on amd64. | Mike Belopuhov | |
Fix parentheses while here. Reminded by deraadt@ | |||
2007-11-03 | Notebook from ckuethe@ that notifies AC with 0x01, so add that in. | Can Erkin Acar | |
cool ckuethe@ | |||
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov | |
ok deraadt weingart | |||
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe | |
differently based on what OS is running. This diff causes us to run the RedmondOS code path in hopes that it is "better" AML, or has better settings for machine that do not support _OSI. This is the same method used by other non-Redmond operating sytems. suggestions/ok deraadt, agonized whimpers from the others. | |||
2007-11-03 | Add acpi_acquire_global_lock(), and acpi_release_global_lock to | Gordon Willem Klok | |
amd64 the not ghetto architecture. ok toby@ | |||
2007-11-03 | Remove a useless printf, hit if acpicpu is disabled. | Gordon Willem Klok | |
ok beck@ | |||
2007-11-03 | Added support for displaying wakeup devices | Jordan Hargrave | |
ok beck@,weingart@,gwk@ | |||
2007-11-03 | quiet a noisy printf, requested by deraadt | Deanna Phillips | |
2007-11-03 | Add missing else so that Concatanation of two buffers work. | Can Erkin Acar | |
Noticed by robert@ while diagnosing a problem report by Johan Lindman. ok weingart@ | |||
2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, | Bob Beck | |
noticed and patch from Piotr Sikora <piotr@sikora.nu> | |||
2007-11-03 | Fix setting values to buffers by obeying the conversion rules. | Can Erkin Acar | |
The values are truncated or zero extended as required. The spec is somewhat ambigious on strings and integers requiring truncation "before copy" so we try to be safe and zero terminate the buffer in case the source is string. Reported by ckuethe@, diagnosis, initial diff and feedback by kettenis@ ok kettenis@, beck@, weingart@, robert@, gwk@, ckuethe@ | |||
2007-11-03 | fix fp div by zero in a target dependent way; problem reported by | Otto Moerbeek | |
Chris Kuethe; ok ragge@ | |||
2007-11-03 | less colons | Theo de Raadt | |
2007-11-03 | Remove those words... | Chris Kuethe | |
2007-11-03 | repair attach messages; ok gwk canacar | Theo de Raadt | |
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe | |
differently based on what OS is running. This diff causes us to run the WinNT code path in hopes that it is "better" AML, or has better settings for machine that do not support _OSI. This is the same method used by other non-windows operating sytems. ok gwk, beck, jordan | |||
2007-11-03 | +.Xr ldattach 8 , | Jason McIntyre | |
2007-11-03 | Changed aml_parselength to use incremental length calc | Jordan Hargrave | |
ok canacar@ | |||
2007-11-03 | document different types for "device" and improve startup description; | Jason McIntyre | |
this is really an mbalmer diff, tweaked by myself ok deraadt mbalmer | |||
2007-11-03 | l.root-servers.net has new address; ok deraadt@ | Jakob Schlyter | |
2007-11-03 | 4800 | Theo de Raadt | |
2007-11-03 | tweaks; | Jason McIntyre | |
2007-11-03 | use tty01 and mention the baud rate issue | Theo de Raadt | |
2007-11-03 | fix some lint FALLTHROUGH | Theo de Raadt | |
2007-11-03 | Correct bad example, in /etc/ttys use the _tty_ not _cua_, of course. | Marc Balmer | |
spottet by deraadt. | |||
2007-11-03 | lint | Theo de Raadt | |
2007-11-03 | #ifdef stuff that is only used under #ifdef; ok espie | Theo de Raadt | |
2007-11-03 | Add ldattach. | Marc Balmer | |
ok deraadt | |||
2007-11-03 | remove extraneous space; | Jason McIntyre | |
2007-11-03 | ldattach(8) is a command to attach line discipline to a tty line. It can | Marc Balmer | |
be used from the command line or from init(8) by adding an entry to the /etc/ttys file. ldattach(8) can be extended to support new line disciplines. feedback many, ok deraadt, mikeb | |||
2007-11-03 | main build can only happen after configure has run. | Marc Espie | |
2007-11-03 | unmess make depend: make sure stuff is built in the correct order. | Marc Espie | |
2007-11-03 | man pages can only be built after configure has run | Marc Espie | |