#
44956c98 |
| 21-Jan-2003 |
Alfred Perlstein <alfred@FreeBSD.org> |
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
0adb6d7a |
| 16-Dec-2002 |
Robert Drehmel <robert@FreeBSD.org> |
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in _KERNEL scope from "src/sys/sys/mchain.h".
Replace each occurrence of the above in _KERNEL scope with the appropriate macro from the
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in _KERNEL scope from "src/sys/sys/mchain.h".
Replace each occurrence of the above in _KERNEL scope with the appropriate macro from the set of hto(be|le)(16|32|64) and (be|le)toh(16|32|64) from "src/sys/sys/endian.h".
Tested by: tjr Requested by: comment marked with XXX
show more ...
|
#
985cce51 |
| 08-Nov-2002 |
John Baldwin <jhb@FreeBSD.org> |
- Change mb_copy_t to take a size_t as the length argument instead of an int. - Change the local variable in smb_copy_iconv() from an int to a size_t.
These make smb_copy_iconv() happy in a 64-bit
- Change mb_copy_t to take a size_t as the length argument instead of an int. - Change the local variable in smb_copy_iconv() from an int to a size_t.
These make smb_copy_iconv() happy in a 64-bit world.
show more ...
|
Revision tags: release/4.7.0_cvs |
|
#
1d9c5696 |
| 01-Oct-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Back our kernel support for reliable signal queues.
Requested by: rwatson, phk, and many others
|
#
70d4d0c0 |
| 30-Sep-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> prototyped functions to get a sigset_t, and further to check for any queued signals, rather than an empty signal set, to go with
Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> prototyped functions to get a sigset_t, and further to check for any queued signals, rather than an empty signal set, to go with the move to signal queues rather than signal sets.
show more ...
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
a30d4b32 |
| 27-Apr-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Move the new byte order function prototypes from <sys/param.h> to <sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
|
#
af9b5e8f |
| 17-Apr-2002 |
Boris Popov <bp@FreeBSD.org> |
Recongnize more error codes returned by W2K servers.
MFC after: 4 days
|
#
a854ed98 |
| 27-Feb-2002 |
John Baldwin <jhb@FreeBSD.org> |
Simple p_ucred -> td_ucred changes to start using the per-thread ucred reference.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
fce6fbfa |
| 02-Dec-2001 |
Boris Popov <bp@FreeBSD.org> |
Pull netsmb requester from the pre-KSE world. This update mostly based on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
|
#
fe98760e |
| 21-Aug-2001 |
Boris Popov <bp@FreeBSD.org> |
Map errdos:67 to the ENOENT.
Obtained from: Mac OS X MFC after: 1 week
|
#
2da5cc6e |
| 21-Aug-2001 |
Boris Popov <bp@FreeBSD.org> |
Remove unnecessary "#if __FreeBSD_version".
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
681a5bbe |
| 10-Apr-2001 |
Boris Popov <bp@FreeBSD.org> |
Import kernel part of SMB/CIFS requester. Add smbfs(CIFS) filesystem.
Userland part will be in the ports tree for a while.
Obtained from: smbfs-1.3.7-dev package.
|