summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Fixed another bug in the threaded close() call; clear theRuslan Ermilov2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),Ruslan Ermilov2003-05-311-2/+4
* Add the bus_dma(9) manual page to our section 9 collection. ItHiten Pandya2003-05-302-0/+732
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-301-29/+41
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-309-144/+165
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-307-9/+8
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inRobert Watson2003-05-301-1/+1
* Make sure all character pointers are properly initialized; this wasRobert Watson2003-05-301-4/+5
* Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread receivedDavid Xu2003-05-302-2/+4
* Add documents for the ct driver.Yoshihiro Takahashi2003-05-302-0/+104
* Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl2003-05-301-3/+5
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-304-0/+333
* Add support for the upcoming 2410SA card.Scott Long2003-05-301-0/+2
* aic79xx.c:Scott Long2003-05-301-2/+2
* Fix a reported case of severe data corruption:Scott Long2003-05-302-42/+45
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"Peter Wemm2003-05-301-1/+2
* Add ddb machdep bits.Peter Wemm2003-05-302-0/+9
* Nasty 'make it compile' port to amd64. Note that it needs some otherPeter Wemm2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thePeter Wemm2003-05-303-169/+179
* Add setjmp/longjmp for ddbPeter Wemm2003-05-301-0/+35
* Add an stub for _rtld_thread_init. This is a part I missed inAlexander Kabaev2003-05-301-0/+7
* Don't post-increment pointers inside a loop conditional.Matthew N. Dodd2003-05-301-11/+11
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-3025-42/+822
* Call the __sys_sigprocmask(the system call) when sigprocmask()Daniel Eischen2003-05-302-2/+8
* Correct the fix in rev 1.70Bernd Walter2003-05-291-5/+6
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-2920-480/+558
* Use strsep() in preference to manual string parsing for Biba and MLSRobert Watson2003-05-292-97/+80
* Don't return -1 and abort if msg.msg_controllen is 0. ForMartin Blapp2003-05-291-2/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-291-23/+25
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-299-167/+227
* When loading a module that contains a sysctl which is already compiledMaxime Henrion2003-05-291-1/+24
* Make the mutex static initializers look more like the one forMike Makonnen2003-05-291-25/+19
* Use a static lock to ake sure pthread_cond_* functions calledMike Makonnen2003-05-291-2/+20
* Missing unlock.Mike Makonnen2003-05-291-0/+2
* Don't hold the active thread list lock when signaling the gc thread.Mike Makonnen2003-05-293-12/+21
* It's unnecessary to lock the thread during creation. Simply extendMike Makonnen2003-05-291-5/+2
* Fix a problem introduced in the last commit. sa and cmMartin Blapp2003-05-291-2/+2
* Add an INVARIENTS only check to make sure Giant is held if mbufDavid Malone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs mayDavid Malone2003-05-291-4/+6
* Completely disable interrupts (not just raise %pil) when calculating theThomas Moestl2003-05-291-4/+5
* Don't really spin on a spinlock; silently convert it to the sameDaniel Eischen2003-05-298-32/+142
* This commit was generated by cvs2svn to compensate for changes in r115379,Martin Blapp2003-05-291-0/+8
|\
| * Use non-blocking mode for amd(8) too. The fix will be partMartin Blapp2003-05-291-0/+8
* | Move the sysctls of the misalignment handler to where they belongMarcel Moolenaar2003-05-293-26/+18
* | Fix what I think is a cut-n-paste bug: use OID_AUTO for theMarcel Moolenaar2003-05-291-1/+1
* | Merge the following from the English version:Hideyuki KURASHINA2003-05-292-14/+14
* | Merge the following from the English version:Hiroki Sato2003-05-282-49/+297
* | - Fix to use the official vendor name (s/Melco/MELCO/).Hiroki Sato2003-05-284-26/+26