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
*
Fix the following:
julian
1999-10-10
1
-1
/
+1
*
I don't know if this is the correct fix, but my kernel can compile with it.
phk
1999-10-10
2
-2
/
+2
*
Update the comments to say we are at draft 05 now.
jhay
1999-10-10
1
-6
/
+1
*
Remove unused include files.
sos
1999-10-10
7
-14
/
+0
*
Don't #include ipfilter includes that aren't there anymore.
peter
1999-10-10
1
-7
/
+0
*
Further cleanup. Also remove the following unused or defunct tokens:
peter
1999-10-10
9
-164
/
+49
*
#ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.
peter
1999-10-10
2
-0
/
+4
*
Use the proper #ifdef around union sigval and siginfo_t. This fixes
marcel
1999-10-10
2
-4
/
+4
*
Let a file with '@' or ':' in it take precedence over defaulting to
green
1999-10-10
2
-4
/
+8
*
Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTER
peter
1999-10-10
1
-2
/
+1
*
Don't try and build IPFILTER in LINT.
peter
1999-10-10
3
-12
/
+0
*
Remove ipfilter files - the hooks remain in ip_input.c and ip_output.c
peter
1999-10-10
1
-9
/
+0
*
Remove ipl hooks (bring on DEVFS! :-)
peter
1999-10-10
1
-9
/
+1
*
remove ipl hooks
peter
1999-10-10
2
-18
/
+2
*
Nuke the old antique copy of ipfilter from the tree. This is old enough
peter
1999-10-10
35
-17662
/
+0
*
Nuke the old antique copy of ipfilter from the tree. This is old enough
peter
1999-10-10
13
-158
/
+0
*
Retire old and unused #includes.
phk
1999-10-10
4
-318
/
+0
*
Revert previous change, I misread it as an if( when it really
cpiazza
1999-10-10
1
-1
/
+1
*
Avoid using the osig* syscalls.
marcel
1999-10-10
1
-21
/
+28
*
\begin{quote}
marcel
1999-10-10
2
-2
/
+2
*
Correct typo, Welcom -> Welcome
mharo
1999-10-10
1
-1
/
+3
*
Correct the Crypto dist's name in a string.
markm
1999-10-10
1
-2
/
+2
*
Modify to work with the new sbreserve().
green
1999-10-09
1
-1
/
+5
*
Remove obsolete include file.
phk
1999-10-09
1
-38
/
+0
*
Add the missing ')' in
cpiazza
1999-10-09
1
-1
/
+1
*
Remove the ft program, the driver is long gone.
phk
1999-10-09
4
-1103
/
+0
*
Remove another obsolete include file.
phk
1999-10-09
1
-220
/
+0
*
Implement ulimit -b for RLIMIT_SBSIZE.
green
1999-10-09
1
-1
/
+4
*
This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
green
1999-10-09
5
-13
/
+29
*
Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total
green
1999-10-09
10
-23
/
+109
*
pnpparse.c is needed for kernel builds.
phk
1999-10-09
1
-0
/
+1
*
Add the options for the ATA driver.
sos
1999-10-09
1
-0
/
+4
*
Add support for the HPT366 chip, this is used on the Abit boards and
sos
1999-10-09
12
-710
/
+814
*
Give physio a makeover.
phk
1999-10-09
3
-131
/
+60
*
Remove an unnecessary cross-reference to ioctl(2)
chris
1999-10-09
1
-1
/
+0
*
Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.
peter
1999-10-09
2
-0
/
+2
*
Remove syscall wrappers.
marcel
1999-10-09
5
-192
/
+4
*
Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.
jhay
1999-10-09
3
-102
/
+150
*
A leftover include file from pre-CAM days gets retired...
phk
1999-10-09
1
-80
/
+0
*
Factor out the PnP resource parser so that it can be re-used by pnpbios
dfr
1999-10-09
3
-234
/
+465
*
Fix build break.
dfr
1999-10-09
2
-2
/
+0
*
Add net device to netboot.
dfr
1999-10-09
1
-0
/
+3
*
Remove old sig* wrappers.
dfr
1999-10-09
1
-2
/
+1
*
mount* fixes from Martin Blapp <mb@imp.ch>:
phk
1999-10-09
23
-126
/
+231
*
Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_H
bde
1999-10-09
1
-4
/
+6
*
Remove old copies. These files now live in src/sys/dev/buslogic
mdodd
1999-10-09
3
-921
/
+0
*
- Point the right bits at the new location of the bus front ends.
mdodd
1999-10-09
5
-10
/
+11
*
Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip up
green
1999-10-09
1
-1
/
+1
*
- Restore correct operation of bt_mca.
mdodd
1999-10-09
2
-16
/
+28
*
Make interrupts shareable with RF_SHAREABLE. This is untested, but
imp
1999-10-09
2
-2
/
+2
[next]