| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=127073
|
|
|
|
| |
Notes:
svn path=/head/; revision=127072
|
|
|
|
| |
Notes:
svn path=/head/; revision=127071
|
|
|
|
| |
Notes:
svn path=/head/; revision=127070
|
|
|
|
| |
Notes:
svn path=/head/; revision=127069
|
|
|
|
| |
Notes:
svn path=/head/; revision=127068
|
|
|
|
| |
Notes:
svn path=/head/; revision=127067
|
|
|
|
|
|
|
|
|
| |
mini-layer. I don't have time to bing it forward into the GEOM world, and
no one else has stepped forward to claim it. It'll be in the Attic for safe
keeping for now.
Notes:
svn path=/head/; revision=127066
|
|
|
|
|
|
|
| |
the log, even when not verbose.
Notes:
svn path=/head/; revision=127065
|
|
|
|
| |
Notes:
svn path=/head/; revision=127064
|
|
|
|
|
|
|
| |
Noticed by: ru
Notes:
svn path=/head/; revision=127063
|
|
|
|
|
|
|
|
|
|
|
| |
Use kern_open() to implement creat() rather than taking the long route
through open(). Mark creat as MPSAFE.
While I'm at it, mark nosys() (syscall 0) as MPSAFE, for all the
difference it will make.
Notes:
svn path=/head/; revision=127062
|
|
|
|
| |
Notes:
svn path=/head/; revision=127061
|
|
|
|
| |
Notes:
svn path=/head/; revision=127060
|
|
|
|
|
|
|
| |
linprocfs doesn't support the old mount interface.
Notes:
svn path=/head/; revision=127059
|
|
|
|
|
|
|
| |
linprocfs filesystems.
Notes:
svn path=/head/; revision=127058
|
|
|
|
|
|
|
| |
and mntonname are both MNAMELEN characters long, not MFSNAMELEN.
Notes:
svn path=/head/; revision=127057
|
|
|
|
|
|
|
|
|
|
| |
PR: bin/64321
Submitted by: Rodney Ruddock <rodney@interopsystems.com>
MFOpenBSD: rev 1.17
MFC after: 3 days
Notes:
svn path=/head/; revision=127055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
set it to avoid the need for a bunch of code that tests whether or
not the lock member is set to REQ_WIRED in order to determine which
length member should be used.
Fix another bug in the oldlen return value code.
Fix a potential wired memory leak if a sysctl handler uses
sysctl_wire_old_buffer() and returns an EAGAIN error to trigger
a retry.
Notes:
svn path=/head/; revision=127052
|
|
|
|
|
|
|
| |
arl(4) for Aironet Arlan 655 wireless adapters.
Notes:
svn path=/head/; revision=127051
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If vslock() returns ENOMEM, sysctl_wire_old_buffer() should set
wiredlen to zero and return zero (success) so that the handler will
operate according to sysctl(3):
The size of the buffer is given by the location specified by
oldlenp before the call, and that location gives the amount
of data copied after a successful call and after a call that
returns with the error code ENOMEM.
The handler will return an ENOMEM error because the zero length
buffer will overflow.
Notes:
svn path=/head/; revision=127050
|
|
|
|
| |
Notes:
svn path=/head/; revision=127049
|
|
|
|
| |
Notes:
svn path=/head/; revision=127048
|