summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Place quotes around the output of kbdmap(1), designed to be pasted intonwhitehorn2011-10-161-1/+1
* VNET virtualize tcp_sendspace/tcp_recvspace and change theandre2011-10-163-11/+16
* - change "is is" to "is" or "it is"eadler2011-10-1635-41/+41
* Fix double vision syndrome (read: double output) when in themarcel2011-10-161-13/+7
* o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE.marcel2011-10-161-6/+7
* Update the comment and description of tcp_sendspace and tcp_recvspaceandre2011-10-161-5/+4
* Forward declare mbuf and inpcb.ed2011-10-161-0/+3
* Adjust posix_memalign() prototype to match what we define in stdlib.h forstefanf2011-10-161-1/+1
* Fix ncplist to build with WARNS=6.ed2011-10-162-7/+7
* Undo r226423.ed2011-10-161-0/+2
* Build rwho(1) with WARNS=6.ed2011-10-162-4/+3
* Change the SDP_GET* macros to cast to a const buffer.ed2011-10-161-3/+3
* Change ncp_scan_bindery_object() to pass a constant search string.ed2011-10-162-2/+2
* Use integer to store the result of getch().ed2011-10-161-2/+2
* Remove WARNS line. This tool builds with WARNS=6 properly.ed2011-10-161-2/+0
* Fix build of m4 with WARNS=6.ed2011-10-163-12/+11
* Remove unneeded WARNS=3 lines.ed2011-10-162-4/+0
* Build at(1) with NO_WFORMAT instead of WARNS=1.ed2011-10-161-1/+1
* Make some internal fixes to ruptime(1):ed2011-10-162-45/+40
* According to the NetBSD foundation [1]:delphij2011-10-161-7/+0
* Partially revert r226274, the old code was right.delphij2011-10-161-1/+1
* Use #include "fenv.h" instead of #include <fenv.h>. This makes itdas2011-10-167-7/+7
* Fix some non-standard variable declarations.das2011-10-161-10/+10
* Optimize the case of pure imaginary arguments. Calls like this aredas2011-10-162-2/+9
* Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-162-15/+19
* Remove an unused variable.das2011-10-161-1/+1
* Enforce a memory barrier in stream operations, as is done on othernwhitehorn2011-10-151-0/+7
* Properly free resources in case of an error.brueffer2011-10-151-0/+1
* - add support for I-O DATA RSA-PCI2/Readler2011-10-151-0/+6
* In r225809 the intention was to send VEOF only once if STDIN was not atrociny2011-10-151-3/+6
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-152-4/+11
* Remove last remnants of classful addressing:glebius2011-10-154-52/+18
* Properly free resources in an error case.brueffer2011-10-151-1/+3
* Fix whitespace inconsistencies in systat(1).ed2011-10-1512-131/+131
* Control the execution permission of the readable segments forkib2011-10-154-4/+16
* Merge from NetBSD:marius2011-10-156-327/+344
* Remove some unnecessary initializations.das2011-10-156-6/+2
* Add some tests for corner cases of log() in unusual rounding modes.das2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().das2011-10-151-1/+54
* Various changes to improve the accuracy and speed of log{2,10}{,f}.das2011-10-156-72/+143
* Style fixes and updates to comments.das2011-10-154-32/+34
* Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() isdas2011-10-151-5/+2
* Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.das2011-10-151-0/+24
* Replace two lines accidentally removed in r226218. Thanks to bdedas2011-10-151-0/+3
* Fix a double-rounding bug in fma{,f,l}. The bug would occur indas2011-10-153-125/+231
* Never switch directly from INIT to MASTER, since this producesglebius2011-10-141-18/+4
* Fix a typo in a comment.jhb2011-10-141-1/+1
* Regen.jhb2011-10-145-12/+12
* Use PAIR32TO64() for the offset and length parameters tojhb2011-10-142-4/+4
* Put parentheses in the right place.ed2011-10-141-2/+2
OpenPOWER on IntegriCloud