Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-12 | Labels must be followed by a statement. (Pointed out by gcc3.) | Henric Jungheim | |
ok jason@ | |||
2003-02-12 | Use ':' to separate login name from group name to match updated docs. | Todd C. Miller | |
2003-02-12 | Add support for rotating files at a specific time; from FreeBSD | Todd C. Miller | |
2003-02-12 | Remove font loading from the list of missing features. | Miod Vallat | |
2003-02-12 | better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@ | Markus Friedl | |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2003-02-12 | Fix BNF for rdr and nat to match merge of rdr and nat parsing. | Ryan Thomas McBride | |
2003-02-12 | KNF after ryan | Henning Brauer | |
2003-02-12 | Match changes in pfctl which make rdr behave more like the other rule types. | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-02-12 | Make r.rpool.proxy_port[] a consistent byte order to match cleanup in | Ryan Thomas McBride | |
pfctl. ok dhartmei@ | |||
2003-02-12 | Simplify the code and make the parser handle the different rule types | Ryan Thomas McBride | |
more consistently. - Merge expand_nat and expand_rdr into expand_rule - Merge rdrrule token into natrule ok concept henning@ ok dhartmei@ | |||
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl | |
2003-02-12 | Add support for WSKBD_TYPE_HIL. -moj ok miod@ | Mats O Jansson | |
2003-02-12 | sync | Theo de Raadt | |
2003-02-12 | a double to int conversion test | Michael Shalayeff | |
2003-02-12 | a very simple rint() test. helped figure out fpu emulation probs on hppa | Michael Shalayeff | |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | Michael Shalayeff | |
2003-02-12 | Kill more commons in sparc64 code | Jason Wright | |
2003-02-12 | only align the first stack frame onto the minimal required alignment | Michael Shalayeff | |
2003-02-12 | gcc knows about hppa alergy to propolice now. 10x to etoh@ | Michael Shalayeff | |
2003-02-12 | delete duplicate line; jason@ackley.net, 3090 | Theo de Raadt | |
2003-02-12 | Fix a bunch of pf_route() bugs: | Ryan Thomas McBride | |
- pass back a pointer to state created in pf_test_{tcp|udp|icmp|other}() so that pf_route()/pf_route6() can peek at it. - put the PACKET_TAG_PF_ROUTED tag onto the packets _before_ we call pf_test()/pf_test6() again to prevent looping. - Call pf_test6() in pf_route6() instead of pf_test() for obvious reasons. ok dhartmei@ | |||
2003-02-12 | I'm in a productive mood tonite. | Miod Vallat | |
2003-02-12 | Simple manual page for hilms(4) | Miod Vallat | |
2003-02-12 | Add hilms and wsmouse at hilms. | Miod Vallat | |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat | |
2003-02-12 | A simple driver for HIL mice and tablets. Most of the work being already | Miod Vallat | |
done by the loop, this is mostly an HIL packet decoding routine. | |||
2003-02-12 | improve hme addition. | Brad Smith | |
-- Typo in URL noted by: Dries Schellekens <gwyllion@ace.ulyssis.org> | |||
2003-02-12 | Move values related to device identification data to hilreg.h, with better | Miod Vallat | |
names. | |||
2003-02-12 | do not filter the coprocessor uid on the fpu context switch. | Michael Shalayeff | |
it will be emulated later or a trap generated appropriately. this way we do not have to share the knowledge of the present units all over the sources and keep it relatively easy. this fixes the random sig4 seen before. apparently it was caused by the xmpy instruction triggering the fpu context switch and being of a problem for the existing uid check to parse. also force the fpu context reload after the exception being taken for the fpu or other coprocessor. reload r1 with iir after load/store emulation. add a comment on r1 being shadowed on cpu context save before emulation. | |||
2003-02-11 | no loop loop | Michael Shalayeff | |
2003-02-11 | Forgot to add the new manpages.. | Miod Vallat | |
2003-02-11 | I found a french HIL keyboard in a closet, so add a simple french layout. | Miod Vallat | |
Nobody will want to use such a keyboard anyways, as there is no ~ (tilde) key on it. | |||
2003-02-11 | Add wsmux for multiple keyboard configurations. | Miod Vallat | |
2003-02-11 | No ICMP redirect when PF nat code redirect the packet on the LAN. | Cedric Berger | |
ok dhartmei@ | |||
2003-02-11 | Reflect hardware support changes. | Miod Vallat | |
2003-02-11 | document pfctl -D macro=value | Henning Brauer | |
2003-02-11 | adjust after pfctl changes | Henning Brauer | |
2003-02-11 | allow macro definition on the command line: | Henning Brauer | |
pfctl -Dextif=wi0 -f /etc/pf.conf command line macro definitions override the ones made in the file (idea theo), very handy if your notebook has another NIC at some conference, as well as for debugging etc. idea rezine@mistrusted.net via pb@ hacked live at FOSDEM ok pb@ dhartmei@ cedric@ | |||
2003-02-11 | Manual pages for the new hil(4) and hilkbd(4) drivers. | Miod Vallat | |
2003-02-11 | Define an HIL wscons keyboard type. | Miod Vallat | |
2003-02-11 | Add hil devices, and enable wsdisplay at sti and wskbd at gsc and hil. | Miod Vallat | |
2003-02-11 | hil at gsc attachment glue. | Miod Vallat | |
2003-02-11 | hppa-specific hil definitions. | Miod Vallat | |
This is probably only valid on 700 series, though. | |||
2003-02-11 | As hil devices can only attach after interrupts are enabled, delay | Miod Vallat | |
the attachment of wsdisplay to sti as well. This allows us to have a working console for boot -a, and still attach a full-blown wscons console as soon as possible. ok mickey@ | |||
2003-02-11 | Oops, forgot to commit the most important file... | Miod Vallat | |
2003-02-11 | Regen | Miod Vallat | |
2003-02-11 | Machine independent HP-HIL loop support code. | Miod Vallat | |
Derived from the hp300 HIL code, and some information found in XFree86 HP-UX specific parts. However, this code does not provide an HP-UX compatible /dev/hil* interface, but will rather attach real BSD drivers to the hil driver glue. Currently, only a driver for the HP-HIL keyboards is provided. More to come as resources permit. The international layout tables for hilkbd are derived from the ite tables found in the hp300 code, but only the US layout could be tested. Sample dmesg output on a heavily charged hil loop: hil0 at gsc0 offset 21000 irq 1 hilkbd0 at hil0 code 1: 109-key keyboard, layout 1b wskbd0 at hilkbd0: console keyboard hilkbd1 at hil0 code 2: 109-key keyboard, layout 1f wskbd1 at hilkbd1 "ID module" at hil0 id 34 code 3 not configured "ID module" at hil0 id 34 code 4 not configured "Tablet" at hil0 id 94 code 5 not configured "Mouse" at hil0 id 68 code 6 not configured Some feedback from and ok mickey@ | |||
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2003-02-11 | Byte-prom font loading support. | Miod Vallat | |
ok mickey@ |