| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correct an oversight: call the MD finalize hook at module unload | jkoshy | 2008-11-15 | 1 | -0/+3 |
* | Fix assertions. | jkoshy | 2008-11-15 | 1 | -6/+9 |
* | Correct an indexing error (a change missed out in #184802). | jkoshy | 2008-11-15 | 1 | -1/+1 |
* | Correct association 0 handling. | mav | 2008-11-15 | 1 | -14/+24 |
* | - Update instructions for Subversion import | rafan | 2008-11-15 | 2 | -31/+12 |
* | - Update ncurses to 5.7-20081102 (5.7 release) and build glue | rafan | 2008-11-15 | 136 | -4397/+7211 |
|\ |
|
| * | - Import ncurses 5.7-20081102 (5.7 release) onto vendor branch | rafan | 2008-11-09 | 132 | -4390/+7196 |
| * | - Remove svn:keywords on unmodified vendor code | rafan | 2008-11-09 | 0 | -0/+0 |
| * | - Flatten the vendor area | rafan | 2008-11-09 | 535 | -0/+0 |
* | | Finish a few more .Dl "quoted" arguments missed in revision 184984 | keramida | 2008-11-15 | 1 | -4/+4 |
* | | Add missing quotes to .Dl arguments. | keramida | 2008-11-15 | 1 | -4/+4 |
* | | First step in cleaning up CIS parsing and /dev/cardbus*.cis: remove | imp | 2008-11-15 | 3 | -38/+42 |
* | | Merge from vendor dist: Bring in a change already in the sendmail | gshapiro | 2008-11-15 | 1 | -1/+1 |
* | | - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. | jkim | 2008-11-15 | 1 | -63/+86 |
* | | Fix compile. I was in the wrong tree when I tested it :-( | ambrisko | 2008-11-14 | 1 | -2/+2 |
* | | When running a 32bit app. on amd64, ensure the bits above 32bit | ambrisko | 2008-11-14 | 1 | -0/+15 |
* | | Switch the default rpc implementation for NFS back to the new code. I believe | dfr | 2008-11-14 | 3 | -9/+0 |
* | | Adapt to accmode_t changes. | trasz | 2008-11-14 | 5 | -13/+13 |
* | | Per request, keep privilege number 20 reserved. | ed | 2008-11-14 | 1 | -0/+1 |
* | | merge fix for boot-time hang on centos' xen | kmacy | 2008-11-14 | 1 | -24/+38 |
* | | repair config file from spamming | kmacy | 2008-11-14 | 1 | -0/+6 |
* | | Fix world | ps | 2008-11-14 | 2 | -2/+2 |
* | | Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition | obrien | 2008-11-14 | 1 | -1/+1 |
* | | When repeatedly accessing a thread credential, cache the credential | rwatson | 2008-11-14 | 3 | -42/+48 |
* | | Hide the attach message. This needs to be done in the probe as well, as | n_hibma | 2008-11-13 | 1 | -6/+23 |
* | | Silence detach messages if the device has marked itself quiet (u3g). | n_hibma | 2008-11-13 | 2 | -13/+16 |
* | | Add a reset device command to ugen.c. | n_hibma | 2008-11-13 | 5 | -10/+19 |
* | | Use strlcpy() instead of strcpy(). | ed | 2008-11-13 | 1 | -1/+2 |
* | | Add ADMA, SATA and SAS mass storage subclasses reporting. | mav | 2008-11-13 | 1 | -0/+3 |
* | | Add ADMA, SATA and SAS mass storage subclasses. | mav | 2008-11-13 | 1 | -0/+3 |
* | | Convert telnetd(8) to use posix_openpt(2). | ed | 2008-11-13 | 3 | -37/+23 |
* | | For now on every 10 cyclinder groups flush the buffer cache to free | ambrisko | 2008-11-13 | 1 | -0/+4 |
* | | One more piece to add to make sense data work for a user app. from LSI. | ambrisko | 2008-11-13 | 1 | -0/+10 |
* | | Tweak -mdoc usage. | jkoshy | 2008-11-13 | 3 | -7/+7 |
* | | Fix whitespace. | emaste | 2008-11-13 | 1 | -3/+2 |
* | | Use the remote address for access control, not the local address. This fixes | dfr | 2008-11-13 | 2 | -2/+45 |
* | | Temporarily switch NFS back to the old RPC code while I try to diagnose and | dfr | 2008-11-13 | 4 | -4/+13 |
* | | 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 |
* | | Add myself to the src committers list, with Diomidis as the mentor. | versus | 2008-11-13 | 1 | -0/+3 |
* | | Fix Rx/Tx checksum offload ioctl handling. Now checksum offload | yongari | 2008-11-13 | 1 | -7/+9 |
* | | This is being committed from a sparc64 (US-III, thanks Marius!) that | kensmith | 2008-11-13 | 1 | -0/+1 |
* | | The audit queue limit variables are size_t, so use size_t for the audit | rwatson | 2008-11-13 | 2 | -4/+4 |
* | | - Fix from jhb for failing I/O request when bus_dmamap_load fails. | ambrisko | 2008-11-12 | 5 | -30/+85 |
* | | Various style and whitespace fixes. Previously parts of this file used | jhb | 2008-11-12 | 1 | -363/+371 |
* | | Add opt_inet.h which has been needed since r184718, which had | bz | 2008-11-12 | 1 | -1/+1 |
* | | Add opt_inet.h which has been needed since r184717 introducing | bz | 2008-11-12 | 1 | -1/+1 |