| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-11 | fix a typo | mrg | |
| 2004-01-08 | PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The module | christos | |
| uninit function can call close again, which will try to obtain a held lock. Unlock the lock before calling the actual close function, since we already disassociated cm from the rest of the data structures. | |||
| 2004-01-08 | There is no sysctl(9) (yet?), comment it out; | wiz | |
| fix a typo. | |||
| 2004-01-08 | Fix some spacing nits, an Xref section, and a long line. | wiz | |
| Bump date for previous. | |||
| 2004-01-07 | Add descriptions of flags. | atatat | |
| 2004-01-07 | - Describe all system threads. | christos | |
| - Mention all MI threads that are not device specific; i.e. mention scsibus, usb, raidframe, nfs, but not pms. | |||
| 2004-01-06 | Make this compile, and, as a side-effect, LP64 clean. | agc | |
| 2004-01-06 | kill strcpy | itojun | |
| 2004-01-05 | Document F_MAXFD, F_CLOSEM | christos | |
| 2004-01-03 | Fix a cast for little endian archs | martin | |
| 2004-01-03 | When writing/reading longs use explicit 32bit temporary values (this is | martin | |
| what "long" means in xdr context). Fixes PR lib/23960. | |||
| 2004-01-03 | Uppercase CPU; mark up NULL; remove superfluous word; simplify macro usage. | wiz | |
| 2004-01-03 | At long last, add descriptions of new "dynamic" operations. | atatat | |
| 2004-01-02 | Fix two inverted comparisions and a few comments. | martin | |
| This makes sparc64 pass the sigsetjmp regression tests. | |||
| 2004-01-02 | KNF | itojun | |
| 2004-01-02 | - libc.so.12.109 and libpthread.so.0.4 | cl | |
| - add ssize_t stackinfo_offset argument to sa_register syscall - remove sa_unblockyield syscall - make __sigprocmask14 syscall weak - in pthread__sa_start: catch up with 4-argument sa_register syscall | |||
| 2004-01-02 | Fix typo; from Aidan Kehoe in PR lib/23951. | jmmv | |
| 2004-01-02 | Fix typo; from Aidan Kehoe in PR lib/23950. | jmmv | |
| 2004-01-02 | Restore stack frames on error return. | martin | |
| 2004-01-02 | Restore stack frames on error exit. This makes us pass dynamic and static | martin | |
| linked versions of the clonetest regression test. While here, some cosmetics: branch prediction, avoid depreceated instructions. | |||
| 2004-01-02 | comment on values from 0x80000000 to 0xffffffff | itojun | |
| 2004-01-02 | safer realloc | itojun | |
| 2004-01-02 | safer realloc, some KNF. noted by deraadt@openbsd | itojun | |
| 2003-12-31 | Use CC64FSZ instead of magic constant for stack frame size. | martin | |
| Frob the clone's stack pointer to be BIASed - it is 64 bit code too. Use "carry set" as test for a failed syscall. | |||
| 2003-12-30 | In case of underflow, return -0.0 or +0.0, depending on the sign of | martin | |
| the argument. This makes sparc64 pass regress/lib/libc/ldexp. | |||
| 2003-12-30 | Add support for scanf "hh" format modifiers - we use it in int_fmtio.h | martin | |
| for SCNd8 and friends - so we should support it properly (and not only by pure luck on alignment blind little endian archs - it used the "h" code path, storing a 16bit int via a byte pointer). This makes sparc64 pass regress/lib/libc/int_fmtio. | |||
| 2003-12-30 | When storing data size as 32bit int in an overflow page, copy the | martin | |
| length to a temporary u_int32_t variable and memmove from there to the final destination - instead of copying the first four 0 bytes from a 64bit variable directly on big endian 64 bit platforms. This makes sparc64 pass regress/lib/libc/db. | |||
| 2003-12-29 | _citrus_iconv_std_iconv_convert: | yamt | |
| - allow 0 byte input. PR/23889 (Valeriy E. Ushakov) - remove redundant E2BIG check, which should be done by each encoding modules anyway. | |||
| 2003-12-29 | _citrus_MSKanji_wcrtomb_priv: return E2BIG correctly. | yamt | |
| 2003-12-29 | _citrus_NONE_stdenc_cstomb: return E2BIG correctly. | yamt | |
| 2003-12-29 | Remove sentence about this being an alpha | wiz | |
| version -- after twelve years it is at least beta ;) The BUGS section is extensive enough even without it. | |||
| 2003-12-26 | Niels Provos kindly agreed to drop clauses 3 and 4 from the | wiz | |
| license -- thanks. Based on OpenBSD commit and hints by itojun. | |||
| 2003-12-26 | Don't ever add a ".0" to a single digit number. | simonb | |
| XXX: Should (for example) 1024 be 1.0K or 1K when the HN_DECIMAL flag is passed? Should there be a separate option that says "use the HN_DECIMAL behaviour unless we are exactly equal to the suffix"? | |||
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin | |
| From Steve Woodford, inspired by a similar change to other archs from OpenBSD. | |||
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin | |
| From OpenBSD, changed by Miod Vallat. | |||
| 2003-12-20 | One merge-o missed in previous. | kleink | |
| 2003-12-20 | Merge tzcode2003e. | kleink | |
| 2003-12-19 | Note: the previous revision was an update for tzcode2003_e_. | kleink | |
| 2003-12-19 | Update for tzcode2003d. | kleink | |
| 2003-12-17 | Bump date for previous (hi christos!). | wiz | |
| 2003-12-17 | Say what happens with pgrp == 0. | christos | |
| 2003-12-14 | remove superfluous assignment | lukem | |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc | |
| to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR 22409 from Joel Baker, approved by Theo de Raadt, and ratified by myself - the only discrepancy being the handling of the original clause 3 in src/usr.sbin/yppoll/yppoll.c. | |||
| 2003-12-10 | comment from niels provos; | itojun | |
| - seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x". - skipping number is not needed, so disable it for 16bit generator (makes the repetition period to 30000) | |||
| 2003-12-09 | simplify a sentence | grant | |
| 2003-12-09 | Reference kfilter_register(9) rather than the non-existent kfilter_register(2). | augustss | |
| 2003-12-09 | Bump date for previous (hi andrew!). | wiz | |
| 2003-12-09 | Update man page to correct PROC_* names (addresses PR lib/23645) and | atatat | |
| also describe the new PROC_PID_STOPEXIT variable. Man page still not updated to include new features. I'm still working on that. | |||
| 2003-12-08 | Make this compile on non-IEEE GCC3 targets (aka VAX). | matt | |
| 2003-12-08 | "int flags" is correct in the prototype, but not in the English | grant | |
| language. s/int/in/ | |||
