Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove .Sh LIBRARY | 2005-06-17 | 6 | -17/+17 | |
| | | | | | - add $OpenBSD$ tag - a couple minor tweaks | ||||
* | no longer a need for the free(malloc(1)) hack, because the brk stuff | 2005-06-17 | 1 | -9/+5 | |
| | | | | | no longer needs initializing (we use mmap for malloc entirely now) noticed by kjell, ok dhartmei, tested by me | ||||
* | next citrus step. | 2005-06-17 | 37 | -30/+1411 | |
| | | | | | reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | ||||
* | bye bye whiteouts | 2005-06-17 | 1 | -18/+2 | |
| | |||||
* | remove netns stuff, ok millert | 2005-06-17 | 5 | -459/+4 | |
| | | | | libc major bump by espie in a few | ||||
* | remove undelete syscall | 2005-06-17 | 1 | -1/+13 | |
| | |||||
* | Extended Attributes was a piece to get to ACLs, however ACLs have not | 2005-06-17 | 7 | -504/+3 | |
| | | | | been worked on, so EA is pointless to maintain. | ||||
* | bye bye whiteouts | 2005-06-16 | 3 | -19/+7 | |
| | |||||
* | bye bye whiteouts | 2005-06-15 | 3 | -11/+3 | |
| | |||||
* | remove references to ns(4); | 2005-06-09 | 1 | -2/+1 | |
| | |||||
* | Fix rearranging of parameters for quad types. | 2005-06-08 | 1 | -11/+24 | |
| | | | | | | | Use stateful functions for mbtowc. Use the same loop for scanning and for rescanning the format. okay millert@ | ||||
* | Make gethostbyaddr() prototype match POSIX. This means len is now | 2005-06-08 | 2 | -16/+15 | |
| | | | | unsigned but there is no ABI change. OK deraadt@ | ||||
* | RC4 is a trademark. Rest of text left intact. | 2005-06-07 | 1 | -2/+2 | |
| | |||||
* | no need to insert spacing between list members; | 2005-06-07 | 1 | -13/+1 | |
| | |||||
* | adding pointer protection to 'G' was too heavyweight. Since malloc guard | 2005-06-07 | 2 | -7/+14 | |
| | | | | should be generally usable, split this out into option 'P'. ok deraadt | ||||
* | Change email address for author, at his request. | 2005-06-06 | 1 | -2/+2 | |
| | |||||
* | Change license to standard OpenBSD boilerplate, with permission | 2005-06-06 | 1 | -6/+15 | |
| | | | | from original author (David Mazieres) | ||||
* | sort sections; | 2005-06-05 | 1 | -5/+5 | |
| | |||||
* | s/-p1003.1-2003/-p1003.1-2004/g | 2005-06-05 | 4 | -9/+9 | |
| | |||||
* | use the new fat random sysctl to get initial state. (fallback to looping). | 2005-06-04 | 1 | -12/+14 | |
| | | | | stir after eating 400000 words. ok + input deraadt | ||||
* | Save errno from clobbering by clsoedir() in the err case. | 2005-06-01 | 1 | -1/+6 | |
| | | | | From Andrey Matveev; OK deraadt@ | ||||
* | no more MNT_UNION, says pedro@ | 2005-06-01 | 1 | -5/+1 | |
| | |||||
* | Use '\0' not 0 when storing as a char, part from Andrey Matveev. | 2005-05-28 | 5 | -14/+14 | |
| | |||||
* | Move the va_start()/va_end() pair such that it directly backets the call | 2005-05-28 | 2 | -8/+7 | |
| | | | | | to vfprintf() like the rest of the *printf functions. This is clearer and makes the error case in asprintf() simpler. From Andrey Matveev. | ||||
* | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | 2005-05-27 | 1 | -11/+27 | |
| | | | | explicit about mktemp(3) in the man page. | ||||
* | sync setkey prototype with reality | 2005-05-26 | 1 | -2/+2 | |
| | |||||
* | Merge common functionality of __strsignal and strerror_r. | 2005-05-26 | 3 | -129/+50 | |
| | | | | ok jaredy@ miod@ | ||||
* | union is gone, ok millert@ | 2005-05-26 | 1 | -165/+9 | |
| | |||||
* | Minor wordink fix | 2005-05-25 | 1 | -2/+2 | |
| | | | | ok dlg@ | ||||
* | add a note describing latest guard feature | 2005-05-24 | 1 | -1/+3 | |
| | |||||
* | handle sizeof(void *) allocations specially when using malloc guard. | 2005-05-24 | 1 | -1/+31 | |
| | | | | they get a whole page and go right at the end of it. ok deraadt tdeval | ||||
* | Restoration of terminal settings can be broken by a well-timed signal, | 2005-05-24 | 1 | -4/+7 | |
| | | | | | e.g. a terminating scp killing its ssh child so retry on EINTR. From peak@argo.troja.mff.cuni.cz via portable openssh bugzilla #905 | ||||
* | .Xr getitimer 2 , | 2005-05-19 | 1 | -1/+2 | |
| | | | | from jacob meuser; | ||||
* | PT_WCOOKIE is available on sparc64 too. | 2005-05-16 | 1 | -2/+2 | |
| | |||||
* | Mention no more PT_[GS]ETFPREGS on m88k. | 2005-05-16 | 1 | -2/+3 | |
| | |||||
* | document getfsstat(2)'s behaviour when no flags are specified, okay jmc@ | 2005-05-15 | 1 | -1/+4 | |
| | |||||
* | credit .Bx 3 in HISTORY too; | 2005-05-12 | 1 | -2/+4 | |
| | | | | agreed w/ otto@ | ||||
* | remove unsupported LIBRARY section; | 2005-05-12 | 1 | -4/+1 | |
| | |||||
* | Update HISTORY fixing some facts, while it is not clear if the | 2005-05-11 | 1 | -2/+8 | |
| | | | | | environment stuff originates from AT&T or BSD. ok ok deraadt@ millert@ ian@ | ||||
* | major abi changes: | 2005-05-11 | 22 | -8/+2467 | |
| | | | | | | | | | | | | | | | | | | * introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump | ||||
* | let vfscanf be a real function. Use a weak_alias on systems where this | 2005-05-11 | 7 | -12/+42 | |
| | | | | | | | | is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well... | ||||
* | from perry@netbsd -r1.35: | 2005-05-08 | 1 | -3/+3 | |
| | | | | execve() first appeared in At v7, not Bx 4.2; | ||||
* | Only append number when it fits to avoid truncation and return | 2005-05-08 | 1 | -14/+11 | |
| | | | | | appropriate error number. ok miod@, millert@ on an earlier version; ok jaredey@ | ||||
* | be more careful with snprintf. ok millert@ | 2005-05-02 | 1 | -2/+2 | |
| | |||||
* | Tidy up __strtosignal(): pass a buffer and length to its itoa() and | 2005-05-01 | 1 | -8/+12 | |
| | | | | | | | | | | | make sure we can't underrun this buffer. Also force NUL-termination of this buffer, and ensure that large unsigned integers are printed correctly. Started by a diff from Dave Hines, openbsd (at) dph (dot) fluff (dot) org; thanks. with and ok otto@ | ||||
* | recommend this API better; "a good start" deraadt@ | 2005-05-01 | 1 | -2/+4 | |
| | |||||
* | fix a broken .St; | 2005-04-30 | 1 | -2/+3 | |
| | |||||
* | Change internals of FILE: reuse the unget buffer field to access an | 2005-04-30 | 15 | -43/+130 | |
| | | | | | | | | | | | | | | | | extended attribute data structure (pimpl idiom). Idea taken from citrus. Much discussion with deraadt@, otto@, millert@... This is the least disruptive way to extend FILE, since its size can't really change without this being a flag day. So the size doesn't change. Actual additions to the structure will come in separate steps, since this change is nasty enough on its own. Tests by otto@ and others, careful reading of code by otto@ and millert@. This is definitely a major bump, and has been checked to not impact a full ports build. | ||||
* | isw* classification functions from citrus, with a `stub' implementation | 2005-04-30 | 5 | -5/+338 | |
| | | | | | | | | | | for the default locale. comments, tests, okay: kettenis@, otto@, jmc@ functions addition -> Minor bump. There's a large bump coming in a separate commit. | ||||
* | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers | 2005-04-25 | 1 | -3/+3 | |
| | | | | dot se>. ok deraadt@ |