Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | Improve some comments and wrap a long line. | Joel Sing | |
2014-01-19 | Only schedule the read workunit if there are actually I/O ccbs enqueued | Joel Sing | |
on it. ok krw@ | |||
2014-01-19 | Factor out and improve the block regeneration code. | Joel Sing | |
ok krw@ | |||
2014-01-19 | Cast the sizeof to socklen_t so it'll work even if the supplied len is | Darren Tucker | |
negative. Suggested by and ok djm, ok deraadt. | |||
2014-01-19 | RTF_MPATH is a flag userland needs to be able to pass in since it is used | Claudio Jeker | |
to set multipath routes. So since more then 2 month multipath was broken. | |||
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze | |
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET). While here, remove .Tn markup from the same words in the body of these pages, too. | |||
2014-01-19 | sync | Theo de Raadt | |
2014-01-19 | Better interrupt handler return values. 1 if the chip said it wanted an | Jonathan Matthew | |
interrupt, 0 if it didn't. "makes sense" dlg@ | |||
2014-01-19 | Only i386 needs mquery; delete the static inlines from amd64 and hppa | Philip Guenther | |
2014-01-19 | Forget to remove the prototype for set_lids() after removing the definition | Philip Guenther | |
2014-01-19 | Nuke unused functions putLong(), putUShort(), putShort(). | Kenneth R Westerback | |
2014-01-19 | msleep.9 is relevant to my interests. | David Gwynne | |
ok guenther@ | |||
2014-01-19 | More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a | Claudio Jeker | |
radix_mask pool. With input and OK mikeb@ and henning@ | |||
2014-01-19 | Extend the initial pf ruleset to explicitly allow dhcp / bootp and dhcpv6. | Claudio Jeker | |
Our dhclient only uses the bpf tap for broadcast packets (which bypass pf) but lease renewals will use a regular socket and are blocked without this change. Rules are written so that accidential forwarding of packets is not possible. Diff from brad@, OK henning@, benno@, mikeb@ | |||
2014-01-19 | update extra output, error messages are more specific now | Marc Espie | |
2014-01-19 | A SYNOPSIS should not attempt to provide examples, so trim it; | Ingo Schwarze | |
a better example already exists in the EXAMPLES section. The DESCRIPTION should not provide examples either, in particular not bad ones, so move that to CAVEATS. Also fix various markup. OK jmc. | |||
2014-01-19 | introduce fine grained locking around the lists of packet handlers | David Gwynne | |
myx maintains. this moves it away from relying on splnet to protect them. | |||
2014-01-19 | Fix macro usage: ifconfig is .Nm, not .Cm. | Ingo Schwarze | |
2014-01-19 | Redo the parsing of numbers to improve the error messages and | Kenneth R Westerback | |
make the code more readable. And prepare for some new things that will need to be parsed. ok dlg@ | |||
2014-01-19 | Obvious typo in macro, .Fn fb_queue, not .Fa. | Ingo Schwarze | |
2014-01-19 | Fix obvious typo in macro, bus_space_map() is .Fn, not .Fa. | Ingo Schwarze | |
Found with mandocdb(8). | |||
2014-01-19 | Fix obvious macro typo, arc4random() is .Fn, not .Pa. | Ingo Schwarze | |
Found with mandocdb(8). | |||
2014-01-19 | Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xx | Jonathan Matthew | |
so far). Works reasonably well now, so it's going in the tree so others can try it out. with some help and fixes from dlg@, general encouragement from basically everyone | |||
2014-01-19 | no need for LDSTATIC, it comes from ../Makefile.inc | Theo de Raadt | |
2014-01-19 | enter installboot | Theo de Raadt | |
2014-01-19 | Punctuation after macro arguments needs to be in a separate argument. | Ingo Schwarze | |
Found while testing mandocdb(8). | |||
2014-01-19 | Count the number of media words required only once. If the media words | Theo de Raadt | |
change during M_WAITOK (note: no driver does this at the moment), then be careful to not copyout a truncated media word list, but return E2BIG. ok mikeb guenther kettenis | |||
2014-01-19 | Report the number of dropped ICMP error because the rate limit got exceeded. | Claudio Jeker | |
OK benno@ deraadt@ | |||
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker | |
OK benno@ deraadt@ | |||
2014-01-19 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal | Damien Miller | |
2014-01-19 | Rename parse_hardware_param() to parse_ethernet() to reflect what | Kenneth R Westerback | |
it actually does. | |||
2014-01-19 | Cast socklen_t when comparing to size_t and use socklen_t to iterate over | Darren Tucker | |
the ip options, both to prevent signed/unsigned comparison warnings. Patch from vinschen at redhat via portable openssh, begrudging ok deraadt. | |||
2014-01-19 | Fix minor ident issue. OK benno@, pelikan@ | Claudio Jeker | |
2014-01-19 | Tweak comment re root prefixes. | Joel Sing | |
2014-01-19 | Use the new installboot when building amd64 media. | Joel Sing | |
2014-01-19 | Switch amd64 installs/upgrades to the new installboot. | Joel Sing | |
2014-01-19 | Add usr/sbin/installboot to amd64 instbin. | Joel Sing | |
2014-01-19 | Start to reduce the madness in radix.c. This only used by the kernel | Claudio Jeker | |
since ages so remove the bits used for userland compiles. OK mikeb@ | |||
2014-01-19 | Adjust lexchar position by ugflag once only. | Kenneth R Westerback | |
2014-01-19 | hwflags is never used, so clean it up | David Gwynne | |
2014-01-19 | Do not prefix user specified stages with the root filesystem mount point. | Joel Sing | |
2014-01-19 | When copying files do it in 512 byte blocks so that we're less likely to | Joel Sing | |
hit file system allocation issues on install media. Requested by deraadt@ | |||
2014-01-19 | replace bcmp with memcmp | David Gwynne | |
2014-01-19 | bcopy to memcpy | David Gwynne | |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker | |
MHLEN - max_hdr in that place. OK mikeb@ | |||
2014-01-19 | Add makefile for distrib/special/installboot. | Joel Sing | |
2014-01-19 | replace bzero with memset. | David Gwynne | |
2014-01-19 | Rework installboot and use a single directory with a single makefile. The | Joel Sing | |
directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin. Discussed with deraadt@ | |||
2014-01-19 | all 64bit archs myx runs on support bus_space 8 things because of work i | David Gwynne | |
did at n2k13. | |||
2014-01-19 | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze | |
No functional change. |