summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* To be able to use printf extensions we need to turn off gcc format checking.pjd2011-03-071-0/+3
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outdas2011-03-071-14/+12
* Remove part of an uncommitted change that snuck into the last commit.das2011-03-071-1/+0
* Remove dead code.dchagin2011-03-071-2/+0
* Remove unnecessary cast.stefanf2011-03-071-1/+1
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* Convert log10f() to use __kernel_log(), which is more accurate and simpler.das2011-03-071-11/+19
* Convert log10() to use __kernel_log(), which is more accurate and simpler.das2011-03-071-38/+16
* Add cexp() and cexpf().das2011-03-075-2/+317
* Add support for printing out the open-loop TX power control EEPROM fields.adrian2011-03-061-2/+22
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-0614-4/+1037
* mbone is no longer a physical categorydougb2011-03-062-2/+0
* The execution of the shebang script requires putting interpreter path,kib2011-03-061-1/+1
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-0614-195/+467
* sh(1): Reduce excessive semicolon-separated sentences.jilles2011-03-061-4/+4
* Make this makefile a little more make-like (e.g. build only things thatnwhitehorn2011-03-061-31/+82
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).trasz2011-03-061-2/+2
* Simplify various code that allowed for sys_signame being lower case.jilles2011-03-062-20/+3
* Because we call __printf_out() with a on-stack buffer, also callpjd2011-03-061-2/+4
* expand_number() needs uint64_t, declare it here if not already declared.pjd2011-03-061-0/+5
* Include stdio.h, so we can include printf.h in any order, as it needs FILE.pjd2011-03-061-0/+1
* Fix various issues in how %#T is handled:pjd2011-03-061-7/+11
* Add some more IDs of HighPoint RocketRAID 64x.mav2011-03-061-0/+2
* - With the addition of TLS support binutils started to make the addendmarius2011-03-062-1/+14
* - Consistently abbreviate the names of the relocations.marius2011-03-062-52/+57
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastmarius2011-03-061-3/+4
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-063-31/+41
* Mention setloginclass(2) in login_class(3).trasz2011-03-061-2/+7
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'vetrasz2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.trasz2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).trasz2011-03-062-2/+100
* Fix libzpool build.pjd2011-03-063-1/+5
* Obligatory first commit to the include myself in the list ofkargl2011-03-061-0/+3
* Add an EEPROM op that extracts out the power table offset.adrian2011-03-062-0/+8
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.pjd2011-03-051-7/+8
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...adrian2011-03-052-4/+11
* Style(9) fix.dchagin2011-03-051-2/+2
* Partially reworked r219042.dchagin2011-03-051-29/+21
* Add two missing vertical bars.gavin2011-03-051-2/+2
* Export login class information via kinfo and make it possible to viewtrasz2011-03-057-3/+37
* sh: Fix some warnings in code for arithmetic expressions.jilles2011-03-052-3/+5
* Regenerate.trasz2011-03-0510-12/+75
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-0516-7/+344
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-052-85/+112
OpenPOWER on IntegriCloud