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
*
Added a hopefully-machine-independent macro for determining if a
bde
1999-02-02
3
-3
/
+9
*
Fix the port of the NetBSD 19990120-accept fix. I misread a piece of
fenner
1999-02-02
1
-2
/
+7
*
Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently
dillon
1999-02-02
1
-2
/
+2
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
9
-20
/
+27
*
Nuke some prototypes that really shouldn't be here.
newton
1999-02-01
1
-8
/
+0
*
Moved prototypes for soo_{read,write,close} into socketvar.h where they
newton
1999-02-01
2
-7
/
+5
*
Print a message if the driver didn't initialize ifq_maxlen.
phk
1999-02-01
1
-2
/
+5
*
Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder
newton
1999-02-01
2
-8
/
+2
*
Fix bogus line breaks in declarations for soo_read() and soo_write()
newton
1999-02-01
1
-5
/
+3
*
Declare M_ZOMBIE so the svr4 emulator doesn't need to.
newton
1999-02-01
1
-1
/
+2
*
This patch eliminates a pointless test from appearing twice
dillon
1999-02-01
1
-5
/
+1
*
The alternate B_PAGING path for vnstrategy() is used for VM faults
dillon
1999-02-01
1
-1
/
+2
*
Whoops! Forgot to include Mr. Sobray's more command in the last set
jkh
1999-02-01
2
-2
/
+56
*
Move CFLAGS to God's Own Position
grog
1999-02-01
1
-3
/
+5
*
Bzero the devstat structure before use.
sos
1999-01-31
3
-3
/
+6
*
Move the "fetch serial data" delay so that it is an inter-bit delay.
dufault
1999-01-31
2
-10
/
+26
*
Add device stats for the acd device.
sos
1999-01-31
5
-43
/
+135
*
Sync with sys/i386/i386/userconfig.c revision 1.128.
kato
1999-01-31
1
-76
/
+89
*
Added UHCI_LEGSUP to uhcireg.h
n_hibma
1999-01-31
1
-0
/
+2
*
Submitted by: Alan Cox <alc@cs.rice.edu>
julian
1999-01-31
1
-3
/
+4
*
- Don't print unnecessary CLI command prompt (and faked "quit" command)
yokota
1999-01-31
1
-76
/
+89
*
Don't comment out dead code; remove it.
bde
1999-01-31
2
-8
/
+2
*
Fix compile warnings about missing braces around static initialization of uni...
nsouch
1999-01-31
4
-31
/
+31
*
Fixed English in previous commit.
bde
1999-01-31
1
-2
/
+2
*
Fixed smashed tabs and inconstent comment style in previous commit.
bde
1999-01-31
1
-2
/
+2
*
Slight cleanups. There were 2 ways of getting the arpcom from the ifp.
julian
1999-01-31
1
-23
/
+22
*
Added comments about non-staticization so it doesn't get un-done next
newton
1999-01-31
3
-3
/
+6
*
Use offset to _pc98_system_parameter instead of immediate value which
kato
1999-01-31
3
-12
/
+18
*
New driver flags to support IFF_ALLMULTI handling.
paul
1999-01-31
2
-2
/
+8
*
Add IFF_MULTICAST when setting flags in lnc_init().
paul
1999-01-31
2
-4
/
+4
*
Fix and enable multicast support.
paul
1999-01-31
2
-102
/
+94
*
Remove unused "kern.shutdown_timeout" sysctl node.
msmith
1999-01-30
1
-5
/
+1
*
An error in the last commit; the changes were submitted by, not reviewed by,
msmith
1999-01-30
1
-1
/
+1
*
Add a new sysctl node kern.shutdown, off which shutdown-related things
msmith
1999-01-30
1
-4
/
+30
*
Moved pc98_system_parameter from .text to .data to make ELF kernel
kato
1999-01-30
4
-31
/
+29
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
14
-100
/
+129
*
Put a comment here about using suser() to determine super-user-ness.
phk
1999-01-30
1
-1
/
+4
*
Use suser() to determine super-user-ness.
phk
1999-01-30
2
-52
/
+32
*
Use suser() to determine super-user-ness.
phk
1999-01-30
2
-34
/
+30
*
Use suser() to determine super-user-ness, don't examine cr_uid directly.
phk
1999-01-30
8
-30
/
+45
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
28
-55
/
+77
*
Oops - Ripped out a bit of debugging code which will stop certain bits
newton
1999-01-30
2
-2
/
+2
*
Nuked the "hello, world!" program from this directory (it has
newton
1999-01-30
1
-0
/
+0
*
Implement and use Fast Posting for both parallel && fibre. Redo a bit of
mjacob
1999-01-30
7
-205
/
+410
*
Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to power
mjacob
1999-01-30
1
-1135
/
+3100
*
roll internal release tag
mjacob
1999-01-30
1
-2
/
+2
*
roll internal release tag
mjacob
1999-01-30
2
-4
/
+4
*
Added a "README" file containing text taken from the message I sent
newton
1999-01-30
1
-0
/
+33
*
Activate svr4 module
newton
1999-01-30
1
-2
/
+2
*
Add streams pseudo-device
newton
1999-01-30
3
-3
/
+9
[next]