| Commit message (Expand) | Author | Age | Files | Lines |
| * | On i386, the primary function that SYSCALL() generates is with the | Peter Wemm | 2008-11-15 | 3 | -3/+3 |
| * | - Document the class name prefix for these PMCs. | Joseph Koshy | 2008-11-15 | 1 | -1/+22 |
| * | - Update ncurses to 5.7-20081102 (5.7 release) and build glue | Rong-En Fan | 2008-11-15 | 2 | -2/+9 |
| * | Tweak -mdoc usage. | Joseph Koshy | 2008-11-13 | 3 | -7/+7 |
| * | Document UMASK values, fix errors. | Joseph Koshy | 2008-11-13 | 1 | -62/+62 |
| * | Fix typos, document UMASK values. | Joseph Koshy | 2008-11-13 | 1 | -53/+54 |
| * | Remove duplicates, fix errors and document UMASK values. | Joseph Koshy | 2008-11-13 | 1 | -54/+47 |
| * | Document the alternate event names supported for "architectural" PMC events. | Joseph Koshy | 2008-11-12 | 3 | -25/+74 |
| * | Use spellings that are close to vendor documentation. | Joseph Koshy | 2008-11-12 | 1 | -3/+3 |
| * | Several cleanups related to pipe(2). | Ed Schouten | 2008-11-11 | 1 | -6/+1 |
| * | style(9) fixes. | Sean Farley | 2008-11-11 | 1 | -20/+14 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 7 | -15/+8 |
| * | Add one more EACCES clause to rename.2. | Edward Tomasz Napierala | 2008-11-07 | 1 | -0/+5 |
| * | Eliminate dead declarations in libstand. | Rafal Jaworowski | 2008-11-06 | 1 | -4/+0 |
| * | Support kernel crash mini dumps on ARM architecture. | Rafal Jaworowski | 2008-11-06 | 4 | -4/+286 |
| * | Merge latest DTrace changes from Perforce. | Craig Rodrigues | 2008-11-05 | 2 | -3/+10 |
| * | Like many other functions that handle sockaddrs, realhostname_sa() takes a | Dag-Erling Smørgrav | 2008-11-05 | 1 | -5/+18 |
| * | Comment out WARNS. There are too many alignment issues in libutil. | Dag-Erling Smørgrav | 2008-11-05 | 1 | -1/+1 |
| * | Disconnect gr_util.c from the build. It isn't documented or used anywhere | Dag-Erling Smørgrav | 2008-11-05 | 1 | -1/+1 |
| * | libutil now builds at WARNS level 6. | Dag-Erling Smørgrav | 2008-11-04 | 1 | -0/+2 |
| * | Add missing header. | Dag-Erling Smørgrav | 2008-11-04 | 1 | -0/+1 |
| * | Avoid assigning a const char * to a char *. | Dag-Erling Smørgrav | 2008-11-04 | 2 | -10/+10 |
| * | Bring in USB4BSD, Hans Petter Selasky rework of the USB stack | Alfred Perlstein | 2008-11-04 | 12 | -0/+6375 |
| * | Replace the non-standard disclaimer with the standard one from /COPYRIGHT | Warner Losh | 2008-11-04 | 19 | -152/+152 |
| * | Revert to preferring mmap(2) over sbrk(2) when mapping memory, due to | Jason Evans | 2008-11-03 | 2 | -13/+18 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 4 | -12/+130 |
| * | Add the ffsll and flsll functions. These are ffs and fls operating | Konstantin Belousov | 2008-11-03 | 5 | -8/+122 |
| * | Fix style. | Konstantin Belousov | 2008-11-03 | 1 | -1/+1 |
| * | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | Xin LI | 2008-11-03 | 2 | -68/+46 |
| * | Add missing END() macros, as per rev 184547 for amd64. The lack of these | Peter Wemm | 2008-11-02 | 43 | -4/+59 |
| * | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm | 2008-11-02 | 27 | -4/+46 |
| * | Correct the documented declaration of the archive_write_callback to | Tim Kientzle | 2008-11-01 | 1 | -2/+2 |
| * | In example use of err(3) and errx(3), use sysexits(3) constants. | Robert Watson | 2008-10-31 | 1 | -4/+5 |
| * | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | Xin LI | 2008-10-30 | 1 | -1/+1 |
| * | Remove unneeded call to revoke() inside openpty(). | Ed Schouten | 2008-10-28 | 1 | -4/+0 |
| * | Supply a valid Connect ID when issuing XPT_DEV_MATCH, which | Marius Strobl | 2008-10-27 | 1 | -0/+3 |
| * | Finish what revision 1.40 started. Revision 1.40 removed a false statement | Alan Cox | 2008-10-24 | 1 | -8/+6 |
| * | Don't fail mistakenly with -r when we already have the whole file. | Ruslan Ermilov | 2008-10-24 | 1 | -0/+1 |
| * | Fix a typo. | Roman Divacky | 2008-10-23 | 1 | -1/+1 |
| * | Fix a typo. q is already a pointer. | Konstantin Belousov | 2008-10-22 | 1 | -1/+1 |
| * | Remove doubtful structure definition with variable array members. | Konstantin Belousov | 2008-10-22 | 1 | -67/+75 |
| * | Move va_end() up | Dag-Erling Smørgrav | 2008-10-21 | 1 | -1/+1 |
| * | If we don't know the file size, leave the file size unset. | Tim Kientzle | 2008-10-21 | 3 | -14/+28 |
| * | Diff reduction against Varnish, including one important fix: use a shared | Dag-Erling Smørgrav | 2008-10-20 | 1 | -12/+12 |
| * | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | Dag-Erling Smørgrav | 2008-10-20 | 2 | -13/+16 |
| * | pidfile(3) uses flopen(3) - don't make any assumptions about how the | Dag-Erling Smørgrav | 2008-10-20 | 1 | -9/+8 |
| * | There is no point in releasing a lock on a file which we've unlinked and | Dag-Erling Smørgrav | 2008-10-20 | 1 | -4/+0 |
| * | Since in_lt() and in_lts() are not static, assume that they are intended to | Dag-Erling Smørgrav | 2008-10-20 | 2 | -2/+22 |
| * | Additional style and whitespace fixes. | Dag-Erling Smørgrav | 2008-10-20 | 1 | -1/+3 |
| * | Style and whitespace | Dag-Erling Smørgrav | 2008-10-20 | 1 | -17/+17 |