| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove commented-out WARNS thingy. | des | 2002-04-08 | 1 | -1/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r94209, | des | 2002-04-08 | 50 | -99/+813 |
|\ \
| |/ |
|
| * | Vendor import of OpenPAM Cinchona. | des | 2002-04-08 | 50 | -99/+813 |
* | | Revive GNU sort | ache | 2002-04-08 | 17 | -0/+4482 |
* | | Add .Fx entries for upcoming 4.6 and forthcoming 4.7. | ru | 2002-04-08 | 1 | -0/+3 |
* | | Align for const poisoning in -lutil. | ru | 2002-04-08 | 4 | -15/+17 |
* | | Const poisoning. | ru | 2002-04-08 | 6 | -28/+26 |
* | | Synch with login/login.c,v 1.81: Switch to OpenPAM. | ru | 2002-04-08 | 1 | -3/+3 |
* | | Change totreq to uint64_t from a long (the PR has an int64_t, which didn't | asmodai | 2002-04-08 | 1 | -3/+4 |
* | | Change ks_calls from int64_t to uint64_t, since it cannot be negative. | asmodai | 2002-04-08 | 1 | -1/+1 |
* | | Removed ispc98 sysctl completely. Applications should understand that | bde | 2002-04-08 | 2 | -6/+0 |
* | | Solve the problem of spuriously comparing files that were created | dougb | 2002-04-08 | 1 | -0/+3 |
* | | Regenerate. | joe | 2002-04-08 | 2 | -2/+9 |
* | | Add an entry for HP LaserJet 1200. | joe | 2002-04-08 | 1 | -0/+1 |
* | | If used, pam_ssh should be marked "sufficient", not "required". | des | 2002-04-08 | 1 | -1/+1 |
* | | Document the two new options, pre buildworld mode and | dougb | 2002-04-08 | 1 | -1/+12 |
* | | Back out ASCII compatibility and let people face the problems themself | ache | 2002-04-08 | 1 | -32/+42 |
* | | Reword compatibility note | ache | 2002-04-08 | 1 | -3/+2 |
* | | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | phk | 2002-04-08 | 12 | -27/+28 |
* | | Catch up with const'ification of <sys/disklabel.h> and quelch warnings. | phk | 2002-04-08 | 1 | -18/+13 |
* | | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-08 | 2 | -0/+2 |
* | | Remove 3 instances of vm_zone.h inclusion. | phk | 2002-04-08 | 3 | -3/+0 |
* | | In reverence of the 3rd X11 development rule: | phk | 2002-04-08 | 5 | -9/+0 |
* | | Fix style of ether_ntoa(). | ru | 2002-04-08 | 1 | -3/+3 |
* | | Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option. | ru | 2002-04-08 | 1 | -1/+2 |
* | | Put back dumppcb, but this time we put a comment to tell what it is for. | phk | 2002-04-08 | 1 | -4/+12 |
* | | Print DRQ resource in boot message. | takawata | 2002-04-08 | 1 | -0/+1 |
* | | Change the vm_zone calls over to uma calls. Remove the reference to the | jeff | 2002-04-08 | 1 | -9/+9 |
* | | Don't set WARNS to 2, we're default compatible now. | phk | 2002-04-08 | 2 | -2/+0 |
* | | Add a mechanism to disable buckets when the v_free_count drops below | jeff | 2002-04-08 | 1 | -6/+29 |
* | | Explain how to double-check that the partitions do end on a cylinder | ue | 2002-04-08 | 1 | -0/+11 |
* | | Don't release the zone lock until after the dtor has been called. As far as I | jeff | 2002-04-08 | 1 | -3/+3 |
* | | Restructure aio_return() to eliminate duplicated code and facilitate Giant | alc | 2002-04-08 | 1 | -21/+15 |
* | | Implement uma_zdestroy(). It's prototype changed slightly. I decided that I | jeff | 2002-04-08 | 2 | -30/+78 |
* | | There's only one socket zone so we don't need to remember it | hsu | 2002-04-08 | 2 | -3/+1 |
* | | Rework most of the bucket allocation and free code so that per cpu locks are | jeff | 2002-04-08 | 2 | -215/+193 |
* | | Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when I | imp | 2002-04-08 | 1 | -1/+1 |
* | | Spelling correction; s/seperate/separate/g | jeff | 2002-04-07 | 2 | -2/+2 |
* | | There should be no remaining references to these two files in the tree. If | jeff | 2002-04-07 | 2 | -631/+0 |
* | | This fixes a bug where isitem never got set to 1 if a certain chain of events | jeff | 2002-04-07 | 1 | -0/+2 |
* | | This makes ppbus childs like lpt and ppi succesfully connect to more | ticso | 2002-04-07 | 7 | -7/+7 |
* | | Reorganize pam_sm_authenticate() to reduce code duplication. | des | 2002-04-07 | 1 | -59/+22 |
* | | GC the "dumplo" variable, which is no longer used. | phk | 2002-04-07 | 8 | -8/+0 |
* | | Regenerate. | wpaul | 2002-04-07 | 1 | -1/+6 |
* | | Teach the rlphy driver how to do parallel link detection. If the link partner | wpaul | 2002-04-07 | 3 | -1/+128 |
* | | Fix bug in previous commit that passed the wrong default value to | des | 2002-04-07 | 1 | -6/+8 |
* | | Fix handling of undefined variables. | luigi | 2002-04-07 | 1 | -2/+6 |
* | | General white space cleanup, to synchronise with NetBSD. | joe | 2002-04-07 | 1 | -26/+36 |
* | | MFNetBSD: | joe | 2002-04-07 | 1 | -3/+3 |
* | | MFNetBSD: | joe | 2002-04-07 | 1 | -2/+2 |