| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug that prevented the deletion of non-default ACLs from being | rwatson | 2002-06-27 | 3 | -3/+3 |
* | A bit of whitespace magic. | rwatson | 2002-06-27 | 3 | -15/+15 |
* | Update my name here, pointed out by grep(1). | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Add these libs from the 4.6-RELEASE. | obrien | 2002-06-27 | 3 | -0/+2152 |
* | Add these libs from the 4.6-RELEASE. | obrien | 2002-06-27 | 3 | -0/+1861 |
* | Resort namespace blocks into a more sensible order. Delete a redundant | wollman | 2002-06-27 | 1 | -8/+7 |
* | Leave it to a non-native speaker of English to catch another typo: "do do" -> | imp | 2002-06-27 | 1 | -1/+1 |
* | Spell less like a 'merkin and more like a speaker of English | imp | 2002-06-27 | 1 | -1/+1 |
* | Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c. | sheldonh | 2002-06-27 | 1 | -1/+3 |
* | Arrgh. Forgot to note that fixes for SA-02:28 have been MFC-ed. | bmah | 2002-06-27 | 2 | -2/+2 |
* | New release notes: RLIMIT_VMEM, zero-copy support, SA-02:28, | bmah | 2002-06-27 | 2 | -2/+62 |
* | Point -CURRENT seekers to a snapshot site that's actually up. | bmah | 2002-06-27 | 1 | -1/+1 |
* | The wrong y/// output got spammed into this file; from green@ indirectly. | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Correct the psl regression test for sed(1)'s now-fixed newline | green | 2002-06-27 | 3 | -0/+8 |
* | GENERIC now builds with -Werror, so remove NO_WERROR. | mux | 2002-06-27 | 1 | -1/+0 |
* | Fix style bugs I added in last commit. | silby | 2002-06-27 | 1 | -4/+4 |
* | Remove pselect from application namespace and instead use a weak reference | deischen | 2002-06-27 | 1 | -1/+3 |
* | Remove improper use of <namespace.h>. | deischen | 2002-06-27 | 1 | -6/+2 |
* | Remove improper use of <namespace.h> | deischen | 2002-06-27 | 1 | -1/+0 |
* | Cross-reference with ffs(7). | chris | 2002-06-27 | 1 | -0/+1 |
* | Warning fixes for 64 bits platforms. With this last fix, | mux | 2002-06-27 | 2 | -2/+2 |
* | Fix for the problem stated below by Tor Egge: | arr | 2002-06-27 | 2 | -2/+2 |
* | Set the UMA_ZONE_VM flag on the pvzone to avoid kmem_map recursion. | jeff | 2002-06-27 | 1 | -1/+1 |
* | Modify bcopy (and memcpy/memmove) so that the length value is not | silby | 2002-06-27 | 1 | -2/+4 |
* | When the -p flag is specified, set an environment variable to the name | wollman | 2002-06-26 | 2 | -12/+30 |
* | Just a comment on some additional consistency checks that could | luigi | 2002-06-26 | 1 | -0/+5 |
* | Avoid using the 64-bit vm_pindex_t in a few places where 64-bit | iedowse | 2002-06-26 | 5 | -18/+21 |
* | Use an explicit cast to avoid relying on sign extension to do the | iedowse | 2002-06-26 | 1 | -2/+2 |
* | Remove the kernel file-size limit for UFS2, so that only the limit | iedowse | 2002-06-26 | 2 | -6/+11 |
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
* | Gut out (by default unused) cruft, and tidy up warnings. | markm | 2002-06-26 | 3 | -170/+22 |
* | Warnings fixes. Sort out some variable types. | markm | 2002-06-26 | 2 | -12/+14 |
* | Revert previous delta, setting the system immutable flag on /var/empty | sheldonh | 2002-06-26 | 1 | -1/+1 |
* | Help fix warnings by marking an argument as unused. | markm | 2002-06-26 | 2 | -0/+2 |
* | Erk, I forgot that regress.in has an ending newline, so change the test for | jmallett | 2002-06-26 | 2 | -5/+2 |
* | Fix an integer overflow that causes fsck_ffs to crash when it | iedowse | 2002-06-26 | 1 | -1/+1 |
* | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | arr | 2002-06-26 | 1 | -11/+2 |
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 2 | -2/+0 |
* | Add 'chflags -R noschg' to the deletion process for the TEMPROOT | dougb | 2002-06-26 | 1 | -1/+2 |
* | Backout previous delta (addition of -I${.CURDIR}/../../sys). | sobomax | 2002-06-26 | 1 | -2/+1 |
* | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | sobomax | 2002-06-26 | 1 | -1/+2 |
* | Tone down the previous delta: don't set the system immutable flag on | sheldonh | 2002-06-26 | 1 | -1/+1 |
* | Initialize a pointer that was left uninitialized with the previous | nectar | 2002-06-26 | 1 | -0/+1 |
* | If CLEANFILES is nil or not defined, do not try to remove it. This happens | jmallett | 2002-06-26 | 1 | -0/+2 |
* | Minor libc internal-only interface change for mapv4v6. | imp | 2002-06-26 | 1 | -1/+1 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 4 | -52/+32 |
* | Indicate that the semicolon that terminates argument lists should be in | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | tjr | 2002-06-26 | 1 | -2/+8 |
* | Don't allow buffer overflow here either. | imp | 2002-06-26 | 1 | -1/+3 |
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |