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
*
- Removed unused variable.
kato
1999-08-10
1
-7
/
+5
*
If we receive an IPCP protocol reject, bring it down.
brian
1999-08-10
1
-1
/
+8
*
Sync with sys/i386/conf/userconfig.c revision 1.152.
kato
1999-08-10
1
-5
/
+5
*
Check to see if /usr/bin/logger exists before using it. Use "echo" if
obrien
1999-08-10
1
-1
/
+5
*
Use the latest version of these files from OpenBSD.
imp
1999-08-10
5
-38
/
+48
*
Import strl{cat,cpy} from OpenBSD.
imp
1999-08-10
6
-6
/
+423
*
vm_map_madvise:
alc
1999-08-10
1
-17
/
+3
*
pmap_remove_pages:
alc
1999-08-10
2
-2
/
+8
*
Some floppy related commands (fdformat, fdwrite, fdcontrol) need not be
mjacob
1999-08-10
1
-4
/
+4
*
Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)
mdodd
1999-08-10
9
-7
/
+58
*
Back out the last patch. I'm too tired to apply patches.
brian
1999-08-09
1
-6
/
+2
*
Remove CLOCAL when we're not in -dedicated mode.
brian
1999-08-09
1
-3
/
+7
*
Correct typo.
grog
1999-08-09
1
-1
/
+1
*
Add an example of an isdnd.rc that works with ppp.
brian
1999-08-09
1
-0
/
+75
*
Add an example of an isdn profile.
brian
1999-08-09
1
-0
/
+85
*
Change printf formats %q[du] -> %ll[du]
brian
1999-08-09
3
-13
/
+13
*
Insist that ppp.conf and it's parent directories aren't `other'
brian
1999-08-09
1
-2
/
+5
*
Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus
wpaul
1999-08-09
6
-18
/
+54
*
chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0
mdodd
1999-08-09
1
-1
/
+2
*
Move cronjob up one minute to get it out of the 02:00-03:00 happy hour
phk
1999-08-09
1
-2
/
+2
*
Include <sys/queue.h> since this header now depends on it.
jdp
1999-08-09
2
-2
/
+6
*
There is no special handling for SIGALRM as
ru
1999-08-09
1
-11
/
+3
*
A little more tidying up.
peter
1999-08-09
4
-126
/
+44
*
Fix a few typos and misspellings, grabbed from PR#8472
chris
1999-08-09
1
-8
/
+8
*
Expand a heap of macros that obscure readability and are no longer needed
peter
1999-08-09
4
-474
/
+244
*
Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.
mpp
1999-08-09
1
-5
/
+5
*
More pre-lite2 support zapped and some more tidy-up.
peter
1999-08-09
4
-148
/
+2
*
Unifdef -D__FreeBSD__ - and remove pre-lite2 support.
peter
1999-08-09
4
-230
/
+24
*
Unifdef -U__NetBSD__
peter
1999-08-09
4
-516
/
+2
*
Fixed checking a type of the interface.
nyan
1999-08-09
2
-4
/
+4
*
Unifdef -U__bsdi__
peter
1999-08-09
4
-610
/
+8
*
s/Id/FreeBSD/
peter
1999-08-09
6
-6
/
+12
*
Strip __FreeBSD_version >= 300000 conditionals.
peter
1999-08-09
4
-64
/
+18
*
Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.
peter
1999-08-09
2
-30
/
+204
*
make alpha compile again.
phk
1999-08-09
4
-35
/
+14
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
66
-1259
/
+113
*
Back out previous commit - it's not necessary now that tty.h properly includes
jkh
1999-08-09
1
-2
/
+1
*
This uses an SLIST_ENTRY and breaks the build without sys/queue.h. Commit
jkh
1999-08-09
1
-1
/
+2
*
Remove reference to nonexistant man page `da(9)'
chris
1999-08-09
1
-3
/
+2
*
Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)
green
1999-08-09
1
-1
/
+2
*
Remove f2c-related stuff from the "includes" target and from a
jdp
1999-08-08
1
-3
/
+2
*
Remove compile time limit on number of devices.
phk
1999-08-08
1
-25
/
+17
*
Passing the unit number to an interrupt routing is kind of narrowminded,
phk
1999-08-08
2
-2
/
+7
*
Remove compiled in limit on number of devices.
phk
1999-08-08
1
-104
/
+29
*
register tty devices so they will look right in pstat.
phk
1999-08-08
1
-61
/
+26
*
Document -f flag:
chris
1999-08-08
2
-4
/
+10
*
Allocate and register struct tty on the fly.
phk
1999-08-08
2
-26
/
+6
*
Enable ttymalloc().
phk
1999-08-08
2
-11
/
+8
*
s/TULUP/TULIP/ - from vendor branch.
peter
1999-08-08
2
-6
/
+6
*
Add new sysctl "kern.ttys" which return all the struct tty's which have
phk
1999-08-08
3
-3
/
+38
[next]