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
itojun
72b00a4178
take the safest side, mandate rnd(4).
2001-02-14 04:46:58 +00:00
nathanw
3862a24d20
Remove prototype for long-defunct i386_user_cleanup().
...
Remove duplicate prototype for i386_{set,get}_ldt() from sys_machdep.c.
Change i386_iopl() and i386_{set,get}_{ldt,ioperm}() to take a second
argument of "void *" instead of "char *", for consistency with other syscalls.
2001-02-14 01:29:45 +00:00
itojun
788df94479
update import date.
2001-02-14 01:22:02 +00:00
itojun
531a3ed838
sync with 2/14.
...
openssh changes:
- SIGWINCH propagated correctly
- mitigate SSH1 traffic analysis
- sprintf -> snprintf and lots of other cleanups
netbsd local changes:
- include OpenBSD RCSID into binary again, which helps us diagnose later.
2001-02-14 01:06:48 +00:00
itojun
da62f78331
OpenSSH 2.3.2 as of 2001/2/14
2001-02-14 00:53:01 +00:00
bjh21
d50dc71439
Since arm26 and arm32 now share a core file format, describe such a file
...
as a "NetBSD/arm core".
2001-02-13 23:56:13 +00:00
bjh21
9b6de1da90
Move cpu_coredump() from arm32/arm32/vm_machdep.c to arm/arm/vm_machdep_arm.c.
...
Also ANSIfy it and use it on arm26.
2001-02-13 22:54:25 +00:00
lukem
e379b8ae5f
groupmod: ensure that the modified group has the trailing newline
2001-02-13 21:27:03 +00:00
jdolecek
f251889358
Add per-mount filename conversion and compare hooks, which can be used
...
to recode Unicode names to other representation, like encoding form
or national character/code sets. This replaces the ugly NTFS_U28() hack.
Use these hooks to encode the filenames to UTF-8.
2001-02-13 19:53:52 +00:00
mason
885787d267
Equally trivial formatting tweak. Leaving the thing alone after this. :)
2001-02-13 19:39:34 +00:00
mason
3b04543d8b
trivial formatting tweak
2001-02-13 19:37:13 +00:00
bjh21
7b820f85da
Fix to compile with current ne2000.c: ne2000_attach() now only takes two
...
arguments.
2001-02-13 19:17:13 +00:00
bjh21
f942342607
Fix a typo in the last change (eh_init_media -> eh_media_init).
2001-02-13 18:20:57 +00:00
christos
5b0331e6c7
from Mason Loring Bliss: support "asf 0"
2001-02-13 16:07:59 +00:00
pk
063b190de9
Hold off supplying the text/data gap to the VM manager; our pv table
...
handling isn't adequate yet.
2001-02-13 15:54:33 +00:00
sommerfeld
37a3c0e7bc
Replace strcpy with strlcpy and bounds check.
...
From mheffner@vt.edu via freebsd-audit@freebsd.org via hesiod@mit.edu
2001-02-13 15:41:18 +00:00
bjh21
27f2273eff
Advanced RISC Machines Limited officially became ARM Limited on 1998-05-21.
...
Update the ARM ELF magic to match.
2001-02-13 14:35:21 +00:00