summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-11Machine 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-11be consistant on Hz vs hzMichael Shalayeff
2003-02-11Byte-prom font loading support.Miod Vallat
ok mickey@
2003-02-11More -G/-U deletion + style(9) while millert@ is here.Mike Pechkin
Make sence. millert@ ok
2003-02-11syncTheo de Raadt
2003-02-11Show DF on IP fragmentsCedric Berger
ok henric@
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2003-02-11oops; beckTheo de Raadt
2003-02-11Fix bug 3088 in a different way. Reported by bob at cemetery dot homeunixMats O Jansson
dot org. -moj ok deraadt@
2003-02-10Move hme.4 to MI since it now works on 3 archs for sureJason Wright
2003-02-10Add hmeJason Wright
2003-02-10Add hme at pciJason Wright
2003-02-10Try to fetch MAC address from ebus bridge; based on NetBSDJason Wright
2003-02-10indentTheo de Raadt
2003-02-10jakob promised bind9 would not break the tree. But noooo... another damnTheo de Raadt
workaround in the tree
2003-02-10priviledged -> privileged from David Krause via Henning BrauerMarco S Hyman
2003-02-10Add some missing words culled from various "word of the day" lists.Todd C. Miller
2003-02-10Add Damian, Damien and Simone; from djm@Todd C. Miller
2003-02-10fix pcs and pcxt recognition. from weissmanndudeMichael Shalayeff
2003-02-10Add "inet proto tcp" to the last rdr example, it produces a syntax errorDaniel Hartmeier
otherwise. Found by David Norman.
2003-02-10xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490Markus Friedl
2003-02-10queuing -> queueing for consistencyJason McIntyre
from openbsd@davidkrause.com via henning@
2003-02-10Add random-id to BNF syntax, clean up superflous []Daniel Hartmeier
Reported by Dries Schellekens
2003-02-10fix sparc64 specific commonsJason Wright
2003-02-10unneeded defnsJason Wright
2003-02-09bind9 needs nanosleep too; ok jakob@Damien Miller
2003-02-09cosmetic clean-up: use ${.TARGET} extensively, instead of hard-codingMarc Espie
target names.
2003-02-09a common construct that ksh fails.Marc Espie
2003-02-09Slightly less noisy debug printf from pf_map_addr(), ok mcbride@Daniel Hartmeier
2003-02-09more live code from FOSDEM:Henning Brauer
make pass in proto tcp to port 80 work. -allow to omit the "any" if you're specifying a port -allow to omit the from or to part if you want "any" for the other ok dhartmei@ pb@
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
live from FOSDEM.
2003-02-09KNFHenning Brauer
2003-02-09Fix a few warnings and remove unnecessary check and cast.Camiel Dobbelaar
ok dhartmei henning
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from ↵Jason Wright
freebsd via openbsd pr 3086 (thom at press dot alt-f4 dot org)
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2003-02-09typos;Jason McIntyre
2003-02-08avoid more spurious printfs (account for other uninteresting events).Jason Wright
2003-02-08Make the -u and -g options more like the -U and -G options. My intentionTodd C. Miller
was to avoid needless incompatibilities with NetBSD's command line options but this ended up causing too much confusion on the part of the user. The -u option now also sets the group and group vector based on passwd(5) and group(5) unless an alternate group list is specified via the -g option. The -U and -G options have been removed. The resulting code is much simpler and the behavior of chroot(8) seems to better match users' expectations; OK deraadt@
2003-02-08From David Krause; sync with NetBSD and FreeBSD changes:Todd C. Miller
o Remove "freen" and "freend" o Remove "corelate", it is "correlate" these days o Add missing atomic elements o Add haunted, writeable, and all
2003-02-08Run through "sort -udf" and remove a blank line; David KrauseTodd C. Miller
2003-02-08Add scrub option 'random-id', which replaces IP IDs with random valuesDaniel Hartmeier
for outgoing packets that are not fragmented (after reassembly), to compensate for predictable IDs generated by some hosts, and defeat fingerprinting and NAT detection as described in the Bellovin paper http://www.research.att.com/~smb/papers/fnat.pdf. ok theo@
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08Add an example of "pfctl -a anchor -s rules" usage, and make it clearDaniel Hartmeier
that -a -s is needed for this, not -sa.
2003-02-08ansiHenning Brauer
2003-02-08typo; krauseHenning Brauer
2003-02-08allow for xfs; ok miodTodd T. Fries
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2003-02-08fix /tmp races; this no longer leaves files around. ok millert jason henricPeter Valchev
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
(based on netbsd pr 20140)
2003-02-08syncTheo de Raadt