Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-11 | flush the cache before jumping into the just loaded kernel. | Dale Rahn | |
Now it succesfully gets into the kernel 100% | |||
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵ | Marco Pfatschbacher | |
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ | |||
2006-10-11 | regenerate. ok brad | Chris Kuethe | |
2006-10-11 | add my Radeon X800 | Chris Kuethe | |
ok brad | |||
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson | |
buf[strlen(buf) - 1] = something; misuse. ok niallo@, cloder@ | |||
2006-10-11 | quotes around filename, pr 5253, sthen@zephyr.spacehopper.org | Theo de Raadt | |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt | |
2006-10-11 | Oops, wrong size in struct cfattach. | Miod Vallat | |
2006-10-11 | more ether_sprintf()'s | Damien Bergamini | |
ok claudio@ | |||
2006-10-11 | fix a potential null deref and a memleak (both in error path). | Damien Bergamini | |
ok mglocker@ | |||
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre | |
thus also avoiding a line split that was annoying me; | |||
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre | |
under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself | |||
2006-10-11 | Build after compiler changed to hardfloat, and link against libgcc. ok miod@ | Dale Rahn | |
2006-10-11 | define some functions to go here, quiet warnings | Dale Rahn | |
2006-10-11 | improve markup a wee bit; | Jason McIntyre | |
2006-10-11 | Initial config for sh, copied from arm. | Jonathan Gray | |
ok miod@ drahn@ | |||
2006-10-11 | tweaks; | Jason McIntyre | |
2006-10-11 | fix mark up mistake; | Jason McIntyre | |
2006-10-11 | Extra files needed for 'sh' architecture, copied from arm. | Dale Rahn | |
2006-10-11 | Reflect recent changes in the driver. | Marc Balmer | |
2006-10-11 | Make the timedelta sensor appear right when a device is plugged-in, with a | Marc Balmer | |
status of SENSOR_S_UNKNOWN. Do not set the SENSOR_FINVALID bit, sysctl hw.sensors does not list sensors with this flags set and we want to the sensor when the device is present. ok henning | |||
2006-10-11 | a little macro cleanup; | Jason McIntyre | |
2006-10-11 | exit instead of doing a blocking tcp send if we detect a client/server timeout, | Markus Friedl | |
since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf | |||
2006-10-11 | SIGCONT may be sent to any process with the same session ID as the caller, | Jason McIntyre | |
not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok | |||
2006-10-11 | Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ | Otto Moerbeek | |
2006-10-11 | Use __packed instead of __attribute__((packed)). OK mglocker@ | Claudio Jeker | |
2006-10-11 | udcf works here, so add it, ok mblamer | Henning Brauer | |
2006-10-11 | in EXAMPLES: | Jason McIntyre | |
- make the first example positive (we have enough using `!') - remove second example (it is too similar to others) - remove `-print' from all examples - put the examples in a more logical order - no need to escape dot, as otto points out i have been escaping it needlessly for years ;( ok otto | |||
2006-10-11 | Use correct arguments in printfs. OK mglocker@ | Claudio Jeker | |
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre | |
ok otto | |||
2006-10-11 | be specific about what we mean by a "slow device"; | Jason McIntyre | |
kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto | |||
2006-10-11 | document IP_RECVTTL and IP_MINTTL | Henning Brauer | |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer | |
This is for RFC3682 aka the TTL security hack - sender sets TTL to 255, receiver checks no router on the way (or, no more than expected) reduced the TTL. carp uses that technique already. modeled after FreeBSD implementation. ok claudio djm deraadt | |||
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer | |
when set on raw or udp sockets, userland receives the incoming packet's TTL as ancillary data (cmsg shitz). modeled after the FreeBSD implementation. ok claudio djm deraadt | |||
2006-10-11 | Document 'anchor "foo" quick'. | Ryan Thomas McBride | |
2006-10-11 | Allow the 'quick' keyword on an anchor. IFF there is a matching rule inside | Ryan Thomas McBride | |
the anchor, terminate ruleset evaluation when stepping out of the anchor. This means that if you absolutely want the anchor to be terminal, you probably want to use a 'block all' or 'pass all' rule at the start of the anchor. ok dhartmei@ henning@ deraadt@ | |||
2006-10-11 | Default to -m4. | Miod Vallat | |
2006-10-11 | and I forgot ldexp.c | Dale Rahn | |
2006-10-11 | regen | Brad Smith | |
2006-10-11 | add the NetXen vendor id. | Brad Smith | |
2006-10-11 | build modf.c | Dale Rahn | |
2006-10-11 | tsk, tsk | Dale Rahn | |
2006-10-11 | call xge_stop() at the top of xge_init(). | Brad Smith | |
2006-10-10 | - Only use the MAC address workaround for the Xframe chipset. | Brad Smith | |
- For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion | |||
2006-10-10 | add a few more ACPI device ids, as found on a Acer Aspire 1360. | Brad Smith | |
From Maxim Bourmistrov <maxim at student dot chalmers dot se> via marco@, ok marco@ | |||
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat | |
NetBSD. | |||
2006-10-10 | Teach'em about cpus in spandex | Miod Vallat | |
2006-10-10 | Match the SH4 FPSCR bits. | Miod Vallat | |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder | |
the code easier to read. OK deraadt | |||
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith | |
of the first port of a dual port MAC to not work. |