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
*
Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale
rwatson
2004-03-17
1
-7
/
+14
*
Add tap_mtx to tap_softc in order to protect per-softc variables
rwatson
2004-03-17
2
-2
/
+44
*
Implement "arlconfig arlX quality".
fjoe
2004-03-16
3
-41
/
+103
*
Avoid doing bawrite to initialize inode block while holding cylinder
kan
2004-03-16
1
-1
/
+3
*
Run through indent(1) so I can read the code without getting a headache.
des
2004-03-16
14
-5317
/
+5233
*
Add explicit dependency on "ether", since we use ether_ifattach().
mux
2004-03-16
1
-0
/
+1
*
Refactor the existing machine-dependent sf_buf_free() into a machine-
alc
2004-03-16
10
-127
/
+48
*
Remove a bogus assertion and readd it in a more correct location. A thread
jhb
2004-03-16
1
-1
/
+1
*
Update the SiS support to distinguish older southbridges better.
sos
2004-03-16
2
-9
/
+21
*
Add powerpc to temporary fix. The new cpu device claims all
grehan
2004-03-16
1
-2
/
+2
*
Move the arl to i386 only.
nyan
2004-03-16
1
-1
/
+1
*
Don't use the pcic polling.
nyan
2004-03-16
1
-1
/
+1
*
Remove the module reference for RAIDframe
scottl
2004-03-16
1
-1
/
+0
*
Remove RAIDFrame. It hasn't worked since GEOM replaced the old disk
scottl
2004-03-16
138
-42458
/
+0
*
Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.
dwmalone
2004-03-16
7
-26
/
+30
*
Get ready to mark open, creat and nosys as MPSAFE.
dwmalone
2004-03-16
1
-3
/
+3
*
Use vfs_nmount() to mount linprocfs filesystems in linux_mount();
tjr
2004-03-16
1
-4
/
+21
*
Make vfs_nmount() public. The Linux emulator needs this in order to mount
tjr
2004-03-16
2
-2
/
+2
*
Correct size argument passed to copyinstr() in linux_mount(): mntfromname
tjr
2004-03-16
1
-2
/
+2
*
Rename the wiredlen member of struct sysctl_req to validlen and always
truckman
2004-03-16
2
-15
/
+17
*
Don't bother calling vslock() and vsunlock() if oldlen is zero.
truckman
2004-03-16
1
-7
/
+9
*
Regenerate.
jhb
2004-03-15
9
-14
/
+14
*
- Mark ABI syscalls that call wait4() MP safe as recent changes to
jhb
2004-03-15
3
-5
/
+5
*
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
fjoe
2004-03-15
7
-0
/
+1656
*
The PPS code needs to be much more brutal to avoid synchronism on
phk
2004-03-15
1
-14
/
+32
*
Regen for ptrace being safe again.
jhb
2004-03-15
5
-6
/
+6
*
Drop the proc lock around calls to the MD functions ptrace_single_step(),
jhb
2004-03-15
2
-7
/
+12
*
Add vectors for _snprintf() and _vsnprintf() (redirected straight to
wpaul
2004-03-15
1
-0
/
+2
*
Move GID/UID_MAX under __BSD_VISIBLE protection.
mlaier
2004-03-15
1
-3
/
+3
*
Add SATA support fields
sos
2004-03-15
1
-4
/
+14
*
Remove sysctl security.jail.list_allowed.
pjd
2004-03-15
1
-6
/
+1
*
Add support for detaching PCI controllers.
sos
2004-03-15
7
-97
/
+129
*
Kill bogus isa compat opt file.
imp
2004-03-15
1
-1
/
+1
*
Temporarily comment out cy.
imp
2004-03-15
1
-3
/
+2
*
including isa_device.h was historical in this file, remove it
imp
2004-03-15
3
-3
/
+0
*
Make overflow/wraparound checking more robust and unbreak len=0 in
truckman
2004-03-15
2
-16
/
+22
*
Style(9) changes.
truckman
2004-03-15
2
-40
/
+11
*
Revert to the original vslock() and vsunlock() API with the following
truckman
2004-03-15
3
-39
/
+28
*
Remove redundant suser() check.
truckman
2004-03-15
1
-4
/
+0
*
Lock down global variables in if_tap (primarily, the tap softc list);
rwatson
2004-03-15
1
-3
/
+28
*
Shorten a long comment.
obrien
2004-03-15
3
-3
/
+3
*
Don't reject FAT file systems with a number of "Heads" greater than
rwatson
2004-03-14
1
-1
/
+1
*
Remove isa compat stuff.
imp
2004-03-14
9
-453
/
+0
*
comment out bs and wd entries in the hints
imp
2004-03-14
1
-16
/
+16
*
Comment out the cy driver until I can make sure that the new cy driver
imp
2004-03-14
1
-2
/
+3
*
The gsc driver uses the old COMPAT_ISA api. Retire it so we can
imp
2004-03-14
5
-975
/
+0
*
Hints for the le driver are no longer necessary here.
imp
2004-03-14
1
-5
/
+0
*
The rdp driver uses the COMPAT_OLD api. This is being retired, so
imp
2004-03-14
4
-1590
/
+0
*
The spigot driver uses the old COMPAT_ISA interface. Retire it since
imp
2004-03-14
4
-402
/
+0
*
The le driver uses ISA_COMPAT, which is going away soon. Retire it
imp
2004-03-14
6
-2328
/
+0
[next]