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
*
Give clearer diagnostics on some cases of invalid
yar
2003-04-01
1
-0
/
+6
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
41
-109
/
+61
*
Don't die of SIGSEGV on a missing fstype field
yar
2003-04-01
2
-0
/
+8
*
Don't include <sys/disk.h>.
phk
2003-04-01
1
-2
/
+0
*
Start to split the GEOM/diskdriver specific bits into geom/geom_disk.h
phk
2003-04-01
2
-47
/
+94
*
libtelnet depends on OpenSSL.
ru
2003-04-01
1
-1
/
+1
*
Introduce bioq_flush() function.
phk
2003-04-01
2
-0
/
+16
*
Mark bits that do not require an object directory as such.
ru
2003-04-01
3
-1
/
+4
*
Include <sys/conf.h> rather than trusting <sys/disk.h> to do so.
phk
2003-04-01
1
-0
/
+1
*
Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.
phk
2003-04-01
1
-0
/
+1
*
Parallelize (on the top-level SUBDIR list) the "all" stage of
ru
2003-04-01
1
-2
/
+2
*
Pass NO_WARNS to the build-tool stage too; -Wsystem-headers
ru
2003-04-01
1
-1
/
+1
*
This can't obviously be cleaner than system headers.
ru
2003-04-01
1
-1
/
+1
*
- smb_td_intr takes a thread as an argument not a proc.
jeff
2003-04-01
1
-1
/
+1
*
- smb_proc_intr is now spelled smb_td_intr.
jeff
2003-04-01
1
-1
/
+1
*
- p will be unused in cursig() if INVARIANTS is not defined. Access it
jeff
2003-04-01
1
-3
/
+1
*
Don't include <sys/buf.h> needlessly.
phk
2003-04-01
2
-2
/
+4
*
Fix KASSERT syntax error.
phk
2003-04-01
2
-2
/
+2
*
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
mdodd
2003-04-01
11
-4
/
+85
*
Fix KASSERT syntax errors.
phk
2003-04-01
2
-4
/
+4
*
Remove the old config interface, the new OAM is sufficiently functional
phk
2003-04-01
2
-138
/
+0
*
Remove the old config interface now that the new OAM is functional.
phk
2003-04-01
1
-153
/
+0
*
- Adjust the makefiles so we have a per architecture makefile.
jeff
2003-04-01
3
-1
/
+7
*
- Add a flags field to struct pcb. Use this to keep track of wether or
jake
2003-04-01
5
-4
/
+46
*
- Spell SIGSETOR correctly.
jeff
2003-04-01
1
-1
/
+1
*
- Don't allow tf_wstate to be set in set_regs.
jake
2003-04-01
1
-1
/
+6
*
Implement cpu_set_upcall.
jake
2003-04-01
1
-1
/
+13
*
- Rename pcb_fpstate to pcb_ufp (user floating point), and change it to
jake
2003-04-01
7
-70
/
+39
*
- Commit the forgotten libthr/sys bits.
jeff
2003-04-01
2
-0
/
+64
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
49
-0
/
+7686
*
Rename pcb_fp to pcb_sp, so as to not be confused with floating point
jake
2003-04-01
5
-9
/
+9
*
Specify the M_WAITOK flag explicitly in the MALLOC call to silence a
tjr
2003-04-01
1
-1
/
+2
*
Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtime
tjr
2003-04-01
1
-1
/
+2
*
Implement casuptr.
jake
2003-04-01
2
-7
/
+23
*
- Regen.
jeff
2003-04-01
5
-9
/
+9
*
- thr_exit() should no longer be called with Giant held.
jeff
2003-04-01
1
-2
/
+0
*
- Mark the various thr syscalls as MP safe. Previously there was a bug if
jeff
2003-04-01
1
-4
/
+4
*
- Borrow the KSE single threading code for exec and exit. We use the check
jeff
2003-04-01
6
-10
/
+25
*
- Regen for umtx.
jeff
2003-04-01
5
-7
/
+23
*
- Add thr and umtx system calls.
jeff
2003-04-01
3
-0
/
+24
*
- Add the kern_umtx.c file to the build.
jeff
2003-04-01
1
-0
/
+1
*
- Include umtx.h in files generated by makesyscalls.sh
jeff
2003-04-01
2
-0
/
+3
*
- Add an entry and a head for the queue of threads blocked on a umtx.
jeff
2003-04-01
1
-0
/
+4
*
- Add an api for doing smp safe locks in userland.
jeff
2003-04-01
2
-0
/
+390
*
- We now have to include umtx.h and ucontext.h in the system call related
jeff
2003-04-01
1
-0
/
+2
*
- Regen for thr related system calls.
jeff
2003-04-01
5
-7
/
+46
*
- Add the four thr related system calls.
jeff
2003-04-01
1
-0
/
+4
*
- Add kern_thr.c
jeff
2003-04-01
1
-0
/
+1
*
- Add two files to support the thr threading interface.
jeff
2003-04-01
2
-0
/
+311
*
- Define a new md function 'casuptr'. This atomically compares and sets
jeff
2003-04-01
11
-0
/
+146
[next]