Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-11-03 | fix groff build: | Marc Espie | |
- directories must be built in sequence - manpages can only be built after the main program is finished building. | |||
2007-11-03 | Revert last commit which added ieee80211_rate2plcp() and | Marcus Glocker | |
ieee80211_plcp2rate() because I've got a late feedback from Damien that he dislike the implementation method a lot. | |||
2007-11-03 | two fixes from FreeBSD: | Damien Bergamini | |
- fix an incorrect setting of `retry times' in case of zd1211b - increase max rx size so there's room for multi-frame transactions (slightly modified version) from the Linux zd1211rw driver: - patch registers CR47 and CR157 on devices that require it - fix power calibration setting on ZD1211B | |||
2007-11-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie | |
no need to duplicate that info at the job level since we can just use the gn->type. | |||
2007-11-03 | fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won't | Damien Bergamini | |
panic when resetting the device - requested by many fix ifconfig -M (the interface still has to be down though ie it won't work while the interface is up). fix AMPDU window for 4965AGN (has no effect since 802.11n is not supported yet). | |||
2007-11-03 | zap dead code | Marc Espie | |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie | |
2007-11-03 | document that .ORDER only means something in parallel mode | Marc Espie | |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie | |
2007-11-03 | fix an obnoxious bug: in parallel mode, dieing in the job controller is not | Marc Espie | |
the same as dieing in a sub job, since waiting on sub-jobs won't work. So keep track of who we are via a state variable. | |||
2007-11-03 | suff.c sets IMPSRC correctly, whereas this is bogus and strips the path | Marc Espie | |
a lot of the time. | |||
2007-11-03 | zap confusing old comment | Marc Espie | |
2007-11-03 | mark nodes as made when there is no command around the target. | Marc Espie | |
real files get updated anyways, but phony nodes stay around as unmade, which breaks things in subtle ways, since parallel mode just assumes things get built. | |||
2007-11-03 | make sure configure is done before we try building manpages. | Marc Espie | |
2007-11-03 | add a BEFOREMAN hook variable, for those programs that need something to | Marc Espie | |
be done before they can build their manpages. `ah right' millert@ | |||
2007-11-03 | use DEVICE_IS_VGA_PCI in vga_pci_match() | Martin Reindl | |
ok brad@ fgsch@ also tested by oga@ | |||
2007-11-03 | Print out names of register pairs correctly. ok otto@ | Stefan Kempf | |
2007-11-03 | add aucat(1) and cdio(1) to SEE ALSO; | Jason McIntyre | |
2007-11-03 | - standard EXAMPLES | Jason McIntyre | |
- tidy up SEE ALSO | |||
2007-11-03 | don't spam dmesg with huge, whitespace padded bios strings. | Chris Kuethe | |
ok beck, gwk | |||
2007-11-03 | change what happens when acpi is enabled to include "relatively safe" | Bob Beck | |
stuff and have acpi actually do something. note acpi is still disabled by default, but now will do more stuff when enabled with config -e/boot -c ok gwk@, weingart@, canacar@, deraadt@ |