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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Produce compiler warning if dev_t and udev_t is confused.
phk
1999-05-12
1
-6
/
+10
*
Don't peek into dev_t
phk
1999-05-12
2
-4
/
+4
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
9
-33
/
+112
*
Send subr_rlist.c off to the big Attic in the sky. It's been #if 0'ed
peter
1999-05-11
1
-316
/
+0
*
Use colons instead of semi-colons to behave like UNIX instead of DOS.
jb
1999-05-11
1
-4
/
+4
*
Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that's
peter
1999-05-10
2
-12
/
+12
*
Use NODEV instead of -1
phk
1999-05-10
1
-4
/
+4
*
Fix descriptor leak provoked by KKIS.05051999.003b exploit code.
truckman
1999-05-10
1
-1
/
+4
*
Remove hack to accept French spelling of METHOD (METHODE)
n_hibma
1999-05-10
1
-4
/
+2
*
* Augment the interface language to allow arbitrary C code to be 'passed
dfr
1999-05-10
4
-29
/
+151
*
Superceded by makedevops.pl
dfr
1999-05-10
1
-232
/
+0
*
Lites2 seems to have pretty much disappeared from the radar, and I suspect
peter
1999-05-09
1
-5
/
+2
*
s/main/mi_startup/ for the kernel entry point so that egcs doesn't get
peter
1999-05-09
1
-13
/
+6
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
4
-13
/
+4
*
major(something) can never become NODEV.
phk
1999-05-09
1
-4
/
+2
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-2
/
+11
*
Hack the diskslice stuff so that it allows the alpha sysinstall to
dfr
1999-05-09
1
-2
/
+8
*
Peter beat me to half this patch, but didn't do the other half:
phk
1999-05-09
1
-4
/
+5
*
Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (no
peter
1999-05-09
1
-4
/
+1
*
Fix a freelist trashing under following confitions:
dt
1999-05-08
1
-1
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
2
-8
/
+10
*
Change resource_set_*() to be more useful. BTW; resource_find() is a
peter
1999-05-08
1
-16
/
+9
*
Make sure the mem_range_AP_init() prototype is seen where it's needed, and
peter
1999-05-08
1
-1
/
+3
*
Use KERNBASE for the load address of the kernel rather than magic constants
peter
1999-05-08
3
-20
/
+7
*
First stages of a module dependency cleanup. This part fixes a
peter
1999-05-08
2
-26
/
+45
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
2
-6
/
+6
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
10
-43
/
+43
*
Nit fix.
des
1999-05-07
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
4
-102
/
+31
*
Fix a goof in the #ifdef DEVFS case which was found by inspection,
phk
1999-05-07
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-1
/
+13
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
3
-8
/
+6
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+3
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
8
-22
/
+28
*
Remove unused fields from struct buf:
phk
1999-05-06
1
-6
/
+1
*
Fixed profiling of elf kernels. Made high resolution profiling compile
bde
1999-05-06
1
-2
/
+5
*
Allow the init_path to be customised in an embedded system using the
jb
1999-05-05
1
-3
/
+8
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
12
-85
/
+134
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
3
-317
/
+535
*
This routine was "use"ing File::Basename. This commit removes that
markm
1999-05-02
1
-2
/
+30
*
Add a hook that can be called to initialise a slave processor's memory
msmith
1999-04-30
1
-1
/
+4
*
Add beer-ware license and $Id$
phk
1999-04-30
1
-0
/
+11
*
Make BOOTP to work again.
phk
1999-04-30
1
-1
/
+1
*
Set curproc at the end of proc0_init().
dt
1999-04-29
1
-7
/
+4
*
Address a performance problem in getnewbuf:
alc
1999-04-29
1
-5
/
+33
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
19
-57
/
+270
*
Add the jail system call.
phk
1999-04-28
1
-1
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
2
-4
/
+4
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
7
-194
/
+67
*
Change suser_xxx() to suser() where it applies.
phk
1999-04-27
7
-58
/
+49
[prev]
[next]