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
*
Two new C symbols were added to apm_setup.s but not put into
jdp
1998-10-03
1
-1
/
+3
*
Add dpt driver back to GENERIC and adjust a stale comment.
jkh
1998-10-03
2
-10
/
+6
*
Quick fix for not being able to sync all the buffers in boot() if
bde
1998-10-03
6
-22
/
+26
*
Removed duplicate case.
alex
1998-10-03
3
-3
/
+0
*
Map all BTX system pages readable at ring 3.
rnordier
1998-10-03
2
-34
/
+24
*
bootinfo bi_vesa no longer exists.
rnordier
1998-10-03
3
-6
/
+3
*
Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD event
dfr
1998-10-03
1
-1
/
+2
*
Don't call DEVICE_DETACH directly, always go through the device_detach()
dfr
1998-10-03
1
-4
/
+4
*
Fix a bug which caused the dynamic linker pathname in the PT_INTERP
jdp
1998-10-03
1
-11
/
+7
*
Fix a printf format warning that shows up when CAMDEBUG is defined.
ken
1998-10-02
1
-2
/
+2
*
Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel to
ken
1998-10-02
6
-16
/
+31
*
Consolidate the bootinfo-loading code, greatly simplifying the _exec
msmith
1998-10-02
8
-441
/
+378
*
Fix an egregious precedence bug.
msmith
1998-10-02
1
-5
/
+5
*
abort imm init if can't disconnect from drive
nsouch
1998-10-02
1
-1
/
+2
*
Update the pcm driver to the most recent version. This should
luigi
1998-10-02
19
-622
/
+1612
*
Set $currdev according to our best guess at the BIOS device that the previous
msmith
1998-10-02
1
-34
/
+42
*
aout_freebsd.c
msmith
1998-10-02
5
-87
/
+176
*
Mark exit() as __attribute__((__noreturn__))
msmith
1998-10-02
1
-2
/
+2
*
boot.c
msmith
1998-10-02
2
-6
/
+12
*
First shot at loading elf symbols. Things are a bit strange because
peter
1998-10-02
5
-23
/
+162
*
Modify the changer driver so it can handle (hopefully!) changers that need
ken
1998-10-02
2
-70
/
+218
*
Patches from DES to create three new kernel config options to control
ken
1998-10-02
5
-14
/
+48
*
Define KLD_MODULE if building a KLD module.
msmith
1998-10-02
1
-1
/
+4
*
Changes to support building of KLD modules. This includes the possibly
msmith
1998-10-02
1
-1
/
+11
*
GC unused stuff.
imp
1998-10-02
2
-50
/
+12
*
A size field returned by the VESA BIOS is already expressed in bytes.
yokota
1998-10-02
1
-2
/
+2
*
Remove a spurious, but benign statement.
gibbs
1998-10-02
1
-6
/
+4
*
Restore static of sc_flags.
ache
1998-10-01
2
-4
/
+6
*
Fix a bug in which a page index was used where a byte offset was
jdp
1998-10-01
1
-2
/
+2
*
Don't try to save FP state if npxproc is null.
jlemon
1998-10-01
1
-1
/
+3
*
Remove lpt1 - we have userconfig if you have a weird port.
msmith
1998-10-01
2
-6
/
+2
*
Remove the bi_vesa field, as vesa modeswitching is no longer performed
msmith
1998-10-01
1
-2
/
+2
*
Pass the BIOS unit number from which the kernel/loader was obtained in
msmith
1998-10-01
2
-3
/
+4
*
Fix typo.
yokota
1998-10-01
3
-9
/
+9
*
Yet another round of fixes for the VESA support code.
yokota
1998-10-01
11
-109
/
+120
*
Override STRIP so installation doesn't try to strip the loader.
jkh
1998-10-01
1
-1
/
+2
*
Oops, forgot /* */ around Id string
sos
1998-10-01
2
-2
/
+2
*
Misc cleanup and probe rework:
imp
1998-10-01
2
-50
/
+38
*
Make 'make install' do something that might be useful.
peter
1998-09-30
1
-1
/
+2
*
Stop libi386.a from being installed..
peter
1998-09-30
1
-1
/
+3
*
Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards
sos
1998-09-30
2
-24
/
+66
*
Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards
sos
1998-09-30
2
-0
/
+6
*
Changed tuner code to autodetect tuner i2c address.
sos
1998-09-30
7
-158
/
+124
*
Make devfs update the atime timestamp so that 'w' works when using
sos
1998-09-30
2
-5
/
+12
*
Turn on i386-elf
peter
1998-09-30
1
-1
/
+3
*
i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage
peter
1998-09-30
4
-2
/
+521
*
Save booted kernel name. Cosmetic cleanups.
peter
1998-09-30
1
-3
/
+15
*
Fix typos.. The vector for "int 0x12" (get base mem) is not written in
peter
1998-09-30
1
-2
/
+2
*
ELF loader, part 1. It works with ELF kernels generated on the i386
peter
1998-09-30
2
-2
/
+278
*
s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.
peter
1998-09-30
1
-2
/
+2
[next]