Commit Graph

209730 Commits

Author SHA1 Message Date
njoly
92562600d4 On alpha compile the math library with dynamic rounding mode instead
of fixed normal IEEE rounding mode. This makes function that depends on
the current rounding mode, such as rint(3), just work.
2012-03-09 08:03:53 +00:00
christos
6799d6e664 add acl.c 2012-03-09 00:14:16 +00:00
jakllsch
7ced092c93 Restore parts of uhub_explore() needed to make usb_needs_reattach() work. 2012-03-09 00:12:10 +00:00
wiz
65ba3f7900 Use %U for URLs. 2012-03-08 22:52:22 +00:00
wiz
9c18a264d9 Add sem_timedwait to NAME and fix SYNOPSIS. Add serial comma. 2012-03-08 22:13:32 +00:00
wiz
6e8389e3bc Whitespace nits. 2012-03-08 22:13:05 +00:00
wiz
5f354a83a5 Merge error descriptions for same error code. 2012-03-08 22:12:52 +00:00
wiz
c744abbb43 Add missing comma. 2012-03-08 22:12:37 +00:00
joerg
4acff4c01b Implement sem_timedwait. 2012-03-08 21:59:24 +00:00
joerg
3bd1fd2afe Add entry for _ksem_timedwait. 2012-03-08 21:55:45 +00:00
christos
540f3eef91 Teach rcs about the new cvs "commitid" keyword, so that we don't bitch each
time we play with an RCS file maintained by CVS.
2012-03-08 21:32:28 +00:00
christos
75e57c5640 refresh autoconf infrastructure so that it has a fighting chance to work
with something not from the previous decade.
NB: I should eventually put back the OS specific stuff I've removed so
that we can have a complete distribution.
2012-03-08 20:54:18 +00:00
christos
00f7e7b88f prefer NULL over 0 2012-03-08 20:50:55 +00:00
christos
8182c8fa04 fix format string 2012-03-08 20:50:46 +00:00
christos
a3b3956a06 add cvs acl support 2012-03-08 20:50:26 +00:00
christos
286e174e7d Don't use %n in the writable data segment. Fortified glibc complains. When
the left hand does not communicate with the right hand.
2012-03-08 20:49:29 +00:00
christos
6c8d7be65d add acl support 2012-03-08 20:48:02 +00:00
christos
90cde42e32 - put back missing noexec check
- add cvs acl support
2012-03-08 20:47:45 +00:00
christos
9c245492c2 check symlink return 2012-03-08 20:47:17 +00:00
christos
99ced8ed96 add acl support 2012-03-08 20:46:59 +00:00
christos
e05cc624b8 in new format strings, formats are actually checked, so put tag commands in. 2012-03-08 20:46:35 +00:00
christos
09b7edcb8d check chdir return 2012-03-08 20:46:08 +00:00
christos
8fb428a11a - fix printf format string
- add acl support
2012-03-08 20:45:52 +00:00
christos
255af61e37 - add acl support
- document availability of tag commands.
2012-03-08 20:45:28 +00:00
christos
2d4ac8bd98 add acl prototype 2012-03-08 20:44:32 +00:00
christos
f029472951 add acl function prototype 2012-03-08 20:44:06 +00:00
christos
e5bacfa057 - better handling of binary files
- add acl support
2012-03-08 20:43:48 +00:00
christos
b33dfa11bd use the result of strtoul 2012-03-08 20:43:19 +00:00
christos
9e721b8438 restore lost fix: add nolock 2012-03-08 20:42:56 +00:00
christos
e2e2a4ed11 attempt to fix the unit tests 2012-03-08 20:42:21 +00:00
christos
e76f287eda - check return value of write(2)
- add acl support
2012-03-08 20:41:48 +00:00
christos
cde5019549 Add cvs acl support 2012-03-08 20:41:20 +00:00
christos
c520239488 - Put back %, which was removed from the new format strings
[with reversed meaning, so that we are still compatible with the new format]
- Fix format strings
2012-03-08 20:41:04 +00:00
christos
3046f895f0 add acl.c 2012-03-08 20:39:28 +00:00
christos
a24f5ebc91 fix malloc botches in the original code 2012-03-08 20:37:29 +00:00
christos
22d2af8da8 - restrict tag command to non-destructive operations for non-admins.
[deletion, moving is dissallowed]
- add history for tag commands
- cvs acl support
2012-03-08 20:34:35 +00:00
christos
25f203d228 - acl support
- check chdir return
2012-03-08 20:33:02 +00:00
christos
53edc8a562 acl support 2012-03-08 20:32:31 +00:00
christos
4872c424c4 announce acl support 2012-03-08 20:32:18 +00:00
christos
d246e6162a add acl info 2012-03-08 20:30:38 +00:00
tron
38b90d72ec SQLite support for Postfix will be in NetBSD 6.0. 2012-03-08 18:58:22 +00:00
jakllsch
48be8f6bf4 usage() can be "__dead static". 2012-03-08 16:45:10 +00:00
jakllsch
20bfdf38a2 Prevent expansion of $NetBSD$ that should be placed verbatim into output. 2012-03-08 16:43:04 +00:00
joerg
344a231144 Actually use the stack thread attributes when creating a new thread. 2012-03-08 16:40:45 +00:00
jakllsch
7cc9cb7574 Nuke trailing whitespace in output header file. 2012-03-08 16:40:37 +00:00
jakllsch
443f1fa2b2 Cast arguments to ctype functions to unsigned char. 2012-03-08 16:38:04 +00:00
jakllsch
124d892ee0 More-properly quote multiline string containing C-style multiline comment. 2012-03-08 16:35:53 +00:00
joerg
bfcb2008c8 Fix the stack base pointer for the initial thread on !HPPA.
AT_STACKBASE is pointing to the start of the stack, which is the
upper limit on platforms where the stack grows down.
2012-03-08 16:33:45 +00:00
manu
202e6de05c The kernel can lookup the same node multiple time and will reclaim as
many times it looked up. All reclaims but the last one must be ignored,
otherwise we discard a node which will still get operations. We therefore
have to keep track of lookup/reclaim count and hnour reclaims only when
the count reaches zero.
2012-03-08 14:58:57 +00:00
phx
90f0401d2e When detecting a new USB device on the bus ofppc panics in usb_allocmem().
Although the problem doesn't seem to affect other PPC ports, it causes big
trouble for my Pegasos2.
So as long as there is no real solution we should add the option
USB_FRAG_DMA_WORKAROUND to the GENERIC config file.
2012-03-08 14:18:04 +00:00