Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-13 | talk about 3C905B-TX and 3C905C-TX. | Federico G. Schwindt | |
2003-02-13 | This files are not used anymore since librpcsvc is fixed. -moj | Mats O Jansson | |
2003-02-13 | support for 3C905B internal PHY; markus@ ok. | Federico G. Schwindt | |
2003-02-13 | This fixes the problem with ypxfr switching key and value on map transfer. | Mats O Jansson | |
This will make librpcsvc follow the real protocol and not the incorrect specification in yp.x. The changes in yp.x is from FreeBSD. A make build is the simplest way to get things working but the following five step is an alternative 1) make depend && make && make install in lib/librpcsvc 2) make includes in lib/librpcsvc 3) make depend && make && make install in lib/libc 4) make depend && make && make install in usr.sbin/ypserv/ypserv 5) make depend && make && make install in usr.sbin/ypserv/ypxfr -moj ok niklas@ ho@ | |||
2003-02-13 | add 3C905B internal PHY. | Federico G. Schwindt | |
2003-02-13 | add libedit support. | Federico G. Schwindt | |
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok. | |||
2003-02-13 | add support for printing disklabels in units other than sectors from | Ted Unangst | |
the cmdline based on a patch by mho at mho.nu ok and input by millert@ | |||
2003-02-12 | Ugh, not that I imrpoved things with the previous... take 2! | Jason Wright | |
2003-02-12 | awkward wording | Jason Wright | |
2003-02-12 | move to 3.3-beta | Theo de Raadt | |
2003-02-12 | move ddb_regs decl from .h to .c to avoid common | Jason Wright | |
2003-02-12 | separate evirq into macintr and openpic versions (they just -happened- to be | Jason Wright | |
the same size). ok drahn | |||
2003-02-12 | some comments on the pci bridges and dino is at phantomas not mainbus | Michael Shalayeff | |
2003-02-12 | replace crc32 code with BSD licensed code from openssh | Markus Friedl | |
2003-02-12 | Put a pckbc-like "slot" locator for gsckbc children. Even if this has no | Miod Vallat | |
sense inthe gsckbc world, the code currently requires this for proper attachment. Oops. | |||
2003-02-12 | replace crc32.c with a BSD licensed version; noted by David Turner | Markus Friedl | |
2003-02-12 | How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern) | Jason Wright | |
2003-02-12 | disable tigon (uses arithmetic on bus_handle_t's) | Jason Wright | |
2003-02-12 | It is not clear that the order of operations will be what the programmer | Henric Jungheim | |
intended. (This fixes a gcc3 warning.) ok jason, millert | |||
2003-02-12 | Address the NFS problems recently discussed in various threads. | Daniel Hartmeier | |
Change semantics of scrub option 'no-df' slightly: if the option is used, it now also applies to _fragments_ with IP_DF set, not just to complete packets. Hence, adding 'no-df' to 'scrub in all fragment reassemble' allows to clear IP_DF from fragments, so they don't get dropped but reassembled. This affects several UDP protocols that used PMTU discovery, mostly Linux' NFS implementation. In short, if you have 'scrub in all' now, you probably want to change that to 'scrub in all no-df', unless you want to drop fragments with IP_DF set (some people have good reasons to do the latter, hence the non-default option). ok frantzen@, henning@, cedric@ | |||
2003-02-12 | Jason does not like me. | Miod Vallat | |
2003-02-12 | in async mode, send SIGIO to the process group of the process that | Matthieu Herrb | |
requested the signal. This is coherent with what /dev/tty does and the current implementation of fcntl(F_SETOWN). Ok deraadt@ | |||
2003-02-12 | Labels should be followed by statements (fix gcc3 warning). | Henric Jungheim | |
ok cedric, jason, theo | |||
2003-02-12 | missed one in the comment | Todd C. Miller | |
2003-02-12 | Labels must be followed by a statement. (Pointed out by gcc3.) | Henric Jungheim | |
ok jason@ | |||
2003-02-12 | Use ':' to separate login name from group name to match updated docs. | Todd C. Miller | |
2003-02-12 | Add support for rotating files at a specific time; from FreeBSD | Todd C. Miller | |
2003-02-12 | Remove font loading from the list of missing features. | Miod Vallat | |
2003-02-12 | better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@ | Markus Friedl | |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright | |
2003-02-12 | Fix BNF for rdr and nat to match merge of rdr and nat parsing. | Ryan Thomas McBride | |
2003-02-12 | KNF after ryan | Henning Brauer | |
2003-02-12 | Match changes in pfctl which make rdr behave more like the other rule types. | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-02-12 | Make r.rpool.proxy_port[] a consistent byte order to match cleanup in | Ryan Thomas McBride | |
pfctl. ok dhartmei@ | |||
2003-02-12 | Simplify the code and make the parser handle the different rule types | Ryan Thomas McBride | |
more consistently. - Merge expand_nat and expand_rdr into expand_rule - Merge rdrrule token into natrule ok concept henning@ ok dhartmei@ | |||
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl | |
2003-02-12 | Add support for WSKBD_TYPE_HIL. -moj ok miod@ | Mats O Jansson | |
2003-02-12 | sync | Theo de Raadt | |
2003-02-12 | a double to int conversion test | Michael Shalayeff | |
2003-02-12 | a very simple rint() test. helped figure out fpu emulation probs on hppa | Michael Shalayeff | |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | Michael Shalayeff | |
2003-02-12 | Kill more commons in sparc64 code | Jason Wright | |
2003-02-12 | only align the first stack frame onto the minimal required alignment | Michael Shalayeff | |
2003-02-12 | gcc knows about hppa alergy to propolice now. 10x to etoh@ | Michael Shalayeff | |
2003-02-12 | delete duplicate line; jason@ackley.net, 3090 | Theo de Raadt | |
2003-02-12 | Fix a bunch of pf_route() bugs: | Ryan Thomas McBride | |
- pass back a pointer to state created in pf_test_{tcp|udp|icmp|other}() so that pf_route()/pf_route6() can peek at it. - put the PACKET_TAG_PF_ROUTED tag onto the packets _before_ we call pf_test()/pf_test6() again to prevent looping. - Call pf_test6() in pf_route6() instead of pf_test() for obvious reasons. ok dhartmei@ | |||
2003-02-12 | I'm in a productive mood tonite. | Miod Vallat | |
2003-02-12 | Simple manual page for hilms(4) | Miod Vallat | |
2003-02-12 | Add hilms and wsmouse at hilms. | Miod Vallat | |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat | |