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
*
Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, so
imp
2003-08-07
3
-5
/
+5
*
No need to define optind as an extern. stdlib.h does that for us.
imp
2003-08-07
1
-1
/
+0
*
Prefer PATH_MAX to MAXPATHLEN. PATH_MAX has the trailing NUL.
imp
2003-08-07
1
-1
/
+1
*
MAXPATHLEN includes the trailing NUL, so no need to add 1 here.
imp
2003-08-07
1
-1
/
+1
*
Document hw.acpi.os_name. Also update the credits section.
njl
2003-08-07
1
-1
/
+6
*
Add includes to fix user-compilation of acpica. Also clarify a comment
njl
2003-08-07
1
-2
/
+6
*
getopt returns -1 not EOF at the end of args. Compare against that.
imp
2003-08-07
1
-1
/
+1
*
Add entries for NETGEAR MA401RA, IO DATA PCET10CL and Panasonic KXL-CB10AN.
imp
2003-08-07
1
-0
/
+16
*
Remove trailing newlines (from the right branch this time)
imp
2003-08-07
1
-2
/
+0
*
- Remove GIANT_REQUIRED from pipe_free_kmem().
alc
2003-08-07
1
-3
/
+0
*
Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.
silby
2003-08-07
1
-1
/
+1
*
In cpu_set_upcall_kse(), create the upcall according to the entry
marcel
2003-08-06
1
-12
/
+19
*
Add a reference to config(5) in the SEE ALSO section.
simon
2003-08-06
1
-0
/
+2
*
o In revision 1.45 of exception.S we changed exception_restore to
marcel
2003-08-06
2
-4
/
+4
*
Correct a mistake in the previous revision: Reduce the scope of the page
alc
2003-08-06
1
-1
/
+1
*
Acquire the page queues lock in pmap_insert_entry(). (I used to believe
alc
2003-08-06
1
-0
/
+2
*
Remove dangling extern reference to swap_pager_full
phk
2003-08-06
1
-2
/
+0
*
Backed out previous commit. This restores the warning about pessimized
bde
2003-08-06
1
-2
/
+2
*
RFC 3561 (ad-hoc on-demand distance vector routing) was ratified
dcs
2003-08-06
1
-0
/
+2
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-06
1
-1
/
+1
*
Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longer
njl
2003-08-06
1
-158
/
+0
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-06
1
-1
/
+1
*
Remove the 6-10 byte translation from UFI and ATAPI command sets. It is
njl
2003-08-06
1
-61
/
+0
*
When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.
harti
2003-08-06
1
-1
/
+1
*
Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.
harti
2003-08-06
1
-17
/
+134
*
Change ieee802 to ieee80211.
mbr
2003-08-06
2
-53
/
+53
*
Dont initialize a TSC timecounter until we know if it is broken or not.
phk
2003-08-06
4
-0
/
+9
*
Update to recognize Geode and note that the TSC seems broken.
phk
2003-08-06
1
-1
/
+12
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
6
-176
/
+23
*
Remove the last vestiges of ATM raw mode. This has not been useful for a
harti
2003-08-06
3
-48
/
+6
*
Remove unused cmd6workaround() calls.
njl
2003-08-06
1
-15
/
+2
*
Document that connect(2) can return EINTR, and that it
yar
2003-08-06
1
-3
/
+6
*
Make the first two pages magic to protect the BSD labels rather than
phk
2003-08-06
1
-2
/
+2
*
Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATM
harti
2003-08-06
1
-13
/
+16
*
If connect(2) has been interrupted by a signal and therefore the
yar
2003-08-06
1
-3
/
+8
*
Style(9): remove unneccesary space and blank lines, indentation,
harti
2003-08-06
4
-241
/
+193
*
Make the driver honor the ATMIO_FLAG_ASYNC that requests
harti
2003-08-06
4
-9
/
+6
*
Honor the ATMIO_FLAG_ASYNC for asynchronuous open/close of VCs.
harti
2003-08-06
4
-10
/
+11
*
Honor the new ATMIO_FLAG_ASYNC for asynchronuous open/close operations
harti
2003-08-06
1
-4
/
+6
*
Remove an unused variable.
phk
2003-08-06
1
-3
/
+0
*
Staticize swap_pager_putpages()
phk
2003-08-06
2
-36
/
+4
*
Access the swap_pagers' ->putpages() through swappagerops instead
phk
2003-08-06
1
-1
/
+1
*
Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/close
harti
2003-08-06
1
-1
/
+1
*
When sending check that the channel is really open. Get the information
harti
2003-08-06
1
-7
/
+9
*
Print an array index that is computed as ptrdiff_t with %tu.
harti
2003-08-06
1
-2
/
+2
*
- Don't print "elf" before printing "make world" (aout support has been
ru
2003-08-06
1
-3
/
+5
*
Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) uses
bde
2003-08-06
1
-0
/
+23
*
Broke the warning that this driver uses pessimal (u_short) types for
bde
2003-08-06
1
-2
/
+2
*
Add XXX: comment to vm_pager_unswapped().
phk
2003-08-06
1
-0
/
+5
*
Explicitly set B_PAGING
phk
2003-08-06
1
-4
/
+2
[next]