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
*
Add a toggle to disable VM enforcement.
rwatson
2002-09-18
9
-0
/
+63
*
At the cost of seeming a little gauche, make use of more traditional
rwatson
2002-09-18
9
-36
/
+36
*
Don't call VOP_LEASE() while holding the accounting mutex.
rwatson
2002-09-18
1
-1
/
+1
*
o Add typedefs for mode_t, off_t, pid_t rather than including
mike
2002-09-17
1
-13
/
+37
*
Guido reported an interesting bug where an FTP connection between a
dillon
2002-09-17
2
-10
/
+46
*
Fix standard kse breakge of non-x86 platforms. sigh.
jake
2002-09-17
2
-18
/
+2
*
- increment interface output counter. sync w/ netbsd-current
ume
2002-09-17
1
-2
/
+11
*
Firewire device support for Apple eMac with PPC kernel.
ikob
2002-09-17
4
-1
/
+29
*
Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.
phk
2002-09-17
1
-23
/
+136
*
Remove __RCSID().
sobomax
2002-09-17
2
-6
/
+0
*
Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreak
maxim
2002-09-17
1
-1
/
+2
*
In rare cases when there is no room for ip options ip_insertoptions()
maxim
2002-09-17
1
-1
/
+3
*
Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernel
sobomax
2002-09-17
2
-4
/
+16
*
- reject SIOCSIFADDR if embedded address is in private address range
ume
2002-09-17
1
-1
/
+26
*
Make netatm/spans compile in the kernel without depending on userland
peter
2002-09-17
5
-6
/
+383
*
Add stub function for cpu_set_upcall_kse()
peter
2002-09-17
1
-0
/
+7
*
#if 0 out the following functions:
peter
2002-09-17
1
-2
/
+9
*
Make this compile after the last kse commit.
peter
2002-09-17
1
-1
/
+1
*
Argh. I've been reading makefiles for too long. Change comment to a
peter
2002-09-17
2
-8
/
+16
*
Stub out the calls to get_mcontext and set_mcontext which only exist on
peter
2002-09-17
2
-0
/
+20
*
It seems I accidently committed a change that removed the userland includes
peter
2002-09-17
1
-2
/
+0
*
Include <sys/types.h> directly rather than depending on <sys/fcntl.h>
mike
2002-09-17
1
-0
/
+1
*
pid_t will be shared with at least <fcntl.h>.
mike
2002-09-17
1
-0
/
+4
*
Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...
jennifer
2002-09-17
1
-0
/
+2
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
45
-349
/
+14
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
3
-38
/
+48
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
6
-245
/
+491
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
3
-105
/
+456
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
9
-32
/
+77
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
11
-166
/
+444
*
Add a cast to make this file compile in userland on sparc64 without
phk
2002-09-16
1
-1
/
+1
*
Reserve a transport parameter name and number for Darwin.
bp
2002-09-16
1
-0
/
+1
*
Implement support for mixed case passwords.
bp
2002-09-16
2
-7
/
+77
*
Add support for large readx and writex functions if server supports them.
bp
2002-09-16
2
-0
/
+178
*
Include include "opt_atalk.h" so that the NETATALK support can work.
bde
2002-09-16
1
-17
/
+1
*
Enable browsing of NetApp servers (use ascii mode).
bp
2002-09-16
1
-1
/
+4
*
Fix the clockprobe test on the Sil 680
sos
2002-09-16
1
-1
/
+1
*
Add more constants for future use in kernel and userland.
bp
2002-09-16
1
-8
/
+64
*
Don't build unneeded modules for pc98.
nyan
2002-09-16
1
-7
/
+45
*
Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.
nyan
2002-09-16
2
-18
/
+10
*
MFi386: revision 1.178.
nyan
2002-09-16
1
-0
/
+1
*
MFi386: revisions 1.417 and 1.418.
nyan
2002-09-16
1
-1
/
+3
*
Merged from sys/dev/sio/sio.c revision 1.378.
nyan
2002-09-16
2
-2
/
+12
*
Merged from sys/isa/syscons_isa.c revision 1.18.
nyan
2002-09-16
2
-0
/
+70
*
geom_aes.c requires rijndael crypto
grehan
2002-09-16
1
-0
/
+2
*
Reformat an overly-wide comment.
wollman
2002-09-16
1
-3
/
+3
*
fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just like
tmm
2002-09-16
1
-0
/
+1
*
Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.
julian
2002-09-15
19
-138
/
+232
*
Deprecate the USB_SETDEBUG IOCTL as debug levels can now be set
joe
2002-09-15
1
-13
/
+0
*
Garbage-collected __ELF__ ifdefs.
bde
2002-09-15
1
-10
/
+2
[next]