summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcscmp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-07mklocale tool, from NetBSD/citrus, not yet linked in.espie5-0/+1377
okay deraadt@
2005-08-07grr. wrong Makefile.espie1-22/+22
do not bother building locale with encoding != none for now.
2005-08-07Add LC_CTYPE locale sources, not yet linked in.espie42-0/+14939
(from citrus). okay deraadt@
2005-08-07Remove advertising clause from UCB licenses; ok deraad@miod21-126/+42
2005-08-07Simplify code by calling error() from inside buf_* functions ratherkrw3-67/+43
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@.
2005-08-07malloc svr4_utsname struct as needed instead of on stack; ok millertderaadt1-11/+14
2005-08-06move to ksh(1) style.aanriot1-24/+24
discussed with many, ok jmc@
2005-08-06zap rcsid.espie47-375/+234
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
2005-08-06replace port number 8025 w/ symbolic `spamd';jmc3-10/+9
ok krw@ deraadt@ diff from ray lai;
2005-08-06overhaul the grf driver:martin8-293/+289
- Simplify grfmv_phys() to work like grfiv_phys(), and eliminate the second argument to both, as we don't use it anyway. - Handle fbbase and fboff consistently throughout. - Eliminate grfaddr() by pulling it into grfmmap(), which is the only place it was used, previously. - grfmap() now gets the physical address of the framebuffer from the appropriate driver, rather than try to compute it by itself. Be careful with aligning the base to a page address and increase the length of the mapped region appropriately. - Store the PA of the framebuffer in the softc. This eliminates the need for the sc_phys callback; we can just store the PA in the grfbus attach args, rather than a function pointer, which simplifies the code nicely. - Disable Valkyrie interrupts on the Quadra 630 - New and improved console framebuffer initialization and autoconfig. This resolves a great many issues, including Performa 58x interrupt handling and offset displays on some models. - Remove unused grf ioctls - Some KNF and other minor things help and ok miod@ from NetBSD
2005-08-06while checking for an aux port, if we timeout waiting for our testjcs1-1/+13
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@
2005-08-06tell people that atexit is bad; ok jmcderaadt1-1/+7
2005-08-06use perfect options for actual floppy newfsderaadt2-4/+4
2005-08-06Remove 16 bit mode_t leftover in syscall processing.miod1-22/+1
ok deraadt@
2005-08-06Document M_CANFAIL and sync M_xxx types;miod1-14/+27
prodded by beck@, feedback jmc@, ok deraadt@
2005-08-06fix use after free, netbsd pr 30832, from phirerunner@comcast.netderaadt1-4/+4
2005-08-06zap rcsid. It's not ramdisk, but they still take space.espie4-38/+4
2005-08-06We do not need a char machine_arch[] constant.miod11-26/+16
ok deraadt@
2005-08-06add ifstated.conf(5) to SEE ALSO;jmc1-2/+3
2005-08-06Model 360 does not have a PAC.miod1-5/+4
2005-08-06correct some spellospascoe1-3/+3
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() tomiod4-39/+17
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@
2005-08-06Unbreak sshd ListenAddress for bare IPv6 addresses.dtucker1-1/+7
Report from Janusz Mucka; ok djm@
2005-08-06In cache_flush(), after testing for curproc != NULL, do not use curprocmiod1-2/+1
blindly...
2005-08-06new manpage for ifstated.conf written with mpf@sturm2-2/+217
comments and help from jmc@, commitski henning@
2005-08-06DIOCRDELTABLES modifies pfrio_ndel, not _nadd.pascoe1-2/+2
2005-08-06add HISTORY; ok jmcjaredy1-1/+8
2005-08-06- macro, punctuation, and rewording tweaksjaredy4-18/+21
- avoid first person. ok jmc
2005-08-06sync function prototypes to reality; ok jmcjaredy1-4/+5
2005-08-06Improved X40 kludge, tested by djm@.jsg1-1/+2
Any X40 users still having problems after this mail me.
2005-08-05document "set skip on" in the BNF grammar, from David Krausedhartmei1-1/+2
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedfgsch1-5/+4
support. while it's being tested switch to 1.0. noticed and tested by nick@.
2005-08-05correct io base/limit registers handling. from mycroft. only affectsfgsch2-38/+28
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@.
2005-08-05Add one more Compaq Smart Array 6i.mpf1-1/+2
Found in an HP DL380 G4 and works nicely. OK mickey@
2005-08-05regen.mpf2-2/+7
2005-08-05Add one more Compaq Smart Array 6i.mpf1-1/+2
OK mickey@
2005-08-05remove duplicate privsep prototypes and put allmoritz2-10/+4
of them into privsep.h. ok krw@ henning@
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;xsa1-2/+2
ok jfb@.
2005-08-05fix cac commentmickey1-2/+2
2005-08-05more key handling stuff.hshoexer1-29/+60
2005-08-05For tcpmd5 rules the keyword "key" changed to "authkey"hshoexer4-7/+7
2005-08-05prepare for authentication and encryption keys, not used yet.hshoexer5-33/+42
2005-08-05- missing m_free()martin1-4/+2
- drop unused define from NetBSD
2005-08-05- -f valid for gzsig sign toojmc3-24/+25
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage()
2005-08-05simplify a bit.hshoexer1-10/+7
2005-08-05occured -> occurred;jmc1-3/+3
2005-08-05zap rcsidespie53-364/+53
2005-08-05- remove rcsidespie30-302/+32
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@
2005-08-05don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@markus1-1/+7
2005-08-05syncderaadt20-19/+58