Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-05 | regen | Michael Shalayeff | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd | |||
2002-06-05 | fix dma map handling logic in hme_newbuf(); from jason@. | Federico G. Schwindt | |
2002-06-05 | regen | jasoni | |
2002-06-05 | provide local versions of getpid, getuid and getgid that do not | jasoni | |
stuff a value in retval[1] as newer linux libs puke on it. | |||
2002-06-05 | DIAGNOSTIC check for duplicate entry into the tree. | Artur Grabowski | |
niels@ ok. | |||
2002-06-05 | splbio around biodone | Artur Grabowski | |
2002-06-05 | be sure to use L3 MTU, not L2 MTU, when specified in spec (affects FDDI/ARCnet) | Jun-ichiro itojun Hagino | |
2002-06-04 | no need to specify rmx_send/recvpipe. | Jun-ichiro itojun Hagino | |
2002-06-04 | Convert vgafb from rcons to rasops | Jason Wright | |
If depth is 24, select rasops32 (and make sure the stride is right) | |||
2002-06-04 | spaces to tabs, remove trailing whitespace | jasoni | |
2002-06-04 | limit number of rng's passed up per tick to 32; suggested by mickey. | Jason Wright | |
2002-06-04 | add bwtwo* at sbus? (commented out... someone have one to test?) | Jason Wright | |
2002-06-04 | driver for the sbus bwtwo cards (completely untested). | Jason Wright | |
2002-06-04 | identify keyboard/mouse ports | Jason Wright | |
2002-06-04 | Identify keyboard/mouse ports if not claimed by other drivers. | Jason Wright | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-04 | Remove unused #define. ok deraadt@ | Thomas Nordin | |
2002-06-03 | o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead | Todd C. Miller | |
of comparing directly against WI_STAT_1042, WI_STAT_TUNNEL, etc. This is needed by some Symbol cards in ad-hoc mode. o change some ntohs(var) to htons(constant). Adapted from NetBSD (mycroft). | |||
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | add 8233 pci-isa and some uniformity in tabs and spaces | Michael Shalayeff | |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-06-03 | detect stereo reception; from jumbo@ | Michael Shalayeff | |
2002-06-03 | add rasops24 to creator. minor indentation while i'm here. | Federico G. Schwindt | |
2002-06-03 | - use the 24 bits dumb frame buffer reg. instead of the 32 one, but return | Federico G. Schwindt | |
32 bpp to wsfb. - print the model; the board type is not useful. this enables video output in the U1/E and probably some other creator models. tested by jason@ and Daniel Zieber <dlz@astro.caltech.edu>; jason@ ok. | |||
2002-06-03 | wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711 | Michael Shalayeff | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | Guillemot/maxiradio was a rebadged gemtek/pr103. | Michael Shalayeff | |
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@ | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-03 | Convert from rcons to rasops | Jason Wright | |
2002-06-03 | remove hardcoded assumptions on if_mtu. leave it to sys/net. | Jun-ichiro itojun Hagino | |
makes it possible to take advantage of 9K ethernet. | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2002-06-02 | Implement PMAP_CANFAIL handling for m68k shared pmap module. | Miod Vallat | |
2002-06-02 | Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts most | Jason Wright | |
monitors in standby). | |||
2002-06-02 | Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment) | Jason Wright | |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller | |
The common.h include file has been incorporated into if_wi_ieee.h similar to what is in FreeBSD. | |||
2002-06-02 | explicit padding; okay deraadt@ | Niels Provos | |
2002-06-02 | sync | Theo de Raadt | |
2002-06-02 | missing first port on titan 800L; noted via seb@script.jussieu.fr | Theo de Raadt | |
2002-06-02 | duplicate vendor | Theo de Raadt | |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff | |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt | |
2002-06-02 | Fix ordering and typo problem | Constantine Sapuntzakis | |
2002-06-01 | ECN flag support for pf. Committed in consultation with Daniel. | Hugh Graham | |
2002-05-31 | respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok | Jun-ichiro itojun Hagino | |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark ↵ | Michael Shalayeff | |
<seb@todesplanet.de> | |||
2002-05-31 | KNF | Theo de Raadt | |
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller | |
From John Hay via Warner Losh | |||
2002-05-31 | define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU. | Kenjiro Cho | |
otherwise, kernel fails to compile. pointed out and ok by fgsch@ |