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
*
Record the file, line, and pid of the last successful shared lock holder. This
jeff
2002-05-30
2
-0
/
+11
*
o Remove GCC specific attribute packed.
marcel
2002-05-30
1
-1
/
+2
*
CURSIG() is not a macro so rename it cursig().
julian
2002-05-29
6
-18
/
+18
*
Fix a handful of typos and grammar bogons. No content changes.
schweikh
2002-05-29
1
-8
/
+8
*
PHK claims there is a crc32.c now.
obrien
2002-05-29
1
-0
/
+1
*
For some reason this didn't get added in my previous commit.
phk
2002-05-29
1
-0
/
+107
*
Back out revision 1.639. PHK filed to commit the libkern file.
obrien
2002-05-29
1
-1
/
+0
*
Version bump for addition of dlfunc(3).
wollman
2002-05-29
1
-1
/
+1
*
diff reduction from KSE to keep WW-III from happenning on -current
julian
2002-05-29
1
-1
/
+2
*
PR: kern/38208
dillon
2002-05-29
1
-0
/
+7
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
5
-120
/
+7
*
Forgot to commit this file. Catch up to loader->kernel abi changes.
jake
2002-05-29
1
-2
/
+6
*
Add needed include of queue.h. Remove unneeded include of smp.h.
jake
2002-05-29
1
-1
/
+1
*
Forward declare struct trapframe.
jake
2002-05-29
1
-0
/
+2
*
Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwing
jake
2002-05-29
1
-1
/
+0
*
Do not refer to the Intel PRO/1000 by its internal name.
obrien
2002-05-29
2
-2
/
+2
*
Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just having
brooks
2002-05-29
3
-0
/
+24
*
The kernel printf does not have %i
peter
2002-05-29
1
-1
/
+1
*
Don't try to flush illegal alises from the data cache in vmapbuf and
jake
2002-05-29
1
-30
/
+0
*
Add an MD page flag for tracking if a page is cacheable or not, so that
jake
2002-05-29
2
-1
/
+7
*
Remove an unused variable.
jake
2002-05-29
1
-1
/
+0
*
Merge the code in pv.c into pmap.c directly. Place all page mappings onto
jake
2002-05-29
7
-51
/
+187
*
Add pv list linkage and a pmap pointer to struct tte. Remove separately
jake
2002-05-29
6
-225
/
+92
*
Use a contrived 'tlb_entry' structure for passing the mappings for the
jake
2002-05-29
7
-23
/
+31
*
Remove pmap.pm_pvlist and make the functions that use it no-ops. These are
jake
2002-05-29
3
-53
/
+3
*
Remove the definition of struct mca_guid and use the generic
marcel
2002-05-29
4
-25
/
+21
*
Remove bktr for ia64. Same problem as vinum. See PR 38678.
marcel
2002-05-29
1
-1
/
+0
*
Vinum doesn't build on ia64.
marcel
2002-05-29
1
-3
/
+5
*
Add attribute packed to struct gpt_hdr to avoid unwanted padding at
marcel
2002-05-29
1
-1
/
+1
*
Sync with i386. The loader was being installed before the beforeinstall
jake
2002-05-28
1
-26
/
+39
*
NetBSD have adopted our usage of the DMAADDR macro:
joe
2002-05-28
3
-12
/
+10
*
Use %02d in track numbers, so that 1 is 01, much easier for scripts
sos
2002-05-28
1
-1
/
+1
*
Fixed some style bugs in recent commits.
bde
2002-05-28
1
-6
/
+6
*
Add some checks to prevent NULL dereferences.
des
2002-05-28
1
-3
/
+6
*
Remove a duplicated vfs_freeopts() that I introduced in last
mux
2002-05-28
2
-4
/
+2
*
The stack is not at the top of the user struct.
benno
2002-05-28
2
-6
/
+0
*
Remove an assertion as to whether the current thread already had the FPU or
benno
2002-05-28
2
-4
/
+0
*
- Move macros that represent where syscall args are kept in a trapframe from
benno
2002-05-28
5
-12
/
+15
*
Remove the old prototype for kcopy. It's in cpu.h now.
benno
2002-05-28
2
-2
/
+0
*
Add support to GEOM for GUID Partition Tables (GPTs). The support
marcel
2002-05-28
6
-0
/
+413
*
Implement pmap_copy and pmap_copy_page.
benno
2002-05-28
3
-9
/
+39
*
Move the kcopy() function from trap.c to machdep.c. Add a prototype.
benno
2002-05-28
5
-60
/
+61
*
Add NAI copyright.
des
2002-05-28
2
-0
/
+16
*
Back out part of previous commit; the dev_t union trick is still useful in
des
2002-05-28
1
-1
/
+6
*
Add uuidgen(2) and uuidgen(1).
marcel
2002-05-28
8
-7
/
+309
*
Add syscall uuidgen() for generating Univerally Unique Identifiers
marcel
2002-05-28
1
-0
/
+1
*
Introduce struct xtty, used when exporting tty information to userland.
des
2002-05-28
2
-11
/
+59
*
o Remove unused #defines.
alc
2002-05-27
1
-9
/
+0
*
Print srr1 in printtrap()
benno
2002-05-27
2
-2
/
+4
*
Get the correct memory regions from OpenFirmware. We were getting the
benno
2002-05-27
6
-91
/
+95
[next]