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