| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
opt_inet.h.
|
|
|
|
| |
as we've successfully opened the /dev side.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will not make any of object files that LINT create change; there
might be differences with INET disabled, but hardly anything compiled
before without INET anyway. Now the 'obvious' things will give a
proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The
only thing that _should_ work (but can't be made to compile reasonably
easily) is sppp :-(
This commit move struct arpcom from <netinet/if_ether.h> to
<net/if_arp.h>.
|
|
|
|
| |
Submitted by: Pierre Beyssac <pb@fasterix.freenix.org>
|
|
|
|
|
|
| |
includes the patches to make it work under -current from Randall Hopper.
Remove the old AWE driver.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
Submitted by: Randall Hopper
|
|
|
|
| |
Obtained from: NetBSD PR2737 (augustss@cs.chalmers.se) via OpenBSD
|
| |
|
|
|
|
|
|
| |
properly. Only users of 4 MB machines might not want it this way (to
prevent accidentally clobbering the coredump), but they are somewhat
in the minority these days.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- IIR_TXRDY is never off even if reading a IIR register.
- Know as PIAFS "Palido 321S", "DC-*S" oemed by Sharp corp.
2. Omiting a restrict probing if it's already probed by pccardd.
Note: Define a new id_flags as follows
0x40000 - NO PROBE (Already probed as serial)
0x80000 - Has a bogus IIR_TXRDY register
Sato Junichi <junichi@astec.co.jp>
Nrihiro Kumagai <kuma@slab.tnr.sharp.co.jp>
Hirao Tetsuya <ai.cs.fujitsu.co.jp>
Toshiharu Asai <asai@mbc.infoshere.or.jp>
Shin'ya Kumabuchi <kumabu@t3.rim.or.jp>
Freebsd-users-jp@jp.freebsd.org
bsd-nomads@ai.cs.fujitsu.co.jp
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
consequence, ipfw's list command now adjusts its output at runtime
based on the largest packet/byte counter values.
NOTE:
o The ipfw struct has changed requiring a recompile of both kernel
and userland ipfw utility.
o This probably should not be brought into 2.2.
PR: 3738
|
| |
|
|
|
|
|
| |
in the 22nd century and beyond even though it's irrelevant with a 32-bit
time_t which expires in the year 2038.
|
|
|
|
|
|
|
|
|
| |
and int32_t -- this adds their unsigned counterparts uint8_t, uint16_t,
and uint32_t. Bruce has noted that C9x also defines these types (in a
different file), so this may have to be revisited with some ifdefs at a
later date.
Reviewed by: bde
|
|
|
|
| |
Submitted by: bde
|
|
|
|
| |
-g. ;)
|
|
|
|
|
|
|
|
|
|
| |
dd if=/dev/zero of=/dev=null obs=23520 conv=swab
coredumped.
Please somebody review it, i'm not 105 % sure i'm understanding all
this mess correctly.
Detected by: Holm Tiffe <holm@geophysik.tu-freiberg.de>
|
|
|
|
|
| |
* Rename usec to p_usec so you can search for it.
* Macroize the huge median_of_3_samples if statement.
|
| |
|
|
|
|
| |
a few days.
|
|
|
|
|
|
| |
2: Fixed !M_EPSON_PC98 case.
Reviewed by: Chiharu Shibata <chi@rd.njk.co.jp>
|
|
|
|
|
|
|
|
|
| |
- New, Icelandic keymap with accent (dead) key definitions.
Based on the work done by totii@est.is.
spanish iso.kbd
- Added accent (dead) key definitions.
Based on the work done by jmrueda@diatel.upm.es.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With a keymap with accent key definitions loaded to syscons, you press
an accent key followed by a regular letter key to produce an accented
letter. Press an accent key followed by the space bar to get the
accent letter itself.
Code is based on the ideas and work by jmrueda@diatel.upm.es and
totii@est.is.
PR: i386/4016
- Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil...
- Recognize accent map definitions.
<accent_map_definition> ::= <accent_key_name> <accent_char> <accent_map>
<accent_key_name> ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot |
duml | dsla | drin | dced | dapo | ddac | dogo |
dcar
<accent_map> ::= <map_entry>
| <map_entry> <accent_map>
<map_entry> ::= ( <regular_letter_char> <accented_char> )
- Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent
key map table in syscons.
- Made the output for the -L option more intelligible and look like
initializers in kbdtables.h.
- Reorganized print functions in order to print the accent key map.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With a keymap with accent key definitions loaded to syscons, you press
an accent key followed by a regular letter key to produce an accented
letter. Press an accent key followed by the space bar to get the
accent letter itself.
Code is based on the ideas and work by jmrueda@diatel.upm.es and
totii@est.is.
PR: i386/4016
console.h
- Defined structures and constants for accent (dead) keys.
syscons.c, kbdtables.h
- When an accent key is pressed, set the corresponding index to
`accents'. If the next key is the space key, produce the accent char
itself. Otherwise search the accent key map entry, indexed by
`accents', for a matching pair of a regular char and an accented char.
- Added ioctl functions to set and get the accent key map (PIO_DEADKEYMAP
and GIO_DEADKEYMAP).
|
| |
|
|
|
|
| |
Obtained from: Bruce.
|
|
|
|
| |
instead of errx() when being a daemon.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
in 82.
PR: misc/5416
|
|
|
|
| |
also, fix misspelling of -1 (as EOF for getopt)
|
|
|
|
|
| |
that an executable that is no longer running can be written to. Also,
clear the OBJ_OPT flag more often, when appropriate.
|
|
|
|
| |
Use error codes from <sysexits.h>.
|
| |
|
|
|
|
|
| |
Reviewed by: guido
Obtained from: OpenBSD (Theo de Raadt)
|
|
|
|
| |
Submitted by: OpenBSD (Theo de Raadt)
|
|
|
|
| |
Obtained from: OpenBSD (Theo de Raadt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Applied suggested fix from Andrew Andrew <andrew@ugh.net.au> with
some stylistic changes. Thanks.
2. #include <sys/time.h> -> #include <time.h>
3. Removed #include <sys/param.h>
4. Use setlocale(3) and strftime(3) instead of ctime(3).
5. Clean up -Wall warnings.
6. Make sure, time to leave are integral minutes if the argument
is absolute. (i. e. without "+"). If started at 10:10:55 with
argument "1020" it computed time to leave as 10:20:55 instead of
10:20:00.
PR: 5395
|
| |
|
|
|
|
|
| |
because COPYRIGHT_HPFPLIB is appended last.
Submitted by: Bruce
|
| |
|
| |
|
|
|
|
| |
just one for the whole system..
|
|
|
|
| |
exist anymore.
|