index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the fact that kvm_getenvv(3) requires procfs to be mounted
csjp
2004-11-13
1
-0
/
+7
*
Using off_t to pass a block size is obvious overkill.
yar
2004-11-13
1
-2
/
+2
*
Kill ancient casts to integral types left from the K&R era.
yar
2004-11-13
3
-9
/
+9
*
Be prepared to accept NULL mountargs as part of root-mounting.
phk
2004-11-13
1
-5
/
+9
*
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
phk
2004-11-13
16
-87
/
+90
*
Fix off-by-one errors and potential buffer overruns
yar
2004-11-13
1
-18
/
+30
*
Correct two incorrectly merged changes introduced in sysv_sem.c:1.71:
rwatson
2004-11-13
1
-2
/
+1
*
For create and migrate, remove the `.Op Fl f' introduced in the
marcel
2004-11-13
1
-4
/
+2
*
Add an -f option (for force) to the migrate command. Normally an MBR
marcel
2004-11-13
2
-5
/
+21
*
Add an -f option (for force) to the create command. The -f option
marcel
2004-11-13
2
-6
/
+25
*
Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in
marcel
2004-11-13
1
-1
/
+1
*
UNIX conformance: If -r -f on non-existent directory, don't emit error.
jkh
2004-11-13
1
-1
/
+4
*
With the addition of a proper prototype, this is now WARNS=6 clean.
philip
2004-11-13
2
-1
/
+2
*
Two uint32_t casts crept in where they shouldn't have.
philip
2004-11-13
1
-2
/
+2
*
Change some formats and add some casts to make this
philip
2004-11-13
2
-22
/
+20
*
Reflect the cuaa->cuad namechange in documentation.
philip
2004-11-13
5
-7
/
+7
*
Update moused(8) and mouse(4) to reflect the cuaa->cuad name change.
philip
2004-11-12
2
-6
/
+6
*
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
philip
2004-11-12
2
-138
/
+134
*
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
philip
2004-11-12
2
-18
/
+12
*
Fix ng_ksocket(4) operation as a divert socket, which is pretty useful
glebius
2004-11-12
1
-11
/
+12
*
Implement interrupt counting, so that vmstat -i work.
cognet
2004-11-12
3
-9
/
+21
*
Change the way we automatically add prefix routes when adding a new address.
mlaier
2004-11-12
1
-27
/
+147
*
Ports aren't generally ready for parallel make.
ru
2004-11-12
1
-1
/
+1
*
If -B is specified to get compat mode (as opposed to just not giving
phk
2004-11-12
1
-0
/
+1
*
Catch a few more autofs references.
peter
2004-11-12
2
-2
/
+0
*
Spell _KERNEL correctly so that UP kernels are actually optimized again.
jhb
2004-11-12
1
-1
/
+1
*
- Use the SMP style ops for atomic_load/store() in userland so that
jhb
2004-11-12
1
-2
/
+1
*
sf(4) supports altq
brueffer
2004-11-12
1
-1
/
+2
*
Add altq support.
brueffer
2004-11-12
2
-14
/
+18
*
Remove these unused files before any other archs include the same bogus
jhb
2004-11-12
6
-1057
/
+0
*
third of several commits to allow kernel System V IPC data structures
rwatson
2004-11-12
1
-66
/
+66
*
Use a relative symlinking so that "tar" also works in /stand.
ru
2004-11-12
1
-1
/
+1
*
Pass the "?" command output through the pager.
ru
2004-11-12
1
-4
/
+15
*
Install precious programs with -S.
ru
2004-11-12
1
-1
/
+4
*
Second of several commits to allow kernel System V IPC data structures
rwatson
2004-11-12
4
-349
/
+353
*
Show stray files during "cvs update".
ru
2004-11-12
1
-1
/
+1
*
First of several commits to allow kernel System V IPC data structures
rwatson
2004-11-12
3
-1
/
+30
*
Wrap a comment properly.
ceri
2004-11-12
1
-1
/
+2
*
Correct a bug in the if_em driver relating to the use of vlans with
rwatson
2004-11-12
2
-6
/
+44
*
Put back the vfs_object_create() calls, they do make a difference when
phk
2004-11-12
1
-0
/
+2
*
s/Here about/Hear about/ and sort accordingly.
schweikh
2004-11-12
1
-3
/
+3
*
Add code to enforce the paralleism count (-j N) for the entire tree
phk
2004-11-12
4
-31
/
+119
*
Fix a (very) long standing bug in make (this has been there probably
harti
2004-11-12
2
-29
/
+102
*
Doh! This one crept in two commits ago and didn't get weeded out on
imp
2004-11-12
1
-1
/
+0
*
Fix a braino: the partition size in the PMBR is in sectors, not bytes
marcel
2004-11-12
2
-8
/
+8
*
Put back usb_uncallout_drain(), as it is now also used by umass.c.
iedowse
2004-11-12
1
-0
/
+1
*
Back out my recent changes for timeout races, as there have been
iedowse
2004-11-12
4
-125
/
+49
*
Various whitespace nits.
imp
2004-11-12
1
-21
/
+27
*
Don't use aha after calling aha_free.
imp
2004-11-12
1
-4
/
+4
*
Document PORTS_MODULES variable.
imp
2004-11-12
1
-0
/
+3
[next]