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
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
4
-118
/
+106
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
6
-74
/
+16
*
Hmm, braino in last commit.
phk
1998-07-04
2
-8
/
+10
*
Change the sign on a race-condition, so that instead of ending up several
phk
1998-07-04
2
-16
/
+36
*
Update M_EXT support in m_copypacket().
phk
1998-07-03
1
-3
/
+11
*
Reset MNT_ASYNC flag if needed if unmount() should fail.
dg
1998-07-03
2
-2
/
+8
*
When we transfer time from one timecounter to the next, use nanouptime(),
phk
1998-07-02
2
-8
/
+8
*
Add 3 sysctl variables for future use by ps)1_
phk
1998-06-30
2
-2
/
+6
*
Nuked opt_defunct.h and kern_opt.c. config(8) now generates good enough
bde
1998-06-30
1
-49
/
+0
*
Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.
phk
1998-06-28
1
-1
/
+2
*
Added a sysctl variable kern.sugid_coredump for controlling coredump
dg
1998-06-28
1
-2
/
+7
*
Report the mode as the result of the VOP_GETATTR rather than the
phk
1998-06-27
1
-2
/
+2
*
Remove isdisk() hacks.
phk
1998-06-26
1
-70
/
+3
*
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
phk
1998-06-25
2
-20
/
+8
*
Removed unused includes.
bde
1998-06-21
3
-12
/
+3
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Round tickadj up. This prevents tickadj from being 0 when HZ > 500,
bde
1998-06-21
1
-2
/
+2
*
Converted add_interrupt_randomness() to take a `void *' arg. Rewrote
bde
1998-06-21
1
-7
/
+9
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
2
-5
/
+4
*
Use copyout() instead of bcopy() to copy the image to user space.
bde
1998-06-16
1
-5
/
+7
*
[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
[next]