Searched hist:1.880 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.880 Sat May 19 14:57:44 GMT 2007 tsutsui Regen from pcidevs rev 1.880:
> Add IBM GXT250P video.
1.880 Sat May 19 14:57:44 GMT 2007 tsutsui Regen from pcidevs rev 1.880:
> Add IBM GXT250P video.
H A Dpcidevs_data.h1.880 Mon May 28 05:55:10 GMT 2007 mrg regenerate.
1.879 Sat May 19 14:57:45 GMT 2007 tsutsui Regen from pcidevs rev 1.880:
> Add IBM GXT250P video.
H A Dpcidevs1.880 Sat May 19 14:56:24 GMT 2007 tsutsui Add IBM GXT250P video.
/src/distrib/sets/lists/base/
H A Dshl.mi1.880 Fri Mar 13 15:19:25 GMT 2020 roy terminfo: promote numeric parameters from short to int

POSIX mandates implementations must support upto a short but may exceed it.
When NetBSD terminfo was implemented, no terminfo description used over
a short, but because ncurses has supported ints for some time, some now do.

Infact, such a terminfo description was imported where colour pairs for
screen-256color went up to 65536 which exposed a bug in the existing
implementation where it set to zero. Because the number might mean
something more than a range, we need to be able to store it accurately.

This requires a version bump because whilst the API hasn't changed thanks
to C int promotion, the ABI has. Also the underlying database structure
has changed as well - we now store the numeric paramter inside a uint32_t
field rather than a uint16_t one.
Whilst this change can still read the old style database, the old one
cannot read the new one and thus we now maintain the database as
terminfo2.cdb, leaving the old library and database alone so old programs
still work fine.

libcurses, libfrom, libmenu and libpanel have also been bumped to
accomoate this change.
H A Dmi1.880 Sun Aug 22 18:56:18 GMT 2010 rmind Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
/src/doc/
H A D3RDPARTY1.880 Tue Oct 18 00:42:19 GMT 2011 reed Add missing "Notes:" line for pdksh entry. (Noticed by Snader_LB on IRC.)
H A DCHANGES1.880 Mon Jun 25 23:40:22 GMT 2007 christos mention tcpdrop
/src/sys/arch/i386/conf/
H A DGENERIC1.880 Mon Jan 21 22:12:00 GMT 2008 ichiro enable 'uhmodem'
/src/distrib/sets/lists/man/
H A Dmi1.880 Sun Apr 23 01:35:07 GMT 2006 rittera Added ndis.4 to distrib/sets/lists/man/mi
/src/distrib/sets/lists/tests/
H A Dmi1.880 Mon Jul 27 20:46:18 GMT 2020 rillig make(1): add tests for parsing directives like .if and .info
/src/share/mk/
H A Dbsd.own.mk1.880 Sun Nov 15 13:50:10 GMT 2015 pooka describe => rumpdescribe
/src/usr.bin/make/
H A Dvar.c1.880 Sun Mar 14 20:09:26 GMT 2021 rillig make: in parse-only mode, do not update the expression value in ':sh'

No functional change outside debug mode. The other variable modifiers
behave in the same way.
/src/sys/conf/
H A Dfiles1.880 Mon Dec 31 13:39:02 GMT 2007 ad Remove COMPAT_HPUX.
/src/distrib/sets/lists/comp/
H A Dmi1.880 Tue May 16 15:56:15 GMT 2006 elad kill unused man-pages. prompted by Iain Hibbert.

Completed in 1369 milliseconds