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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update generated files
phk
1998-06-28
1
-2
/
+2
*
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
*
Some revisions of the aic7880 have a problem where, if the
gibbs
1998-06-28
1
-2
/
+10
*
Add options for selecting ELF or KLD symbols in DDB.
dfr
1998-06-28
2
-1
/
+5
*
Make breakpoints and single-step work.
dfr
1998-06-28
1
-4
/
+14
*
Forgot to mention:
dfr
1998-06-28
1
-1
/
+1
*
Add DDB symbol support for ELF and KLD. The KLD support only supports global
dfr
1998-06-28
2
-0
/
+539
*
Supply the symbol table as an argument to X_db_symbol_values (required for elf).
dfr
1998-06-28
3
-6
/
+8
*
Use db_addr_t for the breakpoint address in db_set_single_step.
dfr
1998-06-28
1
-3
/
+3
*
Add a macro for testing the e_machine field of Elf64_Ehdr.
dfr
1998-06-28
1
-1
/
+3
*
Use elf symbols in DDB.
dfr
1998-06-28
1
-1
/
+2
*
Allow gentrap.
dfr
1998-06-28
1
-1
/
+2
*
Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDB
dfr
1998-06-28
1
-2
/
+7
*
Add a hack to get the ELF symbols from where SIMOS leaves them.
dfr
1998-06-28
1
-5
/
+19
*
machine/conf.h no longer exists.
dfr
1998-06-28
1
-2
/
+1
*
Make db_tok_number a long to allow typing 64bit numbers on alpha.
dfr
1998-06-27
2
-4
/
+4
*
Use %+11ln for printing in r format to make it work for 64bit registers.
dfr
1998-06-27
1
-7
/
+7
*
Add some stack backtrace support. Pretty fragile but its a start.
dfr
1998-06-27
3
-7
/
+99
*
Use %lx for printing register contents.
dfr
1998-06-27
1
-1
/
+1
*
Make uoff_t compile.
dfr
1998-06-27
1
-2
/
+2
*
Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_
jhay
1998-06-27
1
-4
/
+4
*
Make vprint() print dev_t in hex also.
phk
1998-06-27
1
-3
/
+3
*
Report the type from the inode, not the vnode.
phk
1998-06-27
1
-2
/
+2
*
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
*
Add D_DISK flag.
phk
1998-06-26
3
-6
/
+6
*
Flesh this document out just a little in response to some user
jkh
1998-06-26
1
-11
/
+25
*
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
dt
1998-06-25
3
-30
/
+9
*
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
phk
1998-06-25
6
-90
/
+56
*
Sync with sys/i386/conf/Makefile.i386 revision 1.115.
kato
1998-06-25
2
-10
/
+14
*
Oops, add ppc to the 'tty' imask.
msmith
1998-06-24
3
-6
/
+6
*
When some functions were added to sys/queue.h (1.15, 1.16),
phk
1998-06-24
1
-5
/
+5
*
Fix race condition for creation of vnode_if.c and vnode_if.h.
eivind
1998-06-24
3
-15
/
+21
*
Sync with sys/i386/isa/syscons.c revision 1.264.
kato
1998-06-24
1
-5
/
+2
*
Sync with sys/i386/isa/syscons.c revision 1.208.
kato
1998-06-24
2
-2
/
+18
*
Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT
yokota
1998-06-24
3
-15
/
+6
*
Avoid some panics in sio_unload which gets called with various dirt
phk
1998-06-24
3
-3
/
+27
*
Add CUSEEME support. This has *not* been tested, nor
brian
1998-06-24
4
-2
/
+131
*
Typo fix.
phk
1998-06-22
1
-2
/
+2
*
Sync with sys/i386/isa/if_ed.c and npx.c revisions 1.143 and 1.61,
kato
1998-06-22
2
-4
/
+2
*
Sync with sys/i386/i386/machdep.c revision 1.301.
kato
1998-06-22
2
-4
/
+6
*
Sync with sys/i386/isa/if_fe.c revision 1.42.
kato
1998-06-22
1
-10
/
+6
*
Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache
bde
1998-06-21
2
-6
/
+12
*
Removed unused function ll_w_block(). It has always had races due
bde
1998-06-21
4
-38
/
+0
*
Removed unused includes.
bde
1998-06-21
25
-59
/
+21
*
Removed unused includes.
bde
1998-06-21
2
-4
/
+6
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+3
*
Removed unused includes.
bde
1998-06-21
2
-20
/
+12
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+2
[next]