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
*
Clean up my source tree to avoid getting hit too badly by the next KSE or
des
2001-09-25
1
-20
/
+37
*
o Further clarify comment: ad Udo's request, re-insert the 'if'
rwatson
2001-09-25
1
-3
/
+4
*
A process name may contain whitespace and unprintable characters,
mike
2001-09-25
1
-5
/
+11
*
o Parallelize the comment on the relationship between privileged un-jailed
rwatson
2001-09-25
1
-2
/
+2
*
s/securelvel/securelevel/
rwatson
2001-09-25
1
-1
/
+1
*
Add a missing dereference level. This caused nfsm_postop_attr_xx()
iedowse
2001-09-25
1
-1
/
+1
*
Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.
dfr
2001-09-24
2
-8
/
+8
*
Make the Alternate {I,D} TLB vector code actually work for virtual
dfr
2001-09-24
2
-4
/
+4
*
Don't try to access external files from SKI unless we are actually running
dfr
2001-09-24
1
-0
/
+3
*
Increase the number of bootstrap PVs.
dfr
2001-09-24
1
-1
/
+1
*
Include <machine/pte.h> instead of <machine/pmap.h>
dfr
2001-09-24
2
-2
/
+2
*
We need different call stubs for static and stacked calling conventions.
dfr
2001-09-24
3
-12
/
+99
*
Add commands to dump the itrs and dtrs.
dfr
2001-09-24
2
-0
/
+296
*
Return the mapkey which EFI gave us when we read the memory map - we need
dfr
2001-09-24
3
-3
/
+8
*
Tidy up a little - don't try to print anything or enable interrupts after
dfr
2001-09-24
2
-102
/
+48
*
Pick up pal.s from the kernel sources.
dfr
2001-09-24
1
-1
/
+3
*
Factor out PTE and related definitions from pmap.h - they are useful in
dfr
2001-09-24
2
-89
/
+151
*
The addition of i_dirhash to struct inode pushed RELENG_4's
iedowse
2001-09-24
5
-7
/
+7
*
Fix a few comment typos from the last commit.
dfr
2001-09-24
2
-6
/
+6
*
Add some code which can be used to change to/from physical mode when
dfr
2001-09-24
2
-0
/
+134
*
- Added #include <sys/systm.h>
nyan
2001-09-24
2
-2
/
+4
*
Fix a null pointer dereference introduced in the last commit, plus
luigi
2001-09-24
1
-6
/
+4
*
+ Fix misplacement of `txp'
obrien
2001-09-24
7
-31
/
+31
*
Catch up to recent removal of curpcb from globals.h.
mp
2001-09-24
4
-24
/
+32
*
Send a .4 second BREAK rather than a .25 second break so that
brian
2001-09-23
1
-2
/
+2
*
Add commands to dump the configuration tables and the SAL System Table.
dfr
2001-09-23
2
-8
/
+232
*
Add definitions of SAL System Table.
dfr
2001-09-23
1
-0
/
+98
*
Reinitialize the keyboard after the ACPI resume event.
yokota
2001-09-23
3
-3
/
+30
*
Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,
peter
2001-09-23
1
-1
/
+1
*
Implement TCP/IP checksum off-loading on receive. Announce
alc
2001-09-23
1
-3
/
+21
*
Since we no longer inline any debugging code in the mutex operations, move
jhb
2001-09-22
3
-52
/
+52
*
Add CONSPEED option.
dfr
2001-09-22
1
-0
/
+2
*
Don't activate the ssc console unless we are running in SKI.
dfr
2001-09-22
1
-1
/
+5
*
Add implementations of readx() and writex().
dfr
2001-09-22
1
-6
/
+33
*
Add declaration of ia64_running_in_simulator().
dfr
2001-09-22
1
-0
/
+1
*
* Turn off memory descriptor debugging - its served its purpose.
dfr
2001-09-22
1
-10
/
+15
*
Remove a redundant stop.
dfr
2001-09-22
2
-2
/
+0
*
Tweak so I can use a serial console on ia64.
dfr
2001-09-22
2
-2
/
+2
*
Add EFI network support.
dfr
2001-09-22
6
-6
/
+26
*
* Flesh out elf_exec and bootinfo.
dfr
2001-09-22
7
-77
/
+1168
*
Update NFS_ROOT comments to reflect the NFSCLIENT option
jedgar
2001-09-22
2
-2
/
+2
*
Add getsecs() for the libstand network code.
dfr
2001-09-22
1
-0
/
+6
*
Add a twiddle meter when reading from files. Gives me something to look
dfr
2001-09-22
1
-6
/
+17
*
Give the pps driver an additional 8 inputs if we can persuade the
phk
2001-09-22
1
-43
/
+154
*
o vpaccess() -> vn_access() -- Peter reminds me that there is already
rwatson
2001-09-22
2
-8
/
+8
*
Use __FILE__ and __LINE__ explicitly since we know we will be using them
jhb
2001-09-21
1
-1
/
+1
*
Fix statclock() on non-boot processors: curproc -> curthread.
jhb
2001-09-21
1
-1
/
+1
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
10
-12
/
+12
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
2
-2
/
+2
*
Use the passed in thread pointer instead of curthread in calls to
jhb
2001-09-21
1
-2
/
+2
[next]