| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some _POSIX minimum/maximum values in limits.h: | jilles | 2011-03-03 | 1 | -4/+15 |
* | The sample rate module currently does the slightly wrong thing when | adrian | 2011-03-03 | 1 | -0/+1 |
* | Print out shared flag for debug purpose. | dchagin | 2011-03-03 | 1 | -8/+8 |
* | Don't automatically send a START UNIT to sequential access devices- | mjacob | 2011-03-03 | 1 | -0/+9 |
* | Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED, | dchagin | 2011-03-03 | 1 | -1/+1 |
* | Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op, | trasz | 2011-03-03 | 1 | -12/+10 |
* | Unbreak the build for no options INET6. | bz | 2011-03-03 | 2 | -0/+8 |
* | MFi386: revision 219186 | nyan | 2011-03-03 | 1 | -22/+7 |
* | Make cap_new(2) and cap_getmode(2) symbols from libc public so applications | rwatson | 2011-03-03 | 3 | -1/+105 |
* | Add description of ECAPMODE to errno(2) man page. | rwatson | 2011-03-03 | 1 | -0/+2 |
* | Add text string for ECAPMODE to libc. | rwatson | 2011-03-03 | 1 | -0/+1 |
* | - Remove dependency to ucom from ulpt. | hselasky | 2011-03-03 | 2 | -2/+1 |
* | Port over ar5416OverrideIni() from ath9k ar5008_hw_override_ini(). | adrian | 2011-03-03 | 2 | -11/+58 |
* | * fix the ar5416 check macros to be slightly more correct; | adrian | 2011-03-03 | 1 | -4/+11 |
* | Modify the sample rate module output to be (slightly) easier to understand. | adrian | 2011-03-03 | 1 | -11/+19 |
* | Disable trying to do HT/40 and short-GI TX. | adrian | 2011-03-03 | 1 | -1/+3 |
* | Fix some duplicate-word typos in manpages. | uqs | 2011-03-02 | 2 | -2/+2 |
* | Unbreak .Aq for non-ASCII output like -Tps or -Tutf8. | uqs | 2011-03-02 | 1 | -2/+2 |
* | Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4)) | bz | 2011-03-02 | 2 | -0/+26 |
* | This patch shrinks boot2 a little. | rdivacky | 2011-03-02 | 1 | -25/+8 |
* | Break the keycache management functions out into if_ath_keycache.c . | adrian | 2011-03-02 | 5 | -428/+545 |
* | Prevent crashes from a race when (cloned) interfaces go away. | bz | 2011-03-02 | 1 | -4/+6 |
* | Update manual: node now supports NetFlow v9. | glebius | 2011-03-02 | 1 | -13/+58 |
* | Add support for NetFlow version 9 into ng_netflow(4) node. | glebius | 2011-03-02 | 8 | -133/+1754 |
* | Add additional release makefile for bsdinstall-based media, along with | nwhitehorn | 2011-03-02 | 2 | -0/+86 |
* | Migrate the sysctl related routines (statistics, debugging, etc) out of | adrian | 2011-03-02 | 6 | -614/+754 |
* | Make installations work when no optional components are selected. | nwhitehorn | 2011-03-02 | 1 | -1/+1 |
* | Fix a bug in the result of manual assembly. | kib | 2011-03-02 | 2 | -2/+2 |
* | Improve the distributeworld target in Makefile.inc1 and update the release | nwhitehorn | 2011-03-02 | 6 | -52/+54 |
* | Expand the name of Palm Sunday holiday with more canonical Entry of the | osa | 2011-03-02 | 1 | -5/+3 |
* | Fix beginning day of the Carnival. it starts | osa | 2011-03-02 | 1 | -1/+1 |
* | Correct a typo. | delphij | 2011-03-02 | 1 | -1/+1 |
* | Make a change to the implementation of the direct map to improve performance | alc | 2011-03-02 | 1 | -28/+27 |
* | kill: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-03-01 | 1 | -0/+4 |
* | printf: Note that this is used both as a normal program and a shell builtin. | jilles | 2011-03-01 | 1 | -0/+4 |
* | MFV of tzdata2011b, r219147 | edwin | 2011-03-01 | 2 | -4/+26 |
* | Fix misuse of TARGET_ARCH. This should be MACHINE_ARCH. | nwhitehorn | 2011-03-01 | 1 | -1/+1 |
* | Correct spelling in a last-minute tweaked NOTES entry for CAPABILITIES. | rwatson | 2011-03-01 | 1 | -1/+1 |
* | Add Capsicum capability mode support; svn add of capability.h was missed | rwatson | 2011-03-01 | 1 | -0/+71 |
* | Put in a temporary workaround for ctfmerge hanging on processing | dim | 2011-03-01 | 1 | -0/+4 |
* | Teach kdump to decode linux syscalls names too. | dchagin | 2011-03-01 | 3 | -19/+138 |
* | Fully honor KERNSRCDIR for 'make universe' if it is set. | jhb | 2011-03-01 | 1 | -5/+6 |
* | Use a suitable DIRPRFX for each invocation of make in the build32 and | jhb | 2011-03-01 | 1 | -11/+13 |
* | Similar to 189574, properly handle subclasses of bus drivers when deleting | jhb | 2011-03-01 | 1 | -30/+81 |
* | Continue to introduce Capsicum capability mode: | rwatson | 2011-03-01 | 3 | -0/+75 |
* | Continue introducing Capsicum capability mode support: | rwatson | 2011-03-01 | 1 | -0/+15 |
* | Regenerate system call files following addition of cap_enter(2), | rwatson | 2011-03-01 | 10 | -220/+261 |
* | Continue to introduce Capsicum Capability Mode support: | rwatson | 2011-03-01 | 4 | -2/+786 |
* | Hook up sys_capability.c to the build. | rwatson | 2011-03-01 | 1 | -0/+1 |
* | Add initial support for Capsicum's Capability Mode to the FreeBSD kernel, | rwatson | 2011-03-01 | 8 | -7/+143 |