Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | - force the maximum receivable frame size down to 1518 bytes for | Brad Smith | |
strict alignment architectures for the time being. - remove the m_adj() on non-strict alignment architectures as this seems to resolve the Jumbo crashing issue. tested by a few developers. ok reyk@ | |||
2006-05-28 | Fix engrish, okay joris@ | Pedro Martelletto | |
2006-05-28 | placeholder driver for the bbc,beep device. should be straightforward | Jason Wright | |
to fill in later. | |||
2006-05-28 | This commit changes the interpret_sense routine for st to catch the | Bob Beck | |
"Unit Becoming Ready" case, and just like ch, allow the driver to continue waiting, as long as the unit continues to promise us that the unit is becoming ready. This avoids the case of slow tape drives taking forever to bring media online requiring a huge retry count being set for all commands, and like ch, will wait indefinately only in this case. All other cases are handled as before. ok krw@ | |||
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding | |
WFHARD -> WFFULL (Redraw full window) WFFORCE -> WFFRAME (Reframe window). No binary change | |||
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy | |
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok | |||
2006-05-28 | In the absence of a coherent concept of 'RAW' tape devices, pass all | Kenneth R Westerback | |
unhandled ioctl requests to scsi_do_ioctl() like ch.c does. Previously only the mythical 'control devices' with certain minor numbers would pass the requests along. ok beck@ | |||
2006-05-28 | Even better nexthop delete behaviour. Do not delete nexthop if they are used | Claudio Jeker | |
by filter sets or if the nexthop is currently looked up. With this the "nexthop_update: non-existent nexthop" warning should be history. OK henning@ | |||
2006-05-28 | Whack a 'control device' leftover. Actually save the new density, etc. | Kenneth R Westerback | |
that was just accepted by the device, no matter what the minor is. ok beck@ | |||
2006-05-28 | Remove a lot of xstrdup() calls in getopt() loops, which are usually | Ray Lai | |
unnecessary. These xstrdup() calls don't call xfree() before anyway, so if a flag is given multiple times memory leaks would have resulted. OK joris@ | |||
2006-05-28 | minor nit, use CPU ID instead of FPU ID for BTLB parameters after passing | Martin Reindl | |
all kludges | |||
2006-05-28 | Correct more bounds checks which can lead to crashes. | Moritz Jodeit | |
ok canacar@ deraadt@ | |||
2006-05-28 | add a way to look if a buffer differs from another one | Joris Vink | |
2006-05-28 | make sure the IMR values are visible when we drop back into the prom | Jason Wright | |
2006-05-28 | use <machine/endian.h> to figure what we are running on instead of defining | Martin Reindl | |
our own macros | |||
2006-05-28 | oops, nuke debugging stuff | Jason Wright | |
2006-05-28 | - Implement schizo_intr_map (mainly to | in the agentid). | Jason Wright | |
- get correct IGN for intr_establish all of this is from kettenis and henric, I'm just cleaning it up and committing the easy bits | |||
2006-05-28 | Preload and pin nexthop used in filtersets so the are validiated when used. | Claudio Jeker | |
This will fix problems with set nexthop on outgoing filters. Found by gluk@ OK henning@ | |||
2006-05-28 | Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H), | Dimitry Andric | |
and zap trailing spaces. No functional change. | |||
2006-05-28 | junk to read and write configuration pages. | David Gwynne | |
2006-05-28 | make it look a little less chaotic. | Joris Vink | |
2006-05-28 | teach log how to handle the revisions passed on the command line. | Joris Vink | |
the following now works: 'opencvs log -r1.5:1.15 foobar' | |||
2006-05-28 | add code which allows us to select revisions based upon | Joris Vink | |
a string given by the user on the command line, much like rcs_revision_select in OpenRCS. this will be usefull for some commands. | |||
2006-05-28 | when parsing host specifications, initialize host address queue pointers, not | Hans-Joerg Hoexer | |
used yet. | |||
2006-05-28 | Check that a complete struct llc was captured (not only 3 bytes), | Moritz Jodeit | |
because it is accessed later on. ok deraadt@ | |||
2006-05-28 | add basic 'cvs log' support. | Joris Vink | |
2006-05-28 | prepare for rule expansion. Get rid of addr_node, link struct | Hans-Joerg Hoexer | |
ipsec_addr_wrap directly. | |||
2006-05-28 | kill trainling whitespace | Hans-Joerg Hoexer | |
2006-05-28 | whoops, undo last commit. Of course, set_ipmask() is needed... | Hans-Joerg Hoexer | |
2006-05-28 | this one not needed yet. | Hans-Joerg Hoexer | |
2006-05-28 | fill in AF_INET6 cases | Todd T. Fries | |
this does not complete v6 support for ipsecctl, but makes progress ok hshoexer@ | |||
2006-05-28 | allow for weight to be added to sensors or servers, so that one can | Henning Brauer | |
weight timedelta sensors higher than ntp peers, for example ok deraadt mbalmer | |||
2006-05-28 | - scsi -> SCSI | Jason McIntyre | |
- fix SEE ALSO | |||
2006-05-28 | We don't have 'control devices' for st. Nor are we likely to get any | Kenneth R Westerback | |
in the foreseeable future. Eliminate half-baked, semi-operational code that tried to handle such devices. People who had stumbled across the previous control-like behaviour of erstX devices should not be relying on these semantics. Suggested by deraadt@. ok beck@ | |||
2006-05-28 | back out my last commit. art pointed out that sysctl cannot sleep when | David Gwynne | |
copying out to userland, so my fix was useless bloat that didnt really do anything. the problem instead appears to be a use after free in a driver rather than bad interactions with sysctl. | |||
2006-05-28 | ST_NEW_MOUNT was set/reset in a number of places but only examined inside | Kenneth R Westerback | |
a #if notyet/#endif block. It's been 'notyet' since 1995. Eliminate it. 'flense!' beck@ | |||
2006-05-28 | Can't call directly back into the prom if we "exit" at the root | Jason Wright | |
device prompt. We need to call shutdownhooks which will set the sab back into the mode the prom likes (I hate this chip) | |||
2006-05-28 | Assign a finalization event to the exchange initiated on soft expiry. | Ryan Thomas McBride | |
If the exchange fails, the existing phase 1 SA is invalidated and the exchange is retried at the Exchange-Max-Time interval until the SA hard timeout expires. Another sasyncd-related fix from nathanael at polymorpheous dot com ok ho@ hshoexer@ | |||
2006-05-28 | get clock src id from the timedelta sensor desc. | Henning Brauer | |
unfortunately I still don't have any hardware to test this ;( | |||
2006-05-28 | Move -A<oldfile> handling into separate chunk of code. This also | Ray Lai | |
removes a memory leak if -A is given multiple times. OK joris@ | |||
2006-05-28 | Change the timedelta sensor descritpion so that the first four bytes contain | Marc Balmer | |
the NTP identifier (filled with spaces), followed by a space and the station name (which might be the same as the NTP identifier). All timedelta sensor have to follow this scheme as OpenNTPD needs it. Requested by henning. | |||
2006-05-28 | if sysctl gives ENOENT the sensor is gone and we remove it | Henning Brauer | |
2006-05-28 | in the second example, only the trunk interface should have an IP address, | Reyk Floeter | |
not the trunk ports. figured out by jmc@ | |||
2006-05-28 | let sensor_query handle removals itself | Henning Brauer | |
2006-05-28 | don't #undef SDMMC_DEBUG | Uwe Stuehler | |
2006-05-28 | complete sentence | Uwe Stuehler | |
2006-05-28 | Xr sdmmc 4 | Uwe Stuehler | |
2006-05-28 | Don't fill in the rd_locker if we are creating a new RCS file. | Ray Lai | |
OK joris@ | |||
2006-05-28 | - if the "upa-portid" property doesn't exist, try "portid" (schizo) | Jason Wright | |
- hack enough of autoconf to get psycho and schizo working with device_register (autoconf appears to work now for schizo machines). | |||
2006-05-28 | sync, enable and move twe(4) out from untested on alpha | Martin Reindl | |