Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-22 | Minimal 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-22 | Minimal 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-21 | add moxa c168h; | Jason McIntyre | |
From: "Craig R. Skinner" | |||
2014-06-18 | tweak previous; | Jason McIntyre | |
2014-06-17 | Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs | Stefan Fritsch | |
from working. | |||
2014-06-14 | Fix a couple systrace(4) nits | Matthew Dempsky | |
Mention SYSTRACE_POLICY_KILL again later as appropriate and document that STRIOCINJECT takes a pointer to a struct systrace_inject. | |||
2014-06-14 | Update 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-11 | Remove manpages about deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann | |
They are obsoleted by the RFC3542 api. ok mpi@ | |||
2014-06-11 | Create system taskq ("systqmp") which runs without the kernel lock; | Bret Lambert | |
currently unused. ok dlg@ manpage improvement and ok jmc@ | |||
2014-06-05 | Improve 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-03 | sort previous; | Jason McIntyre | |
2014-06-03 | Mention new devices supported by run(4). Partly based on FreeBSD's run(4) page. | Stefan Sperling | |
2014-06-03 | add a comma. | Brad Smith | |
2014-06-01 | Remove mention of the old __P practice. | Theo de Raadt | |
2014-05-30 | Appletalk 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-29 | fsck should use the same values in checking as newfs does in creating | Kenneth 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-29 | zap double word; | Jason McIntyre | |
2014-05-29 | Update to match recent changes | Philip Guenther | |
2014-05-28 | tweak previous; | Jason McIntyre | |
2014-05-28 | prio is meaningless when bandwidth shaping is in use, fix example | Henning Brauer | |
noticed by Marko CupaÄ <marko.cupac at mimar dot rs> | |||
2014-05-24 | There is a standalone bootloader now. | Miod Vallat | |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling | |
2014-05-13 | ohash stuff in libutil now; | Jason McIntyre | |
2014-05-09 | Tweak response file example: | Robert Peichaer | |
- "Server?" -> "HTTP Server?" - Use more appropriate public ssh key type OK deraadt@ krw@ | |||
2014-05-09 | add note about qemu bug | Stefan Fritsch | |
2014-05-09 | my 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-08 | The 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-08 | inet(3) -> inet_net(3); | Jason McIntyre | |
2014-05-08 | Sync flags with route.h | Martin Pieuchot | |
2014-05-06 | Add brswphy(4) manual page. | Paul Irofti | |
2014-05-04 | tweak previous; | Jason McIntyre | |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo 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-01 | fixup SoC name, as it's am335x, not am334x. | Jasper Lievisse Adriaanse | |
ok bmercer@ | |||
2014-04-29 | smtpd is the default mailer now; | Jason McIntyre | |
From: Jan Stary ok gilles | |||
2014-04-25 | Sync "struct rt_addrinfo" definition after removal of rti_ifp and kill | Martin Pieuchot | |
a trailing whitespace pointed by jmc@. | |||
2014-04-24 | document the new makewhatis(8)/apropos(1) database format; | Ingo Schwarze | |
original idea to have some documentation about this by espie@; ok jmc@ | |||
2014-04-24 | no more rwho/ruptime; | Jason McIntyre | |
2014-04-24 | regen | Kenji Aoyama | |
2014-04-24 | no more asn1 or comm_err; | Jason McIntyre | |
2014-04-24 | adjust some list widths; | Jason McIntyre | |
2014-04-23 | Remove more Kerberos cruft. | Antoine Jacoutot | |
ok jca@ jmc@ | |||
2014-04-23 | His name is Van Jacobson. ok jmc@ | Jeremie Courreges-Anglas | |
2014-04-23 | Document RTS5227 support in rtsx(4). | Stefan Sperling | |
2014-04-23 | Remove 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-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama | |
`official' name. ok jmc@ miod@ | |||
2014-04-22 | Mention 16-bit sound is supported nowadays. | Miod Vallat | |
2014-04-22 | Trojan horse is still a noun. noted by fritjof | Ted Unangst | |
2014-04-22 | Finally remove KERBEROS5? from the Makefile infrastructure. | Reyk Floeter | |
ok henning@ | |||
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot | |
ok pelikan@, henning@ | |||
2014-04-22 | more kerberos zapping; | Jason McIntyre | |