| Commit message (Expand) | Author | Age | Files | Lines |
| * | More int != pointer stuff. | John Baldwin | 2002-11-06 | 1 | -2/+3 |
| * | Straighten up the geom.ctl config interface definitions. | Poul-Henning Kamp | 2002-11-06 | 4 | -46/+84 |
| * | Repeat after me: sizeof(int) != sizeof(void *). | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Use some long long casts to quiet warnings in debug printf's on alpha. | John Baldwin | 2002-11-06 | 2 | -2/+3 |
| * | Use a bandaid to fix a warning. However, this driver is very, very far | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == | John Baldwin | 2002-11-06 | 4 | -9/+9 |
| * | Restore most (90%) of the text I removed in my previous commit. Remove the | Tom Rhodes | 2002-11-06 | 1 | -0/+6 |
| * | Fix warning where sizeof(size_t) != sizeof(int). | John Baldwin | 2002-11-06 | 1 | -1/+1 |
| * | In the !DEBUG case, we were passing foo.ko two times on the | Maxime Henrion | 2002-11-06 | 1 | -1/+5 |
| * | o Make the COMPATIBILITY section a bit less redundant. | Chris Costello | 2002-11-06 | 1 | -1/+1 |
| * | o Update man page to reflect the new prototypes for mac_{to,from}_text. | Chris Costello | 2002-11-06 | 1 | -43/+15 |
| * | Add support for DEVICE_POLLING. | Hidetoshi Shimokawa | 2002-11-06 | 2 | -0/+79 |
| * | Minor clean up on cdb handling. | Hidetoshi Shimokawa | 2002-11-06 | 1 | -8/+7 |
| * | Kill EOL whitespaces, style(9) fix. | Maxim Konovalov | 2002-11-06 | 1 | -13/+12 |
| * | Fix UID/GID options parsing. | Maxim Konovalov | 2002-11-06 | 1 | -2/+2 |
| * | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | Juli Mallett | 2002-11-06 | 9 | -28/+0 |
| * | There's no need for a locally defined usb_proc_t when we've got | Josef Karthauser | 2002-11-06 | 1 | -10/+3 |
| * | Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can use | Juli Mallett | 2002-11-06 | 1 | -0/+1 |
| * | Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc. | Yoshihiro Takahashi | 2002-11-06 | 21 | -59/+4 |
| * | Include "../Makefile.inc". | Yoshihiro Takahashi | 2002-11-06 | 11 | -0/+32 |
| * | Add missing #includes of <stdio.h>. Correct a few typos in comments. | Tim J. Robbins | 2002-11-06 | 3 | -5/+7 |
| * | Import the latest hints file from Internic. The most important change | Doug Barton | 2002-11-06 | 1 | -12/+12 |
| * | Clean up a little. Don't need to include fetch.h any more, and I can't | David E. O'Brien | 2002-11-06 | 1 | -7/+0 |
| * | Break fileGetURL() out into its own file so that pkg_install/lib consumers | David E. O'Brien | 2002-11-06 | 5 | -117/+149 |
| * | Whitespace, style fixes. | Matthew N. Dodd | 2002-11-06 | 3 | -437/+374 |
| * | Add caveats regarding the effect of PAM on PasswordAuthentication and | Dag-Erling Smørgrav | 2002-11-06 | 1 | -0/+23 |
| * | Better emulate the FSF build for Sparc64. | David E. O'Brien | 2002-11-06 | 1 | -0/+1 |
| * | Don't ever disable ACPI on ia64. We cannot life without it. | Marcel Moolenaar | 2002-11-06 | 1 | -0/+2 |
| * | Define UMA_MD_SMALL_ALLOC so that we can allocate memory with region | Marcel Moolenaar | 2002-11-06 | 2 | -16/+38 |
| * | - Let the PCI code try to route interrupt in -current | Hidetoshi Shimokawa | 2002-11-06 | 1 | -1/+5 |
| * | Remove Realtek discriminating comments from the rl(4) manual page. | Tom Rhodes | 2002-11-06 | 1 | -6/+0 |
| * | Hook up the userland wrapper for __mac_execve(). | Robert Watson | 2002-11-06 | 2 | -0/+43 |
| * | Check the FSLABEL argument and invoke the generic doFS.sh script | Marcel Moolenaar | 2002-11-06 | 1 | -5/+13 |
| * | Reserve a major number for the mdsio driver: RS-485 driver for 8250-family | Robert Watson | 2002-11-06 | 1 | -0/+1 |
| * | Use warn() instead of perror() or fprintf() where appropriate. | Tim J. Robbins | 2002-11-06 | 2 | -14/+8 |
| * | Mount devfs with nmount(2) instead of mount(2). This error was masked | John Baldwin | 2002-11-05 | 1 | -1/+12 |
| * | Take sizeof() the right string for fspath's iovec. The old string was the | John Baldwin | 2002-11-05 | 1 | -1/+1 |
| * | Fix formatting bogon. | Dima Dorfman | 2002-11-05 | 1 | -2/+2 |
| * | Undelete FILES section (taken from RELENG_4), primarily to give the | Dima Dorfman | 2002-11-05 | 1 | -0/+15 |
| * | master.passwd, not master.password | Dima Dorfman | 2002-11-05 | 1 | -1/+1 |
| * | Spotted a couple of places where the socket buffer's counters were being | Kelly Yancey | 2002-11-05 | 2 | -0/+8 |
| * | Fix filt_soread() to properly flag a kevent when a 0-byte datagram is | Kelly Yancey | 2002-11-05 | 1 | -1/+1 |
| * | o Introduce variable DOFS_SH to hold the path of the doFS.sh. | Marcel Moolenaar | 2002-11-05 | 1 | -12/+19 |
| * | Correct merge-o: disable the right execve() variation if !MAC | Robert Watson | 2002-11-05 | 1 | -4/+4 |
| * | Update policy modules for changes in arguments associated with support | Robert Watson | 2002-11-05 | 6 | -12/+18 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 16 | -76/+617 |
| * | Regen. | Robert Watson | 2002-11-05 | 5 | -7/+16 |
| * | Flesh out the definition of __mac_execve(): per earlier discussion, | Robert Watson | 2002-11-05 | 1 | -1/+2 |
| * | Document the current default for VersionAddendum. | Dag-Erling Smørgrav | 2002-11-05 | 1 | -0/+2 |
| * | Accurately reflect our local changes and additions. | Dag-Erling Smørgrav | 2002-11-05 | 1 | -11/+9 |