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
...
*
Move definition of nl_item type to <sys/_types.h>, so that it can be
mike
2002-09-18
2
-1
/
+6
*
Mostly rewrite the flag handling of uname(1) to be overridable, such as:
jmallett
2002-09-18
2
-70
/
+171
*
Make obrien happy. Add a bad awk script which emulates as much of
wollman
2002-09-18
1
-0
/
+57
*
Use relatively new visibility primitives for conditionals. Document
mike
2002-09-18
1
-6
/
+13
*
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
*
MFC: Elan support;
sam
2002-09-17
1
-0
/
+6
*
style(9): line up function names
mike
2002-09-17
1
-8
/
+8
*
Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using
jmallett
2002-09-17
13
-431
/
+172
*
Use the relatively new visibility primitives for conditionals.
mike
2002-09-17
1
-3
/
+3
*
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
*
#define<space> -> #define<tab>
jmallett
2002-09-17
19
-155
/
+155
*
Print debugging from DEBUG(VAR) level to stderr. About to macroise this.
jmallett
2002-09-17
1
-6
/
+6
*
Fixed editing error in previous commit (*blush*).
bde
2002-09-17
2
-2
/
+2
*
Use consistent terminology in the usage message, the man page
jdp
2002-09-17
2
-10
/
+10
*
Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.
mike
2002-09-17
2
-0
/
+2
*
Rename new PLONG type to PGTOK as the conversion is more important than the
jmallett
2002-09-17
3
-4
/
+4
*
Fix standard kse breakge of non-x86 platforms. sigh.
jake
2002-09-17
2
-18
/
+2
*
Check for FD_SET overruns.
nectar
2002-09-17
1
-0
/
+8
*
Only include parent directory Makefile.inc if it exists. Now you can
jhb
2002-09-17
1
-1
/
+3
*
Fixed unsorting of SRCS.
bde
2002-09-17
2
-4
/
+4
*
- 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
*
Regen:
sheldonh
2002-09-17
1
-50
/
+134
*
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
*
Fix vsnprintf(3) memory leak for size == 0.
maxim
2002-09-17
1
-0
/
+6
*
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 private IPv4 addrs
ume
2002-09-17
1
-0
/
+3
*
- reject SIOCSIFADDR if embedded address is in private address range
ume
2002-09-17
1
-1
/
+26
*
Re-axe.
bde
2002-09-17
1
-31
/
+0
*
Make `as' compile before it is axed. It still uses the archaic BSD
bde
2002-09-17
1
-0
/
+2
*
Un-axe this so that it can be fixed before it is axed.
bde
2002-09-17
1
-0
/
+29
*
The previous commit also removed the addition of userland include files to
peter
2002-09-17
0
-0
/
+0
*
Make netatm/spans compile in the kernel without depending on userland
peter
2002-09-17
5
-6
/
+383
*
Update man page to reflect current implementation.
truckman
2002-09-17
1
-6
/
+12
*
Fix a hard sentence break.
truckman
2002-09-17
1
-2
/
+2
*
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
*
Add i386 to the list of architectures that libc_r is broken on. This
peter
2002-09-17
2
-2
/
+2
*
It seems I accidently committed a change that removed the userland includes
peter
2002-09-17
1
-2
/
+0
*
Bandaid to stop failing on non-i386 platforms.
peter
2002-09-17
1
-0
/
+5
*
Make _fetch_connect() always set the error code.
fenner
2002-09-17
2
-4
/
+5
[prev]
[next]