150075 Commits

Author SHA1 Message Date
christos
c4db14231b Some tools need efuns. 2006-08-26 18:26:14 +00:00
christos
01cda7f789 efun man pages. 2006-08-26 18:25:36 +00:00
christos
6ad9fd095c add efun. 2006-08-26 18:20:18 +00:00
christos
5a7156cc58 use efun(3) 2006-08-26 18:18:16 +00:00
christos
cdab3a7a06 More programs using efun. 2006-08-26 18:17:41 +00:00
christos
d0fb89015b Now that this is part of tools, we don't need the extra build glue. 2006-08-26 18:17:13 +00:00
christos
1b75c508c8 Programs that had their own efuns, use libutil's now. 2006-08-26 18:15:37 +00:00
pavel
4eb1701bdb document the recent filehandle changes. 2006-08-26 18:15:36 +00:00
christos
2a1607d040 Programs that use efun. 2006-08-26 18:14:28 +00:00
christos
8919424bdb No need to compile their own efun's. 2006-08-26 18:12:50 +00:00
christos
6e90deb9cb Efun source. 2006-08-26 18:11:45 +00:00
christos
e72710e561 Add efun(3) 2006-08-26 18:11:12 +00:00
matt
b7052c7cc1 Removed as part of XNS purge. 2006-08-26 18:10:40 +00:00
tsutsui
037b569f1b No need #include <machine/param.h> since #include <sys/param.h> is enough. 2006-08-26 17:36:06 +00:00
matt
13f8672f00 Don't descend into trsp anymore. 2006-08-26 17:26:00 +00:00
matt
cca9bcea2e Nuke a leftover XNS fragment. 2006-08-26 16:59:27 +00:00
christos
f38f9fbc4a Remove advertising clause. 2006-08-26 16:24:29 +00:00
matt
bb735e0ef9 Remove XNS support. 2006-08-26 16:20:20 +00:00
matt
1567f6c620 Obsolete XNS man pages. 2006-08-26 16:17:18 +00:00
matt
301907af2b Remove XNS protocol man page. 2006-08-26 16:14:29 +00:00
matt
acf2f4a0d7 Remove the XNS man pages. 2006-08-26 16:11:05 +00:00
matt
95ff9c00a4 Move ns_addr and ns_ntoa to compat libc. Add a stripped version of
<netns/ns.h> which only include struct ns_addr and the ns_addr and ns_ntoa
function prototypes.
2006-08-26 16:07:01 +00:00
matt
a5db205458 Conditionalize XNS support. No longer enabled. 2006-08-26 15:33:20 +00:00
matt
e6ff03ce6f Remove XNS and CCITT/X25 bits. 2006-08-26 15:26:02 +00:00
matt
101216a5b7 Back mips N64 changes made to wrong toolchain. 2006-08-26 14:49:56 +00:00
tsutsui
065fd1a5c0 Fix pointer signedness warnings by gcc4. 2006-08-26 14:13:40 +00:00
tsutsui
0216ae4c51 Handle (.rodata.*) sections created by gcc4. 2006-08-26 14:12:26 +00:00
tsutsui
b5825ccf25 Change types from int8_t to char for arrays which store char names. 2006-08-26 14:04:55 +00:00
xtraeme
18199bb695 Be a little less agressive in declaring the change pending bit stuck,
increase the number of retries by two orders of magnitude wont affect
most systems but will make transitions smoother on marginal ones.

From gwk@openbsd.
2006-08-26 10:10:00 +00:00
tsutsui
6dffe5790d options<space><tab> 2006-08-26 08:13:46 +00:00
tsutsui
dca3a6d117 Remove netns and netccitt options. 2006-08-26 08:08:30 +00:00
tsutsui
6fed756003 Regen from GENERIC.in:
1.54:
> Disable SYSTRACE by default on all kernels (discussed with core)
1.55:
> Remove obsolete #options VERIFIED_EXEC, found by grep(1).
2006-08-26 08:04:32 +00:00
tsutsui
6ff205ce76 Remove obsolete #options VERIFIED_EXEC, found by grep(1). 2006-08-26 07:59:21 +00:00
skrll
edb23da2a3 Pull across the stack trace stuff from OpenBSD. 2006-08-26 06:27:40 +00:00
skrll
f0379c9f4b Pull across OpenBSD arch/hppa/hppa/machdep.c:1.77.
revision 1.77
date: 2002/09/09 18:33:42;  author: mickey;  state: Exp;  lines: +4 -2
set up the frame flags and a user frame better on exec
2006-08-26 06:17:48 +00:00
skrll
e875774fce G/C dma_cachectl. 2006-08-26 06:07:28 +00:00
skrll
5a545933ba Correct assembler syntax to load the correct (left) bits of a constant.
Inspired by OpenBSD.
2006-08-26 06:00:07 +00:00
matt
9e051a8002 Add enough configury glue so that src/tools can build a N64 mips toolchain. 2006-08-25 23:35:04 +00:00
matt
194d4b6b59 Remove entries for netns and netccitt. Add entry for netbt. 2006-08-25 23:29:33 +00:00
dyoung
9f2b43c4c3 In promiscuous mode, some WNICs stop filtering management frames
whose destination does not match our MAC address.  Filter those
frames in ieee80211_recv_mgmt, to prevent spurious
deauthentication/disassociation.
2006-08-25 21:04:07 +00:00
riz
df667bafa9 In sk_watchdog(), attempt to reclaim pending TX descriptors before
resetting the hardware.  Should fix occasional watchdog timeouts
seen with this driver.

From FreeBSD, via OpenBSD.
2006-08-25 20:16:57 +00:00
matt
2c65982795 Make sure any inclusion of <netccitt/*.h> is protected by opt_ccitt.h and
CCITT.
2006-08-25 19:46:04 +00:00
matt
6c8fa3224e One step closer to loadable domains. Store pointers to a domain's soft
interrupt queues so if_detach can remove packets to removed interfaces from
them.  This eliminates a lot of conditional ugly code in if.c
2006-08-25 19:33:50 +00:00
matt
5e87012f78 Add __NULL_STMT which is do { } while (/* CONSTCOND */ 0) 2006-08-25 19:07:44 +00:00
matt
1b21337267 Don't include <netccitt/x25.> and don't bother checking for SIOCSIFCONF_X25. 2006-08-25 18:29:17 +00:00
reinoud
5b2c16b797 Fix small though important errors in the Ecma-167 structure definitions. 2006-08-25 17:43:51 +00:00
matt
462ab6f23d Mark netccitt and netns include files as obsolete 2006-08-25 17:41:09 +00:00
matt
b0bf94791a Don't descend into netns and netccitt 2006-08-25 17:40:21 +00:00
matt
6d292cb00b Remove support for netns and netccitt. For now, don't include files.netns
and files.netccitt.
2006-08-25 17:32:27 +00:00
jdc
beb55bfff9 Handle cases where the application installs a SIGWINCH handler after the
curses one is installed by:

  1.  not reinstalling the curses one after restarting
  2.  not sending KEY_RESIZE

Also, update the size of curscr, stdscr and __virtscr to match the new
screen size, so that their sizes are always updated.

Fixes the cases where applications call endwin() and then refresh() in
their SIGWINCH handler (i.e. the resizing problems in PR pkg/27777).
2006-08-25 17:04:32 +00:00