| Commit message (Expand) | Author | Age | Files | Lines |
* | Obey signedness flag in %z case. | delphij | 2008-11-18 | 1 | -1/+1 |
* | When running on a filesystem that lacks ACL support, | kientzle | 2008-11-17 | 1 | -9/+9 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -2/+7 |
* | On i386, the primary function that SYSCALL() generates is with the | peter | 2008-11-15 | 3 | -3/+3 |
* | - Document the class name prefix for these PMCs. | jkoshy | 2008-11-15 | 1 | -1/+22 |
* | - Update ncurses to 5.7-20081102 (5.7 release) and build glue | rafan | 2008-11-15 | 2 | -2/+9 |
* | Tweak -mdoc usage. | jkoshy | 2008-11-13 | 3 | -7/+7 |
* | Document UMASK values, fix errors. | jkoshy | 2008-11-13 | 1 | -62/+62 |
* | Fix typos, document UMASK values. | jkoshy | 2008-11-13 | 1 | -53/+54 |
* | Remove duplicates, fix errors and document UMASK values. | jkoshy | 2008-11-13 | 1 | -54/+47 |
* | Document the alternate event names supported for "architectural" PMC events. | jkoshy | 2008-11-12 | 3 | -25/+74 |
* | Use spellings that are close to vendor documentation. | jkoshy | 2008-11-12 | 1 | -3/+3 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -6/+1 |
* | style(9) fixes. | scf | 2008-11-11 | 1 | -20/+14 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 7 | -15/+8 |
* | Add one more EACCES clause to rename.2. | trasz | 2008-11-07 | 1 | -0/+5 |
* | Eliminate dead declarations in libstand. | raj | 2008-11-06 | 1 | -4/+0 |
* | Support kernel crash mini dumps on ARM architecture. | raj | 2008-11-06 | 4 | -4/+286 |
* | Merge latest DTrace changes from Perforce. | rodrigc | 2008-11-05 | 2 | -3/+10 |
* | Like many other functions that handle sockaddrs, realhostname_sa() takes a | des | 2008-11-05 | 1 | -5/+18 |
* | Comment out WARNS. There are too many alignment issues in libutil. | des | 2008-11-05 | 1 | -1/+1 |
* | Disconnect gr_util.c from the build. It isn't documented or used anywhere | des | 2008-11-05 | 1 | -1/+1 |
* | libutil now builds at WARNS level 6. | des | 2008-11-04 | 1 | -0/+2 |
* | Add missing header. | des | 2008-11-04 | 1 | -0/+1 |
* | Avoid assigning a const char * to a char *. | des | 2008-11-04 | 2 | -10/+10 |
* | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | alfred | 2008-11-04 | 12 | -0/+6375 |
* | Replace the non-standard disclaimer with the standard one from /COPYRIGHT | imp | 2008-11-04 | 19 | -152/+152 |
* | Revert to preferring mmap(2) over sbrk(2) when mapping memory, due to | jasone | 2008-11-03 | 2 | -13/+18 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 4 | -12/+130 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 5 | -8/+122 |
* | Fix style. | kib | 2008-11-03 | 1 | -1/+1 |
* | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | delphij | 2008-11-03 | 2 | -68/+46 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 43 | -4/+59 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 27 | -4/+46 |
* | Correct the documented declaration of the archive_write_callback to | kientzle | 2008-11-01 | 1 | -2/+2 |
* | In example use of err(3) and errx(3), use sysexits(3) constants. | rwatson | 2008-10-31 | 1 | -4/+5 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | delphij | 2008-10-30 | 1 | -1/+1 |
* | Remove unneeded call to revoke() inside openpty(). | ed | 2008-10-28 | 1 | -4/+0 |
* | Supply a valid Connect ID when issuing XPT_DEV_MATCH, which | marius | 2008-10-27 | 1 | -0/+3 |
* | Finish what revision 1.40 started. Revision 1.40 removed a false statement | alc | 2008-10-24 | 1 | -8/+6 |
* | Don't fail mistakenly with -r when we already have the whole file. | ru | 2008-10-24 | 1 | -0/+1 |
* | Fix a typo. | rdivacky | 2008-10-23 | 1 | -1/+1 |
* | Fix a typo. q is already a pointer. | kib | 2008-10-22 | 1 | -1/+1 |
* | Remove doubtful structure definition with variable array members. | kib | 2008-10-22 | 1 | -67/+75 |
* | Move va_end() up | des | 2008-10-21 | 1 | -1/+1 |
* | If we don't know the file size, leave the file size unset. | kientzle | 2008-10-21 | 3 | -14/+28 |
* | Diff reduction against Varnish, including one important fix: use a shared | des | 2008-10-20 | 1 | -12/+12 |
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | des | 2008-10-20 | 2 | -13/+16 |
* | pidfile(3) uses flopen(3) - don't make any assumptions about how the | des | 2008-10-20 | 1 | -9/+8 |
* | There is no point in releasing a lock on a file which we've unlinked and | des | 2008-10-20 | 1 | -4/+0 |