Commit Graph

76604 Commits

Author SHA1 Message Date
minoura
3bad25dc55 Sync w/ Citrus.
Do not unmap mo files to make sure the gettext() return values are
valid even when multiple mo files are accessed by turns.
Some applications (GNOME, etc) depends on this behaviour of GNU's
implementation.
2001-02-16 07:20:35 +00:00
blymn
a6ae537d07 Handle the "unknown" ipv6 address form (::). 2001-02-16 03:28:24 +00:00
blymn
3ebef9c407 Added new function form_max_page. 2001-02-16 03:21:35 +00:00
blymn
9bb8631d38 replace strncpy with strlcpy.... 'nuff said. 2001-02-16 03:19:32 +00:00
enami
62589880a5 No need to invoke extra shell. 2001-02-16 01:05:32 +00:00
enami
5d315aaaf9 Run make in compat mode while evaluating rhs of != op. 2001-02-16 01:01:39 +00:00
simonb
0292c3474f Use arm arch directory for arm32 as well as arm26. 2001-02-15 23:17:44 +00:00
bjh21
da9d806354 Move arm32 over to using the shared ARM libkern. 2001-02-15 22:44:09 +00:00
cgd
42e019d568 put crud after #endif in comments 2001-02-15 21:59:38 +00:00
marcus
b5f05acab7 Removed LED_ADDR (Dreamcast doesn't have program controllable LEDs). 2001-02-15 18:30:31 +00:00
christos
853a8e1dfd PR/9195: Tanaka Akira: od does not display short files containing nulls. Fix
from Andrew Brown.
2001-02-15 18:16:12 +00:00
itojun
20540573e7 pull latest faithd from kame. /etc/faithd.conf allows you to filter by prefix.
manpage cleanups.
2001-02-15 17:58:55 +00:00
itojun
d5822f49d1 add test 41: sort -f < emptyfile bombs. 2001-02-15 17:23:20 +00:00
lukem
bc9099d3bd don't explicitly need /var/spool/lpd; it's not used by anything by default 2001-02-15 15:00:51 +00:00
lukem
337217f58f use /var/spool/output instead of /var/spool/lpd as the default spooldir,
because that's what lpd, the SMM, and hier(7) has used for ages, even
if printcap(5) and this file were wrong...
2001-02-15 15:00:14 +00:00
lukem
2d7c1ae95f the default spool for lpd has been /var/spool/output/lpd (not /var/spool/lpd)
at least as long ago as when these were originally imported.
2001-02-15 14:57:42 +00:00
scw
23cf8fe52b Add a missing _ASM_LABEL() 2001-02-15 11:49:25 +00:00
minoura
b00e307d9c Sync w/ Citrus.
Return NULL when msgid == NULL, per GNU implementation.
2001-02-15 10:48:31 +00:00
sato
a965aa1435 rasops4.c depend on rasops_masks.c 2001-02-15 09:51:28 +00:00
sato
6602ad15b5 * show framebuffer address in boot time. 2001-02-15 09:17:18 +00:00
blymn
af82d72d3e Avoid trying to wrap a single row field. 2001-02-15 05:21:26 +00:00
blymn
6cda6dc59f Truncate the buffer string to the field buffer size if the field is static. 2001-02-15 05:20:42 +00:00
sato
bcece69eb6 * add MC/R430/530/530A parameters in vrc4172pwm_platid_param_table.
* fix typo in cf_loc access.
* add some DPRINTF()s.
* fix default value if no params in vrc4172pwm_platid_param_table.
2001-02-15 03:20:10 +00:00
simonb
785b754775 Use separate printf()s instead of using a saved format string. Fixes
compiles with "FORMAT_AUDIT=yes WFORMAT=2".
2001-02-15 02:32:26 +00:00
simonb
32f6d71ea4 Remove a duplicated "md->name" in a warnx call.
Noticed by Tyrel Beede on current-users.
2001-02-15 01:59:54 +00:00
christos
6e65af2882 make this compile again. 2001-02-14 21:10:20 +00:00
is
dd234724b6 Print out IPL. 2001-02-14 21:05:31 +00:00
msaitoh
3c31811206 don't profile (use NENTRY() and ALTENTRY()) 2001-02-14 21:04:17 +00:00
is
1f9f72f6df Missing: register prefixes, _FOO_LABEL(n) macros, etc, in preparation for
ELFing the port. Patch provided by scw.
2001-02-14 20:24:17 +00:00
jdolecek
60b3bb82f9 remove mca_issupp() and just use UNCONF for unknown devices, like other
buses do - array of 'supported' peripheals makes addition of new stuff
unnecessarily harder
2001-02-14 19:31:19 +00:00
eeh
8a4a682091 Support flexible process address space limits and bump kernel version number. 2001-02-14 18:21:42 +00:00
msaitoh
9af8d0bdad ENTRY() 2001-02-14 18:14:37 +00:00
msaitoh
47410d3a5a sync with Makefile.mmeye.in for ELF 2001-02-14 18:06:50 +00:00
msaitoh
2633a5dcb5 _C_LABEL() 2001-02-14 17:57:31 +00:00
itojun
d64f080341 make sure we do not return shared M_EXT mbuf. it will avoid possible mbuf
overwrites if bridge/loopback/multicast/whatever is used.  sync with kame
2001-02-14 17:09:19 +00:00
fvdl
4c9b670931 Fix some possible locking errors in nfs_namei (XXX this function should die) 2001-02-14 15:36:45 +00:00
christos
e0ddf88b0a PR/12204: Andreas Wrede: Add support for Lava 8-port serial card. 2001-02-14 15:07:28 +00:00
minoura
2fafdf112c Descend to mount_* subdirs when cleandir, in addition to clean and distclean. 2001-02-14 14:21:08 +00:00
msaitoh
43f68615ec use _C_LABEL() 2001-02-14 11:32:44 +00:00
jdolecek
bee3b51a6d Add the code to recode filenames to utf8 for NTFS. 2001-02-14 08:44:24 +00:00
cgd
c1ff96b0ae go through and look for all of them, too 2001-02-14 06:03:37 +00:00
cgd
d563d62f6c update for current status of implementation 2001-02-14 05:59:56 +00:00
cgd
579369d368 build new hsearch() code 2001-02-14 05:44:29 +00:00
cgd
603bfd4ff7 nuke old, unredeemably broken DB-based version of hsearch() et al. 2001-02-14 05:41:46 +00:00
cgd
51a7af156e add new, from scratch implementation of hsearch() et al that actually works 2001-02-14 05:41:25 +00:00
cgd
66678fd1bb move db/man/hcreate.3 to stdlib/hcreate.3 2001-02-14 05:41:01 +00:00
cgd
76914ab972 add IDs in the object 2001-02-14 05:32:19 +00:00
cgd
a98e831e03 Add a program to test the functionality of hsearch(). Our current
hsearch() falls right over (because it's unredeemably broken).  That's
about to change, though.
2001-02-14 05:20:10 +00:00
itojun
818f432bec have rnd(4) 2001-02-14 04:57:44 +00:00
itojun
cd32aa4b95 have rnd(4). 2001-02-14 04:49:45 +00:00