summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* Fixed typo.nyan2000-01-202-2/+2
* Revert the change from memset() to bzero(), since bzero() is simplysheldonh2000-01-201-1/+1
* Synced with sys/isa/sio.c rev 1.285.kato2000-01-202-0/+14
* Synced with sys/i386/i386/userconfig.c rev 1.169.kato2000-01-201-0/+2
* Synced with sys/i386/conf/GENERIC rev 1.230.kato2000-01-202-2/+20
* Back out the previous spl change, since it opens a race window.jasone2000-01-201-1/+1
* Track libc_r addition of semaphores implementation.jasone2000-01-202-20/+32
* Add sem_*() functions. Named semaphores and process-shared semaphoresjasone2000-01-209-0/+711
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* Don't search for libraries in ${LOCALBASE}. This should fix the problemskris2000-01-201-1/+1
* Activate librsagluekris2000-01-201-1/+1
* Move the rsaref gunk to libRSAglue where ports expect it.kris2000-01-201-8/+1
* Build infrastructure for libRSAglue, required for compatability withkris2000-01-201-0/+48
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-203-0/+61
* A few more style cleanupsrwatson2000-01-201-14/+9
* Do signal deferral for pthread_kill() as it was done in the old days.jasone2000-01-209-90/+18
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-203-25/+8
* Update the sed action to match the change to "diff -u".obrien2000-01-201-1/+1
* Add the pcdmx theatre lighting controller major numbermsmith2000-01-201-0/+1
* Don't tsleep() while at splbio().jasone2000-01-201-2/+12
* Fix an #ifdef that should have been and #ifndef.archie2000-01-203-3/+3
* I like base-36 better.green2000-01-201-4/+18
* Port of the PC-98 ppc to the newbus system.kato2000-01-204-648/+1090
* Here is the new Alpha-specific HARDWARE.TXT Again, generic HARDWARE.TXTwilko2000-01-191-655/+1055
* Only briefly going away, will re-incarnate as HARDWARE.TXTwilko2000-01-191-1045/+0
* Allow automatic 'pulling in' of machdep *.TXT files from ./texts/[alpha,i386]wilko2000-01-191-6/+6
* Implement -g and -d options in my ident code. The -g flag uses a randomgreen2000-01-192-18/+67
* - Use proper markup for a section header.chris2000-01-191-5/+7
* New install-info(1) correctly fails to install ENTRY for file FOOru2000-01-192-5/+3
* Add support for the Davicom DM9102A 10/100 ethernet controller chip.wpaul2000-01-194-10/+46
* Change the error message to be the FreeBSD one, not the OSF/1 one.obrien2000-01-191-2/+6
* Add parallel port clock driver.jkh2000-01-191-0/+348
* Import simple driver for a parallel port radio clock which receivesjkh2000-01-196-0/+13
* Add device entries for new parallel port radio clock driver.jkh2000-01-191-0/+6
* Add entries for:imp2000-01-192-0/+40
* Add recent entries:imp2000-01-191-0/+18
* Although it should be obvious that the 3-digit numeric values of thesheldonh2000-01-1912-12/+23
* It's not been possible to configure a print server running lpd,joe2000-01-191-1/+1
* Make the quotes in the #include line visible.sheldonh2000-01-191-1/+1
* Do not set the default terminal type to "su", leave it empty.ru2000-01-192-6/+2
* ${.MAKE} -> ${MAKE}ru2000-01-191-1/+1
* Utility to control the printing of "Fixed up unaligned data access for pidobrien2000-01-194-0/+233
* Quantify the calls to ad_attach and atapi_attach so that disklesssos2000-01-191-0/+4
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-1939-205/+1332
* Make minor entry point changes to support libc_r.jasone2000-01-199-18/+18
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-1912-28/+28
* Close PR#16028. Make the sanity check saner. The condition that wewpaul2000-01-191-1/+1
OpenPOWER on IntegriCloud