summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-3162-1713/+502
* - Replace the bandaid introduced in revision 1.110 withrobert2002-05-311-1/+3
* Export nswapdev through sysctl(8).des2002-05-311-0/+2
* The loop back device hasn't been a count device for a while so removebrooks2002-05-311-1/+1
* Ensure that packet counts are always reset to 0 whensilby2002-05-311-0/+1
* Further work on pushing Giant out of the vm_map layer and downalc2002-05-312-9/+15
* Use __FreeBSD_version to test what things to useimp2002-05-312-10/+11
* Fix build breakage on my pccard related commit.takawata2002-05-312-2/+2
* Don't use an incomplete array type to mark the start of the paddingmarcel2002-05-311-1/+8
* Add missing unlockjulian2002-05-301-1/+3
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-303-76/+54
* Avoid unintentional trigraph.wollman2002-05-301-1/+1
* Forget to change lookup function for oldcard side.takawata2002-05-301-3/+5
* Make oldcard and newcard kernel module work.takawata2002-05-3011-12/+103
* Mistyped and lost a '&' in previous commit.phk2002-05-301-1/+1
* 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
OpenPOWER on IntegriCloud