summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-01-02Remove extraneous tabs from blank lines.blymn
2002-01-02We reference a monstartup(3), so let's actually make a link for it.briggs
2002-01-02Fix .Bd argument. Pointed out by mrg.wiz
2002-01-01%progbits, not @progbits (@ is a comment character in ARM assembly).thorpej
2002-01-01Multi-line string literals are not supported by ANSI C.thorpej
2002-01-01Set ELFSIZE=64.thorpej
2001-12-31fix __startwin() so it outputs the init strings to the correct device.blymn
2001-12-31* Fixed uninitialiased variable problem in newtermblymn
2001-12-31Fix -Wshadow warnings (gcc 3.1).thorpej
2001-12-31Add support for invoking GNU C++ local destructors in shared objectsthorpej
2001-12-31Build separate crt{begin,end}.o and crt{begin,end}S.o files, ratherthorpej
2001-12-30Add support for registering Java classes emitted by the Java compilerthorpej
2001-12-30Make sure the Dwarf2 EH frame info is 4-byte aligned.thorpej
2001-12-30Don't use multi-line string literals; they're not supported by ANSI C.thorpej
2001-12-30Fix -Wshadow warnings (gcc 3.1).thorpej
2001-12-30Fix -Wshadow warnings.thorpej
2001-12-30Rename the local variable "index" to "idx" to avoid shadowing a globalthorpej
2001-12-30__bt_search(): Rename the local variable "index" to "idx" to avoidthorpej
2001-12-30Make newterm set the default screen if the old default screen wasblymn
2001-12-29Fix a size calculation bug.augustss
2001-12-29fix a bug that uninitialised buffer is used when LANG is like "en_US".yamt
2001-12-28Update for rename from usb to usbhid.wiz
2001-12-28s/usb/usbhid/augustss
2001-12-28Update for uhidev(4) changes.augustss
2001-12-28Add Pause/Play key.augustss
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-27set SHLIBDIR again; it may be needed in the futurelukem
2001-12-27remove definition of SHLIBDIR as it is not needed herelukem
2001-12-27use ${LIBDIR} instead of /usr/liblukem
2001-12-27Fix newterm so it syncs curscr to stdscr when term is created. Thanksblymn
2001-12-24update vm entries.chs
2001-12-24Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and asmycroft
2001-12-22only _DIAGASSERT(dst != NULL) if n != 0lukem
2001-12-19Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that needtv
2001-12-17PR/14975: Takayoshi Kochi: memory leak in regexec(3).christos
2001-12-17turn a macro into a simple statement.christos
2001-12-15Use __sh__ instead of __sh3__.thorpej
2001-12-13Document %z.kleink
2001-12-12Fix shifted space. (Freaky....)tv
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-12-11 * Remove termcap globals from public interfaceblymn
2001-12-10remove referenced to raw (block) and cooked (character) devices, sincelukem
2001-12-10revert previous.lukem
2001-12-10Fix off by one bug in t_agetstr - the pointer is moved to one past theblymn
2001-12-10sync with other archs.msaitoh
2001-12-10Sort conversion specifiers.kleink
2001-12-09- Changed clocktl interface to use syscallargs structuresmanu
2001-12-09allow relative pathnames as a dirname argument of bindtextdomain(3)yamt
2001-12-09- be consistent about using "u_char" instead of "unsigned char"lukem
2001-12-08Implement AF_INET6 back-ends for inet_net_ntop() and inet_net_pton(), fromlukem