Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-12 | sync | Theo de Raadt | |
2000-06-12 | fix ch* links | Theo de Raadt | |
2000-06-12 | Fix typo and mention valid tty values. | Todd C. Miller | |
2000-06-12 | Fix ADMtek identity crisis. | Aaron Campbell | |
2000-06-12 | sync | Aaron Campbell | |
2000-06-12 | Don't ask me why, but ADMtek changed the name of their PCI Ethernet controller | Aaron Campbell | |
from AN985 to AN983, and now their CardBus controller is named AN985. | |||
2000-06-12 | State the not-so-obvious | Chris Cappuccio | |
2000-06-12 | sync with latest KAME doc. talk more about IPv4 mapped address issue. | Jun-ichiro itojun Hagino | |
2000-06-12 | address PR 1274 (-h does not work on EPSV). | Jun-ichiro itojun Hagino | |
the committed code handles IPv6 case too. | |||
2000-06-12 | sync with latest kame. reorder sections, s/CAVEAT/BUGS/. | Jun-ichiro itojun Hagino | |
2000-06-12 | more registers for the upcoming code; NetBSD. | Federico G. Schwindt | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-06-12 | esp support; commented out by now till i check the other archs. | Federico G. Schwindt | |
2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | Jun-ichiro itojun Hagino | |
2000-06-12 | correct behavior against invalid sockaddr. previous code may return 0 | Jun-ichiro itojun Hagino | |
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | |||
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-06-11 | sync | Theo de Raadt | |
2000-06-11 | newaliases.1 -> newaliases.8 | Todd C. Miller | |
In the past any user could do a newaliases but these days you have to be a "trusted user" (in class T) so section 1 is inappropriate. | |||
2000-06-11 | Better fix for the scrolling region problem. Fixes PR/1271. | Aaron Campbell | |
2000-06-11 | 0x39 == plan9 | Markus Friedl | |
2000-06-11 | Merge libalias stuff from FreeBSD: | brian | |
Ppp only really benefits from a bunch of typo fixes, transparent pptp support and ftp/EPRT support. | |||
2000-06-11 | apparently in order to write to config registers 1-3 you need to enable it | Federico G. Schwindt | |
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes. | |||
2000-06-11 | do not add empty lines to history; always check the size of the returned | Federico G. Schwindt | |
string by el_gets. | |||
2000-06-11 | skeleton man page for ubsec | Jason Wright | |
2000-06-10 | add ubsec, since it will work soon enough | Theo de Raadt | |
2000-06-10 | More | Marc Espie | |
2000-06-10 | argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-06-10 | er, wrong | Theo de Raadt | |
2000-06-10 | er, no _PATH_NOLOGIN is the "do not let users login file"; ↵ | Theo de Raadt | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-06-10 | better ifdef | Theo de Raadt | |
2000-06-10 | sync | Theo de Raadt | |
2000-06-10 | More | Marc Espie | |
2000-06-10 | know QNX; jcplace@ibm.ne | Theo de Raadt | |
2000-06-10 | The tqphy is also found on 3c574 pc cards. | Aaron Campbell | |
2000-06-10 | More flesh | Marc Espie | |
2000-06-10 | correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernel | Theo de Raadt | |
memory got corrupted. | |||
2000-06-10 | another vaddr used as paddr | Jason Wright | |
2000-06-10 | paddr not vaddr for mcr1 | Jason Wright | |
2000-06-10 | Increment pl when filling in pidlist. It was just overwriting the first | Todd C. Miller | |
entry each time. Unless you have multiple pid files you don't notice which is why this slipped through the cracks. Noted by Jonathan Rozes. | |||
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie | |
2000-06-10 | no longer needed | Marc Espie | |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie | |
In fact, it can become a macro based on Lst_ForEachFrom. This also introduces Lst_Every, as a shortcut for the very common case where Lst_ForEach does not need any user data. Finally, make consistent use of a few function typedefs, instead of having explicit void (*)(Lst) arguments all over the place. | |||
2000-06-10 | Lst_Find and Lst_ForEach do the same thing, except that the comparison | Marc Espie | |
sense is reversed (Lst_Find returns when proc says 0, whereas Lst_ForEach goes on while proc says 0). This patch turns a number of Lst_ForEach into Lst_Find. Specifically, all Lst_ForEach that actually may return quickly as proc does not always returns zero. Of course, the corresponding proc need to be tweaked to swap 0 and 1... | |||
2000-06-09 | right order of operation for boot dump; from Grigoriy Orlov <gluk@ptci.ru> | Michael Shalayeff | |
2000-06-09 | oops | Michael Shalayeff | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-06-09 | Add common routines for read/writing Cypress 82c693 control registers from | Chris Cappuccio | |
NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb) | |||
2000-06-09 | First cut at really documenting bsd.port.mk | Marc Espie | |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie | |
- remove zflag variable, since gzip_program is enough to know what's going on. - fix ar_gzip call to not depend on global variables. Avoid bogus act checks, avoid calling if fd == -1. - do gzip check for append as early as possible. - remove old K&R prototype when updating. | |||
2000-06-09 | chown has moved to /sbin | Todd C. Miller | |