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
*
[Add missing files from previous commit]
dfr
1998-06-14
3
-0
/
+383
*
Major changes to the generic device framework for FreeBSD/alpha:
dfr
1998-06-14
1
-166
/
+229
*
Introduce std_pps_ioctl() to automagically DTRT.
phk
1998-06-13
1
-16
/
+61
*
Only build this on i386 for now. I may use it for the alpha later but
dfr
1998-06-11
1
-1
/
+10
*
Replace 'sleep()' with 'tsleep()'
julian
1998-06-10
2
-4
/
+8
*
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
julian
1998-06-10
2
-16
/
+36
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
1
-0
/
+854
*
64bit fixes: don't cast pointers to int.
dfr
1998-06-10
1
-14
/
+14
*
64bit fixes: don't cast p->p_retval to an int*.
dfr
1998-06-10
1
-3
/
+5
*
64bit fixes: use u_long not int for ioctl command.
dfr
1998-06-10
1
-2
/
+3
*
64bit fixes: use size_t not u_int for sizes.
dfr
1998-06-10
1
-2
/
+2
*
64bit fixes: p->p_retval is a register_t[] not an int[].
dfr
1998-06-10
1
-3
/
+4
*
Add a tc_ prefix to struct timecounter members.
phk
1998-06-09
5
-182
/
+190
*
Pass lists of possible root devices and their names up to the
bde
1998-06-09
2
-32
/
+56
*
Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.
bde
1998-06-09
1
-12
/
+18
*
Remove some junk left over from a previous commit.
dyson
1998-06-08
2
-12
/
+2
*
Updated generated files.
bde
1998-06-08
2
-2
/
+2
*
Fixed some style bugs in output (missing tabs and unparenthesized macros).
bde
1998-06-08
1
-31
/
+30
*
Fix a typo which prevented i386 elf from working at all (including Linux
dfr
1998-06-08
1
-2
/
+2
*
Add a member function more to the timecounters, this one is for use
phk
1998-06-07
2
-12
/
+64
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
33
-115
/
+228
*
Add a "this" style argument and a "void *private" so timecounters can
phk
1998-06-07
3
-16
/
+16
*
Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.
bde
1998-06-06
1
-2
/
+3
*
Moved limit frobbing (and the resulting limcopy()) that occurs for
dg
1998-06-05
2
-9
/
+13
*
If we are out of mb_map space and we failed to m_reclaim() anything and
dg
1998-06-05
1
-7
/
+15
*
Correct sleep priority.
dyson
1998-06-02
1
-2
/
+2
*
Set PAGE_SIZE for _SC_PAGESIZE sysconf().
dufault
1998-06-01
1
-0
/
+1
*
Have the wakeup routine do the upcall if needed.
peter
1998-05-31
2
-2
/
+6
*
Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.
phk
1998-05-28
7
-74
/
+115
*
Make flushing dirty pages work correctly on filesystems that
dyson
1998-05-21
1
-12
/
+8
*
1. Add new defs for mins and maxs for the POSIX flavor priorities. They
dufault
1998-05-19
2
-9
/
+26
*
Change a data type internal to the timecounters, and remove the "delta"
phk
1998-05-19
2
-54
/
+28
*
Make the size of the msgbuf (dmesg) a "normal" option.
phk
1998-05-19
2
-16
/
+13
*
Disallow reading the current kernel stack. Only the user structure and
tegge
1998-05-19
1
-1
/
+6
*
1. Don't use "nosys" and generate coredumps for unconfigured
dufault
1998-05-18
2
-3
/
+11
*
Add forwarding of roundrobin to other cpus. This gives a more regular
tegge
1998-05-17
3
-27
/
+59
*
Fixed interval calculation in realitimexpire() again. Obtained from:
bde
1998-05-17
1
-4
/
+4
*
Fixed stale references to hzto() in comments.
bde
1998-05-17
3
-7
/
+7
*
Supply the correct process argument to dounmount when possible.
tegge
1998-05-17
2
-4
/
+12
*
For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.
tegge
1998-05-17
1
-1
/
+3
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
9
-34
/
+34
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
7
-56
/
+324
*
Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()
peter
1998-05-14
1
-56
/
+1
*
regen after signanosleep nuke
peter
1998-05-14
2
-4
/
+4
*
deep-six signanosleep(). It sounded like a good idea at the time.
peter
1998-05-14
1
-3
/
+2
*
Commit an old change that has been sitting around for a long while.
peter
1998-05-14
1
-2
/
+16
*
Backed out previous commit. It is invalid to call d_ioctl() on
bde
1998-05-12
1
-8
/
+3
*
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
dyson
1998-05-11
6
-188
/
+759
*
Attempt to set write combining mode for graphics devices.
dyson
1998-05-11
1
-59
/
+5
*
In the words of the submitter:
msmith
1998-05-07
5
-59
/
+75
[next]