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
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
3
-1
/
+13
*
Correct a locking error in apause: It should always hold
alc
1999-11-11
1
-14
/
+16
*
Fix a warning.
dfr
1999-11-09
1
-1
/
+1
*
Next step in the device cleanup process.
phk
1999-11-09
2
-2
/
+2
*
Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It
alc
1999-11-09
1
-4
/
+6
*
A little bit of nitpicking in the 'syncing disks...' end of a shutdown.
phk
1999-11-08
1
-20
/
+13
*
Ignore leading 'r' in base of root device name.
phk
1999-11-08
2
-0
/
+4
*
Zap devsw_module_handler().
peter
1999-11-08
1
-12
/
+0
*
Rename remove_dev() to destroy_dev().
phk
1999-11-08
1
-1
/
+1
*
A hack basically.. We have a bunch of code that used to call
peter
1999-11-08
1
-1
/
+8
*
Add a vnode fo_stat() entry point.
peter
1999-11-08
1
-1
/
+13
*
Update socket file type for fo_stat(). soo_stat() becomes a fileops
peter
1999-11-08
1
-4
/
+6
*
Update pipe code for fo_stat() entry point - pipe_stat() is now no longer
peter
1999-11-08
1
-5
/
+9
*
Use fo_stat() rather than duplicating knowledge of file type internals
peter
1999-11-08
1
-59
/
+16
*
Make vop_panic() a little more informative.
phk
1999-11-07
1
-1
/
+3
*
Simplify and de-bogotify check for raw disk.
phk
1999-11-07
1
-31
/
+15
*
Remove the devsw magic from DEV_MODULE()
phk
1999-11-07
1
-17
/
+0
*
Fix the advisory file locking by restoring previous ordering in closef()/
green
1999-11-07
1
-8
/
+10
*
add in actual getenv_quad function
mjacob
1999-11-07
1
-1
/
+17
*
Put a lock on the disk structure while we open to avoid races.
phk
1999-11-06
1
-3
/
+15
*
Clean up a couple of initialisations in order to suppress a correct
msmith
1999-11-06
2
-4
/
+8
*
Guard against freeing NULL if vfs_mountroot_try is called with NULL
msmith
1999-11-05
2
-4
/
+8
*
Expand the sscanf buffer to 32 bytes to make room for the expanded
msmith
1999-11-05
2
-2
/
+2
*
Allow vfs names to include the digits 0-9 as well as the letters a-z.
msmith
1999-11-04
2
-2
/
+2
*
Re-implement the handing of RB_CDROM in a machine-independant fashion.
msmith
1999-11-04
2
-0
/
+48
*
Move strto{u}[ql]() into their own libkern files.
phk
1999-11-03
1
-314
/
+0
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Make MFS work with the new root filesystem search process.
msmith
1999-11-03
2
-16
/
+20
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
1
-8
/
+0
*
Move a couple of globals here where they are initialised, rather than
msmith
1999-11-01
1
-0
/
+7
*
swapinit isn't called from vfs_mountroot, so don't complain about it in
msmith
1999-11-01
1
-18
/
+0
*
This is a complete rewrite of vfs_conf.c, which changes the way the root
msmith
1999-11-01
2
-316
/
+540
*
Add strtol & strtoul to kernel. Derived from libc versions.
phk
1999-11-01
1
-0
/
+157
*
New function:
phk
1999-11-01
1
-0
/
+16
*
Most modern OSs have the ability to flag certain mounts as ones to
julian
1999-11-01
2
-4
/
+4
*
Bail out of the process early if the coredumpfile limit is 0.
sef
1999-10-30
1
-6
/
+10
*
Remove a #define which doesn't do miracles anymore.
phk
1999-10-30
1
-1
/
+0
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
4
-22
/
+19
*
useracc() the prequel:
phk
1999-10-29
19
-20
/
+0
*
Remove a KASSERT() that has fulfilled its purpose. Note that it did
green
1999-10-24
1
-1
/
+0
*
Adjust the buffer cache to better handle small-memory machines. A
dillon
1999-10-24
1
-56
/
+57
*
Now that Netgraph is in the system there are some cleanups we can do.
julian
1999-10-23
1
-5
/
+6
*
Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...
tegge
1999-10-15
1
-7
/
+0
*
Missed the second argument of fdrop().
green
1999-10-14
1
-1
/
+1
*
Fix a race condition with shared fd tables and writev(). It's
green
1999-10-14
1
-2
/
+7
*
Add a missing spl lowering.
green
1999-10-14
1
-0
/
+1
*
change identical and "programming error" panic("mcopy*")'s into
alfred
1999-10-13
1
-12
/
+9
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
2
-17
/
+100
*
Don't let osigaction and osigvec accept the new signal numbers.
marcel
1999-10-12
1
-47
/
+46
*
Now that userland, including modules don't use the osig* syscalls
marcel
1999-10-12
2
-12
/
+12
[next]