Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-19 | Copyright does not need its own .Sh, it is already commented. | Jonathan Gray | |
ok jmc@ deraadt@ | |||
2005-08-19 | ipsecctl(8) can be used for manual setups too; | Jason McIntyre | |
2005-08-19 | add /etc/ipsec.conf to FILES; | Jason McIntyre | |
2005-08-19 | punctuation; | Jason McIntyre | |
2005-08-19 | do not close the entries file until all files depending on it have | Joris Vink | |
been passed to the callback. ok xsa@ | |||
2005-08-19 | knight industries two thousand; | Jason McIntyre | |
from stuart henderson (pr #4466); | |||
2005-08-19 | Make note of inverted axis on X40s. | Jonathan Gray | |
2005-08-19 | regen | Jonathan Gray | |
2005-08-19 | A few more ATI products: RS300 Host, Radeon X600 and FireGL V3100. | Jonathan Gray | |
2005-08-19 | document manual keying with ipsecctl | Hans-Joerg Hoexer | |
ok, tweaks jmc@ | |||
2005-08-19 | style; | Xavier Santolaria | |
2005-08-19 | more useful error message | Hans-Joerg Hoexer | |
2005-08-19 | missing cast; | Xavier Santolaria | |
2005-08-19 | if Unused is .Dq, then so is Hot Spare.. | Theo de Raadt | |
2005-08-19 | - sort options | Jason McIntyre | |
- tighten up a list - reference ses(4) and safte(4) in SEE ALSO | |||
2005-08-19 | Spacing. | Marco Peereboom | |
2005-08-19 | remove tempdir right away if it turns out we're not dealing with a | Marc Espie | |
package at all. | |||
2005-08-19 | trap SIGINT so that tempdirs get removed. | Marc Espie | |
2005-08-18 | Only allow blocksizes that are powers of 2 between 512 and 64K. An sd | Kenneth R Westerback | |
device that returns any other value via READ CAPACITY or MODE SENSE will be marked 'drive offline'. Prevents divide by zero when calculating disk size in MB, amoung other interesting possibilities. ok mickey@ dlg@ deraadt@ millert@ marco@ | |||
2005-08-18 | sync with new functionality, and add a bit more meat | Theo de Raadt | |
2005-08-18 | add support to stop blinking (-u) or use the alarm LED instead (-B) | Theo de Raadt | |
2005-08-18 | Silly dlg did not read my old code careful enough. Missed 2 bits that are | Marco Peereboom | |
necessary for the blinkenlight magic. Also removed some XXX cruft that was misleading. | |||
2005-08-18 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis | |
Add special handling for init(8) in setregs(). Fixes returning from fork(2) in the child with a pending signal. ok deraadt@, art@ (screaming in agony) | |||
2005-08-18 | Oops, previous fix would prevent standard input from being processed at all | Miod Vallat | |
since it is not stat(2)'ed; spotted by fgs@, better fix by tom@ | |||
2005-08-18 | sync | Theo de Raadt | |
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt | |
case of reserved tuples and pad to 0 the byte number. deraadt@ ok. | |||
2005-08-18 | make sure dependencies are picked up; | Jason McIntyre | |
from mpf@, tweaked by millert@ | |||
2005-08-18 | Update a few error descriptions w.r.t. obtaining the limits | Jared Yanovich | |
that cause the errors to reality. ok millert, jmc | |||
2005-08-18 | better diagnostics in case of bad arguments; ok dlg | Theo de Raadt | |
2005-08-18 | Properly initialize 'end' in seq(), fixing a crash | Jared Yanovich | |
on input with long lines when the -n flag is given. ok millert | |||
2005-08-18 | rework the addressing for blinking to make it like the hotspares | David Gwynne | |
help from and ok deraadt@ | |||
2005-08-18 | document M_WAITOK as a separate flag rather than a note to M_NOWAIT | David Gwynne | |
help from and ok jmc@ ok deraadt@ no objections art@ | |||
2005-08-18 | no need to wrap (sub-)section headers in quotes; | Jason McIntyre | |
2005-08-18 | rearrange some sections to avoid having instructions and explanations | Jason McIntyre | |
blocked together: it made the page difficult to read; ok mpf@ deraadt@ | |||
2005-08-18 | sync with nforce portion of pciide(4). | Jonathan Gray | |
2005-08-18 | nforce SATA is supported now. | Jonathan Gray | |
2005-08-18 | nforce SATA is supported now. | Jonathan Gray | |
2005-08-18 | Match nforce 2/3/4 SATA using generic sata_chip_map(). | Jonathan Gray | |
Tested by dlg@ on nforce 3, and several people on nforce 4. ok deraadt@ | |||
2005-08-18 | if you show an example, BE CORRECT DAMNIT | Theo de Raadt | |
2005-08-18 | tweak SYNOPSIS; | Jason McIntyre | |
2005-08-18 | Make zaudio(4) work like a laptop, so that when you plug your headphones | Robert Nagy | |
into the plug it changes the mute values so the speaker will be muted and the headphones will be unmuted. If you unplug the headphones, it will change everything back to the default state. help and ok from uwe@ pascoe@; tested by others | |||
2005-08-18 | do not allow 0-length transforms; from freebsd | Theo de Raadt | |
2005-08-18 | afterboot(8) MLINK to faq(8) is pointless; | Jason McIntyre | |
ok deraadt@ | |||
2005-08-18 | Several boards incorporating SIS SATA chips have dellusions of granduer | Jonathan Gray | |
so we have to override the PCI class they claim to be. ok deraadt@ | |||
2005-08-18 | a step towards where dlg is heading next + knf | Theo de Raadt | |
2005-08-18 | infrastructure to support blinking controlled via /dev/bio ioctls. the | David Gwynne | |
code to do the actual blink is ifdefed out till marco can figure out what im doing wrong. | |||
2005-08-18 | very basic blink support. | David Gwynne | |
some manpage tweaks from jmc@ | |||
2005-08-18 | Comment out AR5212 entries where it is unknown if they work. | Jonathan Gray | |
ok reyk@, jmc@ | |||
2005-08-18 | Malloc temporary buffers in pfioctl rather than having several large | Christopher Pascoe | |
pf_state buffers on the stack. ok henning mcbride | |||
2005-08-18 | Rearrange pf_state and pfi_kif so that the parts of the structure needed | Christopher Pascoe | |
to search for a particular entry in the RB trees are at the start of the structure. This permits us to place a much smaller structure on the stack in the interrupt paths that match packets against state entries. ok mcbride |