summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to factor in the boottime when we calculate PPS timestamps.phk2002-05-301-0/+1
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-301-9/+9
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-309-66/+15
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-305-13/+13
* correct commented out preprocessor test for i386 to __i386__alfred2002-05-301-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-302-5/+5
* Add compile time asserts for the size of struct gpt_hdr and structmarcel2002-05-301-0/+3
* Record the file, line, and pid of the last successful shared lock holder. Thisjeff2002-05-302-0/+11
* o Remove GCC specific attribute packed.marcel2002-05-301-1/+2
* CURSIG() is not a macro so rename it cursig().julian2002-05-296-18/+18
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-291-8/+8
* PHK claims there is a crc32.c now.obrien2002-05-291-0/+1
* For some reason this didn't get added in my previous commit.phk2002-05-291-0/+107
* Back out revision 1.639. PHK filed to commit the libkern file.obrien2002-05-291-1/+0
* Version bump for addition of dlfunc(3).wollman2002-05-291-1/+1
* diff reduction from KSE to keep WW-III from happenning on -currentjulian2002-05-291-1/+2
* PR: kern/38208dillon2002-05-291-0/+7
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-295-120/+7
* Forgot to commit this file. Catch up to loader->kernel abi changes.jake2002-05-291-2/+6
* Add needed include of queue.h. Remove unneeded include of smp.h.jake2002-05-291-1/+1
* Forward declare struct trapframe.jake2002-05-291-0/+2
* Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwingjake2002-05-291-1/+0
* Do not refer to the Intel PRO/1000 by its internal name.obrien2002-05-292-2/+2
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-293-0/+24
* The kernel printf does not have %ipeter2002-05-291-1/+1
* Don't try to flush illegal alises from the data cache in vmapbuf andjake2002-05-291-30/+0
* Add an MD page flag for tracking if a page is cacheable or not, so thatjake2002-05-292-1/+7
* Remove an unused variable.jake2002-05-291-1/+0
* Merge the code in pv.c into pmap.c directly. Place all page mappings ontojake2002-05-297-51/+187
* Add pv list linkage and a pmap pointer to struct tte. Remove separatelyjake2002-05-296-225/+92
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-297-23/+31
* Remove pmap.pm_pvlist and make the functions that use it no-ops. These arejake2002-05-293-53/+3
* Remove the definition of struct mca_guid and use the genericmarcel2002-05-294-25/+21
* Remove bktr for ia64. Same problem as vinum. See PR 38678.marcel2002-05-291-1/+0
* Vinum doesn't build on ia64.marcel2002-05-291-3/+5
* Add attribute packed to struct gpt_hdr to avoid unwanted padding atmarcel2002-05-291-1/+1
* Sync with i386. The loader was being installed before the beforeinstalljake2002-05-281-26/+39
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Fixed some style bugs in recent commits.bde2002-05-281-6/+6
* Add some checks to prevent NULL dereferences.des2002-05-281-3/+6
* Remove a duplicated vfs_freeopts() that I introduced in lastmux2002-05-282-4/+2
* The stack is not at the top of the user struct.benno2002-05-282-6/+0
* Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-282-4/+0
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-285-12/+15
* Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-282-2/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-286-0/+413
* Implement pmap_copy and pmap_copy_page.benno2002-05-283-9/+39
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-285-60/+61
* Add NAI copyright.des2002-05-282-0/+16
OpenPOWER on IntegriCloud