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
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct use of mac_biba_subject_privileged() in swapon() code.
rwatson
2002-11-04
1
-2
/
+4
*
Permit MAC policies to instrument the access control decisions for
rwatson
2002-11-04
16
-2
/
+315
*
Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MAC
rwatson
2002-11-04
9
-54
/
+0
*
Polish a bit here and there.
phk
2002-11-04
2
-10
/
+18
*
Run a revision on the GBDE encryption facility.
phk
2002-11-04
5
-244
/
+429
*
Add debug.doslowdown to enable/disable niced slowdown on I/O. Default
mckusick
2002-11-04
1
-1
/
+5
*
Reject slices where begin == end.
phk
2002-11-04
1
-11
/
+11
*
Remove clause 3 in the license with NAI's consent.
phk
2002-11-04
1
-6
/
+6
*
Detach the pccard bus children when we eject a 16-bit card, not the
imp
2002-11-04
1
-1
/
+1
*
Update licenses and wording: NAI has authorized the removal of clause three
rwatson
2002-11-04
2
-14
/
+8
*
License and wording updates: NAI has authorized the removal of clause
rwatson
2002-11-04
13
-91
/
+52
*
License clarification and wording changes: NAI has approved removal of
rwatson
2002-11-04
13
-91
/
+52
*
Add GPT entry types for partitions we're likely to encounter in the
marcel
2002-11-03
1
-0
/
+23
*
Hook the aic7xxx modules up. This requires some extra care since aicasm
scottl
2002-11-03
5
-32
/
+16
*
- Remove the memory allocation for the object/offset hash table
alc
2002-11-03
1
-45
/
+2
*
Correctly recognize both bogus and genuine BSD disklabels.
phk
2002-11-03
1
-1
/
+4
*
Add status initialization code for acpi_cmbat and acpi_acad,
iwasaki
2002-11-03
2
-7
/
+120
*
Enable if_fwe.
simokawa
2002-11-03
1
-1
/
+1
*
Add hints for wd1, wd2 and wd3.
nyan
2002-11-03
1
-6
/
+6
*
Introduce mac_check_system_settime(), a MAC check allowing policies to
rwatson
2002-11-03
14
-0
/
+134
*
Change privilege model for mac_partition such that BSD superuser can change
rwatson
2002-11-03
1
-6
/
+4
*
Sync to src/sys/kern/syscalls.master
rwatson
2002-11-02
3
-3
/
+3
*
Regen from yesterday's system call placeholder rename.
rwatson
2002-11-02
5
-7
/
+7
*
MFp4:
imp
2002-11-02
4
-49
/
+38
*
Catch up with the removal of the vm page buckets spin mutex.
alc
2002-11-02
1
-1
/
+0
*
Remove the vm page buckets mutex. As of revision 1.215 of vm/vm_page.c,
alc
2002-11-02
1
-2
/
+0
*
MFp4:
imp
2002-11-02
3
-30
/
+102
*
Use 0xffffffff instead of -1 for id to compare against.
imp
2002-11-02
3
-30
/
+33
*
Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by
peter
2002-11-02
2
-4
/
+2
*
Fix some warnings on 64 bit architectures. The vn_extattr_get()
mux
2002-11-02
2
-4
/
+2
*
Remove the GEOM_GPT hack. We now check for partition type 0xEE and
marcel
2002-11-02
1
-25
/
+23
*
Fix dumpconf so libdisk can grok its output. We weren't checking
marcel
2002-11-02
1
-2
/
+6
*
malloc(9) with M_NOWAIT seems to return NULL a lot more than I would have
phk
2002-11-02
1
-0
/
+14
*
Fix indentation of comments.
mini
2002-11-02
1
-17
/
+17
*
bzero() the sigframe before we fill it. This was not done at all in
marcel
2002-11-02
1
-3
/
+4
*
Add loader variables to control the loading of various networking modules.
mini
2002-11-02
1
-0
/
+31
*
Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causing
alc
2002-11-02
4
-3
/
+4
*
Merge PC98 changes.
mdodd
2002-11-02
3
-62
/
+122
*
The easy part of converting the ng_source node to -current.
julian
2002-11-02
1
-54
/
+50
*
Whitespace fixes
julian
2002-11-02
1
-47
/
+28
*
ifnet_addrs doesn;t exist any more so use
julian
2002-11-01
1
-3
/
+3
*
Update the st_size reported via stat(2) to accurately reflect the amount
kbyanc
2002-11-01
1
-1
/
+1
*
Track the number of non-data chararacters stored in socket buffers so that
kbyanc
2002-11-01
2
-1
/
+6
*
Rename __execve_mac() to __mac_execve() for increased consistency
rwatson
2002-11-01
1
-1
/
+1
*
Add MAC checks for various kenv() operations: dump, get, set, unset,
rwatson
2002-11-01
14
-1
/
+509
*
Introduce malloc_last_fail() which returns the number of seconds since
phk
2002-11-01
2
-0
/
+17
*
Introduce a "time_uptime" global variable which holds the time since boot
phk
2002-11-01
2
-0
/
+3
*
Make this compile in the userland shims again.
phk
2002-11-01
1
-0
/
+1
*
Add KASSERT for bio_cmd validity here as well. Various hacks still
phk
2002-11-01
1
-0
/
+4
*
Put a KASSERT in specfs::strategy() to check that the incoming buffer
phk
2002-11-01
1
-2
/
+8
[next]