| Commit message (Expand) | Author | Age | Files | Lines |
* | Unconditionally define sc_paste(). | yokota | 2000-01-20 | 2 | -4/+0 |
* | Fix wrong usage of FONT_NONE. It was not meant to be set in | yokota | 2000-01-20 | 4 | -5/+4 |
* | Fixed typo. | nyan | 2000-01-20 | 2 | -2/+2 |
* | Revert the change from memset() to bzero(), since bzero() is simply | sheldonh | 2000-01-20 | 1 | -1/+1 |
* | Synced with sys/isa/sio.c rev 1.285. | kato | 2000-01-20 | 2 | -0/+14 |
* | Synced with sys/i386/i386/userconfig.c rev 1.169. | kato | 2000-01-20 | 1 | -0/+2 |
* | Synced with sys/i386/conf/GENERIC rev 1.230. | kato | 2000-01-20 | 2 | -2/+20 |
* | Back out the previous spl change, since it opens a race window. | jasone | 2000-01-20 | 1 | -1/+1 |
* | Track libc_r addition of semaphores implementation. | jasone | 2000-01-20 | 2 | -20/+32 |
* | Add sem_*() functions. Named semaphores and process-shared semaphores | jasone | 2000-01-20 | 9 | -0/+711 |
* | Regen. | wpaul | 2000-01-20 | 2 | -507/+625 |
* | More USB ethernet tweaks: | wpaul | 2000-01-20 | 23 | -524/+1040 |
* | Don't search for libraries in ${LOCALBASE}. This should fix the problems | kris | 2000-01-20 | 1 | -1/+1 |
* | Activate librsaglue | kris | 2000-01-20 | 1 | -1/+1 |
* | Move the rsaref gunk to libRSAglue where ports expect it. | kris | 2000-01-20 | 1 | -8/+1 |
* | Build infrastructure for libRSAglue, required for compatability with | kris | 2000-01-20 | 1 | -0/+48 |
* | When we are execing a setugid program, and we have a procfs filesystem | imp | 2000-01-20 | 3 | -0/+61 |
* | A few more style cleanups | rwatson | 2000-01-20 | 1 | -14/+9 |
* | Do signal deferral for pthread_kill() as it was done in the old days. | jasone | 2000-01-20 | 9 | -90/+18 |
* | Move ENTRY and ALTENTRY definitions to asm.h where they belong. | jasone | 2000-01-20 | 3 | -25/+8 |
* | Update the sed action to match the change to "diff -u". | obrien | 2000-01-20 | 1 | -1/+1 |
* | Add the pcdmx theatre lighting controller major number | msmith | 2000-01-20 | 1 | -0/+1 |
* | Don't tsleep() while at splbio(). | jasone | 2000-01-20 | 1 | -2/+12 |
* | Fix an #ifdef that should have been and #ifndef. | archie | 2000-01-20 | 3 | -3/+3 |
* | I like base-36 better. | green | 2000-01-20 | 1 | -4/+18 |
* | Port of the PC-98 ppc to the newbus system. | kato | 2000-01-20 | 4 | -648/+1090 |
* | Here is the new Alpha-specific HARDWARE.TXT Again, generic HARDWARE.TXT | wilko | 2000-01-19 | 1 | -655/+1055 |
* | Only briefly going away, will re-incarnate as HARDWARE.TXT | wilko | 2000-01-19 | 1 | -1045/+0 |
* | Allow automatic 'pulling in' of machdep *.TXT files from ./texts/[alpha,i386] | wilko | 2000-01-19 | 1 | -6/+6 |
* | Implement -g and -d options in my ident code. The -g flag uses a random | green | 2000-01-19 | 2 | -18/+67 |
* | - Use proper markup for a section header. | chris | 2000-01-19 | 1 | -5/+7 |
* | New install-info(1) correctly fails to install ENTRY for file FOO | ru | 2000-01-19 | 2 | -5/+3 |
* | Add support for the Davicom DM9102A 10/100 ethernet controller chip. | wpaul | 2000-01-19 | 4 | -10/+46 |
* | Change the error message to be the FreeBSD one, not the OSF/1 one. | obrien | 2000-01-19 | 1 | -2/+6 |
* | Add parallel port clock driver. | jkh | 2000-01-19 | 1 | -0/+348 |
* | Import simple driver for a parallel port radio clock which receives | jkh | 2000-01-19 | 6 | -0/+13 |
* | Add device entries for new parallel port radio clock driver. | jkh | 2000-01-19 | 1 | -0/+6 |
* | Add entries for: | imp | 2000-01-19 | 2 | -0/+40 |
* | Add recent entries: | imp | 2000-01-19 | 1 | -0/+18 |
* | Although it should be obvious that the 3-digit numeric values of the | sheldonh | 2000-01-19 | 12 | -12/+23 |
* | It's not been possible to configure a print server running lpd, | joe | 2000-01-19 | 1 | -1/+1 |
* | Make the quotes in the #include line visible. | sheldonh | 2000-01-19 | 1 | -1/+1 |
* | Do not set the default terminal type to "su", leave it empty. | ru | 2000-01-19 | 2 | -6/+2 |
* | ${.MAKE} -> ${MAKE} | ru | 2000-01-19 | 1 | -1/+1 |
* | Utility to control the printing of "Fixed up unaligned data access for pid | obrien | 2000-01-19 | 4 | -0/+233 |
* | Quantify the calls to ad_attach and atapi_attach so that diskless | sos | 2000-01-19 | 1 | -0/+4 |
* | Implement continuations to correctly handle [sig|_]longjmp() inside of a | jasone | 2000-01-19 | 39 | -205/+1332 |
* | Make minor entry point changes to support libc_r. | jasone | 2000-01-19 | 9 | -18/+18 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 12 | -28/+28 |
* | Close PR#16028. Make the sanity check saner. The condition that we | wpaul | 2000-01-19 | 1 | -1/+1 |