| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix \ alignment in macro. | phk | 2003-05-31 | 1 | -5/+1 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 2 | -0/+4 |
* | Sigh, I guess this manpage used cat(1) as a template? | ru | 2003-05-31 | 1 | -7/+6 |
* | Remove unused local variables. | phk | 2003-05-31 | 3 | -33/+7 |
* | Introduce a init and fini member functions on a class. | phk | 2003-05-31 | 3 | -40/+126 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-31 | 1 | -7/+8 |
* | Don't generate an ip_id for packets with the DF bit set; ip_id is | wollman | 2003-05-31 | 1 | -4/+17 |
* | Update copyright dates. | des | 2003-05-31 | 5 | -5/+5 |
* | Eliminate potential overflows by allocating softc dynamically, | phk | 2003-05-31 | 5 | -34/+23 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 14 | -22/+2 |
* | Fix systematic off-by-one errors in unit number range checks. | phk | 2003-05-31 | 6 | -11/+11 |
* | Remove pam_std_option() and related functions. Add #defines for common | des | 2003-05-31 | 1 | -24/+6 |
* | Remove all instances of pam_std_option() | des | 2003-05-31 | 5 | -167/+58 |
* | Use symbolic constants instead of "4". | phk | 2003-05-31 | 3 | -15/+10 |
* | "break" rather than fall through to a break in the default clause. | phk | 2003-05-31 | 1 | -0/+1 |
* | Introduce pam_guest(8) which will replace pam_ftp(8). | des | 2003-05-31 | 4 | -1/+220 |
* | Don't use return(foo(...)); in function returning void. | phk | 2003-05-31 | 1 | -1/+1 |
* | Use le_uuid_dec() since GPT UUID's are always in LE format. | phk | 2003-05-31 | 1 | -2/+4 |
* | Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding | phk | 2003-05-31 | 2 | -0/+84 |
* | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | phk | 2003-05-31 | 7 | -27/+7 |
* | CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+. | obrien | 2003-05-31 | 1 | -1/+3 |
* | Don't use return(foo(...)); in a function returning void. | phk | 2003-05-31 | 1 | -6/+8 |
* | Make CSTD style match the rest of file. | obrien | 2003-05-31 | 1 | -6/+6 |
* | Fixup three rather minor typos that have irked me over time. | hoek | 2003-05-31 | 1 | -4/+4 |
* | Man, I'm not on the ball. 4th does not need to escape '\' chars. This | scottl | 2003-05-31 | 1 | -8/+8 |
* | Add entry for putty as an alias to vt220-color | ache | 2003-05-31 | 1 | -1/+1 |
* | Protext copyright[]. | obrien | 2003-05-31 | 1 | -3/+2 |
* | - use issetugid() | mdodd | 2003-05-31 | 1 | -3/+2 |
* | Simplify map_object() by breaking out the ELF header validation bits | mdodd | 2003-05-31 | 1 | -58/+67 |
* | Provide function entry debugging messages. | mdodd | 2003-05-31 | 1 | -1/+16 |
* | Use the environment variable LD_LIBMAP_DISABLE to disable | mdodd | 2003-05-31 | 2 | -3/+11 |
* | Mass cleanup of the namei(9) manual page. | hmp | 2003-05-31 | 1 | -91/+180 |
* | I botched one of my committs in the last round. Fix it. | mtm | 2003-05-31 | 2 | -12/+11 |
* | Various mdoc(7) fixes: | hmp | 2003-05-31 | 3 | -2/+4 |
* | Some mdoc(7) fixes: | hmp | 2003-05-31 | 46 | -167/+167 |
* | Teach sysinstall to recognize if acpi was turned off from the bootloader, | scottl | 2003-05-31 | 6 | -0/+102 |
* | Flag when ACPI has been disabled by the user so that sysinstall can do | scottl | 2003-05-31 | 1 | -0/+2 |
* | Add acpi to the build. Remove the hack from machdep.c that lies to the | peter | 2003-05-31 | 2 | -3/+7 |
* | Have hammer_time() return the proc0 stack location, and have locore | peter | 2003-05-31 | 2 | -25/+17 |
* | Regenerate. | peter | 2003-05-31 | 2 | -0/+894 |
* | Make this compile with WITNESS enabled. It wants the syscall names. | peter | 2003-05-31 | 6 | -5/+9 |
* | Port acpica to amd64. | peter | 2003-05-31 | 2 | -5/+8 |
* | Add the MD ifdefs for amd64 to point to the IO space bustag/handle. | peter | 2003-05-31 | 1 | -0/+4 |
* | With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros and | peter | 2003-05-31 | 1 | -28/+9 |
* | Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to | peter | 2003-05-31 | 1 | -1/+1 |
* | Instead of eating trailing newlines after inserting them into the | fenner | 2003-05-31 | 1 | -5/+12 |
* | Enable the new bootloader for i386 only. The new loader.rc is will only | scottl | 2003-05-31 | 2 | -1/+21 |
* | Fixed another bug in the threaded close() call; clear the | ru | 2003-05-31 | 1 | -0/+4 |
* | If an application closes one of its stdio descriptors (0..2), | ru | 2003-05-31 | 1 | -2/+4 |
* | Add the bus_dma(9) manual page to our section 9 collection. It | hmp | 2003-05-30 | 2 | -0/+732 |