Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-18 | disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | Markus Friedl | |
2000-01-18 | fix user/1056, sshd keeps restrictions; dbt@meat.net | Markus Friedl | |
2000-01-18 | possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right. | Jun-ichiro itojun Hagino | |
2000-01-18 | print IPv6 multicast groups on -ia. | Jun-ichiro itojun Hagino | |
align multicast addresses on output (broken on 1.15 -> 1.16). | |||
2000-01-18 | sync with FreeBSD: add Farallon PN9000SX as a match | Jason Wright | |
2000-01-18 | sync | Jason Wright | |
2000-01-18 | Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from ↵ | Jason Wright | |
FreeBSD. | |||
2000-01-18 | "pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ru | Todd C. Miller | |
2000-01-18 | Use err, not errx when freopen() failes to get error string; form@openbsd.org | Todd C. Miller | |
Also, since the file may be user-supplied, don't just pass it as the first arg to errx() since it could have printf-style escapes in it. | |||
2000-01-18 | Fix fxp+nsphy problem: don't reset everytime when switching to auto mode. | Jason Wright | |
Also, document "magic" bits. | |||
2000-01-18 | Add /usr/local/lib to libpth/glibpth since ports installs things | Todd C. Miller | |
in /usr/local/lib. | |||
2000-01-17 | pmap_{zero,copy}_page4m: use getptep4m to get the ptes for vpages. | Artur Grabowski | |
This way we only walk the tables once every boot and we don't have to switch to context 0 on every call. | |||
2000-01-17 | typo | Theo de Raadt | |
2000-01-17 | remove unneeded stuff from setregs; force single-user for now, enable signal ↵ | Michael Shalayeff | |
debug | |||
2000-01-17 | oops, another syscall pipe() botch; karls@inet.no | Theo de Raadt | |
2000-01-17 | Update the examples to those included with ipf 3.3.6. Add several new ones. | Kjell Wooding | |
2000-01-17 | From Manuel Bouyer - | Chris Cappuccio | |
Don't set WDC_CAPABILITY_UDMA at all for SiS rev < 0xd0 | |||
2000-01-17 | add IPv6 items. | Jun-ichiro itojun Hagino | |
2000-01-17 | sync with latest kame. previous version leaves an udp socket opened | Jun-ichiro itojun Hagino | |
(for use with ioctls) and it was not a pleasant thing. | |||
2000-01-17 | IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb. | Jun-ichiro itojun Hagino | |
2000-01-17 | do not filter address families that are not supported by kernel. | Jun-ichiro itojun Hagino | |
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways. | |||
2000-01-17 | Use AUTHLEN for the length of authname | brian | |
2000-01-17 | indent | Theo de Raadt | |
2000-01-17 | sync with latest KAME version. now includes description on scoped addr | Jun-ichiro itojun Hagino | |
extension. add examples (good enough? >deraadt) | |||
2000-01-17 | remove #if 0'ed part. | Jun-ichiro itojun Hagino | |
2000-01-17 | Install stripped version of a2p; millert@ ok. | Federico G. Schwindt | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces everywhere, some knf | Michael Shalayeff | |
2000-01-17 | spaces everywhere | Michael Shalayeff | |
2000-01-17 | spaces and knf | Michael Shalayeff | |
2000-01-17 | don't need IFF_RUNNING for gif, as no resource is allocated for | Jun-ichiro itojun Hagino | |
interface operation. | |||
2000-01-17 | on fork, flush pcb too, update pcsq | Michael Shalayeff | |
2000-01-17 | remove IFF_RUNNING if it becomes !IFF_UP. | Jun-ichiro itojun Hagino | |
pointed out by: deraadt | |||
2000-01-17 | fix pullup and otos saving code for ip6 | Jun-ichiro itojun Hagino | |
(ip4_input will be visited with IPv6 packet! better change the func name...) | |||
2000-01-17 | fix "traceroute -P 41", outgoing side. incoming side needs fix in | Jun-ichiro itojun Hagino | |
ip4_input(). Requested from: Niels Provos <provos@citi.umich.edu> | |||
2000-01-17 | let pmap_enter_pv return a created pv, which simplifies futher pv operation | Michael Shalayeff | |
2000-01-17 | insert giftunnel synopsis line, which would provide some clue how it's used ↵ | Michael Shalayeff | |
for post-gifconfig users; angelos@ ok | |||
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-17 | Add sysctl vars for checksum, forwarding and netbios. | Federico G. Schwindt | |
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts. | |||
2000-01-17 | some more paranoid checks, shorter trap desriptions | Michael Shalayeff | |
2000-01-17 | Document new ipx sysctl vars. | Federico G. Schwindt | |
2000-01-17 | add syscall frame flag | Michael Shalayeff | |
2000-01-16 | destroy keys earlier | Markus Friedl | |
2000-01-16 | VIAO -> VAIO | Brad Smith | |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl | |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn | |
then fails with illegal instruction. (init or shell). | |||
2000-01-16 | sync | Theo de Raadt | |
2000-01-16 | update | Michael Shalayeff | |