Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2006-10-10 | bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting | Marc Balmer | |
typos today... | |||
2006-10-10 | fix a small typo (in a comment). ok kettenis. | Marc Balmer | |
2006-10-10 | Typo in a comment. ok kettenis. | Marc Balmer | |
2006-10-10 | Fix an instance of foo[strlen(foo) - 1] = something, which is dangerous | Chad Loder | |
because strlen(foo) could be 0. OK beck@ | |||
2006-10-10 | - add the Hitachi adapter | Brad Smith | |
- remove the BUGS section | |||
2006-10-10 | regen | Brad Smith | |
2006-10-10 | add two Pericom PCI bridges. | Brad Smith | |
2006-10-10 | MLINKS to macros described in stat(2) | Theo de Raadt | |
2006-10-10 | sync | Theo de Raadt | |
2006-10-10 | system call changes (the file says "changes", leaving it purposely | Theo de Raadt | |
vague like that) REQUIRE a major crank. Yet it was not done for getcwd. Now a lot of people are going to get screwed | |||
2006-10-10 | libc/shlib_version | Theo de Raadt | |
2006-10-10 | state when the sensor api can be used, and that care must be taken with | David Gwynne | |
sensor_task_unregister. tweaks from jmc@ | |||
2006-10-10 | sync | Todd T. Fries | |
2006-10-10 | etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either | Todd T. Fries | |
2006-10-10 | 4 usb tty devices by default; ok msf@ marco@ | Todd T. Fries | |
2006-10-10 | get the spacing right for -ok too; i missed this in my previous commit. | Jason McIntyre | |
2006-10-10 | get the spacing right for -exec and -execdir; ok otto | Jason McIntyre | |
2006-10-10 | add an example of -exec {} and remove a less useful example; ok otto | Jason McIntyre | |
2006-10-10 | sleep before retrying (not after) since sleep changes errno; fixes | Markus Friedl | |
pr 5250; rad@twig.com; ok dtucker djm | |||
2006-10-10 | Minor tweaks. | Miod Vallat | |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback | |
disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@ | |||
2006-10-10 | Add bus_space_barrier. | Brad Smith | |
Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@ | |||
2006-10-09 | xmalloc -> xcalloc that was missed previously, from portable | Damien Miller | |
2006-10-09 | Kill unused debug flag. | Marcus Glocker | |
2006-10-09 | Kill unused kthread struct. | Marcus Glocker | |
2006-10-09 | Change historical leftovers (tsleep "pftres" to "pgtres"). | Marcus Glocker | |