summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused struct definition.deischen2003-12-092-24/+0
* Add cancellation points for accept() and connect().deischen2003-12-099-0/+208
* pmap_query_bit() should return false if the bit is not set.gallatin2003-12-093-3/+3
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-095-2/+42
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
* Take a stab at fixing some of the macro-nightmare.mtm2003-12-091-46/+23
* Fix the wrapper function around signals so that a signal handlingmtm2003-12-095-58/+57
* Ugghh, cvs add the functions necessary to lock the global signal actionmtm2003-12-091-0/+91
* o Add a wrapper around sigaction(2), so we can insert our own wrappermtm2003-12-093-0/+62
* Enable cancellation points around some syscalls.mtm2003-12-091-28/+28
* Don't panic for misalignment traps when the onfault handler is set.marcel2003-12-091-1/+10
* Grammarmtm2003-12-093-3/+3
* o Rename devfs_link() to make_symlink() and turn it into a genericmtm2003-12-092-18/+27
* Fix the build of libski now that we use the "official" MADT tablemarcel2003-12-092-74/+50
* If fdescfs(5) is mounted in a jail unmount it before devfs(5).mtm2003-12-091-3/+5
* If rc.d/mountcritlocal is unable to mount local filesystems,mtm2003-12-092-3/+2
* Redirect rc(8) output to a file in the jail's /var/log directory.mtm2003-12-091-1/+1
* Older versions of the intersil firmware is a lot slower than newerimp2003-12-092-1/+8
* Declare gre(4) as being of IFT_TUNNEL, Like God Intended.bms2003-12-091-2/+2
* Use sbufs instead of snprintf for parsing debug strings.njl2003-12-091-13/+12
* Sync these two files.obrien2003-12-093-57/+61
* Delete madt.h since definitions are now used from actbl.hnjl2003-12-091-122/+0
* Changes to the import script to handle the compiler/debugger import.njl2003-12-091-4/+13
* This commit was generated by cvs2svn to compensate for changes in r123331,njl2003-12-091-1/+1
|\
| * Fix an off-by-one in the compiler path. Originally from iwasaki-san'snjl2003-12-091-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r123329,njl2003-12-091-1/+0
|\ \ | |/
| * Eliminate a warning. Patch has been sent to the vendor.njl2003-12-091-1/+0
* | This commit was generated by cvs2svn to compensate for changes in r123327,njl2003-12-091-1/+9
|\ \ | |/
| * Add the APIC_HEADER definition back in and use the correct definitionnjl2003-12-091-1/+9
* | Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-093-163/+151
* | We don't need to call _INI on processor objects now that ACPI-CA doesnjl2003-12-091-7/+0
* | Unchanged files that are off the vendor branch.njl2003-12-093-6/+16
* | Local change: In the resume path, give up after waiting for a whilenjl2003-12-091-0/+11
* | Import for 20031203 file off vendor branch.njl2003-12-091-40/+72
* | Local change: emulate a ReturnOp if the AML expects one but it isn'tnjl2003-12-091-23/+30
* | Local change: Allow access to the field if it is within the regionnjl2003-12-091-135/+174
* | Local change: Put various debugging options under ACPI_DISASSEMBLER.njl2003-12-091-13/+14
* | Unchanged files that are off the vendor branch.njl2003-12-095-34/+129
* | This commit was generated by cvs2svn to compensate for changes in r123315,njl2003-12-0988-962/+1525
|\ \ | |/
| * Import ACPI-CA 20031203njl2003-12-09100-1199/+1951
| * Remove files on the vendor branch that we no longer use. Some are no longernjl2003-12-091-869/+0
* | Use mutex instead of low level thread lock to implement spinlock, thisdavidxu2003-12-092-60/+36
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, renamedavidxu2003-12-0960-272/+296
* | Put on some factor 30+ bikeshed repellent and export the internalpeter2003-12-091-1/+7
* | More reliably check timeout for pthread_mutex_timedlock.davidxu2003-12-092-2/+2
* | Fix a problem where 'make installworld' will fail and leave thegad2003-12-091-13/+7
* | Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* | Correct the READ/WRITE CDB direction definition.ps2003-12-081-2/+2
* | First pass at attempted debrucification:peter2003-12-082-7/+7
* | Add hints about nForce3 issuespeter2003-12-081-1/+16
OpenPOWER on IntegriCloud