| Commit message (Expand) | Author | Age | Files | Lines |
* | fix conflicts | darrenr | 2001-02-04 | 34 | -247/+611 |
* | This commit was generated by cvs2svn to compensate for changes in r72003, | darrenr | 2001-02-04 | 30 | -150/+327 |
|\ |
|
| * | Import IP Filter update | darrenr | 2001-02-04 | 36 | -173/+443 |
* | | Remove the need to list each and every cpu platform. Config will now | peter | 2001-02-04 | 4 | -55/+10 |
* | | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 99 | -360/+356 |
* | | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 9 | -39/+34 |
* | | 'device agp' was missing | peter | 2001-02-04 | 2 | -0/+8 |
* | | Remove some stray traces of KMODDEPS | peter | 2001-02-04 | 2 | -2/+0 |
* | | Document API CS20 | wilko | 2001-02-04 | 1 | -1/+53 |
* | | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | phk | 2001-02-04 | 5 | -20/+0 |
* | | Warn if people include vn(4) in their config. | phk | 2001-02-04 | 1 | -1/+2 |
* | | Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET(). | peter | 2001-02-04 | 4 | -27/+59 |
* | | Remove the LABPC driver. | phk | 2001-02-04 | 7 | -1107/+0 |
* | | Zap obsolete (died with LKM) EXPORT_SYMS variable | peter | 2001-02-04 | 4 | -4/+0 |
* | | Use macro API to <sys/queue.h> | phk | 2001-02-04 | 1 | -1/+1 |
* | | Remove a sizeof(void *) == sizeof(int) assumption. | phk | 2001-02-04 | 1 | -7/+7 |
* | | Zap some bad examples: | peter | 2001-02-04 | 17 | -50/+10 |
* | | All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c. | peter | 2001-02-04 | 4 | -0/+4 |
* | | This commit represents work mainly submitted by Tor and slightly modified | dillon | 2001-02-04 | 4 | -13/+38 |
* | | Grumble, I broke this file with a vi accident before commit. :-( | peter | 2001-02-04 | 1 | -0/+1 |
* | | Spelling. | mckay | 2001-02-04 | 1 | -1/+1 |
* | | In the hope of saving others from hours of tedious recovery work, | mckay | 2001-02-04 | 1 | -0/+10 |
* | | Extend the sanity checks in ufs_lookup to ensure that each directory | iedowse | 2001-02-04 | 1 | -1/+2 |
* | | MPPE_MasterKeyValid is only there if HAVE_DES is defined. | brian | 2001-02-04 | 1 | -0/+2 |
* | | Don't send an authentication failure response if we fail sending | brian | 2001-02-04 | 1 | -13/+26 |
* | | Make the MPPE MasterKey Invalid messages a bit clearer (it now | brian | 2001-02-04 | 2 | -4/+6 |
* | | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | brian | 2001-02-04 | 3 | -18/+21 |
* | | Don't specify root:wheel for tun*, it's the default. | brian | 2001-02-03 | 1 | -1/+1 |
* | | Use the correct flags field when checking for a read-only filesystem | iedowse | 2001-02-03 | 1 | -1/+1 |
* | | Add a -g flag for verifying an installed package against its recorded | jkh | 2001-02-03 | 5 | -2/+41 |
* | | Document API CS20 support. | wilko | 2001-02-03 | 1 | -0/+2 |
* | | Make the code act the same in the case of BRIDGE being defined, but not | julian | 2001-02-03 | 1 | -16/+26 |
* | | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 26 | -70/+35 |
* | | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 13 | -79/+79 |
* | | Move wicontrol from i386 to MI section. (yes, it compiles on alpha, where | peter | 2001-02-03 | 1 | -1/+1 |
* | | Conditionalize the alpha interrupt preemption for now to buy us some | peter | 2001-02-03 | 2 | -0/+28 |
* | | o Reinstate Kerberos IV support for sshd when MAKE_KERBEROS4 is | rwatson | 2001-02-03 | 1 | -0/+1 |
* | | Pick up all messages* files less than two days old rather than | brian | 2001-02-03 | 1 | -8/+9 |
* | | Change the permissions on /dev/tun* to 0600 root:wheel | brian | 2001-02-03 | 1 | -1/+1 |
* | | o Allow non-root users to open /dev/tun* (remove suser() | brian | 2001-02-03 | 1 | -8/+5 |
* | | At the point in time where most devices are created, we don't know what | phk | 2001-02-02 | 2 | -1/+16 |
* | | Unfortunately low-altitude overflights is not enough to make penguins crash. | phk | 2001-02-02 | 2 | -0/+36 |
* | | When turning off TCP_NOPUSH, call tcp_output to immediately flush | jlemon | 2001-02-02 | 1 | -4/+14 |
* | | Only superuser can create symlinks. | phk | 2001-02-02 | 1 | -2/+5 |
* | | BIND update now has security advisory number. | bmah | 2001-02-02 | 2 | -2/+2 |
* | | quieten the esscontrol device | cg | 2001-02-02 | 1 | -1/+6 |
* | | strcpy -> strlcpy paranoia | nectar | 2001-02-02 | 1 | -1/+4 |
* | | Removed vestiges of vop_mmap. | bde | 2001-02-02 | 2 | -72/+1 |
* | | Fix tftpd and tftp to support file transfers of over 65535 blocks | asmodai | 2001-02-02 | 4 | -4/+14 |
* | | * Move exception_return to exception.s which is a more logical home for it. | dfr | 2001-02-02 | 1 | -8/+6 |