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
*
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
*
Now that userland including modules don't use the osig* syscalls,
marcel
1999-10-12
1
-5
/
+5
*
Unremove used includes.
bde
1999-10-12
1
-0
/
+2
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
3
-66
/
+71
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
32
-42
/
+12
*
Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68k
peter
1999-10-11
1
-21
/
+0
*
Trim some unused #includes
peter
1999-10-11
1
-2
/
+0
*
Zap unneeded #includes
peter
1999-10-11
1
-2
/
+0
*
#ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.
peter
1999-10-10
2
-0
/
+4
*
Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total
green
1999-10-09
5
-16
/
+98
*
Give physio a makeover.
phk
1999-10-09
1
-121
/
+54
*
Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.
jhay
1999-10-09
2
-84
/
+108
*
Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip up
green
1999-10-09
1
-1
/
+1
*
Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices to
imp
1999-10-09
2
-1
/
+2
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
[next]