Author: trasz
Date: Sun Mar 6 08:35:50 2011
New Revision: 219322
URL: http://svn.freebsd.org/changeset/base/219322
Log:
Add manual page for getloginclass(2) and setloginclass(2).
Added:
head/lib/libc/sys/getloginclass.2 (contents, props changed)
Modified:
head/lib/libc/sys/Makefile.inc
Author: trasz
Date: Sun Mar 6 08:52:59 2011
New Revision: 219326
URL: http://svn.freebsd.org/changeset/base/219326
Log:
Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.
Suggested by: kib
Modified:
head/lib/libc/sys/Symbol.map
Modified: head/lib/libc/sys/Symbol.map
==
Author: trasz
Date: Sun Mar 6 08:55:36 2011
New Revision: 219327
URL: http://svn.freebsd.org/changeset/base/219327
Log:
Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should've
been added in the first place.
Modified:
head/lib/libc/sys/Symbol.map
Modified: head/lib/lib
Author: trasz
Date: Sun Mar 6 08:56:44 2011
New Revision: 219328
URL: http://svn.freebsd.org/changeset/base/219328
Log:
Mention setloginclass(2) in login_class(3).
Modified:
head/lib/libutil/login_class.3
Modified: head/lib/libutil/login_class.3
=
Author: marius
Date: Sun Mar 6 12:48:15 2011
New Revision: 219335
URL: http://svn.freebsd.org/changeset/base/219335
Log:
- Allocate the DMA memory shared between the host and the controller as
coherent.
- Add some missing bus_dmamap_sync() calls. This includes putting such
calls befor
Author: marius
Date: Sun Mar 6 12:54:00 2011
New Revision: 219336
URL: http://svn.freebsd.org/changeset/base/219336
Log:
- Allocate the DMA memory used for the work area as coherent as at least
the ataahci(4) and atamarvell(4) drivers share it between the host and
the controller.
- Sp
Author: marius
Date: Sun Mar 6 13:06:41 2011
New Revision: 219337
URL: http://svn.freebsd.org/changeset/base/219337
Log:
Add missing bus_dmamap_sync() calls for the work DMA map.
MFC after:2 weeks
Modified:
head/sys/dev/ata/chipsets/ata-ahci.c
Modified: head/sys/dev/ata/chipsets/at
Author: marius
Date: Sun Mar 6 13:08:25 2011
New Revision: 219338
URL: http://svn.freebsd.org/changeset/base/219338
Log:
Add missing bus_dmamap_sync() calls for the work DMA map.
MFC after:2 weeks
Modified:
head/sys/dev/ata/chipsets/ata-siliconimage.c
Modified: head/sys/dev/ata/chi
Author: marius
Date: Sun Mar 6 13:25:46 2011
New Revision: 219339
URL: http://svn.freebsd.org/changeset/base/219339
Log:
- Consistently abbreviate the names of the relocations.
- End sentences with dots.
- Fix whitespace.
Modified:
head/libexec/rtld-elf/sparc64/reloc.c
head/sys/sparc64
Author: marius
Date: Sun Mar 6 15:20:11 2011
New Revision: 219340
URL: http://svn.freebsd.org/changeset/base/219340
Log:
- With the addition of TLS support binutils started to make the addend
values for resolved symbols relative to relocbase instead of sections
so detect this case and h
Author: mav
Date: Sun Mar 6 16:10:39 2011
New Revision: 219341
URL: http://svn.freebsd.org/changeset/base/219341
Log:
Add some more IDs of HighPoint RocketRAID 64x.
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
Author: pjd
Date: Sun Mar 6 17:43:32 2011
New Revision: 219342
URL: http://svn.freebsd.org/changeset/base/219342
Log:
Fix various issues in how %#T is handled:
- If precision is 0, don't print period followed by no digits.
- If precision is 0 stop printing units as soon as possible
(eg.
Author: pjd
Date: Sun Mar 6 17:45:37 2011
New Revision: 219343
URL: http://svn.freebsd.org/changeset/base/219343
Log:
Include stdio.h, so we can include printf.h in any order, as it needs FILE.
MFC after:2 weeks
Modified:
head/include/printf.h
Modified: head/include/printf.h
==
Author: pjd
Date: Sun Mar 6 17:46:06 2011
New Revision: 219344
URL: http://svn.freebsd.org/changeset/base/219344
Log:
expand_number() needs uint64_t, declare it here if not already declared.
MFC after:3 days
Modified:
head/lib/libutil/libutil.h
Modified: head/lib/libutil/libutil.h
Author: pjd
Date: Sun Mar 6 19:47:46 2011
New Revision: 219346
URL: http://svn.freebsd.org/changeset/base/219346
Log:
Because we call __printf_out() with a on-stack buffer, also call
__printf_flush() so we are sure it won't be referenced after we return.
MFC after:2 weeks
Modified:
Author: jilles
Date: Sun Mar 6 19:50:47 2011
New Revision: 219347
URL: http://svn.freebsd.org/changeset/base/219347
Log:
Simplify various code that allowed for sys_signame being lower case.
This was changed in r218285.
Modified:
head/usr.bin/killall/killall.c
head/usr.bin/truss/main.c
Author: trasz
Date: Sun Mar 6 20:12:09 2011
New Revision: 219348
URL: http://svn.freebsd.org/changeset/base/219348
Log:
Temporarily revert r219272; it breaks acl_is_trivial_np(3).
Modified:
head/sys/kern/subr_acl_nfs4.c
Modified: head/sys/kern/subr_acl_nfs4.c
===
Author: nwhitehorn
Date: Sun Mar 6 21:19:33 2011
New Revision: 219349
URL: http://svn.freebsd.org/changeset/base/219349
Log:
Make this makefile a little more make-like (e.g. build only things that
need to be rebuilt) and add an FTP-area target. Next will be docs and
memstick builds.
Modifi
Author: jilles
Date: Sun Mar 6 21:20:53 2011
New Revision: 219350
URL: http://svn.freebsd.org/changeset/base/219350
Log:
sh(1): Reduce excessive semicolon-separated sentences.
Reported by: Benjamin Kaduk
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
===
Author: pjd
Date: Sun Mar 6 22:56:14 2011
New Revision: 219351
URL: http://svn.freebsd.org/changeset/base/219351
Log:
Allow to checksum on-the-wire data using either CRC32 or SHA256.
MFC after:2 weeks
Added:
head/sbin/hastd/crc32.c (contents, props changed)
head/sbin/hastd/crc32
Author: kib
Date: Sun Mar 6 22:59:30 2011
New Revision: 219352
URL: http://svn.freebsd.org/changeset/base/219352
Log:
The execution of the shebang script requires putting interpreter path,
possible option and script path in the place of argv[0] supplied to
execve(2). It is possible and val
Author: dougb
Date: Sun Mar 6 23:01:02 2011
New Revision: 219353
URL: http://svn.freebsd.org/changeset/base/219353
Log:
mbone is no longer a physical category
Submitted by: pav
Modified:
head/share/examples/cvsup/cvs-supfile
head/share/examples/cvsup/ports-supfile
Modified: head/shar
Author: pjd
Date: Sun Mar 6 23:09:33 2011
New Revision: 219354
URL: http://svn.freebsd.org/changeset/base/219354
Log:
Allow to compress on-the-wire data using two algorithms:
- HOLE - it simply turns all-zero blocks into few bytes header;
it is extremely fast, so it is turned on by de
Author: adrian
Date: Sun Mar 6 23:15:24 2011
New Revision: 219355
URL: http://svn.freebsd.org/changeset/base/219355
Log:
Add support for printing out the open-loop TX power control EEPROM fields.
Modified:
head/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
Modified: head/tools/tools/a
Author: das
Date: Mon Mar 7 03:09:24 2011
New Revision: 219359
URL: http://svn.freebsd.org/changeset/base/219359
Log:
Add cexp() and cexpf().
Reviewed by: bde (earlier version)
Added:
head/lib/msun/man/cexp.3 (contents, props changed)
head/lib/msun/src/s_cexp.c (contents, props c
Author: das
Date: Mon Mar 7 03:11:27 2011
New Revision: 219360
URL: http://svn.freebsd.org/changeset/base/219360
Log:
Convert log10() to use __kernel_log(), which is more accurate and simpler.
Modified:
head/lib/msun/src/e_log10.c
Modified: head/lib/msun/src/e_log10.c
==
Author: das
Date: Mon Mar 7 03:12:08 2011
New Revision: 219361
URL: http://svn.freebsd.org/changeset/base/219361
Log:
Convert log10f() to use __kernel_log(), which is more accurate and simpler.
Modified:
head/lib/msun/src/e_log10f.c
Modified: head/lib/msun/src/e_log10f.c
===
Author: das
Date: Mon Mar 7 03:15:49 2011
New Revision: 219362
URL: http://svn.freebsd.org/changeset/base/219362
Log:
Add some tests for cexp() and cexpf(). (I need to clean up all of
these tests some day, but in the mean time, they're a useful sanity
check for future changes.)
Added:
h
Author: stefanf
Date: Mon Mar 7 07:31:15 2011
New Revision: 219363
URL: http://svn.freebsd.org/changeset/base/219363
Log:
Remove unnecessary cast.
Reviewed by: jilles
Modified:
head/bin/sh/arith_yylex.c
Modified: head/bin/sh/arith_yylex.c
==
29 matches
Mail list logo