Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style.Makefile says tab between var= and value. | delphij | 2010-12-23 | 1 | -2/+2 |
| | |||||
* | Allow overriding pidfile and dumpfile. | delphij | 2010-12-22 | 3 | -19/+47 |
| | | | | | | PR: bin/153362 Submitted by: Joe Holden <joe rewt org uk> MFC after: 1 month | ||||
* | Add package directories used for the upcoming 8.2 and 7.4 releases, | kensmith | 2010-12-22 | 1 | -0/+4 |
| | | | | and catch up on a few from previous releases. | ||||
* | Add an option to disable the screensaver. | brucec | 2010-12-22 | 1 | -2/+4 |
| | |||||
* | Unbreak the build by temprorarily not using include directives in | syrinx | 2010-12-20 | 2 | -2/+20 |
| | | | | | bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree. | ||||
* | rpc.lockd(8) WARNS cleanup | uqs | 2010-12-20 | 3 | -6/+4 |
| | | | | | | | | | - Provide function prototype for nlm_syscall - Don't assign a variable from the stack to a global var[1] - Remove unused vars Found by: clang static analyser [1] Reviewed by: dfr | ||||
* | lmcconfig(8): bump to WARNS=3, fix typo in usage while here | uqs | 2010-12-20 | 2 | -210/+281 |
| | | | | | | Slight style(9) improvments - function definitions - sort #include | ||||
* | Fix type used to hold fgetc(3) output, this should help arm and powerpc | uqs | 2010-12-20 | 1 | -1/+1 |
| | | | | which have char == unsigned char | ||||
* | Remove useless conditional. | uqs | 2010-12-20 | 1 | -3/+2 |
| | | | | | | `vga' cannot be less than 0x3f when reaching the check. Coverity Prevent: CID 5196 | ||||
* | Bring in a SNMP module that allows configuration of SNMPv3 Notification targets. | syrinx | 2010-12-20 | 5 | -18/+24 |
| | | | | | | Sponsored by: The FreeBSD Foundation Reviewed by: philip Approved by: philip | ||||
* | Add __unused. Ansi prototypes. | charnier | 2010-12-20 | 2 | -6/+10 |
| | |||||
* | Add __unused. Ansi prototypes. | charnier | 2010-12-20 | 1 | -111/+48 |
| | |||||
* | Add __unused. Ansi prototypes. | charnier | 2010-12-20 | 1 | -4/+6 |
| | |||||
* | Add --numeric-owner to tar extract operations in portsnap. | simon | 2010-12-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | This is done to speed up extraction significantly (both for portsnap extract and update) in the case of slow NSS modules (like nss_ldap) as it avoids having to look up uid and gid for root / wheel. The reason this is a bigger problem for portsnap than for many other system operations, is that portsnap executes tar(1) once for each port so the internal uid/gid caching in tar(1) only helps a bit, resulting in many user lookup calls. Discussed with: cperciva | ||||
* | Fix build on bigendian archs. | bschmidt | 2010-12-19 | 1 | -0/+1 |
| | |||||
* | Unbreak hostapd. This code has been explicitly removed in upstream versions. | bschmidt | 2010-12-18 | 1 | -33/+4 |
| | |||||
* | Fix some whitespace nits. | bschmidt | 2010-12-18 | 1 | -22/+22 |
| | |||||
* | Change order in wpa_driver_bsd_ops to match upstream code. Add description | bschmidt | 2010-12-18 | 1 | -6/+7 |
| | | | | while here. | ||||
* | Add a comment explaining the undefs, while here remove one which is not | bschmidt | 2010-12-18 | 1 | -1/+4 |
| | | | | required. | ||||
* | Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to match | bschmidt | 2010-12-18 | 1 | -15/+27 |
| | | | | upstream. For the same reason rewrite bsd_get_seqnum. | ||||
* | Import bsd_configure_wpa() to sync with upstream code. | bschmidt | 2010-12-18 | 1 | -1/+12 |
| | |||||
* | Prefer os_memset, os_strlcpy and os_free. While here adjust the return | bschmidt | 2010-12-18 | 1 | -13/+13 |
| | | | | | value checks for 2 ioctl calls and rewrite error handling in bsd_init to better integrate with upstream code. | ||||
* | Remove some unused variables and unnecessary casts. | bschmidt | 2010-12-18 | 1 | -23/+12 |
| | |||||
* | Remove debug messages which are no longer present in upstream code. While | bschmidt | 2010-12-18 | 1 | -10/+4 |
| | | | | here remove some explicit line breaks. | ||||
* | Rename iface to ifname to match the upstream code. | bschmidt | 2010-12-18 | 1 | -8/+9 |
| | |||||
* | Rename ioctl_sock to just sock to match the upstream code. While here | bschmidt | 2010-12-18 | 1 | -15/+12 |
| | | | | remove the no longer used wext_sock and bsd_driver_ops variables. | ||||
* | Move some functions around to match the upstream order. | bschmidt | 2010-12-18 | 1 | -208/+206 |
| | |||||
* | Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls: | bschmidt | 2010-12-18 | 1 | -40/+25 |
| | | | | | | - merge bsd_set_sta_authorized and bsd_sta_set_flags - change bsd_set_sta_authorized, bsd_sta_deauth and bsd_sta_disassoc to use bsd_send_mlme_param | ||||
* | Change bsd_del_key() to match upstream code: | bschmidt | 2010-12-18 | 1 | -11/+9 |
| | | | | | | | - change order of if/else - move wpa_printf() into the condition - change unsigned char* to u8* - prefer os_memset/os_memcpy | ||||
* | Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bring | bschmidt | 2010-12-18 | 1 | -43/+40 |
| | | | | the wpa_printf()/perror() messages in sync with upstream code. | ||||
* | Pass proper -Wl,-export-dynamic to ld. Thus bsnmpd(1) compiled with clang | syrinx | 2010-12-16 | 1 | -1/+1 |
| | | | | | | properly exports its symbols to the modules. Submitted by: dim | ||||
* | Merge ACPICA 20101209. | jkim | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | USB probing often takes a long time and finishes finding devices after init | brucec | 2010-12-13 | 1 | -1/+1 |
| | | | | | | | | has started. In the case of sysinstall, this means that it has already built its list of devices before probing finishes. Add a hint for users who have booted from a USB stick only to find that sysinstall can't find it. MFC after: 3 days | ||||
* | Remove unnecessary debug/error CFLAGS. | syrinx | 2010-12-11 | 1 | -1/+0 |
| | | | | Reported by : pawel.worach (at) gmail (dot) com | ||||
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | joel | 2010-12-11 | 56 | -224/+2 |
| | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change | ||||
* | Unbreak "make installworld" w/ DESTDIR specified | syrinx | 2010-12-09 | 1 | -2/+2 |
| | | | | PR : kern/152939 | ||||
* | Build sade on amd64 as well as i386 and sparc64. | brucec | 2010-12-09 | 1 | -0/+3 |
| | |||||
* | Closing fd when it's done | kevlo | 2010-12-09 | 1 | -0/+1 |
| | | | | Reviewed by: sbruno | ||||
* | Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system. | syrinx | 2010-12-08 | 13 | -1/+7563 |
| | | | | | | Sponsored by: The FreeBSD Foundation (the SNMPv3 bits), Google Summer of Code 2005 Reviewed by: philip@ (mostly), bz@ (earlier version based on p4 ch124545) Approved by: philip@ | ||||
* | In bsnmpd(1) add support for SNMPv3 message processing model, including ↵ | syrinx | 2010-12-08 | 5 | -1/+52 |
| | | | | | | | | message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415). Sponsored by: The FreeBSD Foundation Reviewed by: philip@ (mostly) Approved by: philip@ | ||||
* | Close fd in initattr() and showattr(). | kevlo | 2010-12-08 | 1 | -0/+6 |
| | | | | Reviewed by: rwatson | ||||
* | Closing file descriptors when it's done | kevlo | 2010-12-08 | 1 | -0/+3 |
| | | | | Reviewed by: np | ||||
* | Use a "push" strategy to get data through libz, rather than a "pull" strategy. | phk | 2010-12-07 | 2 | -156/+140 |
| | |||||
* | Ignore any failures with the "local" distribution since it's not present | brucec | 2010-12-06 | 2 | -2/+5 |
| | | | | | | | | | on release CDs and so will normally fail. installCommit() returns a DITEM_ value, not a Boolean. distExtractAll() returns a Boolean, not a DITEM_ value. Reported by: kensmith MFC after: 3 days | ||||
* | Revert r209469: it causes the rest of the function to be bypassed. | brucec | 2010-12-06 | 1 | -2/+0 |
| | | | | Reported by: ae | ||||
* | Fix double ;; | kevlo | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Catch up with kernel using time_uptime to drive ARP timeouts. | glebius | 2010-12-06 | 1 | -1/+3 |
| | | | | Noticed by: jilles | ||||
* | De-orbit usbdevs(8) which hasn't worked with the new USB stack for a long | uqs | 2010-12-04 | 3 | -310/+0 |
| | | | | time now. usbconfig(8) should be an adequate replacement. | ||||
* | traceroute6(8): make WARNS=3 clean | uqs | 2010-12-04 | 2 | -15/+14 |
| | |||||
* | traceroute(8): make WARNS=3 clean | uqs | 2010-12-04 | 1 | -1/+1 |
| | | | | Also fixes an operator precedence bug for TCP tracerouting |