| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Notes:
svn path=/head/; revision=127135
|
|
|
|
| |
Notes:
svn path=/head/; revision=127134
|
|
|
|
|
|
|
|
|
|
|
| |
appropriate default values. Document it in the manpage.
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Abstains: bde
Notes:
svn path=/head/; revision=127133
|
|
|
|
| |
Notes:
svn path=/head/; revision=127131
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=127129
|
| |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=127128
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127127
|
| |
| |
| |
| |
| |
| |
| | |
o misc format fixes
Notes:
svn path=/head/; revision=127126
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127125
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127124
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Without this fix it is possible to cheat policies like:
- sysctl security.bsd.see_other_[gu]ids=0,
- mac_seeotheruids(4),
- jail(2)
and get full processes list with their arguments.
This problem exists from revision 1.62 of kern_proc.c when it was
introduced.
Reviewed by: nectar, rwatson.
Notes:
svn path=/head/; revision=127123
|
| |
| |
| |
| |
| |
| |
| |
| | |
Inspired by: Day spent hiking to hot springs in Taiwan
Powered by: Asia BSDCon 2004
Notes:
svn path=/head/; revision=127122
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127121
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127120
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127119
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=127115
|
| |
| |
| |
| |
| |
| |
| | |
Obtained from: OpenSSL CVS (http://cvs.openssl.org/chngview?cn=12033)
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=127114
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: docs/63984
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 1 day
Notes:
svn path=/head/; revision=127113
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127112
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127111
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127110
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
woken up in the middle of sleeping.
PR: misc/64347
Reviewed by: tjr
MFC after: 7 days
Notes:
svn path=/head/; revision=127108
|
| |
| |
| |
| |
| |
| |
| | |
Suggested by: ru
Notes:
svn path=/head/; revision=127107
|
| |
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=127106
|
| |
| |
| |
| |
| |
| |
| | |
<gnu/regex.h> vs. just <regex.h>.
Notes:
svn path=/head/; revision=127104
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127103
|
| |
| |
| |
| |
| |
| |
| | |
in return value not in errno.
Notes:
svn path=/head/; revision=127102
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
system that they intend to upgrade to 64-bit time_t.
Noticed by: Roderick van Domburg
Notes:
svn path=/head/; revision=127101
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ferror(), fileno() and clearerr(), using the value of __isthreaded to
decide between the fast inline single-threaded code and the more
general function equivalent. This gives most of the performance
benefits of the old unsafe macros while preserving thread safety.
Notes:
svn path=/head/; revision=127100
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
as the process that opens tun_softc can exit before the file
descriptor is closed.
Taiwan experience provided by: keichii
Crashing breakers provided by: Chia-liang Kao <clkao@clkao.org>
Notes:
svn path=/head/; revision=127099
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(tap_pid, tap_flags). if_tap should now be entirely MPSAFE.
Committed from: Bamboo house by ocean in Taiwan
Tropical paradise provided by: Chia-liang Kao <clkao@clkao.org>
Notes:
svn path=/head/; revision=127098
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Man pages fixes.
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
Notes:
svn path=/head/; revision=127097
|
| |
| |
| |
| |
| |
| |
| | |
libdisk's u_long->d_addr_t change.
Notes:
svn path=/head/; revision=127096
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
group block locked. If filesystem has any active snapshots, bawrite
can come back trying to allocate new snapshot data block from the same
cylinder group and cause panic due to recursive lock attempt.
PR: 64206
Reviewed by: mckusick
Tested by: pjd
Notes:
svn path=/head/; revision=127095
|
| |
| |
| |
| |
| |
| |
| |
| | |
The result isn't quite knf, but it's knfer than the original, and far
more consistent.
Notes:
svn path=/head/; revision=127094
|
| |
| |
| |
| |
| |
| |
| | |
Pointed out by: ru
Notes:
svn path=/head/; revision=127093
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127092
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127091
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127088
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127087
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
dependent function by the same name and a machine-independent function,
sf_buf_mext(). Aside from the virtue of making more of the code machine-
independent, this change also makes the interface more logical. Before,
sf_buf_free() did more than simply undo an sf_buf_alloc(); it also
unwired and if necessary freed the page. That is now the purpose of
sf_buf_mext(). Thus, sf_buf_alloc() and sf_buf_free() can now be used
as a general-purpose emphemeral map cache.
Notes:
svn path=/head/; revision=127086
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
might be enqueued on a sleep queue but not be asleep when the timeout fires
if it is blocked on a lock trying to check for pending signals before going
to sleep. In the case of fixing up the TDF_TIMEOUT race, however, the
thread must be marked asleep.
Reported by: kan (the bogus one)
Notes:
svn path=/head/; revision=127085
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: conf/51830
Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net>
MFC after: 1 week
Notes:
svn path=/head/; revision=127084
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127082
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
addresses. For arch's with 64-bit longs, this is a nop, but for i386 this
allows sysinstall to properly handle disks and filesystems > 1 TB.
Changes from the original patch include:
- Use d_addr_t rather than inventing a blkcnt type based on int64_t.
- Use strtoimax() rather than strtoull() to parse d_addr_t's from config
files.
- Use intmax_t casts and %jd rather than %llu to printf d_addr_t values.
Tested on: i386
Tested by: kuriyama
Submitted by: julian
MFC after: 1 month
Notes:
svn path=/head/; revision=127081
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127080
|
| |
| |
| |
| |
| |
| |
| | |
raid(4) removal.
Notes:
svn path=/head/; revision=127079
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o Add a -D option to not attempt to create the home directory.
o Treat the /nonexistent home directory specially. It means the user has
no home directory and it should not be created.
o Update Copyright year and my email.
Notes:
svn path=/head/; revision=127076
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127075
|
| |
| |
| |
| |
| |
| |
| |
| | |
'generic' OpenFirmware nexus nodes, since it uses bus_generic_probe.
Maybe the cpu device probe should be MD.
Notes:
svn path=/head/; revision=127074
|