Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-04-22 | zap stray Pp; | Jason McIntyre | |
2014-04-22 | no more kerberos authentication styles. | Igor Sobrado | |
ok henning@, reyk@ | |||
2014-04-22 | no more kerberos, ok theo reyk | Henning Brauer | |
2014-04-22 | -KERBEROS5 | Henning Brauer | |
2014-04-22 | list 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-22 | The complexity and quality of kerberosV and the fact that almost | Reyk 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-21 | use the language from the 802.1Q standard which just talks about tags, | Henning Brauer | |
not encap, not header. reyk happy & ok. | |||
2014-04-21 | stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernet | Henning Brauer | |
frames, it replaces the ethernet header by a slightly extended one. ok sthen jmc | |||
2014-04-20 | check_hosts_equiv -> check_hosts_lpd | Antoine Jacoutot | |
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@ | |||
2014-04-19 | Hardware receive IP checksum offload for IPv4 is no longer supported. | Christian Weisgerber | |
2014-04-19 | stop talking about hosts.equiv | Ted Unangst | |
2014-04-19 | bye bye | Henning Brauer | |
2014-04-18 | remove references to rshd; | Jason McIntyre | |
2014-04-18 | fix SEE ALSO; | Jason McIntyre | |
2014-04-18 | no more altq hier^Where either | Henning Brauer | |
2014-04-18 | stop mentioning altq | Henning Brauer | |
2014-04-18 | stop talking about altq | Henning Brauer | |
this manpage needs a bigger sync with reality... | |||
2014-04-18 | Switch 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-16 | Add generic driver for "NEC PC-9801(*) extension board slot" on | Kenji 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-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | Brad Smith | |
ok miod@ |