aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ndb/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-1/+2
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* libthread: add threadmaybackgroundRuss Cox2020-12-301-0/+6
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-4/+0
| | | | | R=rsc http://codereview.appspot.com/6744054
* post9pservice: add extra arg to unmodified callsRuss Cox2008-04-171-1/+1
|
* c90 fixesrsc2006-04-011-4/+4
|
* use domain as the portrsc2006-02-241-4/+4
|
* remove -prsc2006-02-241-1/+1
|
* dns changesrsc2006-02-201-11/+28
|
* remove stub myipaddrrsc2006-02-171-7/+0
|
* changes from erik quanstromrsc2006-02-171-7/+9
|
* remove unusedrsc2006-02-141-86/+59
|
* fix fid handlingrsc2006-02-021-4/+30
|
* add dnsrsc2005-12-271-0/+882