summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-1111-2/+2131
* Add the mlockall()/munlockall() system call manual page from NetBSD.bms2003-08-111-0/+140
* Add the new arguments for the add pvc command to the help information.harti2003-08-111-1/+3
* Add the mlockall() and munlockall() system calls.bms2003-08-1117-37/+180
* Fix sparc64 LINT build. <blush>jake2003-08-111-2/+4
* This commit was generated by cvs2svn to compensate for changes in r118765,njl2003-08-111-2/+2
|\
| * Fix AcpiOsMapMemory to match the function definition. Don't use UINT32njl2003-08-111-2/+2
* | More pipe changes:silby2003-08-116-49/+39
* | 2nd part of making the name of the release running script overrideable.obrien2003-08-111-1/+1
* | Don't provide mutexes for static busdma allocations.scottl2003-08-111-19/+22
* | Implement cpu_set_upcall_kse(). Further tweaking may be needed aftermarcel2003-08-111-4/+25
* | Use vm_page_hold() instead of vm_page_wire(). Otherwise, a multithreadedalc2003-08-111-3/+3
* | The iBCS2 system call translator for statfs(2) did not check thenectar2003-08-101-0/+4
* | panic() if we try to handle an out-of-range signal number innectar2003-08-101-2/+5
* | Add or correct range checking of signal numbers in system calls andnectar2003-08-104-3/+7
* | Add some quick pathes to exit process when signal action is default anddavidxu2003-08-102-0/+42
* | Initialize rtld lock just before turning on thread mode anddavidxu2003-08-106-70/+74
* | If thread mode is not activated yet, just call __sys_fork() directly,davidxu2003-08-102-2/+44
* | Tweak rtld lock to allow recursive on reader lock and detect recursivedavidxu2003-08-102-20/+134
* | If thread mode is not activated yet, don't do extra work.davidxu2003-08-102-0/+8
* | Change name of state_link() to state_polling() to make itmbr2003-08-103-49/+39
* | Rename pmap_changebit() to pmap_clear_ptes() and remove the lastalc2003-08-102-50/+38
* | o move cpu_reset() from vm_machdep.c to machdep.c.marcel2003-08-102-79/+68
* | Revert revision 1.25 now that mergemaster does a 'make all' to buildgshapiro2003-08-101-1/+1
* | The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failurewpaul2003-08-101-2/+10
* | Lower initial drop value to 50, it is enough to hide linearityache2003-08-101-2/+2
* | For type 0 rng lower initial drop to 50, it is enough to hide linearityache2003-08-101-1/+5
* | Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* | Don't hardcode unit numer '0'.ticso2003-08-103-3/+3
* | Add GB18030 and GBK to the list of encodings. Cross-reference thetjr2003-08-101-1/+10
* | Fix the case of the encoding name in the ENCODING line. Names aretjr2003-08-101-1/+1
* | Cross-reference gbk(5).tjr2003-08-101-0/+1
* | Cross-reference gbk(5) now that it exists. Fix a copy & paste error:tjr2003-08-101-1/+2
* | Add a fairly minimal manual page for the GBK encoding.tjr2003-08-102-1/+63
* | Add a cross reference to Unicode 3.0.tjr2003-08-101-1/+6
* | Make the name of the release running script overrideable.obrien2003-08-101-28/+28
* | Add cross references to the new character encoding manual pages,tjr2003-08-101-1/+5
* | Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-104-1/+189
* | Now that we can ignore up to 8KB of dirty registers, remove the RSEmarcel2003-08-101-45/+30
* | MF p4:imp2003-08-101-1/+1
* | Grrr. There is a gratuitous difference in the RX descriptor statuswpaul2003-08-101-0/+18
* | Some bridges, like o2 micro and maybe ricoh, have some issues betweenimp2003-08-101-10/+47
* | - Update some comments regarding hardware details of the 8169 andwpaul2003-08-102-40/+60
* | Re-enable pcfclock in the build.obrien2003-08-101-0/+1
* | Silence unwanted 'gigabit link up' messages: do not treat thewpaul2003-08-101-1/+2
* | Instead of unconditionally refusing to install if no swap partitionsdas2003-08-102-6/+8
* | Use get_mcontext in sendsig and set_mcontext in sigreturn instead ofjake2003-08-091-9/+5
* | Don't provide a mutex in the S/G list dma tag since it will never be defered.scottl2003-08-091-7/+9
* | Add code to cope more with strange conditions after careful study ofimp2003-08-091-14/+42
* | CBB_SOCKET_STAT_ is too long. Change it to CBB_STATE_. Also, makeimp2003-08-092-31/+44
OpenPOWER on IntegriCloud