| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename a variable from 'user' to 'userid' to avoid some compiler warnings. | gad | 2002-04-07 | 1 | -5/+5 |
* | Add yet another ATA133 Promise chip. | sos | 2002-04-07 | 2 | -0/+3 |
* | Rearrange all the error returns from sendfile() to make sure the original | gad | 2002-04-07 | 1 | -43/+51 |
* | Reduce the duplication of code for error handling in _aio_aqueue(). | alc | 2002-04-07 | 1 | -19/+7 |
* | Later versions of gcc object very strongly to the -C flag being passed | peter | 2002-04-07 | 1 | -1/+1 |
* | Add net/cvsup-without-gui and print/acroread4 to the disc3 package list. | murray | 2002-04-07 | 1 | -0/+2 |
* | Re-arrange how output filters (of=) are handled for queues going to | gad | 2002-04-07 | 1 | -147/+191 |
* | When checking the alternate superblock, we used to copy any fields | mckusick | 2002-04-07 | 1 | -61/+25 |
* | errx()/strerror() -> err() | jedgar | 2002-04-07 | 1 | -2/+2 |
* | Fix (for the second time) kvm_getprocs() for the case where no | dd | 2002-04-07 | 1 | -0/+26 |
* | Turn on NO_WERROR due to namespace pollution in krb5 headers. | des | 2002-04-07 | 1 | -0/+1 |
* | ia64 depends on ACPICA on actual hardware. It might be worth having a | peter | 2002-04-07 | 1 | -0/+4 |
* | Now that we can thorougly self compile the kernel, stop hard coding the | peter | 2002-04-07 | 1 | -7/+0 |
* | We must not let install(1) strip loader.efi when installing it, or the | peter | 2002-04-07 | 2 | -0/+2 |
* | Set BINDIR | peter | 2002-04-07 | 4 | -0/+4 |
* | Add loader bootforth infrastructure and install it. | peter | 2002-04-07 | 2 | -8/+40 |
* | Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared | peter | 2002-04-07 | 1 | -3/+16 |
* | Minor style cleanup. Remove unneeded includes, and correct or add | dd | 2002-04-07 | 1 | -9/+6 |
* | Add warning about collating order | ache | 2002-04-07 | 1 | -0/+6 |
* | Fix this table, it was completely out of reasonable order | ache | 2002-04-07 | 1 | -42/+32 |
* | Add -lstdc++ to the link args for these C++ tools so that they can be | peter | 2002-04-07 | 21 | -40/+43 |
* | Fix sed(1) in the case where a last line is specified and hold space is not | jmallett | 2002-04-07 | 1 | -3/+5 |
* | Bandaid for LP64 machines where 'warning: cast to pointer from different | peter | 2002-04-07 | 2 | -0/+6 |
* | Change jobref and *ijoblist from int to long in order to avoid | alc | 2002-04-07 | 1 | -3/+3 |
* | Original code bugfixed. This NOT touch old sorting order a bit. | ache | 2002-04-07 | 2 | -12/+14 |
* | Correction to rev 1.1's log: | obrien | 2002-04-06 | 0 | -0/+0 |
* | Break some things used by the front-ends from Makefile.inc that cannot | obrien | 2002-04-06 | 1 | -0/+1 |
* | Build and install collect2. This is needed for some C++ programs. | obrien | 2002-04-06 | 2 | -0/+26 |
* | Break some things out of Makefile.inc that cannot be used build-wide | obrien | 2002-04-06 | 1 | -0/+1 |
* | Iron out some obvious differences between NetBSD's and own version of | joe | 2002-04-06 | 1 | -17/+6 |
* | Show that 'device.hints' is a filename | ue | 2002-04-06 | 1 | -3/+3 |
* | Define away 'Static' when compiling with USB_DEBUG defined, to make it | joe | 2002-04-06 | 1 | -2/+3 |
* | Use the UE_GET_XFERTYPE macro. | joe | 2002-04-06 | 3 | -9/+9 |
* | Use the new features of cdefs.h. | obrien | 2002-04-06 | 1 | -1/+1 |
* | Add prototype for bootpc_init when BOOTP is defined. | marcel | 2002-04-06 | 1 | -0/+4 |
* | Make the previous revision work a little bit better. | obrien | 2002-04-06 | 1 | -7/+23 |
* | Remove some old unused cruft. | joe | 2002-04-06 | 1 | -10/+0 |
* | Fix style. | obrien | 2002-04-06 | 2 | -7/+2 |
* | Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, and | obrien | 2002-04-06 | 1 | -6/+10 |
* | Another step in merging our if_aue driver with NetBSD's. | joe | 2002-04-06 | 3 | -20/+19 |
* | Rename csr_{read,write}_* to cue_csr_{read,write}_*. | joe | 2002-04-06 | 1 | -21/+21 |
* | Remove old sort files to _actually_ build it from contrib sources | ache | 2002-04-06 | 13 | -3384/+0 |
* | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | joe | 2002-04-06 | 6 | -24/+24 |
* | Replace device_t with device_ptr_t. | joe | 2002-04-06 | 3 | -24/+24 |
* | Regenerate. | joe | 2002-04-06 | 2 | -9/+2 |
* | (forced) Previous log message should have read: set WARNS level to 4. | des | 2002-04-06 | 0 | -0/+0 |
* | (forced) Previous log message should have read: temporarily disconnect | des | 2002-04-06 | 0 | -0/+0 |
* | Aggressive cleanup of warnings + authtok-related code in preparation for | des | 2002-04-06 | 8 | -150/+112 |
* | This commit was generated by cvs2svn to compensate for changes in r93982, | des | 2002-04-06 | 8 | -34/+182 |
|\ |
|
| * | MFOpenPAM: a slew of changes, mostly related to pam_get_authtok() (perforce | des | 2002-04-06 | 8 | -34/+182 |