summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2014-06-22Minimal COMPATIBILITY cleanup:Ingo Schwarze
* Mention that the list is incomplete. * I implemented %C for groff -current, and it was accepted. * Font family is \F, not \f. * Escapes and scaling widths are documented in roff(7), not here. * Quoting quotes by doubling them is now supported.
2014-06-22Minimal cleanup of the COMPATIBILITY section:Ingo Schwarze
* Mention that the list is incomplete. * Quoting quotes by doubling them is documented in the Ossanna/Kernighan/Ritter Nroff/Troff User's Manual, Section 7.3. * Our roff(7) manual documents handling of escape sequences; besides, we partially support \w and \z now. * Scaling widths are documented in roff(7) as well, and f is not \f. * Negative arguments to .sp are handled now.
2014-06-21add moxa c168h;Jason McIntyre
From: "Craig R. Skinner"
2014-06-18tweak previous;Jason McIntyre
2014-06-17Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANsStefan Fritsch
from working.
2014-06-14Fix a couple systrace(4) nitsMatthew Dempsky
Mention SYSTRACE_POLICY_KILL again later as appropriate and document that STRIOCINJECT takes a pointer to a struct systrace_inject.
2014-06-14Update documentation for STRIOCGETCWD.Matthew Dempsky
Back in 2011, I changed it from taking a "pid_t *" to a "struct systrace_getcwd *" so that systrace(1) could resolve filenames passed to openat(2), etc, but apparently failed to document the change.
2014-06-11Remove manpages about deprecated RFC2292 ancillary data convenience functions.Christopher Zimmermann
They are obsoleted by the RFC3542 api. ok mpi@
2014-06-11Create system taskq ("systqmp") which runs without the kernel lock;Bret Lambert
currently unused. ok dlg@ manpage improvement and ok jmc@
2014-06-05Improve the divert(4) example program:Lawrence Teo
- Remove unnecessary includes - bzero -> memset - Better sanity checks and return value checks - Use the tcphdr struct instead of tcpiphdr so that the program will work even if there are IP options - Use more conventional variable names and buffer sizes Also add myself to the copyright. ok deraadt@ sthen@
2014-06-03sort previous;Jason McIntyre
2014-06-03Mention new devices supported by run(4). Partly based on FreeBSD's run(4) page.Stefan Sperling
2014-06-03add a comma.Brad Smith
2014-06-01Remove mention of the old __P practice.Theo de Raadt
2014-05-30Appletalk support was removed a while ago. So was natm and hylink (if ever).Philip Guenther
Let's mention MPLS instead. Noted by Remi Locherer (remi.locherer (at) relo.ch)
2014-05-29fsck should use the same values in checking as newfs does in creatingKenneth R Westerback
a filesystem. fs_nspf and its derivitives like fs_spc are DEV_BSIZE values, not actual hardware disk sector values. Adjust initializations accordingly. Tweak header and man page comments to make the DEV_BSIZE'ness more obvious for future spelunkers. No-op for DEV_BSIZE (a.k.a. 512-byte) sector devices but should help checking filesystems on, e.g., 4k-byte sector devices. ok jmc@ on the man page tweaks.
2014-05-29zap double word;Jason McIntyre
2014-05-29Update to match recent changesPhilip Guenther
2014-05-28tweak previous;Jason McIntyre
2014-05-28prio is meaningless when bandwidth shaping is in use, fix exampleHenning Brauer
noticed by Marko Cupać <marko.cupac at mimar dot rs>
2014-05-24There is a standalone bootloader now.Miod Vallat
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