| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=24155
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24154
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24153
|
| |
|
|
|
|
|
| |
Submitted by: wollman & me (add type casts and remove unneded loop)
Notes:
svn path=/head/; revision=24151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24125
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24094
|
| |
|
|
|
|
|
|
| |
Tested by: Joel Maslak <j@pobox.com>
Closes: PR kern/2964
Notes:
svn path=/head/; revision=23981
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23969
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
The following commits already happened but the log message got lost:
Modified Files:
gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc
Removed Files:
gen/realpath.3
Notes:
svn path=/head/; revision=23833
|
| |
|
|
|
|
|
|
|
|
|
| |
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
Notes:
svn path=/head/; revision=23832
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23662
|
| |
|
|
|
|
|
| |
and is now in the same file.
Notes:
svn path=/head/; revision=23661
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=23659
|
| |
|
|
| |
Notes:
svn path=/vendor/CSRG/dist/; revision=23658
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21907
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
Submitted by: John Birrell <jb@cimlogic.com.au>
Notes:
svn path=/head/; revision=21000
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20888
|
| |
|
|
|
|
|
|
|
|
| |
with a NULL pointer (archie)
Explain that minsize is also the smallest alignment.
Submitted by: Archie Cobbs <archie@whistle.com>
Notes:
svn path=/head/; revision=19257
|
| |
|
|
|
|
|
| |
Change standards section to reflect POSIX 1003.1-1990 conformance.
Notes:
svn path=/head/; revision=19196
|
| |
|
|
|
|
|
|
|
| |
Improve chances of troublefree 64bit operation. [imp]
Noticed by: Warner Losh <imp@village.org>
Notes:
svn path=/head/; revision=19191
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD, Thorsten Lockert <tholo@OpenBSD.ORG>
Notes:
svn path=/head/; revision=19189
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add progname to warning/error message layout. (joerg)
Remove inline assembler, no speed impact, not need for the obfuscation (bde)
Remove on the fly calculation of parameters, no longer critical.
Make D & U flags valid even if we don't support them.
Don't call imalloc until we're done initializing.
Zap contents on free() if we have "Junk" set. [*]
Various nitpicking.
[*] As a sideeffect of this change, if you are worried about
sensitive data lingering in memory, you can use the 'Junk' option
now to make sure phkmalloc zaps memory when it is returned. add
char * malloc_options = "J";
to your source. Obviously there is a performance impact.
Notes:
svn path=/head/; revision=19057
|
| |
|
|
|
|
|
| |
with the seed. Old variant will be available via libcompat soon.
Notes:
svn path=/head/; revision=18832
|
| |
|
|
|
|
|
| |
fix sbrk manpage while we're at it.
Notes:
svn path=/head/; revision=18516
|
| |
|
|
|
|
|
| |
Reviewed by: phk
Notes:
svn path=/head/; revision=18495
|
| |
|
|
|
|
|
| |
Submitted by: jdp
Notes:
svn path=/head/; revision=18493
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18480
|
| |
|
|
|
|
|
|
|
|
|
| |
Various neat features added. More documentation in the manpage.
If your machine has very little RAM, I guess that would be < 16M
these days :-(, you may want to try this:
ln -fs 'H<' /etc/malloc.conf
check the manpage.
Notes:
svn path=/head/; revision=18479
|
| |
|
|
|
|
|
|
|
|
| |
as done after a quasi-recursive call to free() had modified what we
thought we knew about the last chunk of pages.
This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr,
then make would coredump in the lpd directory.
Notes:
svn path=/head/; revision=18333
|
| |
|
|
|
|
|
| |
pointers of type `void *'. Warn about this in future.
Notes:
svn path=/head/; revision=17971
|
| |
|
|
|
|
|
|
|
|
|
| |
in a bunch of man pages.
Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros
instead of explicitly specifying the version in the text
in a bunch of man pages.
Notes:
svn path=/head/; revision=17782
|
| |
|
|
|
|
|
| |
of .Nm when referencing funciton names.
Notes:
svn path=/head/; revision=17780
|
| |
|
|
|
|
|
| |
minor cleanup.
Notes:
svn path=/head/; revision=17748
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16941
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16228
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by W.Richard Ste vens. EINTR handling suggested by bde@freebsd.org).
Code cleanup:
1. Add missing return type.
2. Replace 'union wait' by int.
3. Use Posix-style signal handling instead of signal().
4. Use fork() instead of deprecated vfork().
5. Block signals before fork()'ing, instead of after.
6. Return -1 if fork() fails, instead of 0.
7. Add EINTR handling for waitpid() call.
Also add claim of Posix conformance to man page.
Notes:
svn path=/head/; revision=16117
|
| |
|
|
|
|
|
|
| |
wrong function type declarations, and wrong argument type
declarations.
Notes:
svn path=/head/; revision=15874
|
| |
|
|
|
|
|
|
| |
This commit covers most of the ANSI library functions. Many others only
need <sys/types.h> because they use u_xxx.
Notes:
svn path=/head/; revision=15312
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14964
|
| |
|
|
|
|
|
|
| |
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
Notes:
svn path=/head/; revision=14855
|
| |
|
|
|
|
|
|
|
|
|
| |
in the main text of various man pages.
Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
Notes:
svn path=/head/; revision=14101
|
| |
|
|
|
|
|
|
|
| |
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes:
svn path=/head/; revision=14038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13750
|
| |
|
|
|
|
|
|
|
| |
Submitted by: John Birrel(L?)
changes for threadsafe operations
Notes:
svn path=/head/; revision=13545
|
| |
|
|
|
|
|
| |
was some datum given).
Notes:
svn path=/head/; revision=13413
|
| |
|
|
|
|
|
| |
Found by: Lars Fredriksen <fredriks@mcs.com>
Notes:
svn path=/head/; revision=13268
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=13123
|