summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-05-18Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.Stefan Sperling
2014-05-13ohash stuff in libutil now;Jason McIntyre
2014-05-09Tweak response file example:Robert Peichaer
- "Server?" -> "HTTP Server?" - Use more appropriate public ssh key type OK deraadt@ krw@
2014-05-09add note about qemu bugStefan Fritsch
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
this fixes those by referencing the correct page, and cleans up the netintro/ inet entries; all this on the advice (and ok) of guenther!
2014-05-08The pcexmem(4) and pcexio(4) should be attached on LUNA-88K2 only.Kenji Aoyama
Actually, there seems to be no PC-9801 extension board slot on 'original' LUNA-88K. ok miod@
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-05-08Sync flags with route.hMartin Pieuchot
2014-05-06Add brswphy(4) manual page.Paul Irofti
2014-05-04tweak previous;Jason McIntyre
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
the /var/crash/programname/ directory, as root. For instance, # mkdir /var/crash/bgpd/ # chmod 700 /var/crash/bgpd/ # If you skip this step, you are a moron # sysctl kern.nosuidcoredump=3 # bgpd # pkill -ABRT bgpd # ls /var/crash/bgpd/ 14764.core 23207.core 6423.core Of course, in real life the idea is that you don't kill the daemon but it crashes and you collect parallel cores. Careful you don't fill your /var. Further tuneables are being considered. Sorry to be picking on bgpd for this example. I've watched the "too difficult to debug privsep code" angst for far too long. ok guenther
2014-05-01fixup SoC name, as it's am335x, not am334x.Jasper Lievisse Adriaanse
ok bmercer@
2014-04-29smtpd is the default mailer now;Jason McIntyre
From: Jan Stary ok gilles
2014-04-25Sync "struct rt_addrinfo" definition after removal of rti_ifp and killMartin Pieuchot
a trailing whitespace pointed by jmc@.
2014-04-24document the new makewhatis(8)/apropos(1) database format;Ingo Schwarze
original idea to have some documentation about this by espie@; ok jmc@
2014-04-24no more rwho/ruptime;Jason McIntyre
2014-04-24regenKenji Aoyama
2014-04-24no more asn1 or comm_err;Jason McIntyre
2014-04-24adjust some list widths;Jason McIntyre
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
ok jca@ jmc@
2014-04-23His name is Van Jacobson. ok jmc@Jeremie Courreges-Anglas
2014-04-23Document RTS5227 support in rtsx(4).Stefan Sperling
2014-04-23Remove badly outdated information: FDDI and Token Ring are gone,Christian Weisgerber
VLAN tags on transmitted packets have been visible to bpf since the introduction of bpf_mtap_ether(). ok brad@, henning@
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
`official' name. ok jmc@ miod@
2014-04-22Mention 16-bit sound is supported nowadays.Miod Vallat
2014-04-22Trojan horse is still a noun. noted by fritjofTed Unangst
2014-04-22Finally remove KERBEROS5? from the Makefile infrastructure.Reyk Floeter
ok henning@
2014-04-22Remove some altq tentacles.Martin Pieuchot
ok pelikan@, henning@
2014-04-22more kerberos zapping;Jason McIntyre
2014-04-22zap stray Pp;Jason McIntyre
2014-04-22no more kerberos authentication styles.Igor Sobrado
ok henning@, reyk@
2014-04-22no more kerberos, ok theo reykHenning Brauer
2014-04-22-KERBEROS5Henning Brauer
2014-04-22list VSCSI_STAT_RESET.David Gwynne
claudio didnt believe it existed cos it wasnt documented. i didnt believe there was a manpage. i guess we were both wrong.
2014-04-22The complexity and quality of kerberosV and the fact that almostReyk Floeter
nobody is using it doesn't justify to enable it by default. It will be disabled and removed from base and possibly be moved to ports. Discussed with many. Tests by henning@ reyk@ and others. ok henning@
2014-04-21use the language from the 802.1Q standard which just talks about tags,Henning Brauer
not encap, not header. reyk happy & ok.
2014-04-21stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernetHenning Brauer
frames, it replaces the ethernet header by a slightly extended one. ok sthen jmc
2014-04-20check_hosts_equiv -> check_hosts_lpdAntoine Jacoutot
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@
2014-04-19Hardware receive IP checksum offload for IPv4 is no longer supported.Christian Weisgerber
2014-04-19stop talking about hosts.equivTed Unangst
2014-04-19bye byeHenning Brauer
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18fix SEE ALSO;Jason McIntyre
2014-04-18no more altq hier^Where eitherHenning Brauer
2014-04-18stop mentioning altqHenning Brauer
2014-04-18stop talking about altqHenning Brauer
this manpage needs a bigger sync with reality...
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
"commit the switch now" espie@ "go for it" deraadt@ See the apropos(1) manual for a description of what's new. On machines where you want the full functionality, run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8). Otherwise, when upgrading via source, run "sudo makewhatis -Q".
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
LUNA-88K. LUNA-88K{,2} has one or two slot(s) that can attach the extension board designed for PC-9801. This driver provides dedicated mmap(2) and capability for waiting specified interrupt on that slot so that we can use the extension board from userland program. (*)PC-9801 is a Japanese popular personal computer, mainly used in 1980-90's. (see http://en.wikipedia.org/wiki/NEC_PC-9801) ok miod@, and man pages jmc@
2014-04-14"struct pkthdr" holds a routing table ID, not a routing domain one.Martin Pieuchot
Avoid the confusion by using an appropriate name for the variable. Note that since routing domain IDs are a subset of the set of routing table IDs, the following idiom is correct: rtableid = rdomain But to get the routing domain ID corresponding to a given routing table ID, you must call rtable_l2(9). claudio@ likes it, ok mikeb@
2014-04-13Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.Brad Smith
ok miod@