| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functional | msmith | 2001-02-02 | 2 | -2/+4 |
* | Allocate lock table and mutex not only for parity plexes, but also for | grog | 2001-02-02 | 1 | -3/+3 |
* | Pass the minor number rather than the unit number to make_dev() | brian | 2001-02-02 | 2 | -4/+3 |
* | KASSERT that the minor number passed to make_dev() is valid. | brian | 2001-02-02 | 1 | -0/+3 |
* | Fix typo. | nik | 2001-02-02 | 3 | -3/+3 |
* | Structure the options listing to be more standard. | nik | 2001-02-02 | 1 | -16/+21 |
* | Declaring functions inside functions was deprecated twice. Keep the | nik | 2001-02-02 | 1 | -3/+1 |
* | Add an xref for mount_ntfs. | nik | 2001-02-02 | 1 | -0/+1 |
* | Enable use of DHCP extensions. | tegge | 2001-02-02 | 2 | -66/+480 |
* | Argh, I missed some #include "sio.h". I was looking primarily for NSIO | peter | 2001-02-02 | 7 | -8/+0 |
* | Try to kldload if_tun if we get ENOENT from opening /dev/tunN - | brian | 2001-02-02 | 1 | -1/+1 |
* | mtx_try_enter() returns an int, not void. | jhb | 2001-02-02 | 1 | -1/+1 |
* | MFS: bridge/ipfw/dummynet fixes | luigi | 2001-02-02 | 1 | -170/+115 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 8 | -70/+143 |
* | Remove inclusion of now vanished sio.h. | mjacob | 2001-02-01 | 4 | -4/+0 |
* | Guess that this is what Doug *intended* to commit.... | mjacob | 2001-02-01 | 1 | -1/+5 |
* | Change the kernel internal ABI number as the HOOK structure has changed. | julian | 2001-02-01 | 1 | -1/+1 |