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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the reinstallkernel target through from Makefile to Makefile.inc1.
markm
2000-09-19
1
-2
/
+4
*
Add support for tagged queuing on ATA drives. There is only support for
sos
2000-09-19
13
-572
/
+992
*
Better error message when booting an SMP kernel on an UP system.
eivind
2000-09-19
2
-2
/
+2
*
Document ENABLE_VFS_IOOPT
eivind
2000-09-19
2
-2
/
+24
*
Rename lminor() to dev2unit(). This function gives a linear unit number
phk
2000-09-19
9
-18
/
+29
*
GC some LFS lint.
phk
2000-09-19
3
-18
/
+3
*
Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troff
sheldonh
2000-09-19
1
-41
/
+43
*
When sending a packet back to a network interface to simulate an arrived
julian
2000-09-19
1
-0
/
+1
*
Simplify the ftp directory search code a little and eliminate a warning.
jkh
2000-09-19
2
-12
/
+8
*
Implement indirection in the pccard probe/attach. This should make it
imp
2000-09-19
8
-24
/
+148
*
Document RTLD_DEFAULT and the search algorithm used for resolving
jdp
2000-09-19
1
-6
/
+43
*
Add support for dlsym(RTLD_DEFAULT, ...).
jdp
2000-09-19
2
-69
/
+97
*
Add a definition for RTLD_DEFAULT.
jdp
2000-09-19
1
-4
/
+3
*
Make a somewhat unsatisfactory attempt to describe the effects of
jdp
2000-09-19
1
-1
/
+18
*
Allow the user to make direct BIOS intcalls (via vm86 system) if they
jlemon
2000-09-19
1
-2
/
+2
*
Rename "struct session" to "struct sess_con" to avoid conflict with
archie
2000-09-19
1
-4
/
+4
*
Include <sys/proc.h> so that we can dereference something in the proc
msmith
2000-09-19
1
-0
/
+1
*
o cap_set_flag() was not correctly clearing capabilities when value
rwatson
2000-09-19
2
-4
/
+10
*
Added missing .It macros
marko
2000-09-18
1
-2
/
+2
*
Check for the correct minimum version required by the current code.
dcs
2000-09-18
1
-4
/
+4
*
Removed NetBSD support, which bit-rotted long ago.
dg
2000-09-18
4
-726
/
+82
*
Include <sys/proc.h> to silence suser() compiler warning.
rwatson
2000-09-18
2
-0
/
+2
*
Update the prototype for "r_brk" to correspond with the change in
jdp
2000-09-18
3
-3
/
+6
*
Sort the output of mount
brian
2000-09-18
1
-1
/
+1
*
o Disallow privileged processes in jail() from directly accessing
rwatson
2000-09-18
1
-1
/
+9
*
o Allow privileged processes in jail() to override sticky bit behavior
rwatson
2000-09-18
1
-2
/
+2
*
o Add a comment clarifying interaction between jail(), privileged processes,
rwatson
2000-09-18
1
-0
/
+5
*
o Add missing PRISON_ROOT allowing a privileged process in a jail() to not
rwatson
2000-09-18
1
-1
/
+1
*
Fix cut'n'paste bogon.
des
2000-09-18
2
-2
/
+2
*
Add new line character to debugging printf's.
ps
2000-09-18
1
-4
/
+4
*
o Substitute suser() calls for direct credential checks, which is now
rwatson
2000-09-18
4
-8
/
+10
*
Only read to the end of the select track.
sos
2000-09-18
1
-6
/
+9
*
Fixed the printing of header for IPv4 routing table without -l option.
ru
2000-09-18
1
-1
/
+1
*
Since the unit number of a midi/sequencer device is expressed in 4
tanimura
2000-09-18
2
-2
/
+2
*
Ignore attempts to set flags to zero. This quenches a syslog warning
phk
2000-09-18
1
-1
/
+1
*
Steal 512KB more from system memory for heap instead of 256KB. We died
mjacob
2000-09-18
1
-9
/
+11
*
Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves
mjacob
2000-09-18
1
-1
/
+1
*
Make the stack 12K- we seem to need a bit more.
mjacob
2000-09-18
1
-3
/
+3
*
Correct a few typos, including a mis-represented option (-s instead of
sheldonh
2000-09-18
1
-4
/
+4
*
Fix symlink-to-a-dir handling in pkg_delete.
sobomax
2000-09-18
3
-6
/
+24
*
Add two new features to chio(1):
ken
2000-09-18
2
-15
/
+304
*
This is really gross.
gibbs
2000-09-18
1
-2
/
+2
*
Initialize 'hints_loaded' to 0.
mdodd
2000-09-17
1
-1
/
+1
*
dynamify- probe codec for supported channels
cg
2000-09-17
1
-30
/
+50
*
fix warnings
cg
2000-09-17
4
-6
/
+3
*
Added a couple more missing FXP_SPLVAR()'s.
dg
2000-09-17
2
-0
/
+4
*
As a minor optimization, do suspended checking more like it was originally
dg
2000-09-17
2
-2
/
+12
*
Added missing FXP_SPLVAR() to fxp_intr().
dg
2000-09-17
2
-4
/
+4
*
Attempt to replicate the new fxp SMP locking in the changes committed
dg
2000-09-17
2
-12
/
+16
*
Added support for APM suspend/resume.
dg
2000-09-17
4
-14
/
+222
[next]