rtr
73a83dc1c1
Xdmx server
2005-03-21 00:19:19 +00:00
rtr
04dbca463d
add dmx headers
2005-03-20 23:58:11 +00:00
rtr
54561084d0
add missing source files
2005-03-20 23:52:05 +00:00
lukem
09f1052592
Revert previous; it's unnecessary in light of Christos' fix to
...
pswfile.c rev 1.2. It also may have a make -j race.
Explicitly use -f ${.TARGET:.c=.h} in .psw.c; it can't hurt and
it mirrors what XFree86 does.
2005-03-20 23:49:06 +00:00
rtr
5f073846f4
pswrap tool usage change
2005-03-20 23:11:19 +00:00
dsl
b747d738fa
Treat $((x)) as equivalent to $(($x)) - posix seems to require this now.
2005-03-20 21:39:11 +00:00
dsl
aecb1ce456
Add 'continue' as body of empty loop.
2005-03-20 21:38:17 +00:00
kleink
ef43d43dac
Add PLATFORM_IBM_6015 to INSTALL, as present in GENERIC.
2005-03-20 20:19:07 +00:00
christos
e189f5f145
Add lock limiting code from OpenBSD. XXX: Should we add a resource limit for
...
it?
2005-03-20 19:25:38 +00:00
christos
cb282cd325
Keep track and limit the number of locks per uid. From OpenBSD
2005-03-20 19:16:33 +00:00
christos
f7c5085de0
It does not make sense to free the uidinfo struct since it is used now
...
for multiple things (proccnt,lockcnt,sbsize) and it adds too much code
complexity. Instead add a uid_find() routine that returns the existing
struct or allocates a new one.
Re-enable the sbsize limit code.
2005-03-20 19:15:48 +00:00
christos
08147aab3c
Keep track of who the lock belongs to (from OpenBSD)
2005-03-20 19:13:57 +00:00
christos
f0bc73142d
Add a member lockcnt to keep track of locks per uid. Add a uid_find() function
...
similar to the one in OpenBSD.
2005-03-20 19:13:23 +00:00
christos
12399bd640
Add the freetype services directory under internal
2005-03-20 18:25:22 +00:00
chs
61b20db8a0
updates for yamt-km: hp300 is working for me too, pdp10 isn't relevant.
...
while I'm here, update description and status for various other branches.
2005-03-20 16:53:15 +00:00
christos
611fb1aa58
Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huang
...
in PR bin/23167.
2005-03-20 16:48:47 +00:00
yamt
89b983894d
remove IFFBITS definition. now net/if.h has it.
...
PR/29748 from FUKAUMI Naoki.
2005-03-20 15:34:47 +00:00
yamt
a8801fb8db
yamt-km: playstation2 is compile tested now.
2005-03-20 15:28:32 +00:00
yamt
9724ccb535
yamt-km: add playstation2 GENERIC to the list of buildable kernels.
...
thanks to Martin Husemann for advices about cross build.
2005-03-20 15:26:54 +00:00
yamt
5e26e86d45
add a reminder comment for x_ifconfig.
2005-03-20 14:24:13 +00:00
yamt
e0ea81bf20
follow the recent changes in sbin/ifconfig/Makefile.
2005-03-20 14:21:05 +00:00
tron
f4d67200a3
Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huang
...
in PR bin/23167.
2005-03-20 13:20:07 +00:00
bouyer
83e1dbf7bb
npxintr(): this function does the right thing if we don't try to clear
...
the interrupt latch (which is probably done by the hypervisor, linux/xen
doesn't do it either). Now the "fputest" configure test from pkgsrc/math/yorick
works as expected.
Thanks to Christian Limpach for the hint.
2005-03-20 13:12:59 +00:00
yamt
34b167fb9e
yamt-km: update base tag.
2005-03-20 09:08:51 +00:00
yamt
8a5af69f33
yamt-km: update the list of buildable kernels.
2005-03-20 09:02:33 +00:00
agc
dd93d335d3
Fix the spelling of Bill Studenmund's name - noticed from the licences
...
on the Sony PSP as found in:
http://www.scei.co.jp/psp-license/pspnet.txt
2005-03-20 07:47:29 +00:00
thorpej
be8f682caf
IFFBITS and IFCAPBITS are now defined in <net/if.h>
2005-03-20 02:51:47 +00:00
thorpej
6f219f734d
Define IFFBITS and IFCAPBITS here in <net/if.h>. Taken from ifconfig.
2005-03-20 02:51:33 +00:00
thorpej
d14cc8f89c
Remove an #ifdef that is no longer necessary.
2005-03-20 02:44:50 +00:00
thorpej
f76f47a0df
Don't build af_inet6.c if USE_INET6 is no.
2005-03-20 02:44:25 +00:00
thorpej
e00adb14b6
Split the IPv4 support into its own file.
2005-03-20 02:43:50 +00:00
thorpej
20f1388354
Move a comment.
2005-03-20 01:10:51 +00:00
thorpej
26dbe00d59
Split IPv6 support out into its own file.
2005-03-20 01:09:16 +00:00
thorpej
4fd9a96b1d
Split OSI support off into its own file.
2005-03-20 00:02:58 +00:00
thorpej
e7c8ca2ae5
Split XNS support into its own file.
2005-03-19 23:46:03 +00:00
thorpej
acdfacb1c3
Split off AppleTalk support into its own file.
2005-03-19 23:32:55 +00:00
atatat
160438234d
Fix possible segmentation fault when retrieving descriptions. Thought
...
I committed this a while ago. I guess the fact that no one filed a pr
meant no one else found it. :)
2005-03-19 23:19:17 +00:00
thorpej
c6266968d5
const'ify afswtch
2005-03-19 23:16:55 +00:00
thorpej
1a5470cfdd
Split off 802.11 interface handling into its own file.
2005-03-19 23:13:42 +00:00
thorpej
519737e8ff
Don't hare-code inet/inet6 in tunnel_status(), lookup the address family
...
name instead.
2005-03-19 22:57:06 +00:00
christos
d1ff4d2389
Regen
2005-03-19 22:00:27 +00:00
christos
5412502bb7
PR/29482: Kirk Strauser: Add support for Microsoft MN-520 PCMCIA WLAN card
2005-03-19 21:59:56 +00:00
christos
cc19f24e9f
Adjust for the latest XFree86 import. Code now compiles, but libraries
...
might be incomplete and sets are definitely still broken.
2005-03-19 21:41:58 +00:00
dan
e652c56005
clear freed memory
2005-03-19 21:39:17 +00:00
yamt
21c5aa0093
yamt-km status
2005-03-19 18:45:08 +00:00
yamt
9b2af0083c
PR/29334 was fixed.
2005-03-19 18:20:25 +00:00
yamt
4d5c8584db
follow the recent changes in sbin/ifconfig/Makefile.
2005-03-19 18:16:34 +00:00
yamt
1ba14738a5
make this compilable with USE_INET6=no.
2005-03-19 18:16:06 +00:00
christos
35d638917d
PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations.
2005-03-19 17:36:02 +00:00
thorpej
e6d38785ff
Split tunnel support into its own file.
2005-03-19 17:32:26 +00:00