| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
other socket functions (gethostname() for one).
Reviewed by: sef
|
|
|
|
|
| |
fix could solve some "interesting" problems that could happen during
process rundown.
|
|
|
|
|
| |
VM_MAXUSER_ADDRESS. Even though they are the same, the new name
is more descriptive.
|
|
|
|
|
| |
Reviewed by: alex
Submitted by: jraynard
|
| |
|
|
|
|
| |
Added my PGP key to the handbook.
|
|
|
|
|
|
|
|
| |
Fixed a couple of nitpick warnings, plus one that slipped through the
net earlier.
This directory now compiles without any warnings with -Wall! (Until
the next gcc upgrade...)
|
|
|
|
| |
Submitted-By: Joe Greco <jgreco@ns.sol.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
by Joerg.
|
| |
|
|
|
|
| |
monochrome displays. Whoops! Fix.
|
| |
|
|
|
|
|
|
|
| |
allowing sysinstall to automagically detect, mount and select an
appropriate FreeBSD CDROM as the installation media. Defining "appropriate"
also requires that you check the version numbers since an older FreeBSD
CD could be in the drive, which is the purpose of this patch.
|
|
|
|
|
| |
Add a prototype for ed_attach_NE2000_pci (this really belongs somewhere
else, but where?).
|
| |
|
|
|
|
|
| |
SNMP requirements. Update description of ifnet.if_lastchange in if.h
to indicate this.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Added missing function prototypes.
2. Added missing function return types.
3. Added missing function argument types.
4. Added missing headers for system function prototypes.
5. Corrected format specifier in printf().
6. Added extra parentheses around assignment used as truth value.
7. Added missing "default" cases in switch statements.
8. Added casts for function pointers.
9. Did *not* change int declarations of uid and gid to uid_t/gid_t
because I don't know if that would affect the protocol. Put in
explicit casts to int instead, to make things more obvious.
10. Moved declarations of variables that are only used if YP is
defined inside the '#ifdef YP' conditionals.
|
|
|
|
|
|
|
|
|
|
|
|
| |
it assumes all of the data exists in the kernel. Also, fix
sysctl_new-kernel (unused until now) which had reversed operands to
bcopy().
Reviewed by: phk
Poul writes:
... actually the lock/sleep/wakeup cruft shouldn't be needed in the
kernel version I think, but just leave it there for now.
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
| |
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
| |
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Smart Capture Card is a kind of video capture card, PCMCIA type II,
and made by IBM Japan co.. Unfortunately, it is sold in Japan now.
The device driver is working on the latest pccard-test package by
Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working.
For example, xscc is a video moniter client on X-window, vic-2.7b2 is
a video conference tool.
We have a contract with IBM Japan. From the contract, we cannot release
the source code exept the permit of IBM Japan. But I think they will
permit us in few weeks.
Reviewed by: phk
Requested by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI)
|
|
|
|
| |
example here.. :-(
|
|
|
|
|
|
| |
module compiles now.
Reported by: Stephen Hocking
|
|
|
|
|
|
| |
code improvements include significant simplification of the reservation
of the swap pager control blocks for reads. Add a panic for an inconsistent
swap pager control block count.
|
|
|
|
|
|
| |
of the uudx port.
(I took that name from his .sig, don't blame me ;)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Added missing function prototypes.
2. Added missing function return types.
3. Added missing function argument types.
4. Added missing headers for system function prototypes.
5. Corrected casts in select() args.
6. Got rid of more "extern int errno" rubbish.
7. Added extra parentheses around assignment used as truth value.
8. Fixed bug in clnt_{tcp, udp}create() where pointers could be free'd
even if they hadn't been successfully malloc()'d.
|
|
|
|
|
| |
Reviewed by: alex
Submitted by: Adrian Mariano <adrian@cam.cornell.edu>
|
|
|
|
|
|
| |
reserving "cached" pages before waking up the pageout daemon. This will reserve
the faulted page, and keep the system from thrashing itself to death given
this condition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Filter based on ICMP types.
- Accept interface wildcards (e.g. ppp*).
- Resolve service names with the -N option.
- Accept host names in 'from' and 'to' specifications
- Display chain entry time stamps with the -t option.
- Added URG to tcpflags.
- Print usage if an unknown tcpflag is used.
- Ability to zero individual accounting entries.
- Clarify usage of port ranges.
- Misc code cleanup.
Closes PRs: 1193, 1220, and 1266.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Log ICMP type during verbose output.
- Added IPFIREWALL_VERBOSE_LIMIT option to prevent denial of service
attacks via syslog flooding.
- Filter based on ICMP type.
- Timestamp chain entries when they are matched.
- Interfaces can now be matched with a wildcard specification (i.e.
will match any interface unit for a given name).
- Prevent the firewall chain from being manipulated when securelevel
is greater than 2.
- Fixed bug that allowed the default policy to be deleted.
- Ability to zero individual accounting entries.
- Remove definitions of old_chk_ptr and old_ctl_ptr when compiling
ipfw as a lkm.
- Remove some redundant code shared between ip_fw_init and ipfw_load.
Closes PRs: 1192, 1219, and 1267.
|
| |
|
|
|
|
| |
Obtained from: mailing list
|
|
|
|
| |
Submitted by: Arjan de Vet <devet@IAEhv.nl>
|
| |
|
|
|
|
| |
sorted properly too.
|
|
|
|
|
|
| |
mode when this occurs and allow the target to complete the transaction.
Force a retry on overruns since they are usually caused by termination or
cable problems.
|
|
|
|
| |
capital letters first
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: John Capo <jc@irbs.com>
|
| |
|
| |
|
|
|
|
| |
Fix bug: strxfrm+strcmp != strcoll, if collate info not available
|
| |
|