| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on the extended syntax, which TCP_wrappers has by default, as | markm | 2003-07-24 | 2 | -2/+2 |
* | Remove GCC-specific debugging option. | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 9 | -11/+9 |
* | Missing quotes around a variable. In this case we are only | mtm | 2003-07-24 | 1 | -1/+1 |
* | Don't lint(1) so early in the build. Its OK to keep this for the | markm | 2003-07-24 | 1 | -1/+2 |
* | Forced commit. | markm | 2003-07-24 | 0 | -0/+0 |
* | Get the correct set of cryptographically-infected binaries | markm | 2003-07-24 | 1 | -7/+11 |
* | Make sure that a "make release" (more accurately the bit that makes | markm | 2003-07-24 | 3 | -0/+6 |
* | The POSIX spec also requires that kern_sigtimedwait return | mtm | 2003-07-24 | 1 | -1/+1 |
* | Make the debugging variable that controls dumping of IP over ATM packets | harti | 2003-07-24 | 4 | -10/+19 |
* | Create a sysctl that allows to enable/disable printing of SPANS messages. | harti | 2003-07-24 | 3 | -17/+15 |
* | Replaced the hardcoded target names in the touch(1) commands with | ru | 2003-07-24 | 1 | -15/+15 |
* | Free the UNI vcc to the same zone from where it was allocated from. | harti | 2003-07-24 | 2 | -3/+3 |
* | Now that we have if_detach() don't try to get rid of all the interface | harti | 2003-07-24 | 1 | -95/+5 |
* | Complain about extraneous command line arguments. | des | 2003-07-24 | 1 | -0/+3 |
* | Create a subtree 'harp' of the net sysctl tree. This uses a fixed | harti | 2003-07-24 | 3 | -3/+31 |
* | Forced commit for the MFC. | harti | 2003-07-24 | 0 | -0/+0 |
* | Constify the arguments to several pdu_print functions. | harti | 2003-07-24 | 9 | -33/+18 |
* | Implement cpu_set_upcall and cpu_set_upcall_kse. | davidxu | 2003-07-24 | 1 | -0/+68 |
* | Set fault address to si_addr. | davidxu | 2003-07-24 | 1 | -0/+3 |
* | Add BPF support to HARP network interfaces. This allows one to see | harti | 2003-07-24 | 3 | -0/+37 |
* | Implement _get_curthread and _set_curthread. We use GCCs builtin | marcel | 2003-07-24 | 1 | -1/+6 |
* | Implement casuptr(). | marcel | 2003-07-24 | 2 | -7/+29 |
* | In get_mcontext() and set_mcontext() save and restore the current | marcel | 2003-07-24 | 1 | -3/+15 |
* | Fix rescue build using -j. The problem appears to be make not being able | gordon | 2003-07-24 | 1 | -2/+3 |
* | Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are | marcel | 2003-07-24 | 1 | -0/+17 |
* | Use a spare for the thread pointer (mc_thrptr). The thread pointer | marcel | 2003-07-24 | 1 | -1/+2 |
* | Ensure that for the cryptographic instances of *telnet*, the "crypto" | markm | 2003-07-24 | 3 | -0/+3 |
* | Connect ncplist, ncplogin, and smbutil to the amd64 build. | peter | 2003-07-24 | 1 | -0/+6 |
* | Add mount_nwfs/mount_smbfs to the build for amd64. | peter | 2003-07-24 | 1 | -0/+2 |
* | Connect libncp/libsmb to the build. They compile, but have a couple of | peter | 2003-07-24 | 1 | -0/+5 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 3 | -4/+5 |
* | Build /sbin/gpt on amd64 for good luck as well. | peter | 2003-07-24 | 1 | -1/+2 |
* | Attach acpi, boot0cfg, lptcontrol, sicontrol, spkrtest, zzz for amd64. | peter | 2003-07-24 | 1 | -1/+11 |
* | Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f' | peter | 2003-07-24 | 1 | -1/+4 |
* | Simplistic C comment re is wrong, use more correct one | imp | 2003-07-23 | 1 | -1/+1 |
* | Remove old workaround | imp | 2003-07-23 | 1 | -3/+1 |
* | Make the breakpoint instruction trap gate available to users. | peter | 2003-07-23 | 1 | -1/+1 |
* | Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops. | peter | 2003-07-23 | 1 | -1/+1 |
* | Turn -Werror back off again. Leaving out the invariants options causes | peter | 2003-07-23 | 1 | -1/+1 |
* | Document an additional error return value. The connect(2) call can also | dds | 2003-07-23 | 1 | -0/+6 |
* | Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only) | ru | 2003-07-23 | 2 | -5/+11 |
* | Initialize 'blocked' to NULL. I think this was a real problem, but I | peter | 2003-07-23 | 1 | -0/+1 |
* | Stop GCC from whining when people use a 16 bit port number for inb() and outb() | phk | 2003-07-23 | 1 | -2/+2 |
* | Install rc files from ${.CURDIR}, not ${.OBJDIR}. | des | 2003-07-23 | 1 | -1/+2 |
* | Sample configuration files. | des | 2003-07-23 | 15 | -0/+165 |
* | Rewrite tbmaster to use configuration files instead of a hard-coded hash. | des | 2003-07-23 | 2 | -253/+283 |
* | Improve the markup a little. | des | 2003-07-23 | 1 | -11/+11 |
* | Turn -Werror back on. | peter | 2003-07-23 | 1 | -1/+1 |
* | ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP back | peter | 2003-07-23 | 1 | -1/+1 |