summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-213-0/+40
* Fix style bugs in the last commit.green2000-01-211-10/+8
* If a directory on the command line doesn't exist, warn about itjdp2000-01-211-2/+2
* Minor style nits.obrien2000-01-211-4/+4
* Oops, The dependency of libcrypt on libmd went away before it was "fixed"bde2000-01-211-3/+3
* Document these drivers' support for netgraph(4).archie2000-01-212-1/+39
* Remove definition of the unimplemented "control" hook.archie2000-01-2110-16/+6
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-213-1/+12
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inbrian2000-01-212-0/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Remove unnecessary alternate entry points for *setjmp(). Make the mainjasone2000-01-209-48/+69
* Minor *jmp() cleanups.jasone2000-01-204-17/+14
* Properly remove interrupts if initialisation fails.n_hibma2000-01-202-58/+74
* Brucify:billf2000-01-202-8/+16
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* Revamped Multia section. Included comments received from Peter Jeremywilko2000-01-201-15/+35
* bdeize last commit:imp2000-01-201-3/+0
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)gallatin2000-01-201-9/+1
* Synced with the sc driver in the sys/dev/syscons directory.kato2000-01-2010-1294/+2529
* Add $FreeBSD$.kuriyama2000-01-201-0/+2
* Add the PnP ID for the Logitech Cordless MouseMan Wheel (serialyokota2000-01-201-0/+2
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-202-22/+38
* Do not explicitly create empty option files; they are takenyokota2000-01-201-8/+1
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* PSM_HOOKAPM is obsolete; it was renamed to PSM_HOOKRESUME inyokota2000-01-201-7/+7
* 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
OpenPOWER on IntegriCloud