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
*
Enable wrapping for dgram services and fix logging so that -l really
sheldonh
1999-06-30
2
-33
/
+51
*
Increase the size of the route reference count from 15 bits to 31 bits.
msmith
1999-06-30
1
-3
/
+2
*
Allow the use of `-' as an argument to the -w option so that standard
sheldonh
1999-06-30
2
-7
/
+18
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
5
-54
/
+65
*
Sync with sys/i386/i386/userconfig.c revision 1.147.
kato
1999-06-30
1
-4
/
+3
*
Sync with sys/i386/i386/machdep.c revision 1.345.
kato
1999-06-30
2
-6
/
+6
*
retreived -> retrieved
kris
1999-06-30
1
-3
/
+3
*
Grammar and spelling fixes
kris
1999-06-30
1
-5
/
+5
*
Flesh out VOP_ADVLOCK.9 with a description of the available flags
kris
1999-06-30
2
-51
/
+84
*
Correct reference to the obsolete vadvise() to madvise() (with appropriate
kris
1999-06-30
1
-5
/
+5
*
Put radius on its proper ports.
jkh
1999-06-30
1
-3
/
+3
*
Changed pcicmem and cardirq variables to non-dirty variables.
hosokawa
1999-06-30
2
-20
/
+20
*
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
julian
1999-06-30
2
-2
/
+4
*
pccard_beep parameter is not supported by rc.conf and rc.pccard of -current.
hosokawa
1999-06-30
1
-3
/
+1
*
Added -z and -i option.
hosokawa
1999-06-30
1
-1
/
+8
*
An SMP-specific change: Remove unnecessary lock acquires and releases
alc
1999-06-30
1
-27
/
+12
*
Submitted by: Conrad Minshall <conrad@apple.com>
julian
1999-06-30
2
-2
/
+12
*
FreeBSD does supports LKM now.
hosokawa
1999-06-29
1
-9
/
+1
*
Removed unused boot_crunch.conf
hosokawa
1999-06-29
5
-0
/
+0
*
sscape_mss is supposed to work..
peter
1999-06-29
2
-2
/
+4
*
Drop old-scsi drivers (was commented out) od0 and (not commented) sctarg0
peter
1999-06-29
3
-9
/
+3
*
Fix typo (wrong path)
peter
1999-06-29
1
-1
/
+1
*
Reconcile all the loader newvers.sh's into one common one.
peter
1999-06-29
7
-106
/
+15
*
Don't use head/tail - they don't exist in a 'make world' environment.
peter
1999-06-29
2
-2
/
+4
*
Defer signals, so we will not wait for SIGCHLD after it was delivered.
dt
1999-06-29
3
-0
/
+15
*
Correct spelling of NMBCLUSTERS in a comment.
mph
1999-06-29
3
-6
/
+6
*
With asbestos suit on, make the options indenting a little more consistant
peter
1999-06-29
3
-867
/
+867
*
Put on my asbestos suit and attempt to tidy up and add some simple docs
peter
1999-06-29
2
-236
/
+216
*
Dequote like on the i386 configs. Also remove some references to old
peter
1999-06-29
2
-44
/
+38
*
idev->id_irq is an interrupt MASK, not an interrupt number.
yokota
1999-06-29
1
-4
/
+3
*
Keyboard allocation/deallocation fix.
yokota
1999-06-29
2
-33
/
+69
*
Allocate the port resource when attaching the keyboard controller,
yokota
1999-06-29
3
-21
/
+30
*
Skip the device if it is disabled, when searching for a serial port
yokota
1999-06-29
2
-0
/
+10
*
Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
yokota
1999-06-29
1
-2
/
+6
*
Stop signals being generated after meteor_close.
roger
1999-06-29
1
-1
/
+6
*
Clarify what happens if fd is set to -1
billf
1999-06-29
1
-2
/
+4
*
(mostly) fix ordering.
peter
1999-06-29
2
-304
/
+302
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
3
-6
/
+3
*
Hopefully fix the remaining glitches with the BUF_*() changes. This should
peter
1999-06-29
4
-27
/
+18
*
Lock buffer before calling strategy.
grog
1999-06-29
2
-3
/
+8
*
close_drive:
grog
1999-06-29
1
-6
/
+5
*
Correct type of intializer for (undocumented) cdevsw.d_parms.
grog
1999-06-29
1
-1
/
+2
*
Move call to umask(0) back into pw_util(), because the latter
pb
1999-06-29
3
-5
/
+9
*
Save common_tssd before it's loaded and the busy bit set.
luoqi
1999-06-28
2
-6
/
+6
*
Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()
peter
1999-06-28
1
-2
/
+2
*
Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.
kato
1999-06-28
2
-6
/
+6
*
Use the correct value for banksize so splash_pcx works in LFB modes.
des
1999-06-28
2
-4
/
+4
*
Sync with sys/i386/isa/clock.c revision 1.138.
kato
1999-06-28
3
-3
/
+9
*
Sync with sys/i386/i386/userconfig.c revision 1.146.
kato
1999-06-28
1
-3
/
+5
*
Sync with sys/i386/i386/machdep.c revision 1.344.
kato
1999-06-28
2
-2
/
+14
[next]