aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't escape names in MLINKS: this won't work with bsd.man.mk,v 1.53.Ruslan Ermilov2003-09-071-1/+1
* Return EINVAL if the contested bit is not set on the umtx passed toTim J. Robbins2003-09-071-1/+2
* Fix testing of arith_assign() value for $((a=15)).Jens Schweikhardt2003-09-071-1/+1
* Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes soTim J. Robbins2003-09-071-7/+4
* make sure we really don't have a tty when installing rules. This preventsJohn-Mark Gurney2003-09-071-3/+3
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-0727-686/+806
* Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c andMarcel Moolenaar2003-09-071-2/+1
* MFp4: Revamped GENERIC (and hints). This is some much more pleasantMarcel Moolenaar2003-09-072-118/+84
* Replace the ttyd[0-3] entries with ttyu[0-3]. The former are theMarcel Moolenaar2003-09-071-8/+8
* Replace sio(4) with uart(4). Remove the sio(4) hints and only addMarcel Moolenaar2003-09-072-9/+5
* msync(2) should be declared MP-safe.Alan Cox2003-09-076-7/+7
* Fix build breakage caused by the inclusion of <ddb/ddb.h> whileMarcel Moolenaar2003-09-071-1/+2
* Turning on warning for static LDT allocation.David Xu2003-09-071-4/+0
* Add proper pc98 MD files. Add a commented out cbus attachment forWarner Losh2003-09-072-1/+3
* add i8251Warner Losh2003-09-071-0/+1
* Better stab at MD code for pc98. The 8251 stuff is a total lieWarner Losh2003-09-074-0/+976
* Document msize which is often needed with maddr.John Birrell2003-09-071-0/+2
* Add uart(4). Shuffle the information about sio(4) flags and optionsMarcel Moolenaar2003-09-071-20/+39
* Hook-up the uart(4) manpage.Marcel Moolenaar2003-09-071-0/+1
* Keep up with minor changes to NetBSD. Consider a variable empty whenWarner Losh2003-09-071-1/+1
* Mdoc Review:Hiten Pandya2003-09-061-3/+5
* Hook-up the uart(4) driver to the build. For a detailed descriptionMarcel Moolenaar2003-09-0610-2/+33
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-0625-0/+6017
* Enhance puc(4) to support uart(4). This includes:Marcel Moolenaar2003-09-067-77/+336
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainSam Leffler2003-09-061-0/+1
* correct fast swi taskqueue spinlock name to be different from the sleep lockSam Leffler2003-09-061-1/+1
* Giant is no longer required by pipe_destroy_write_buffer(). ReduceAlan Cox2003-09-061-9/+7
* Trim the twe(4) device list; the twe(4) manual page is more up-to-date.Simon L. B. Nielsen2003-09-062-26/+0
* Bzero the right number of bytes.Poul-Henning Kamp2003-09-061-1/+1
* Baud rate capability is `br', not `ba'.Hiten Pandya2003-09-061-1/+1
* New release notes: PIM support, amd-6.0.9, GNU Readline 4.3, GNU SortBruce A. Mah2003-09-062-0/+32
* Trim isp(4), vx(4), and stg(4) device lists.Bruce A. Mah2003-09-062-150/+2
* Catch up isp.4 manpage with hardware notes.Bruce A. Mah2003-09-061-0/+4
* Remove hard sentence breaks.Hiten Pandya2003-09-061-9/+10
* Add stg(4) manpage and hook up to the section 4 manpage build.Bruce A. Mah2003-09-062-0/+71
* Trim the device lists for tl(4), aue(4), and kue(4) after recentBruce A. Mah2003-09-062-312/+10
* #include <string.h> for prototypes for strcpy() and strlen().Tim J. Robbins2003-09-061-0/+2
* Make indentation uniform.Doug Rabson2003-09-061-16/+16
* No need for a separate nfpm driver now - amdpm handles both.Doug Rabson2003-09-061-1/+0
* When recording resources for the amdpm driver, only describe the portsDoug Rabson2003-09-061-101/+36
* Removed another spurious semicolon forgotten in the previous commit.Jens Schweikhardt2003-09-061-1/+1
* Removed two spurious semicolons after function definitions.Jens Schweikhardt2003-09-061-5/+5
* Load the kernel at a 64M instead of 5M. The advantage of this is thatMarcel Moolenaar2003-09-061-1/+1
* Add locking.Sam Leffler2003-09-061-135/+237
* Finish the deorbital burn of the i386-only a.out toolchain.David E. O'Brien2003-09-0610-936/+0
* Add small piece of code to support pthread_rwlock_timedrdlock andDavid Xu2003-09-064-16/+94
* "fast swi" taskqueue support. This is a taskqueue that uses spinlocksSam Leffler2003-09-053-3/+131
* Print a message at boot for interrupt handlers created with INTR_MPSAFESam Leffler2003-09-051-4/+14
* Fix a place where I forgot to change the code that checks whetherMarcel Moolenaar2003-09-054-21/+9
* change timeout to be MPSAFESam Leffler2003-09-052-5/+5