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
*
Back out the s/int */size_t */ commit.
obrien
2002-12-30
3
-3
/
+3
*
Make fully WARNS=5 clean.
obrien
2002-12-30
2
-6
/
+6
*
Use basename(3).
obrien
2002-12-30
1
-3
/
+2
*
Import FireWire userland utility.
simokawa
2002-12-30
5
-0
/
+759
*
Use <sys/endian.h> rather than a private verison.
obrien
2002-12-30
2
-60
/
+2
*
Move elf2aout back to /usr/bin -- it is a general development tool, not
obrien
2002-12-30
5
-173
/
+2
*
Use the offical sys/endian.h rather than reaching way over into another
obrien
2002-12-30
2
-2
/
+1
*
Adjust path to crunchide.
obrien
2002-12-30
1
-3
/
+3
*
Adjust max WARNs for sparc64.
obrien
2002-12-30
1
-2
/
+1
*
Style cleanup.
obrien
2002-12-30
1
-11
/
+10
*
Make WARNS=5 clean.
obrien
2002-12-30
2
-5
/
+3
*
Install /sys/dev/firewire/*.h under /usr/include/dev/firewire
simokawa
2002-12-30
2
-2
/
+4
*
- Add more CSR related definitions (IEEE-1212).
simokawa
2002-12-30
1
-5
/
+62
*
This builds fine with WARNS.
obrien
2002-12-30
1
-1
/
+0
*
This really isn't WARNS clean.
obrien
2002-12-30
2
-4
/
+2
*
This compiles fine w/WARNS.
obrien
2002-12-30
1
-6
/
+5
*
Add ca_ES locale
ache
2002-12-30
12
-10
/
+254
*
Add directories for upcoming ca_ES locale
ache
2002-12-30
2
-0
/
+12
*
- Mark the kernel_map as a system map immediately after its creation.
alc
2002-12-30
1
-2
/
+2
*
Make the first argument to getbsize(3) a `size_t *'. This is a hack
mike
2002-12-30
1
-3
/
+4
*
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
trhodes
2002-12-30
1
-2
/
+2
*
Print old mixer levels when setting new ones.
jmallett
2002-12-30
1
-2
/
+8
*
o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need to
sam
2002-12-30
1
-8
/
+29
*
Fix LP64 architectures and especially ia64. Functions that return
marcel
2002-12-30
2
-0
/
+2
*
- Increment the vm_map's timestamp if _vm_map_trylock() succeeds.
alc
2002-12-30
1
-10
/
+11
*
Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.
wollman
2002-12-29
2
-23
/
+28
*
Add msdosfs.5
trhodes
2002-12-29
1
-0
/
+79
*
Move the msdos.5 manual page to msdosfs.5 to be more correct.
trhodes
2002-12-29
2
-80
/
+2
*
- Remove vm_object_init2(). It is unused.
alc
2002-12-29
3
-8
/
+3
*
Remove BUGS section indicating that these calls are unimplemented.
rwatson
2002-12-29
5
-15
/
+15
*
Update acl_set.3, missed in last round:
rwatson
2002-12-29
1
-11
/
+19
*
Update libc POSIX.1e code and documentation to reflect:
rwatson
2002-12-29
8
-44
/
+164
*
Synchronize to kern/syscalls.master:1.139.
rwatson
2002-12-29
3
-0
/
+12
*
Provide prototypes for new ACL system calls to manipulate ACLs "by
rwatson
2002-12-29
1
-1
/
+11
*
Implement new ACL system calls which do not follow symbolic links:
rwatson
2002-12-29
3
-3
/
+267
*
Regen from syscalls.master:1.139
rwatson
2002-12-29
5
-7
/
+46
*
Add definitions for four new system calls:
rwatson
2002-12-29
1
-0
/
+8
*
Fix drift of the comment about sa_sigaction away from its code.
mike
2002-12-29
1
-1
/
+1
*
Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more
ambrisko
2002-12-29
7
-351
/
+1429
*
Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVE
iedowse
2002-12-29
2
-17
/
+41
*
Make fdisk work on active GEOM devices.
phk
2002-12-29
1
-8
/
+33
*
Use the new sector0 munging ioctls to make boot0cfg work under GEOM.
phk
2002-12-29
1
-8
/
+31
*
Implement ioctls for tampering with sector0.
phk
2002-12-29
1
-27
/
+84
*
Add a couple of ioctls for modifying MBR's and the rest of sector0.
phk
2002-12-29
1
-0
/
+6
*
Use a timeout of one second while we wait for the vnode washer,
phk
2002-12-29
1
-1
/
+1
*
Save 16 bytes per mutex if MUTEX_PROFILING is not defined.
phk
2002-12-29
1
-1
/
+6
*
Vnodes pull in 800-900 bytes these days, all things counted, so we need
phk
2002-12-29
1
-5
/
+15
*
There is some sort of race/deadlock which I have not identified
phk
2002-12-29
1
-1
/
+6
*
Use memset instead of __builtin_memset. Apparently there's an inline
jake
2002-12-29
1
-1
/
+1
*
Diff-reduction WRT crypto telnet; replace "#if 0" code removed by an
markm
2002-12-29
1
-0
/
+41
[next]