| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
of .Nm when referencing funciton names.
|
|
|
|
|
|
| |
Closes PR# 1170.
Submitted by: James Raynard <jraynard@dial.pipex.com>
|
|
|
|
|
| |
fixups for makefiles
and for Thread-safe sycalls
|
|
|
|
|
|
|
|
| |
note that at_shutdown has a new parameter to indicate When
during a shutdown the callout should be made. also
add a RB_POWEROFF flag to reboot "howto" parameter..
tells the reboot code in our at_shutdown module to turn off the UPS
and kill the power. bound to be useful eventually on laptops
|
| |
|
| |
|
|
|
|
|
|
|
| |
less confusing.
Reviewed by: bde
Partially obtained from: NetBSD-bugs
|
|
|
|
| |
minor cleanup.
|
|
|
|
| |
for multiple packages at the same time.
|
|
|
|
|
| |
be zero'd only if the operation *fails*, indicating that the file
starting offset is effectively zero. This makes more sense.
|
|
|
|
|
| |
codes.
Submitted-By: Archie Cobbs <archie@whistle.com>
|
|
|
|
| |
Move comment up to place
|
|
|
|
| |
Add comment describing how upper half of table made
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).
I've created a new header (pthread_np.h) for the non-POSIX stuff.
The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.
also:
Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.
also:
I should have sent this diff with the pthread(3) man page.
It allows people to type
make -DWANT_LIBC_R world
to get libc_r built with the rest of the world. I put this in the
pthread(3) man page. The default is still not to build libc_r.
also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of parsing /etc/ethers manually. This allows it to read NIS.
|
|
|
|
| |
one was a mess. (I was in a 'talk' session at the time, can you tell? :-)
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
|
|
| |
Version 6. Close PR #1490
Obtained from: Peter H. Saulus in `A Quarter Century of UNIX', page 50
|
|
|
|
|
| |
Mine was just a "let's move on" kinda fix, Peter's does it right. :)
Submitted-by: peter
|
| |
|
| |
|
|
|
|
|
|
|
| |
I was perplexed when an example I'd written to show the values for these
variables changing as an xterm window was resized didn't work, and looking
into it I see that size tracking for LINES and COLS seems to be one SVR4
enhancement which didn't come across with libncurses.
|
| |
|
| |
|
|
|
|
|
| |
`a' (I'm using this code as a test for something else, and just happened
to add this in the process :).
|
| |
|
|
|
|
|
|
|
|
|
| |
refilled) a file that was either line- or un-buffered, all files were
flushed. According to the code comment, the flush (according to ANSI)
is supposed to happen on write + line buffered output files, not _all_
files.
Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
needed (much more than I think initially), so I forced to add
new user-visible non-standard function to libc.
|
|
|
|
|
|
|
|
|
| |
set sin_len
close one ftp port bounce attack
have rresvport() use bindresvport() rather than duplicate the code,
rresvport() is a superset of bindresvport().
Obtained from: OpenBSD / Jason Downs / Theo de Raadt, minor tweaks by me.
|
|
|
|
|
|
| |
now built into bind(2).
Obtained from: OpenBSD / Jason Downs / Theo de Raadt
|
|
|
|
| |
(Noticed when comparing to OpenBSD source)
|
|
|
|
| |
8bit cleanup
|
| |
|