summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If a directory on the command line doesn't exist, warn about itJohn Polstra2000-01-211-2/+2
* Minor style nits.David E. O'Brien2000-01-211-4/+4
* Oops, The dependency of libcrypt on libmd went away before it was "fixed"Bruce Evans2000-01-211-3/+3
* Document these drivers' support for netgraph(4).Archie Cobbs2000-01-212-1/+39
* Remove definition of the unimplemented "control" hook.Archie Cobbs2000-01-2110-16/+6
* Use TUNSIFPID when we change our PID (if it exists).Brian Somers2000-01-213-1/+12
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inBrian Somers2000-01-212-0/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-205-10/+17
* Remove duplicate includeNick Hibma2000-01-201-1/+0
* Remove unnecessary alternate entry points for *setjmp(). Make the mainJason Evans2000-01-209-48/+69
* Minor *jmp() cleanups.Jason Evans2000-01-204-17/+14
* Properly remove interrupts if initialisation fails.Nick Hibma2000-01-202-58/+74
* Brucify:Bill Fumerola2000-01-202-8/+16
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtBill Paul2000-01-201-1/+1
* Revamped Multia section. Included comments received from Peter JeremyWilko Bulte2000-01-201-15/+35
* bdeize last commit:Warner Losh2000-01-201-3/+0
* Make devices behind PPBs work on DS10s (and any other single pchip tsunamis)Andrew Gallatin2000-01-201-9/+1
* Synced with the sc driver in the sys/dev/syscons directory.KATO Takenori2000-01-2010-1294/+2529
* Add $FreeBSD$.Jun Kuriyama2000-01-201-0/+2
* Add the PnP ID for the Logitech Cordless MouseMan Wheel (serialKazutaka YOKOTA2000-01-201-0/+2
* - Add some comment from bde on the keyboard interrupt.Kazutaka YOKOTA2000-01-202-22/+38
* Do not explicitly create empty option files; they are takenKazutaka YOKOTA2000-01-201-8/+1
* Do not include `ukbd.h'; it's not used.Kazutaka YOKOTA2000-01-201-1/+0
* PSM_HOOKAPM is obsolete; it was renamed to PSM_HOOKRESUME inKazutaka YOKOTA2000-01-201-7/+7
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-204-5/+4
* Fixed typo.Yoshihiro Takahashi2000-01-202-2/+2
* Revert the change from memset() to bzero(), since bzero() is simplySheldon Hearn2000-01-201-1/+1
* Synced with sys/isa/sio.c rev 1.285.KATO Takenori2000-01-202-0/+14
* Synced with sys/i386/i386/userconfig.c rev 1.169.KATO Takenori2000-01-201-0/+2
* Synced with sys/i386/conf/GENERIC rev 1.230.KATO Takenori2000-01-202-2/+20
* Back out the previous spl change, since it opens a race window.Jason Evans2000-01-201-1/+1
* Track libc_r addition of semaphores implementation.Jason Evans2000-01-202-20/+32
* Add sem_*() functions. Named semaphores and process-shared semaphoresJason Evans2000-01-209-0/+711
* Regen.Bill Paul2000-01-202-507/+625
* More USB ethernet tweaks:Bill Paul2000-01-2023-524/+1040
* Don't search for libraries in ${LOCALBASE}. This should fix the problemsKris Kennaway2000-01-201-1/+1
* Activate librsaglueKris Kennaway2000-01-201-1/+1
* Move the rsaref gunk to libRSAglue where ports expect it.Kris Kennaway2000-01-201-8/+1
* Build infrastructure for libRSAglue, required for compatability withKris Kennaway2000-01-201-0/+48
* When we are execing a setugid program, and we have a procfs filesystemWarner Losh2000-01-203-0/+61
* A few more style cleanupsRobert Watson2000-01-201-14/+9
* Do signal deferral for pthread_kill() as it was done in the old days.Jason Evans2000-01-209-90/+18
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.Jason Evans2000-01-203-25/+8
* Update the sed action to match the change to "diff -u".David E. O'Brien2000-01-201-1/+1
* Add the pcdmx theatre lighting controller major numberMike Smith2000-01-201-0/+1
* Don't tsleep() while at splbio().Jason Evans2000-01-201-2/+12
* Fix an #ifdef that should have been and #ifndef.Archie Cobbs2000-01-203-3/+3
* I like base-36 better.Brian Feldman2000-01-201-4/+18
* Port of the PC-98 ppc to the newbus system.KATO Takenori2000-01-204-648/+1090