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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-0
/
+58
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
4
-10
/
+11
*
Don't check minor number of dump device at all.
des
1998-08-23
1
-5
/
+1
*
Fixed printf format errors.
bde
1998-08-23
2
-4
/
+4
*
Presently there is only one `currentldt' variable for all cpus
msmith
1998-08-18
8
-16
/
+47
*
FIxed typo (syntax error) in previous commit.
bde
1998-08-17
1
-2
/
+2
*
Add macros for accessing device memory.
dfr
1998-08-17
1
-1
/
+9
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
1
-1
/
+2
*
Revamp the ELF include files to better support architecture-independent
jdp
1998-08-16
1
-1
/
+6
*
pmap.c:
bde
1998-08-16
4
-19
/
+20
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
4
-8
/
+8
*
Implemented dynamic registration of software interrupt handlers. Not
bde
1998-08-11
6
-38
/
+24
*
Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK
bde
1998-08-10
2
-82
/
+20
*
Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous
msmith
1998-08-03
2
-4
/
+4
*
Set p->p_switchtime to switchtime instead of to the current time in
bde
1998-07-28
2
-2
/
+22
*
Micro-optimized and cleaned up the clearing of switchtime in idle().
bde
1998-07-28
2
-24
/
+16
*
u_int --> unsigned int, remove (now unneeded) <sys/types.h>
jlemon
1998-07-28
1
-3
/
+3
*
Add wrappers for i386_*_ioperm, i386_vm86 so userland code does
jlemon
1998-07-28
1
-1
/
+4
*
Fix an off-by-one error when setting the iomap bits.
jlemon
1998-07-28
1
-5
/
+5
*
Re-arrange the page layout used by vm86_bioscall so that we can
jlemon
1998-07-27
2
-6
/
+16
*
Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. This
msmith
1998-07-20
1
-1
/
+2
*
A slap on the wrist to Dag-Erling, who plainly did not test this before
jkh
1998-07-19
1
-2
/
+1
*
Stop physical DMA for the non-auto case in isa_dmadone(). This fixes a
bde
1998-07-19
1
-1
/
+3
*
Allow dump devices with dkpart != SWAP_PART on devfs/slice
des
1998-07-18
1
-1
/
+4
*
Place a fat warning that floppy tapes should be configured as drive 2
joerg
1998-07-17
1
-1
/
+4
*
%n in a comment was a poor abbreviation for Immediate-byte-signed,
bde
1998-07-15
1
-2
/
+2
*
Cast virtual addresses that happen to be represented as u_longs to
bde
1998-07-15
1
-4
/
+4
*
Changed to the C9x draft spelling of the (unsigned) integral type
bde
1998-07-14
1
-9
/
+8
*
Fixed printf format errors.
bde
1998-07-11
1
-123
/
+113
*
Fixed printf format errors.
bde
1998-07-11
1
-3
/
+3
*
Don't disable pmap_setdevram() which isn't called, but which could be,
phk
1998-07-11
1
-2
/
+3
*
Fixed printf format errors.
bde
1998-07-11
4
-25
/
+34
*
Don't pretend to support ix86's with 16-bit ints by using longs just to
bde
1998-07-11
2
-19
/
+18
*
Don't pretend to support ix86's with 16-bit ints by using longs
bde
1998-07-11
1
-32
/
+32
*
Oops, fptrint_t still needs to be declared in <machine/profile.h> in the
bde
1998-07-10
1
-1
/
+6
*
Added a kernel-only typedef (ptrint_t) giving an integral type that is
bde
1998-07-10
1
-4
/
+1
*
Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.
bde
1998-07-08
2
-14
/
+14
*
Fixed bogus type of valuep in struct db_variable. It was `int *' and
bde
1998-07-08
1
-17
/
+17
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-2
/
+2
*
Add 3 sysctl variables for future use by ps)1_
phk
1998-06-30
1
-2
/
+12
*
Add PSE36 to the bits we know by name.
phk
1998-06-30
1
-2
/
+2
*
convert some nfs tunables to options, these are:
jmg
1998-06-30
3
-6
/
+6
*
Removed unused includes.
bde
1998-06-21
4
-8
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+3
*
Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.
mckay
1998-06-21
1
-3
/
+1
*
Converted add_interrupt_randomness() to take a `void *' arg. Rewrote
bde
1998-06-21
1
-56
/
+59
*
Converted isa_strayintr() to take a `void *' arg.
bde
1998-06-18
2
-20
/
+22
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
3
-10
/
+10
*
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
bde
1998-06-17
1
-1
/
+4
*
Increased MAXTSIZ to 128MB...there are binaries that get quite large.
dg
1998-06-12
1
-3
/
+3
[next]