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
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
7
-47
/
+66
*
KASSERT that we cannot use M_WAITOK in interrupt context.
phk
1999-09-19
1
-0
/
+9
*
Add a version number field to the jail(2) argument so that future changes
phk
1999-09-19
1
-0
/
+2
*
Move an end-paren to its intended place.
phk
1999-09-19
1
-1
/
+1
*
Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapse
dillon
1999-09-19
4
-44
/
+116
*
Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.
green
1999-09-19
4
-23
/
+37
*
Count "free" operations in their own new tranaction type.
phk
1999-09-18
1
-1
/
+25
*
Get rid of some evil defines (a pair of snd and rcv.)
green
1999-09-17
1
-19
/
+12
*
Add vfs.enable_userblk_io sysctl to control whether user reads and writes
dillon
1999-09-17
2
-0
/
+6
*
Register the right cdevsw on the master device.
phk
1999-09-13
1
-1
/
+1
*
Moved the definition of `boottime' and its sysctl to the correct file.
bde
1999-09-13
3
-4
/
+8
*
Const poisoning from d_name.
bde
1999-09-13
1
-6
/
+5
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
2
-6
/
+4
*
Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).
bde
1999-09-13
1
-3
/
+7
*
Bite the bullet and allocate the devsw entry at compile time.
phk
1999-09-12
1
-20
/
+14
*
Use a different tactic when creating the devsw so that disk_create()
phk
1999-09-12
1
-44
/
+24
*
Remove replace phygetvpbuf() with direct call to getpbuf();
phk
1999-09-12
1
-19
/
+1
*
Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3
bde
1999-09-11
1
-1
/
+4
*
regenerate to include proper "gererated from" taglines.
alfred
1999-09-11
2
-2
/
+2
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
6
-16
/
+604
*
Add $FreeBSD$ tags to generated files otherwise the checker won't let them
peter
1999-09-10
1
-0
/
+6
*
Create and use a dedicated malloc type for bus related stuff.
phk
1999-09-10
1
-21
/
+23
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
3
-15
/
+32
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-0
/
+116
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-0
/
+13
*
Set up FPU state on the AP.
peter
1999-09-05
1
-0
/
+4
*
Fixed style bugs in rev.1.36-1.39.
bde
1999-09-04
1
-37
/
+28
*
Fixed style regressions in previous commit.
bde
1999-09-04
1
-6
/
+4
*
Fix a warning for the !DEVFS case.
peter
1999-09-03
1
-2
/
+4
*
Allow getblk() to be called from an idle context (by panic() inside
luoqi
1999-09-03
1
-4
/
+10
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
2
-21
/
+14
*
Make prototype match function.
sef
1999-09-01
1
-1
/
+1
*
Use "multiple 4 char outdent until no wrap" rather than ANSI string
phk
1999-09-01
1
-7
/
+7
*
Improve the micro "disk" layer after gaining more experience with it.
phk
1999-09-01
1
-16
/
+70
*
Improve the returned values in st_blksize a little bit, avoid
phk
1999-09-01
1
-11
/
+21
*
General cleanup of core-dumping code.
julian
1999-09-01
3
-84
/
+84
*
Include "dscheck" and device name in all messages from dscheck().
phk
1999-08-31
1
-7
/
+13
*
If integration of a buffer into a cluster write operation fails, release
tegge
1999-08-31
1
-1
/
+3
*
Restructure TCP timeout handling:
jlemon
1999-08-30
1
-9
/
+9
*
ktrace should not follow symlinks either.
dima
1999-08-30
1
-2
/
+2
*
pps_shiftmax only exists #ifdef PPS_SYNC
phk
1999-08-30
1
-0
/
+2
*
Update to the latest nanokernel from Dave Mills.
phk
1999-08-30
1
-106
/
+94
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-12
/
+12
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
2
-3
/
+0
*
Remove unneeded "maj" variable.
phk
1999-08-29
1
-6
/
+8
*
Add micro "disk" layer which should enable us to pull all the slice/label
phk
1999-08-29
1
-0
/
+183
*
Merge alpha and pc98 changes into i386 MBR handling code and replace all
phk
1999-08-29
1
-6
/
+54
*
initialize si_bsize_phys from what the drive told us.
phk
1999-08-29
1
-1
/
+1
*
Add dev_t freeing code. Controlled by sysctl debug.free_devt, default
phk
1999-08-29
3
-11
/
+62
*
Put a brief comment on a couple of #defines.
phk
1999-08-28
1
-0
/
+7
[next]