Commit Graph

134352 Commits

Author SHA1 Message Date
thorpej 05597c360c Enable building the lint library. 2005-02-19 22:03:49 +00:00
thorpej 3029ac0bc4 Use __inline instead of inline. 2005-02-19 22:02:59 +00:00
wiz d46f00fa3c latest ipsec-tools, afaict, is 0.5; update "Current Vers". 2005-02-19 21:59:16 +00:00
christos 1f09c87798 Add newer constants from FreeBSD and constify. 2005-02-19 21:57:19 +00:00
christos 185393efaa PAM support from FreeBSD. 2005-02-19 21:55:52 +00:00
matt 039638a147 Add entry for matt-timespec. 2005-02-19 21:51:17 +00:00
thorpej 01db58f7e8 Bump shlib version to 2.1 as was intended with ipsec-tools integration. 2005-02-19 21:44:35 +00:00
thorpej 9ac89bdea9 Add new racoon roadwarrior example directories. 2005-02-19 21:43:19 +00:00
jdolecek d58eded060 g/c obsolete comment for _bus_dmamap_load_buffer() 2005-02-19 21:40:21 +00:00
martti 0b9144f791 ipf 4.1.6 2005-02-19 21:38:46 +00:00
martti 460bbcc960 Upgraded IPFilter to 4.1.6 2005-02-19 21:30:24 +00:00
martti 76b5d9e30f Import IPFilter 4.1.6 2005-02-19 21:26:02 +00:00
christos 6cc7a7474f Skip empty lines, and free the line buffer so that we don't leak. 2005-02-19 20:50:26 +00:00
christos 5422e51834 PR/29457: Joachim Kuebart: pppoectl's config file does not allow # in passwords
Fixed, by passing FPARSELN_UNESCALL in parsing.
2005-02-19 18:26:09 +00:00
tsutsui 1b4b48e1ea Add (missed) fabs.c to SRCS. 2005-02-19 18:18:53 +00:00
perry ac4f38d372 Try to explain what this file does a little bit better. 2005-02-19 17:25:16 +00:00
matt f19d600803 Don't include the powerpc64 definitions in here. Since lint is a host
tool, the hosts definition of _LP64 will confuse things.
2005-02-19 17:15:56 +00:00
thorpej 33f19ef5cf Additional cleanup pass. 2005-02-19 17:05:02 +00:00
wiz bb506c5a68 Newer entries at the bottom. 2005-02-19 17:02:02 +00:00
dsl c2abea4a9e Move definition od SRCS into global Makefile.inc (crunchgen no longer needs
to determine the list of source files).
Add -DWSKBD to amd64 (probably should go into many others as well)
2005-02-19 17:00:38 +00:00
thorpej c5aea678b7 Additional cleanup pass. 2005-02-19 16:58:26 +00:00
rearnsha 3351f73643 Add on-board CompactFlash device. 2005-02-19 16:57:58 +00:00
rearnsha 7af50b5bf5 Add support for the on-board CompactFlash card. 2005-02-19 16:56:04 +00:00
rearnsha 575ff76f8f Add bus-space write-multi-2 and read-multi-2 methods. 2005-02-19 16:55:11 +00:00
thorpej 354f2a1004 Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
tsutsui 31cb734598 Include "ioconf.h" for struct cfdriver *_cd decls. 2005-02-19 16:31:49 +00:00
tsutsui 067a87d594 - options<space><tab>
- bump SYMTAB_SPACE
2005-02-19 16:19:58 +00:00
tsutsui 3a03be0a7a u_intNN_t -> uintNN_t 2005-02-19 15:43:13 +00:00
tsutsui 63478f4368 - ANSI function decls (func() -> func(void))
- u_intNN_t -> uintNN_t
- some KNF
2005-02-19 15:42:33 +00:00
tsutsui eff817e362 - u_intNN_t -> uintNN_t
- ANSI function decls
- ntohl -> be32toh, htonl -> htobe32, htons -> htobe16
- bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
- some KNF
2005-02-19 15:40:15 +00:00
tsutsui cb6453db10 - u_intNN_t -> uintNN_t
- more ANSI function decls
- sone KNF
2005-02-19 15:37:34 +00:00
jdolecek 59f4eae270 nawk updat 2004-12-22 2005-02-19 14:32:51 +00:00
dsl b731f371c5 amd64 doesn't have 'BOOTMODEL', so set TERM to wsvt25 (not pc3) so that
the line drawing chars are available.
Remove the 9600 from the stty line (done to i386 a while ago)
2005-02-19 11:45:42 +00:00
christos c4362dc746 Move duplicate block for pam to the 1.5 dispatch block where it belongs.
Restore KRB4 and KRB5 blocks to the 1.5 dispatch block.
XXX: Should we remove the KRB4 block from the 2.0 dispatch block?
2005-02-19 03:08:23 +00:00
yamt 65c714ad60 mention port-evbsh3/29334. 2005-02-19 02:34:41 +00:00
tsutsui 11b735f28a u_intNN_t -> uintNN_t 2005-02-18 22:39:31 +00:00
dsl 67b39d4957 Change first arg of __hash_more to const void * to remove need for double casts 2005-02-18 22:16:27 +00:00
dsl bd99144a6b change ffs_snapshot to !ffs_no_snapshot 2005-02-18 21:15:38 +00:00
dsl 1122e62a52 Add FFS_NO_SNAPSHOT - commented out in XEN 2005-02-18 21:12:36 +00:00
dsl 4822cbaae2 Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT 2005-02-18 21:05:50 +00:00
tsutsui abb2f77dd5 Print newline in some error messages. 2005-02-18 17:56:57 +00:00
drochner 0717077eea The joystick driver is using mi timing code for many months.
Noone complained, so we can remove the unused md versions.
2005-02-18 15:39:17 +00:00
yamt 6a707a2a07 note yamt-km-doc. 2005-02-18 10:10:43 +00:00
thorpej 2a7ae5ee05 Fix package_version.h include path so it has a chance of working in
our source tree.
2005-02-18 06:28:52 +00:00
thorpej b4668e17e3 Alter the include path for package_version.h so that it has a chance
of working in our source tree.
2005-02-18 06:24:38 +00:00
thorpej 846027d4f3 Re-apply changes that were mistakenly lost by the previous revision. 2005-02-18 05:58:31 +00:00
briggs b7b84489c8 Update the interrupt mitigation support.
Actually initialize the interrupt throttling register.
Actually initialize the tx and tx absolute interrupt delay timer regs.
Update default values for the rx and tx delay timers.
Inspired by Zdenek Salvet in PR kern/29373.
2005-02-18 04:32:35 +00:00
jsm 6f99e036e2 Add STFW. 2005-02-18 01:40:49 +00:00
heas 981782a1d9 Adjust/add a few comments, add a few bitmask_snprintf formats, and add
register definitions for hardware checksums and the PCS (the fiber interface
version of a MII).
2005-02-18 01:39:18 +00:00
heas f5a6c8bf2f Adjust csum_data usage; mask off the high 16 bits for L4 header stuff offset
and make use of the L3 header length from the high 16 bits such that an
m_pullup is no londer necessary.
2005-02-18 01:21:02 +00:00